2023-12-09T02:25:43.139 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-09T02:25:43.139 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --description orch/cephadm/upgrade/{1-start-distro/1-start-ubuntu_20.04 2-repo_digest/repo_digest 3-upgrade/simple 4-wait 5-upgrade-ls agent/off mon_election/connectivity} --owner scheduled_yuriw@teuthology --name yuriw-2023-12-08_19:38:02-orch-main-distro-default-smithi --archive /home/teuthworker/archive/yuriw-2023-12-08_19:38:02-orch-main-distro-default-smithi/7484649 -- /home/teuthworker/archive/yuriw-2023-12-08_19:38:02-orch-main-distro-default-smithi/7484649/orig.config.yaml 2023-12-09T02:25:43.173 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-09T02:25:43.253 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-12-08_19:38:02-orch-main-distro-default-smithi/7484649 branch: main description: orch/cephadm/upgrade/{1-start-distro/1-start-ubuntu_20.04 2-repo_digest/repo_digest 3-upgrade/simple 4-wait 5-upgrade-ls agent/off mon_election/connectivity} email: yweinste@redhat.com first_in_suite: false job_id: '7484649' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-12-08_19:38:02-orch-main-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: ubuntu os_version: '20.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: 9dcc13bb80dcc1cdea72b04d80505b4649a2b882 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 9dcc13bb80dcc1cdea72b04d80505b4649a2b882 workunit: branch: main sha1: 9dcc13bb80dcc1cdea72b04d80505b4649a2b882 owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/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: 8320 sha1: 9dcc13bb80dcc1cdea72b04d80505b4649a2b882 sleep_before_teardown: 0 subset: 111/120000 suite: orch suite_branch: main suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_9dcc13bb80dcc1cdea72b04d80505b4649a2b882/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 9dcc13bb80dcc1cdea72b04d80505b4649a2b882 targets: smithi023.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= smithi172.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= tasks: - cephadm: cephadm_branch: v17.2.0 cephadm_git_url: https://github.com/ceph/ceph image: quay.io/ceph/ceph:v17.2.0 - cephadm.shell: mon.a: - ceph config set mgr mgr/cephadm/use_repo_digest false --force - cephadm.shell: env: - sha1 mon.a: - radosgw-admin realm create --rgw-realm=r --default - radosgw-admin zonegroup create --rgw-zonegroup=default --master --default - radosgw-admin zone create --rgw-zonegroup=default --rgw-zone=z --master --default - radosgw-admin period update --rgw-realm=r --commit - ceph orch apply rgw foo --realm r --zone z --placement=2 --port=8000 - ceph orch apply rgw smpl - ceph osd pool create foo - rbd pool init foo - ceph orch apply iscsi foo u p - sleep 120 - ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force - ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force - ceph config set global log_to_journald false --force - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 - cephadm.shell: env: - sha1 mon.a: - while ceph orch upgrade status | jq '.in_progress' | grep true && ! ceph orch upgrade status | jq '.message' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; ceph health detail ; sleep 30 ; done - ceph orch ps - ceph versions - echo "wait for servicemap items w/ changing names to refresh" - sleep 60 - ceph orch ps - ceph versions - ceph orch upgrade status - ceph health detail - ceph versions | jq -e '.overall | length == 1' - ceph versions | jq -e '.overall | keys' | grep $sha1 - ceph orch ls | grep '^osd ' - cephadm.shell: mon.a: - ceph orch upgrade ls - ceph orch upgrade ls --image quay.io/ceph/ceph --show-all-versions | grep 16.2.0 - ceph orch upgrade ls --image quay.io/ceph/ceph --tags | grep v16.2.2 teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: f2de108beb0a6dde7f3e6c96039071828a1f6269 timestamp: 2023-12-08_19:38:02 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-12-09T02:25:43.253 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_9dcc13bb80dcc1cdea72b04d80505b4649a2b882/qa; will attempt to use it 2023-12-09T02:25:43.254 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_9dcc13bb80dcc1cdea72b04d80505b4649a2b882/qa/tasks 2023-12-09T02:25:43.254 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-09T02:25:43.256 INFO:teuthology.task.internal:Checking packages... 2023-12-09T02:25:43.280 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '9dcc13bb80dcc1cdea72b04d80505b4649a2b882' 2023-12-09T02:25:43.280 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-09T02:25:43.280 INFO:teuthology.packaging:ref: None 2023-12-09T02:25:43.280 INFO:teuthology.packaging:tag: None 2023-12-09T02:25:43.280 INFO:teuthology.packaging:branch: main 2023-12-09T02:25:43.280 INFO:teuthology.packaging:sha1: 9dcc13bb80dcc1cdea72b04d80505b4649a2b882 2023-12-09T02:25:43.281 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&ref=main 2023-12-09T02:25:43.591 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-58-ge94de282-1focal 2023-12-09T02:25:43.591 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-09T02:25:43.600 INFO:teuthology.task.internal:no buildpackages task found 2023-12-09T02:25:43.600 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-09T02:25:43.613 INFO:teuthology.task.internal:Saving configuration 2023-12-09T02:25:43.626 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-09T02:25:43.634 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-09T02:25:43.659 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi023.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_19:38:02-orch-main-distro-default-smithi/7484649', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-09 02:19:01.507419', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-12-09T02:25:43.683 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi172.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_19:38:02-orch-main-distro-default-smithi/7484649', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-09 02:19:01.509431', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-12-09T02:25:43.683 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-09T02:25:43.692 INFO:teuthology.task.internal:roles: ubuntu@smithi023.front.sepia.ceph.com - ['mon.a', 'mon.c', 'mgr.y', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0', 'node-exporter.a', 'alertmanager.a'] 2023-12-09T02:25:43.692 INFO:teuthology.task.internal:roles: ubuntu@smithi172.front.sepia.ceph.com - ['mon.b', 'mgr.x', 'osd.4', 'osd.5', 'osd.6', 'osd.7', 'client.1', 'prometheus.a', 'grafana.a', 'node-exporter.b'] 2023-12-09T02:25:43.692 INFO:teuthology.run_tasks:Running task console_log... 2023-12-09T02:25:43.771 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f174a3b21f0>, signals=[15]) 2023-12-09T02:25:43.772 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-09T02:25:43.780 INFO:teuthology.task.internal:Opening connections... 2023-12-09T02:25:43.780 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi023.front.sepia.ceph.com 2023-12-09T02:25:43.781 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi023.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-09T02:25:43.832 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi172.front.sepia.ceph.com 2023-12-09T02:25:43.833 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi172.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-09T02:25:43.881 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-09T02:25:43.890 DEBUG:teuthology.orchestra.run.smithi023:> uname -m 2023-12-09T02:25:43.920 INFO:teuthology.orchestra.run.smithi023.stdout:x86_64 2023-12-09T02:25:43.920 DEBUG:teuthology.orchestra.run.smithi023:> cat /etc/os-release 2023-12-09T02:25:43.968 INFO:teuthology.orchestra.run.smithi023.stdout:NAME="Ubuntu" 2023-12-09T02:25:43.968 INFO:teuthology.orchestra.run.smithi023.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-12-09T02:25:43.968 INFO:teuthology.orchestra.run.smithi023.stdout:ID=ubuntu 2023-12-09T02:25:43.968 INFO:teuthology.orchestra.run.smithi023.stdout:ID_LIKE=debian 2023-12-09T02:25:43.968 INFO:teuthology.orchestra.run.smithi023.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-12-09T02:25:43.968 INFO:teuthology.orchestra.run.smithi023.stdout:VERSION_ID="20.04" 2023-12-09T02:25:43.968 INFO:teuthology.orchestra.run.smithi023.stdout:HOME_URL="https://www.ubuntu.com/" 2023-12-09T02:25:43.968 INFO:teuthology.orchestra.run.smithi023.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-12-09T02:25:43.969 INFO:teuthology.orchestra.run.smithi023.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-12-09T02:25:43.969 INFO:teuthology.orchestra.run.smithi023.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-12-09T02:25:43.969 INFO:teuthology.orchestra.run.smithi023.stdout:VERSION_CODENAME=focal 2023-12-09T02:25:43.969 INFO:teuthology.orchestra.run.smithi023.stdout:UBUNTU_CODENAME=focal 2023-12-09T02:25:43.969 INFO:teuthology.lock.ops:Updating smithi023.front.sepia.ceph.com on lock server 2023-12-09T02:25:43.989 DEBUG:teuthology.orchestra.run.smithi172:> uname -m 2023-12-09T02:25:43.996 INFO:teuthology.orchestra.run.smithi172.stdout:x86_64 2023-12-09T02:25:43.997 DEBUG:teuthology.orchestra.run.smithi172:> cat /etc/os-release 2023-12-09T02:25:44.043 INFO:teuthology.orchestra.run.smithi172.stdout:NAME="Ubuntu" 2023-12-09T02:25:44.044 INFO:teuthology.orchestra.run.smithi172.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-12-09T02:25:44.044 INFO:teuthology.orchestra.run.smithi172.stdout:ID=ubuntu 2023-12-09T02:25:44.044 INFO:teuthology.orchestra.run.smithi172.stdout:ID_LIKE=debian 2023-12-09T02:25:44.044 INFO:teuthology.orchestra.run.smithi172.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-12-09T02:25:44.044 INFO:teuthology.orchestra.run.smithi172.stdout:VERSION_ID="20.04" 2023-12-09T02:25:44.044 INFO:teuthology.orchestra.run.smithi172.stdout:HOME_URL="https://www.ubuntu.com/" 2023-12-09T02:25:44.044 INFO:teuthology.orchestra.run.smithi172.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-12-09T02:25:44.044 INFO:teuthology.orchestra.run.smithi172.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-12-09T02:25:44.044 INFO:teuthology.orchestra.run.smithi172.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-12-09T02:25:44.044 INFO:teuthology.orchestra.run.smithi172.stdout:VERSION_CODENAME=focal 2023-12-09T02:25:44.044 INFO:teuthology.orchestra.run.smithi172.stdout:UBUNTU_CODENAME=focal 2023-12-09T02:25:44.045 INFO:teuthology.lock.ops:Updating smithi172.front.sepia.ceph.com on lock server 2023-12-09T02:25:44.064 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-09T02:25:44.075 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-09T02:25:44.087 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-09T02:25:44.087 DEBUG:teuthology.orchestra.run.smithi023:> test '!' -e /home/ubuntu/cephtest 2023-12-09T02:25:44.089 DEBUG:teuthology.orchestra.run.smithi172:> test '!' -e /home/ubuntu/cephtest 2023-12-09T02:25:44.095 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-09T02:25:44.103 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-09T02:25:44.104 DEBUG:teuthology.orchestra.run.smithi023:> test -z $(ls -A /var/lib/ceph) 2023-12-09T02:25:44.136 DEBUG:teuthology.orchestra.run.smithi172:> test -z $(ls -A /var/lib/ceph) 2023-12-09T02:25:44.151 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-09T02:25:44.213 INFO:teuthology.run_tasks:Running task kernel... 2023-12-09T02:25:44.234 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-09T02:25:44.234 INFO:teuthology.task.kernel:config {'mon.a': {'kdb': True, 'sha1': 'distro'}, 'mon.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-09T02:25:44.235 DEBUG:teuthology.orchestra.run.smithi023:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-09T02:25:44.235 DEBUG:teuthology.orchestra.run.smithi172:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-09T02:25:44.240 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T02:25:44.241 DEBUG:teuthology.orchestra.run.smithi023:> uname -r 2023-12-09T02:25:44.241 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T02:25:44.242 DEBUG:teuthology.orchestra.run.smithi172:> uname -r 2023-12-09T02:25:44.249 INFO:teuthology.orchestra.run.smithi172.stdout:5.4.0-124-generic 2023-12-09T02:25:44.249 INFO:teuthology.orchestra.run.smithi023.stdout:5.4.0-124-generic 2023-12-09T02:25:44.249 INFO:teuthology.task.kernel:Running kernel on smithi172: 5.4.0-124-generic 2023-12-09T02:25:44.249 DEBUG:teuthology.orchestra.run.smithi172:> sudo apt-get clean 2023-12-09T02:25:44.249 INFO:teuthology.task.kernel:Running kernel on smithi023: 5.4.0-124-generic 2023-12-09T02:25:44.250 DEBUG:teuthology.orchestra.run.smithi023:> sudo apt-get clean 2023-12-09T02:25:44.383 DEBUG:teuthology.orchestra.run.smithi023:> sudo apt-get update 2023-12-09T02:25:44.397 DEBUG:teuthology.orchestra.run.smithi172:> sudo apt-get update 2023-12-09T02:25:44.614 INFO:teuthology.orchestra.run.smithi172.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-09T02:25:44.617 INFO:teuthology.orchestra.run.smithi023.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-09T02:25:44.625 INFO:teuthology.orchestra.run.smithi172.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-12-09T02:25:44.631 INFO:teuthology.orchestra.run.smithi023.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-12-09T02:25:44.684 INFO:teuthology.orchestra.run.smithi023.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-12-09T02:25:44.685 INFO:teuthology.orchestra.run.smithi172.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-12-09T02:25:44.727 INFO:teuthology.orchestra.run.smithi172.stdout:Get:4 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-12-09T02:25:44.727 INFO:teuthology.orchestra.run.smithi023.stdout:Get:4 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-12-09T02:25:45.006 INFO:teuthology.orchestra.run.smithi172.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3,015 kB] 2023-12-09T02:25:45.012 INFO:teuthology.orchestra.run.smithi023.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3,015 kB] 2023-12-09T02:25:45.126 INFO:teuthology.orchestra.run.smithi023.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [917 kB] 2023-12-09T02:25:45.141 INFO:teuthology.orchestra.run.smithi023.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [487 kB] 2023-12-09T02:25:45.145 INFO:teuthology.orchestra.run.smithi023.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2023-12-09T02:25:45.145 INFO:teuthology.orchestra.run.smithi023.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.0 kB] 2023-12-09T02:25:45.146 INFO:teuthology.orchestra.run.smithi023.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,562 kB] 2023-12-09T02:25:45.156 INFO:teuthology.orchestra.run.smithi172.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [917 kB] 2023-12-09T02:25:45.164 INFO:teuthology.orchestra.run.smithi023.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [358 kB] 2023-12-09T02:25:45.167 INFO:teuthology.orchestra.run.smithi023.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2023-12-09T02:25:45.167 INFO:teuthology.orchestra.run.smithi172.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [487 kB] 2023-12-09T02:25:45.167 INFO:teuthology.orchestra.run.smithi023.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,140 kB] 2023-12-09T02:25:45.171 INFO:teuthology.orchestra.run.smithi172.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2023-12-09T02:25:45.172 INFO:teuthology.orchestra.run.smithi172.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.0 kB] 2023-12-09T02:25:45.172 INFO:teuthology.orchestra.run.smithi172.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,562 kB] 2023-12-09T02:25:45.175 INFO:teuthology.orchestra.run.smithi023.stdout:Get:14 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [762 kB] 2023-12-09T02:25:45.180 INFO:teuthology.orchestra.run.smithi023.stdout:Get:15 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [273 kB] 2023-12-09T02:25:45.182 INFO:teuthology.orchestra.run.smithi023.stdout:Get:16 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2023-12-09T02:25:45.183 INFO:teuthology.orchestra.run.smithi023.stdout:Get:17 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2023-12-09T02:25:45.183 INFO:teuthology.orchestra.run.smithi023.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] 2023-12-09T02:25:45.184 INFO:teuthology.orchestra.run.smithi023.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,484 B] 2023-12-09T02:25:45.191 INFO:teuthology.orchestra.run.smithi172.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [358 kB] 2023-12-09T02:25:45.193 INFO:teuthology.orchestra.run.smithi023.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2023-12-09T02:25:45.193 INFO:teuthology.orchestra.run.smithi023.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2023-12-09T02:25:45.193 INFO:teuthology.orchestra.run.smithi023.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2023-12-09T02:25:45.194 INFO:teuthology.orchestra.run.smithi172.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2023-12-09T02:25:45.194 INFO:teuthology.orchestra.run.smithi172.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [762 kB] 2023-12-09T02:25:45.199 INFO:teuthology.orchestra.run.smithi172.stdout:Get:14 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,140 kB] 2023-12-09T02:25:45.206 INFO:teuthology.orchestra.run.smithi172.stdout:Get:15 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [273 kB] 2023-12-09T02:25:45.208 INFO:teuthology.orchestra.run.smithi172.stdout:Get:16 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2023-12-09T02:25:45.209 INFO:teuthology.orchestra.run.smithi172.stdout:Get:17 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] 2023-12-09T02:25:45.210 INFO:teuthology.orchestra.run.smithi172.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2023-12-09T02:25:45.210 INFO:teuthology.orchestra.run.smithi172.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,484 B] 2023-12-09T02:25:45.211 INFO:teuthology.orchestra.run.smithi023.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2023-12-09T02:25:45.211 INFO:teuthology.orchestra.run.smithi023.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-12-09T02:25:45.211 INFO:teuthology.orchestra.run.smithi023.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-12-09T02:25:45.211 INFO:teuthology.orchestra.run.smithi023.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-12-09T02:25:45.222 INFO:teuthology.orchestra.run.smithi172.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2023-12-09T02:25:45.223 INFO:teuthology.orchestra.run.smithi172.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2023-12-09T02:25:45.223 INFO:teuthology.orchestra.run.smithi172.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2023-12-09T02:25:45.223 INFO:teuthology.orchestra.run.smithi172.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2023-12-09T02:25:45.239 INFO:teuthology.orchestra.run.smithi172.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-12-09T02:25:45.239 INFO:teuthology.orchestra.run.smithi172.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-12-09T02:25:45.240 INFO:teuthology.orchestra.run.smithi172.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-12-09T02:25:45.342 INFO:teuthology.orchestra.run.smithi023.stdout:Get:27 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [686 kB] 2023-12-09T02:25:45.346 INFO:teuthology.orchestra.run.smithi172.stdout:Get:27 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,610 kB] 2023-12-09T02:25:45.676 INFO:teuthology.orchestra.run.smithi023.stdout:Get:28 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,610 kB] 2023-12-09T02:25:45.826 INFO:teuthology.orchestra.run.smithi172.stdout:Get:28 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [686 kB] 2023-12-09T02:25:45.841 INFO:teuthology.orchestra.run.smithi172.stdout:Get:29 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [402 kB] 2023-12-09T02:25:45.849 INFO:teuthology.orchestra.run.smithi172.stdout:Get:30 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2023-12-09T02:25:45.849 INFO:teuthology.orchestra.run.smithi172.stdout:Get:31 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [34.7 kB] 2023-12-09T02:25:45.850 INFO:teuthology.orchestra.run.smithi172.stdout:Get:32 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,411 kB] 2023-12-09T02:25:45.865 INFO:teuthology.orchestra.run.smithi023.stdout:Get:29 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [402 kB] 2023-12-09T02:25:45.880 INFO:teuthology.orchestra.run.smithi023.stdout:Get:30 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2023-12-09T02:25:45.880 INFO:teuthology.orchestra.run.smithi023.stdout:Get:31 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [34.7 kB] 2023-12-09T02:25:45.881 INFO:teuthology.orchestra.run.smithi023.stdout:Get:32 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,411 kB] 2023-12-09T02:25:45.926 INFO:teuthology.orchestra.run.smithi172.stdout:Get:33 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [336 kB] 2023-12-09T02:25:45.933 INFO:teuthology.orchestra.run.smithi172.stdout:Get:34 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2023-12-09T02:25:45.933 INFO:teuthology.orchestra.run.smithi172.stdout:Get:35 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [915 kB] 2023-12-09T02:25:45.949 INFO:teuthology.orchestra.run.smithi023.stdout:Get:33 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [336 kB] 2023-12-09T02:25:45.953 INFO:teuthology.orchestra.run.smithi172.stdout:Get:36 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [634 kB] 2023-12-09T02:25:45.960 INFO:teuthology.orchestra.run.smithi023.stdout:Get:34 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2023-12-09T02:25:45.960 INFO:teuthology.orchestra.run.smithi023.stdout:Get:35 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [915 kB] 2023-12-09T02:25:45.982 INFO:teuthology.orchestra.run.smithi023.stdout:Get:36 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [634 kB] 2023-12-09T02:25:46.125 INFO:teuthology.orchestra.run.smithi172.stdout:Get:37 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [192 kB] 2023-12-09T02:25:46.173 INFO:teuthology.orchestra.run.smithi023.stdout:Get:37 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [192 kB] 2023-12-09T02:25:46.547 INFO:teuthology.orchestra.run.smithi172.stdout:Get:38 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2023-12-09T02:25:46.552 INFO:teuthology.orchestra.run.smithi172.stdout:Get:39 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2023-12-09T02:25:46.554 INFO:teuthology.orchestra.run.smithi172.stdout:Get:40 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] 2023-12-09T02:25:46.562 INFO:teuthology.orchestra.run.smithi172.stdout:Get:41 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,504 B] 2023-12-09T02:25:46.564 INFO:teuthology.orchestra.run.smithi172.stdout:Get:42 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2023-12-09T02:25:46.601 INFO:teuthology.orchestra.run.smithi023.stdout:Get:38 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2023-12-09T02:25:46.606 INFO:teuthology.orchestra.run.smithi023.stdout:Get:39 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2023-12-09T02:25:46.608 INFO:teuthology.orchestra.run.smithi023.stdout:Get:40 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] 2023-12-09T02:25:46.616 INFO:teuthology.orchestra.run.smithi023.stdout:Get:41 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,504 B] 2023-12-09T02:25:46.617 INFO:teuthology.orchestra.run.smithi023.stdout:Get:42 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2023-12-09T02:25:49.127 INFO:teuthology.orchestra.run.smithi172.stdout:Fetched 18.4 MB in 3s (6,773 kB/s) 2023-12-09T02:25:49.347 INFO:teuthology.orchestra.run.smithi023.stdout:Fetched 18.4 MB in 3s (6,513 kB/s) 2023-12-09T02:25:50.633 INFO:teuthology.orchestra.run.smithi172.stdout:Reading package lists... 2023-12-09T02:25:50.659 DEBUG:teuthology.orchestra.run.smithi172:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-12-09T02:25:50.727 INFO:teuthology.orchestra.run.smithi172.stdout:Reading package lists... 2023-12-09T02:25:50.805 INFO:teuthology.orchestra.run.smithi023.stdout:Reading package lists... 2023-12-09T02:25:50.829 DEBUG:teuthology.orchestra.run.smithi023:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-12-09T02:25:50.908 INFO:teuthology.orchestra.run.smithi023.stdout:Reading package lists... 2023-12-09T02:25:50.934 INFO:teuthology.orchestra.run.smithi172.stdout:Building dependency tree... 2023-12-09T02:25:50.935 INFO:teuthology.orchestra.run.smithi172.stdout:Reading state information... 2023-12-09T02:25:51.115 INFO:teuthology.orchestra.run.smithi023.stdout:Building dependency tree... 2023-12-09T02:25:51.115 INFO:teuthology.orchestra.run.smithi023.stdout:Reading state information... 2023-12-09T02:25:51.127 INFO:teuthology.orchestra.run.smithi172.stdout:The following additional packages will be installed: 2023-12-09T02:25:51.127 INFO:teuthology.orchestra.run.smithi172.stdout: linux-generic linux-headers-5.4.0-169 linux-headers-5.4.0-169-generic 2023-12-09T02:25:51.127 INFO:teuthology.orchestra.run.smithi172.stdout: linux-headers-generic linux-image-5.4.0-169-generic 2023-12-09T02:25:51.127 INFO:teuthology.orchestra.run.smithi172.stdout: linux-modules-5.4.0-169-generic linux-modules-extra-5.4.0-169-generic 2023-12-09T02:25:51.128 INFO:teuthology.orchestra.run.smithi172.stdout:Suggested packages: 2023-12-09T02:25:51.128 INFO:teuthology.orchestra.run.smithi172.stdout: fdutils linux-doc | linux-source-5.4.0 linux-tools 2023-12-09T02:25:51.128 INFO:teuthology.orchestra.run.smithi172.stdout:Recommended packages: 2023-12-09T02:25:51.128 INFO:teuthology.orchestra.run.smithi172.stdout: thermald 2023-12-09T02:25:51.177 INFO:teuthology.orchestra.run.smithi172.stdout:The following NEW packages will be installed: 2023-12-09T02:25:51.177 INFO:teuthology.orchestra.run.smithi172.stdout: linux-headers-5.4.0-169 linux-headers-5.4.0-169-generic 2023-12-09T02:25:51.177 INFO:teuthology.orchestra.run.smithi172.stdout: linux-image-5.4.0-169-generic linux-modules-5.4.0-169-generic 2023-12-09T02:25:51.177 INFO:teuthology.orchestra.run.smithi172.stdout: linux-modules-extra-5.4.0-169-generic 2023-12-09T02:25:51.178 INFO:teuthology.orchestra.run.smithi172.stdout:The following packages will be upgraded: 2023-12-09T02:25:51.179 INFO:teuthology.orchestra.run.smithi172.stdout: linux-generic linux-headers-generic linux-image-generic 2023-12-09T02:25:51.304 INFO:teuthology.orchestra.run.smithi023.stdout:The following additional packages will be installed: 2023-12-09T02:25:51.304 INFO:teuthology.orchestra.run.smithi023.stdout: linux-generic linux-headers-5.4.0-169 linux-headers-5.4.0-169-generic 2023-12-09T02:25:51.304 INFO:teuthology.orchestra.run.smithi023.stdout: linux-headers-generic linux-image-5.4.0-169-generic 2023-12-09T02:25:51.304 INFO:teuthology.orchestra.run.smithi023.stdout: linux-modules-5.4.0-169-generic linux-modules-extra-5.4.0-169-generic 2023-12-09T02:25:51.305 INFO:teuthology.orchestra.run.smithi023.stdout:Suggested packages: 2023-12-09T02:25:51.305 INFO:teuthology.orchestra.run.smithi023.stdout: fdutils linux-doc | linux-source-5.4.0 linux-tools 2023-12-09T02:25:51.305 INFO:teuthology.orchestra.run.smithi023.stdout:Recommended packages: 2023-12-09T02:25:51.305 INFO:teuthology.orchestra.run.smithi023.stdout: thermald 2023-12-09T02:25:51.353 INFO:teuthology.orchestra.run.smithi023.stdout:The following NEW packages will be installed: 2023-12-09T02:25:51.353 INFO:teuthology.orchestra.run.smithi023.stdout: linux-headers-5.4.0-169 linux-headers-5.4.0-169-generic 2023-12-09T02:25:51.353 INFO:teuthology.orchestra.run.smithi023.stdout: linux-image-5.4.0-169-generic linux-modules-5.4.0-169-generic 2023-12-09T02:25:51.353 INFO:teuthology.orchestra.run.smithi023.stdout: linux-modules-extra-5.4.0-169-generic 2023-12-09T02:25:51.354 INFO:teuthology.orchestra.run.smithi023.stdout:The following packages will be upgraded: 2023-12-09T02:25:51.355 INFO:teuthology.orchestra.run.smithi023.stdout: linux-generic linux-headers-generic linux-image-generic 2023-12-09T02:25:51.363 INFO:teuthology.orchestra.run.smithi172.stdout:3 upgraded, 5 newly installed, 0 to remove and 280 not upgraded. 2023-12-09T02:25:51.363 INFO:teuthology.orchestra.run.smithi172.stdout:Need to get 77.1 MB of archives. 2023-12-09T02:25:51.363 INFO:teuthology.orchestra.run.smithi172.stdout:After this operation, 380 MB of additional disk space will be used. 2023-12-09T02:25:51.363 INFO:teuthology.orchestra.run.smithi172.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.4.0-169-generic amd64 5.4.0-169.187 [15.0 MB] 2023-12-09T02:25:51.412 INFO:teuthology.orchestra.run.smithi023.stdout:3 upgraded, 5 newly installed, 0 to remove and 280 not upgraded. 2023-12-09T02:25:51.414 INFO:teuthology.orchestra.run.smithi023.stdout:Need to get 77.1 MB of archives. 2023-12-09T02:25:51.414 INFO:teuthology.orchestra.run.smithi023.stdout:After this operation, 380 MB of additional disk space will be used. 2023-12-09T02:25:51.414 INFO:teuthology.orchestra.run.smithi023.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.4.0-169-generic amd64 5.4.0-169.187 [15.0 MB] 2023-12-09T02:25:51.742 INFO:teuthology.orchestra.run.smithi023.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.4.0-169-generic amd64 5.4.0-169.187 [10.5 MB] 2023-12-09T02:25:51.840 INFO:teuthology.orchestra.run.smithi023.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.4.0-169-generic amd64 5.4.0-169.187 [39.2 MB] 2023-12-09T02:25:52.476 INFO:teuthology.orchestra.run.smithi023.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-generic amd64 5.4.0.169.167 [1,900 B] 2023-12-09T02:25:52.476 INFO:teuthology.orchestra.run.smithi023.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic amd64 5.4.0.169.167 [2,520 B] 2023-12-09T02:25:52.477 INFO:teuthology.orchestra.run.smithi023.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-5.4.0-169 all 5.4.0-169.187 [11.0 MB] 2023-12-09T02:25:52.505 INFO:teuthology.orchestra.run.smithi172.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.4.0-169-generic amd64 5.4.0-169.187 [10.5 MB] 2023-12-09T02:25:52.575 INFO:teuthology.orchestra.run.smithi023.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-5.4.0-169-generic amd64 5.4.0-169.187 [1,374 kB] 2023-12-09T02:25:52.585 INFO:teuthology.orchestra.run.smithi023.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-generic amd64 5.4.0.169.167 [2,392 B] 2023-12-09T02:25:52.777 INFO:teuthology.orchestra.run.smithi172.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.4.0-169-generic amd64 5.4.0-169.187 [39.2 MB] 2023-12-09T02:25:53.379 INFO:teuthology.orchestra.run.smithi023.stdout:Fetched 77.1 MB in 1s (59.7 MB/s) 2023-12-09T02:25:53.583 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package linux-modules-5.4.0-169-generic. 2023-12-09T02:25:54.128 INFO:teuthology.orchestra.run.smithi172.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-generic amd64 5.4.0.169.167 [1,900 B] 2023-12-09T02:25:54.128 INFO:teuthology.orchestra.run.smithi172.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic amd64 5.4.0.169.167 [2,520 B] 2023-12-09T02:25:54.129 INFO:teuthology.orchestra.run.smithi172.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-5.4.0-169 all 5.4.0-169.187 [11.0 MB] 2023-12-09T02:25:54.398 INFO:teuthology.orchestra.run.smithi172.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-5.4.0-169-generic amd64 5.4.0-169.187 [1,374 kB] 2023-12-09T02:25:54.429 INFO:teuthology.orchestra.run.smithi172.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-generic amd64 5.4.0.169.167 [2,392 B] 2023-12-09T02:25:55.142 INFO:teuthology.orchestra.run.smithi172.stdout:Fetched 77.1 MB in 3s (23.8 MB/s) 2023-12-09T02:25:55.302 INFO:teuthology.orchestra.run.smithi023.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 104373 files and directories currently installed.) 2023-12-09T02:25:55.307 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../0-linux-modules-5.4.0-169-generic_5.4.0-169.187_amd64.deb ... 2023-12-09T02:25:55.358 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package linux-modules-5.4.0-169-generic. 2023-12-09T02:25:55.405 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking linux-modules-5.4.0-169-generic (5.4.0-169.187) ... 2023-12-09T02:25:57.082 INFO:teuthology.orchestra.run.smithi172.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 104373 files and directories currently installed.) 2023-12-09T02:25:57.087 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../0-linux-modules-5.4.0-169-generic_5.4.0-169.187_amd64.deb ... 2023-12-09T02:25:57.205 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking linux-modules-5.4.0-169-generic (5.4.0-169.187) ... 2023-12-09T02:25:57.347 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package linux-image-5.4.0-169-generic. 2023-12-09T02:25:57.361 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../1-linux-image-5.4.0-169-generic_5.4.0-169.187_amd64.deb ... 2023-12-09T02:25:57.465 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking linux-image-5.4.0-169-generic (5.4.0-169.187) ... 2023-12-09T02:25:58.568 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package linux-modules-extra-5.4.0-169-generic. 2023-12-09T02:25:58.582 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../2-linux-modules-extra-5.4.0-169-generic_5.4.0-169.187_amd64.deb ... 2023-12-09T02:25:58.625 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking linux-modules-extra-5.4.0-169-generic (5.4.0-169.187) ... 2023-12-09T02:25:59.189 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package linux-image-5.4.0-169-generic. 2023-12-09T02:25:59.203 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../1-linux-image-5.4.0-169-generic_5.4.0-169.187_amd64.deb ... 2023-12-09T02:25:59.303 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking linux-image-5.4.0-169-generic (5.4.0-169.187) ... 2023-12-09T02:26:00.392 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package linux-modules-extra-5.4.0-169-generic. 2023-12-09T02:26:00.406 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../2-linux-modules-extra-5.4.0-169-generic_5.4.0-169.187_amd64.deb ... 2023-12-09T02:26:00.450 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking linux-modules-extra-5.4.0-169-generic (5.4.0-169.187) ... 2023-12-09T02:26:03.564 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../3-linux-generic_5.4.0.169.167_amd64.deb ... 2023-12-09T02:26:03.696 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking linux-generic (5.4.0.169.167) over (5.4.0.124.125) ... 2023-12-09T02:26:04.015 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../4-linux-image-generic_5.4.0.169.167_amd64.deb ... 2023-12-09T02:26:04.158 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking linux-image-generic (5.4.0.169.167) over (5.4.0.124.125) ... 2023-12-09T02:26:04.477 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package linux-headers-5.4.0-169. 2023-12-09T02:26:04.491 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../5-linux-headers-5.4.0-169_5.4.0-169.187_all.deb ... 2023-12-09T02:26:04.560 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking linux-headers-5.4.0-169 (5.4.0-169.187) ... 2023-12-09T02:26:05.296 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../3-linux-generic_5.4.0.169.167_amd64.deb ... 2023-12-09T02:26:05.431 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking linux-generic (5.4.0.169.167) over (5.4.0.124.125) ... 2023-12-09T02:26:05.790 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../4-linux-image-generic_5.4.0.169.167_amd64.deb ... 2023-12-09T02:26:05.926 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking linux-image-generic (5.4.0.169.167) over (5.4.0.124.125) ... 2023-12-09T02:26:06.287 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package linux-headers-5.4.0-169. 2023-12-09T02:26:06.303 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../5-linux-headers-5.4.0-169_5.4.0-169.187_all.deb ... 2023-12-09T02:26:06.363 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking linux-headers-5.4.0-169 (5.4.0-169.187) ... 2023-12-09T02:26:10.022 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package linux-headers-5.4.0-169-generic. 2023-12-09T02:26:10.043 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../6-linux-headers-5.4.0-169-generic_5.4.0-169.187_amd64.deb ... 2023-12-09T02:26:10.080 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking linux-headers-5.4.0-169-generic (5.4.0-169.187) ... 2023-12-09T02:26:12.629 INFO:teuthology.orchestra.run.smithi172.stdout:Selecting previously unselected package linux-headers-5.4.0-169-generic. 2023-12-09T02:26:12.649 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../6-linux-headers-5.4.0-169-generic_5.4.0-169.187_amd64.deb ... 2023-12-09T02:26:12.687 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking linux-headers-5.4.0-169-generic (5.4.0-169.187) ... 2023-12-09T02:26:12.872 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../7-linux-headers-generic_5.4.0.169.167_amd64.deb ... 2023-12-09T02:26:13.000 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking linux-headers-generic (5.4.0.169.167) over (5.4.0.124.125) ... 2023-12-09T02:26:13.320 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up linux-headers-5.4.0-169 (5.4.0-169.187) ... 2023-12-09T02:26:13.446 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up linux-headers-5.4.0-169-generic (5.4.0-169.187) ... 2023-12-09T02:26:13.572 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up linux-modules-5.4.0-169-generic (5.4.0-169.187) ... 2023-12-09T02:26:14.816 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up linux-image-5.4.0-169-generic (5.4.0-169.187) ... 2023-12-09T02:26:15.411 INFO:teuthology.orchestra.run.smithi172.stdout:Preparing to unpack .../7-linux-headers-generic_5.4.0.169.167_amd64.deb ... 2023-12-09T02:26:15.576 INFO:teuthology.orchestra.run.smithi172.stdout:Unpacking linux-headers-generic (5.4.0.169.167) over (5.4.0.124.125) ... 2023-12-09T02:26:15.982 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up linux-headers-5.4.0-169 (5.4.0-169.187) ... 2023-12-09T02:26:16.110 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up linux-headers-5.4.0-169-generic (5.4.0-169.187) ... 2023-12-09T02:26:16.220 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up linux-modules-5.4.0-169-generic (5.4.0-169.187) ... 2023-12-09T02:26:16.243 INFO:teuthology.orchestra.run.smithi023.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.4.0-169-generic 2023-12-09T02:26:16.243 INFO:teuthology.orchestra.run.smithi023.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.4.0-169-generic 2023-12-09T02:26:16.409 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up linux-headers-generic (5.4.0.169.167) ... 2023-12-09T02:26:16.527 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up linux-modules-extra-5.4.0-169-generic (5.4.0-169.187) ... 2023-12-09T02:26:17.697 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up linux-image-5.4.0-169-generic (5.4.0-169.187) ... 2023-12-09T02:26:17.754 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up linux-image-generic (5.4.0.169.167) ... 2023-12-09T02:26:17.880 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up linux-generic (5.4.0.169.167) ... 2023-12-09T02:26:18.031 INFO:teuthology.orchestra.run.smithi023.stdout:Processing triggers for linux-image-5.4.0-169-generic (5.4.0-169.187) ... 2023-12-09T02:26:18.095 INFO:teuthology.orchestra.run.smithi023.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-12-09T02:26:18.096 INFO:teuthology.orchestra.run.smithi023.stdout:update-initramfs: Generating /boot/initrd.img-5.4.0-169-generic 2023-12-09T02:26:18.911 INFO:teuthology.orchestra.run.smithi172.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.4.0-169-generic 2023-12-09T02:26:18.911 INFO:teuthology.orchestra.run.smithi172.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.4.0-169-generic 2023-12-09T02:26:19.048 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up linux-headers-generic (5.4.0.169.167) ... 2023-12-09T02:26:19.193 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up linux-modules-extra-5.4.0-169-generic (5.4.0-169.187) ... 2023-12-09T02:26:20.359 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up linux-image-generic (5.4.0.169.167) ... 2023-12-09T02:26:20.469 INFO:teuthology.orchestra.run.smithi172.stdout:Setting up linux-generic (5.4.0.169.167) ... 2023-12-09T02:26:20.570 INFO:teuthology.orchestra.run.smithi172.stdout:Processing triggers for linux-image-5.4.0-169-generic (5.4.0-169.187) ... 2023-12-09T02:26:20.660 INFO:teuthology.orchestra.run.smithi172.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-12-09T02:26:20.660 INFO:teuthology.orchestra.run.smithi172.stdout:update-initramfs: Generating /boot/initrd.img-5.4.0-169-generic 2023-12-09T02:26:40.389 INFO:teuthology.orchestra.run.smithi023.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-12-09T02:26:40.389 INFO:teuthology.orchestra.run.smithi023.stdout:Sourcing file `/etc/default/grub' 2023-12-09T02:26:40.403 INFO:teuthology.orchestra.run.smithi023.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-09T02:26:40.425 INFO:teuthology.orchestra.run.smithi023.stdout:Generating grub configuration file ... 2023-12-09T02:26:40.767 INFO:teuthology.orchestra.run.smithi023.stdout:Found linux image: /boot/vmlinuz-5.4.0-169-generic 2023-12-09T02:26:40.792 INFO:teuthology.orchestra.run.smithi023.stdout:Found initrd image: /boot/initrd.img-5.4.0-169-generic 2023-12-09T02:26:41.148 INFO:teuthology.orchestra.run.smithi023.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-09T02:26:41.159 INFO:teuthology.orchestra.run.smithi023.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-09T02:26:42.889 INFO:teuthology.orchestra.run.smithi172.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-12-09T02:26:42.889 INFO:teuthology.orchestra.run.smithi172.stdout:Sourcing file `/etc/default/grub' 2023-12-09T02:26:42.901 INFO:teuthology.orchestra.run.smithi172.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-09T02:26:42.922 INFO:teuthology.orchestra.run.smithi172.stdout:Generating grub configuration file ... 2023-12-09T02:26:42.924 INFO:teuthology.orchestra.run.smithi023.stdout:done 2023-12-09T02:26:43.291 INFO:teuthology.orchestra.run.smithi172.stdout:Found linux image: /boot/vmlinuz-5.4.0-169-generic 2023-12-09T02:26:43.314 DEBUG:teuthology.orchestra.run.smithi023:> dpkg -s linux-image-generic 2023-12-09T02:26:43.328 INFO:teuthology.orchestra.run.smithi172.stdout:Found initrd image: /boot/initrd.img-5.4.0-169-generic 2023-12-09T02:26:43.366 INFO:teuthology.orchestra.run.smithi023.stdout:Package: linux-image-generic 2023-12-09T02:26:43.366 INFO:teuthology.orchestra.run.smithi023.stdout:Status: install ok installed 2023-12-09T02:26:43.366 INFO:teuthology.orchestra.run.smithi023.stdout:Priority: optional 2023-12-09T02:26:43.367 INFO:teuthology.orchestra.run.smithi023.stdout:Section: kernel 2023-12-09T02:26:43.367 INFO:teuthology.orchestra.run.smithi023.stdout:Installed-Size: 20 2023-12-09T02:26:43.367 INFO:teuthology.orchestra.run.smithi023.stdout:Maintainer: Ubuntu Kernel Team 2023-12-09T02:26:43.367 INFO:teuthology.orchestra.run.smithi023.stdout:Architecture: amd64 2023-12-09T02:26:43.367 INFO:teuthology.orchestra.run.smithi023.stdout:Source: linux-meta 2023-12-09T02:26:43.367 INFO:teuthology.orchestra.run.smithi023.stdout:Version: 5.4.0.169.167 2023-12-09T02:26:43.367 INFO:teuthology.orchestra.run.smithi023.stdout:Provides: virtualbox-guest-modules (= 6.1.38-dfsg-3~ubuntu1.20.04.1), wireguard-modules (= 1.0.20201112-1~20.04.1), zfs-modules (= 0.8.3-1ubuntu12.15) 2023-12-09T02:26:43.367 INFO:teuthology.orchestra.run.smithi023.stdout:Depends: linux-image-5.4.0-169-generic, linux-modules-extra-5.4.0-169-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-09T02:26:43.368 INFO:teuthology.orchestra.run.smithi023.stdout:Recommends: thermald 2023-12-09T02:26:43.368 INFO:teuthology.orchestra.run.smithi023.stdout:Description: Generic Linux kernel image 2023-12-09T02:26:43.368 INFO:teuthology.orchestra.run.smithi023.stdout: This package will always depend on the latest generic kernel image 2023-12-09T02:26:43.368 INFO:teuthology.orchestra.run.smithi023.stdout: available. 2023-12-09T02:26:43.368 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.4.0-169-generic 2023-12-09T02:26:43.369 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-09T02:26:43.369 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-09T02:26:43.369 INFO:teuthology.task.kernel:Installing distro kernel on mon.a... 2023-12-09T02:26:43.369 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi023.front.sepia.ceph.com, path=None, version=distro) 2023-12-09T02:26:43.370 DEBUG:teuthology.orchestra.run.smithi023:> sudo apt-get clean 2023-12-09T02:26:43.441 DEBUG:teuthology.orchestra.run.smithi023:> sudo apt-get update 2023-12-09T02:26:43.570 INFO:teuthology.orchestra.run.smithi023.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-12-09T02:26:43.570 INFO:teuthology.orchestra.run.smithi023.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-09T02:26:43.585 INFO:teuthology.orchestra.run.smithi023.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-12-09T02:26:43.604 INFO:teuthology.orchestra.run.smithi023.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-12-09T02:26:43.752 INFO:teuthology.orchestra.run.smithi172.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-09T02:26:43.764 INFO:teuthology.orchestra.run.smithi172.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-09T02:26:45.401 INFO:teuthology.orchestra.run.smithi023.stdout:Reading package lists... 2023-12-09T02:26:45.428 DEBUG:teuthology.orchestra.run.smithi023:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-12-09T02:26:45.495 INFO:teuthology.orchestra.run.smithi023.stdout:Reading package lists... 2023-12-09T02:26:45.530 INFO:teuthology.orchestra.run.smithi172.stdout:done 2023-12-09T02:26:45.705 INFO:teuthology.orchestra.run.smithi023.stdout:Building dependency tree... 2023-12-09T02:26:45.706 INFO:teuthology.orchestra.run.smithi023.stdout:Reading state information... 2023-12-09T02:26:45.935 INFO:teuthology.orchestra.run.smithi023.stdout:linux-image-generic is already the newest version (5.4.0.169.167). 2023-12-09T02:26:45.935 INFO:teuthology.orchestra.run.smithi023.stdout:0 upgraded, 0 newly installed, 0 to remove and 280 not upgraded. 2023-12-09T02:26:45.937 DEBUG:teuthology.orchestra.run.smithi023:> dpkg -s linux-image-generic 2023-12-09T02:26:45.958 INFO:teuthology.orchestra.run.smithi023.stdout:Package: linux-image-generic 2023-12-09T02:26:45.958 INFO:teuthology.orchestra.run.smithi023.stdout:Status: install ok installed 2023-12-09T02:26:45.959 INFO:teuthology.orchestra.run.smithi023.stdout:Priority: optional 2023-12-09T02:26:45.959 INFO:teuthology.orchestra.run.smithi023.stdout:Section: kernel 2023-12-09T02:26:45.959 INFO:teuthology.orchestra.run.smithi023.stdout:Installed-Size: 20 2023-12-09T02:26:45.959 INFO:teuthology.orchestra.run.smithi023.stdout:Maintainer: Ubuntu Kernel Team 2023-12-09T02:26:45.959 INFO:teuthology.orchestra.run.smithi023.stdout:Architecture: amd64 2023-12-09T02:26:45.959 INFO:teuthology.orchestra.run.smithi023.stdout:Source: linux-meta 2023-12-09T02:26:45.959 INFO:teuthology.orchestra.run.smithi023.stdout:Version: 5.4.0.169.167 2023-12-09T02:26:45.959 INFO:teuthology.orchestra.run.smithi023.stdout:Provides: virtualbox-guest-modules (= 6.1.38-dfsg-3~ubuntu1.20.04.1), wireguard-modules (= 1.0.20201112-1~20.04.1), zfs-modules (= 0.8.3-1ubuntu12.15) 2023-12-09T02:26:45.959 INFO:teuthology.orchestra.run.smithi023.stdout:Depends: linux-image-5.4.0-169-generic, linux-modules-extra-5.4.0-169-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-09T02:26:45.959 INFO:teuthology.orchestra.run.smithi023.stdout:Recommends: thermald 2023-12-09T02:26:45.959 INFO:teuthology.orchestra.run.smithi023.stdout:Description: Generic Linux kernel image 2023-12-09T02:26:45.959 INFO:teuthology.orchestra.run.smithi023.stdout: This package will always depend on the latest generic kernel image 2023-12-09T02:26:45.959 INFO:teuthology.orchestra.run.smithi023.stdout: available. 2023-12-09T02:26:45.960 DEBUG:teuthology.orchestra.run.smithi023:> mktemp 2023-12-09T02:26:45.961 DEBUG:teuthology.orchestra.run.smithi172:> dpkg -s linux-image-generic 2023-12-09T02:26:45.965 INFO:teuthology.orchestra.run.smithi023.stdout:/tmp/tmp.3TC2Xlr3Al 2023-12-09T02:26:45.965 DEBUG:teuthology.orchestra.run.smithi023:> sudo cp /boot/grub/grub.cfg /tmp/tmp.3TC2Xlr3Al 2023-12-09T02:26:45.980 DEBUG:teuthology.orchestra.run.smithi023:> sudo chmod 0666 /tmp/tmp.3TC2Xlr3Al 2023-12-09T02:26:46.015 INFO:teuthology.orchestra.run.smithi172.stdout:Package: linux-image-generic 2023-12-09T02:26:46.015 INFO:teuthology.orchestra.run.smithi172.stdout:Status: install ok installed 2023-12-09T02:26:46.015 INFO:teuthology.orchestra.run.smithi172.stdout:Priority: optional 2023-12-09T02:26:46.015 INFO:teuthology.orchestra.run.smithi172.stdout:Section: kernel 2023-12-09T02:26:46.015 INFO:teuthology.orchestra.run.smithi172.stdout:Installed-Size: 20 2023-12-09T02:26:46.015 INFO:teuthology.orchestra.run.smithi172.stdout:Maintainer: Ubuntu Kernel Team 2023-12-09T02:26:46.015 INFO:teuthology.orchestra.run.smithi172.stdout:Architecture: amd64 2023-12-09T02:26:46.015 INFO:teuthology.orchestra.run.smithi172.stdout:Source: linux-meta 2023-12-09T02:26:46.015 INFO:teuthology.orchestra.run.smithi172.stdout:Version: 5.4.0.169.167 2023-12-09T02:26:46.016 INFO:teuthology.orchestra.run.smithi172.stdout:Provides: virtualbox-guest-modules (= 6.1.38-dfsg-3~ubuntu1.20.04.1), wireguard-modules (= 1.0.20201112-1~20.04.1), zfs-modules (= 0.8.3-1ubuntu12.15) 2023-12-09T02:26:46.016 INFO:teuthology.orchestra.run.smithi172.stdout:Depends: linux-image-5.4.0-169-generic, linux-modules-extra-5.4.0-169-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-09T02:26:46.016 INFO:teuthology.orchestra.run.smithi172.stdout:Recommends: thermald 2023-12-09T02:26:46.016 INFO:teuthology.orchestra.run.smithi172.stdout:Description: Generic Linux kernel image 2023-12-09T02:26:46.016 INFO:teuthology.orchestra.run.smithi172.stdout: This package will always depend on the latest generic kernel image 2023-12-09T02:26:46.016 INFO:teuthology.orchestra.run.smithi172.stdout: available. 2023-12-09T02:26:46.016 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.4.0-169-generic 2023-12-09T02:26:46.016 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-09T02:26:46.016 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-09T02:26:46.016 INFO:teuthology.task.kernel:Installing distro kernel on mon.b... 2023-12-09T02:26:46.016 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi172.front.sepia.ceph.com, path=None, version=distro) 2023-12-09T02:26:46.017 DEBUG:teuthology.orchestra.run.smithi172:> sudo apt-get clean 2023-12-09T02:26:46.065 DEBUG:teuthology.orchestra.remote:smithi023:/tmp/tmp.3TC2Xlr3Al is 9KB 2023-12-09T02:26:46.079 DEBUG:teuthology.orchestra.run.smithi023:> rm -fr /tmp/tmp.3TC2Xlr3Al 2023-12-09T02:26:46.086 DEBUG:teuthology.orchestra.run.smithi023:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-12-09T02:26:46.091 DEBUG:teuthology.orchestra.run.smithi172:> sudo apt-get update 2023-12-09T02:26:46.142 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2023-12-09T02:26:46.142 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-12-09T02:26:46.143 DEBUG:teuthology.orchestra.run.smithi023:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-12-09T02:26:46.171 INFO:teuthology.task.kernel:Distro Kernel Version: 5.4.0-169-generic 2023-12-09T02:26:46.171 DEBUG:teuthology.orchestra.run.smithi023:> sudo update-grub 2023-12-09T02:26:46.309 INFO:teuthology.orchestra.run.smithi172.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-12-09T02:26:46.437 INFO:teuthology.orchestra.run.smithi172.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-09T02:26:46.519 INFO:teuthology.orchestra.run.smithi172.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-12-09T02:26:46.880 INFO:teuthology.orchestra.run.smithi172.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-12-09T02:26:47.204 INFO:teuthology.orchestra.run.smithi172.stdout:Fetched 114 kB in 1s (123 kB/s) 2023-12-09T02:26:47.535 INFO:teuthology.orchestra.run.smithi023.stderr:Sourcing file `/etc/default/grub' 2023-12-09T02:26:47.544 INFO:teuthology.orchestra.run.smithi023.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-09T02:26:47.557 INFO:teuthology.orchestra.run.smithi023.stderr:Generating grub configuration file ... 2023-12-09T02:26:47.789 INFO:teuthology.orchestra.run.smithi023.stderr:Found linux image: /boot/vmlinuz-5.4.0-169-generic 2023-12-09T02:26:47.801 INFO:teuthology.orchestra.run.smithi023.stderr:Found initrd image: /boot/initrd.img-5.4.0-169-generic 2023-12-09T02:26:48.156 INFO:teuthology.orchestra.run.smithi023.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-09T02:26:48.168 INFO:teuthology.orchestra.run.smithi023.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-09T02:26:48.283 INFO:teuthology.orchestra.run.smithi172.stdout:Reading package lists... 2023-12-09T02:26:48.308 DEBUG:teuthology.orchestra.run.smithi172:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-12-09T02:26:48.379 INFO:teuthology.orchestra.run.smithi172.stdout:Reading package lists... 2023-12-09T02:26:48.560 INFO:teuthology.orchestra.run.smithi172.stdout:Building dependency tree... 2023-12-09T02:26:48.560 INFO:teuthology.orchestra.run.smithi172.stdout:Reading state information... 2023-12-09T02:26:48.773 INFO:teuthology.orchestra.run.smithi172.stdout:linux-image-generic is already the newest version (5.4.0.169.167). 2023-12-09T02:26:48.773 INFO:teuthology.orchestra.run.smithi172.stdout:0 upgraded, 0 newly installed, 0 to remove and 280 not upgraded. 2023-12-09T02:26:48.775 DEBUG:teuthology.orchestra.run.smithi172:> dpkg -s linux-image-generic 2023-12-09T02:26:48.797 INFO:teuthology.orchestra.run.smithi172.stdout:Package: linux-image-generic 2023-12-09T02:26:48.797 INFO:teuthology.orchestra.run.smithi172.stdout:Status: install ok installed 2023-12-09T02:26:48.797 INFO:teuthology.orchestra.run.smithi172.stdout:Priority: optional 2023-12-09T02:26:48.797 INFO:teuthology.orchestra.run.smithi172.stdout:Section: kernel 2023-12-09T02:26:48.797 INFO:teuthology.orchestra.run.smithi172.stdout:Installed-Size: 20 2023-12-09T02:26:48.797 INFO:teuthology.orchestra.run.smithi172.stdout:Maintainer: Ubuntu Kernel Team 2023-12-09T02:26:48.798 INFO:teuthology.orchestra.run.smithi172.stdout:Architecture: amd64 2023-12-09T02:26:48.798 INFO:teuthology.orchestra.run.smithi172.stdout:Source: linux-meta 2023-12-09T02:26:48.798 INFO:teuthology.orchestra.run.smithi172.stdout:Version: 5.4.0.169.167 2023-12-09T02:26:48.798 INFO:teuthology.orchestra.run.smithi172.stdout:Provides: virtualbox-guest-modules (= 6.1.38-dfsg-3~ubuntu1.20.04.1), wireguard-modules (= 1.0.20201112-1~20.04.1), zfs-modules (= 0.8.3-1ubuntu12.15) 2023-12-09T02:26:48.798 INFO:teuthology.orchestra.run.smithi172.stdout:Depends: linux-image-5.4.0-169-generic, linux-modules-extra-5.4.0-169-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-09T02:26:48.798 INFO:teuthology.orchestra.run.smithi172.stdout:Recommends: thermald 2023-12-09T02:26:48.798 INFO:teuthology.orchestra.run.smithi172.stdout:Description: Generic Linux kernel image 2023-12-09T02:26:48.798 INFO:teuthology.orchestra.run.smithi172.stdout: This package will always depend on the latest generic kernel image 2023-12-09T02:26:48.798 INFO:teuthology.orchestra.run.smithi172.stdout: available. 2023-12-09T02:26:48.798 DEBUG:teuthology.orchestra.run.smithi172:> mktemp 2023-12-09T02:26:48.803 INFO:teuthology.orchestra.run.smithi172.stdout:/tmp/tmp.ppeOx1qLao 2023-12-09T02:26:48.804 DEBUG:teuthology.orchestra.run.smithi172:> sudo cp /boot/grub/grub.cfg /tmp/tmp.ppeOx1qLao 2023-12-09T02:26:48.814 DEBUG:teuthology.orchestra.run.smithi172:> sudo chmod 0666 /tmp/tmp.ppeOx1qLao 2023-12-09T02:26:48.894 DEBUG:teuthology.orchestra.remote:smithi172:/tmp/tmp.ppeOx1qLao is 9KB 2023-12-09T02:26:48.909 DEBUG:teuthology.orchestra.run.smithi172:> rm -fr /tmp/tmp.ppeOx1qLao 2023-12-09T02:26:48.916 DEBUG:teuthology.orchestra.run.smithi172:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-12-09T02:26:48.967 INFO:teuthology.orchestra.run.smithi023.stderr:done 2023-12-09T02:26:48.969 DEBUG:teuthology.orchestra.run.smithi023:> sudo shutdown -r now 2023-12-09T02:26:48.972 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2023-12-09T02:26:48.972 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-12-09T02:26:48.972 DEBUG:teuthology.orchestra.run.smithi172:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-12-09T02:26:49.012 INFO:teuthology.task.kernel:Distro Kernel Version: 5.4.0-169-generic 2023-12-09T02:26:49.012 DEBUG:teuthology.orchestra.run.smithi172:> sudo update-grub 2023-12-09T02:26:50.362 INFO:teuthology.orchestra.run.smithi172.stderr:Sourcing file `/etc/default/grub' 2023-12-09T02:26:50.366 INFO:teuthology.orchestra.run.smithi172.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-09T02:26:50.385 INFO:teuthology.orchestra.run.smithi172.stderr:Generating grub configuration file ... 2023-12-09T02:26:50.670 INFO:teuthology.orchestra.run.smithi172.stderr:Found linux image: /boot/vmlinuz-5.4.0-169-generic 2023-12-09T02:26:50.681 INFO:teuthology.orchestra.run.smithi172.stderr:Found initrd image: /boot/initrd.img-5.4.0-169-generic 2023-12-09T02:26:51.088 INFO:teuthology.orchestra.run.smithi172.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-09T02:26:51.100 INFO:teuthology.orchestra.run.smithi172.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-09T02:26:51.857 INFO:teuthology.orchestra.run.smithi172.stderr:done 2023-12-09T02:26:51.859 DEBUG:teuthology.orchestra.run.smithi172:> sudo shutdown -r now 2023-12-09T02:27:18.999 INFO:teuthology.task.kernel:Checking client mon.a for new kernel version... 2023-12-09T02:27:19.000 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi023.front.sepia.ceph.com' 2023-12-09T02:27:19.001 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi023.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-09T02:27:21.906 INFO:teuthology.task.kernel:Checking client mon.b for new kernel version... 2023-12-09T02:27:21.906 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi172.front.sepia.ceph.com' 2023-12-09T02:27:21.907 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi172.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-09T02:27:53.570 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.23 2023-12-09T02:27:56.386 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.172 2023-12-09T02:28:02.576 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi023.front.sepia.ceph.com' 2023-12-09T02:28:02.577 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi023.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-09T02:28:05.390 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi172.front.sepia.ceph.com' 2023-12-09T02:28:05.390 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi172.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-09T02:28:05.634 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.23 2023-12-09T02:28:17.646 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi023.front.sepia.ceph.com' 2023-12-09T02:28:17.647 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi023.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-09T02:28:20.710 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.23 2023-12-09T02:28:35.722 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi023.front.sepia.ceph.com' 2023-12-09T02:28:35.723 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi023.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-09T02:28:36.834 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.172 2023-12-09T02:28:48.846 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi172.front.sepia.ceph.com' 2023-12-09T02:28:48.847 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi172.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-09T02:28:49.060 DEBUG:teuthology.orchestra.run.smithi172:> true 2023-12-09T02:28:49.627 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi172.front.sepia.ceph.com' 2023-12-09T02:28:49.627 INFO:teuthology.task.kernel:Checking kernel version of mon.b, want "5.4.0-169-generic"... 2023-12-09T02:28:49.627 DEBUG:teuthology.orchestra.run.smithi172:> uname -r 2023-12-09T02:28:49.633 INFO:teuthology.orchestra.run.smithi172.stdout:5.4.0-169-generic 2023-12-09T02:28:49.633 DEBUG:teuthology.task.kernel:current kernel version is 5.4.0-169-generic vs 5.4.0-169-generic 2023-12-09T02:28:49.634 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-09T02:28:49.634 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-12-09T02:28:50.635 INFO:teuthology.task.kernel:Enabling kdb on mon.b... 2023-12-09T02:28:50.635 DEBUG:teuthology.orchestra.run.smithi172:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-09T02:28:50.748 INFO:teuthology.orchestra.run.smithi172.stdout:ttyS1 2023-12-09T02:28:50.772 DEBUG:teuthology.parallel:result is None 2023-12-09T02:28:54.242 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.23 2023-12-09T02:29:12.243 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi023.front.sepia.ceph.com' 2023-12-09T02:29:12.243 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi023.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-09T02:29:12.458 DEBUG:teuthology.orchestra.run.smithi023:> true 2023-12-09T02:29:13.064 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi023.front.sepia.ceph.com' 2023-12-09T02:29:13.064 INFO:teuthology.task.kernel:Checking kernel version of mon.a, want "5.4.0-169-generic"... 2023-12-09T02:29:13.065 DEBUG:teuthology.orchestra.run.smithi023:> uname -r 2023-12-09T02:29:13.071 INFO:teuthology.orchestra.run.smithi023.stdout:5.4.0-169-generic 2023-12-09T02:29:13.071 DEBUG:teuthology.task.kernel:current kernel version is 5.4.0-169-generic vs 5.4.0-169-generic 2023-12-09T02:29:13.071 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-09T02:29:13.071 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-12-09T02:29:14.072 INFO:teuthology.task.kernel:Enabling kdb on mon.a... 2023-12-09T02:29:14.072 DEBUG:teuthology.orchestra.run.smithi023:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-09T02:29:14.159 INFO:teuthology.orchestra.run.smithi023.stdout:ttyS1 2023-12-09T02:29:14.180 DEBUG:teuthology.parallel:result is None 2023-12-09T02:29:14.180 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-09T02:29:14.187 INFO:teuthology.task.internal:Creating test directory... 2023-12-09T02:29:14.187 DEBUG:teuthology.orchestra.run.smithi023:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-09T02:29:14.190 DEBUG:teuthology.orchestra.run.smithi172:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-09T02:29:14.198 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-09T02:29:14.208 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-09T02:29:14.362 INFO:teuthology.task.internal:Creating archive directory... 2023-12-09T02:29:14.362 DEBUG:teuthology.orchestra.run.smithi023:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-09T02:29:14.365 DEBUG:teuthology.orchestra.run.smithi172:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-09T02:29:14.619 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-09T02:29:14.734 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-09T02:29:14.734 DEBUG:teuthology.orchestra.run.smithi023:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-09T02:29:14.737 DEBUG:teuthology.orchestra.run.smithi172:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-09T02:29:14.752 INFO:teuthology.orchestra.run.smithi023.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-09T02:29:14.764 INFO:teuthology.orchestra.run.smithi023.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-09T02:29:14.770 INFO:teuthology.orchestra.run.smithi172.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-09T02:29:14.781 INFO:teuthology.orchestra.run.smithi172.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-09T02:29:14.782 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-09T02:29:14.801 INFO:teuthology.task.internal:Configuring sudo... 2023-12-09T02:29:14.802 DEBUG:teuthology.orchestra.run.smithi023:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-09T02:29:14.816 DEBUG:teuthology.orchestra.run.smithi172:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-09T02:29:14.832 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-09T02:29:14.847 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-09T02:29:14.848 DEBUG:teuthology.orchestra.run.smithi023:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-09T02:29:14.850 DEBUG:teuthology.orchestra.run.smithi172:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-09T02:29:14.884 DEBUG:teuthology.orchestra.run.smithi023:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-09T02:29:14.905 DEBUG:teuthology.orchestra.run.smithi023:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-09T02:29:14.917 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2023-12-09T02:29:14.917 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-09T02:29:15.010 DEBUG:teuthology.orchestra.run.smithi172:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-09T02:29:15.023 DEBUG:teuthology.orchestra.run.smithi172:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-09T02:29:15.035 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2023-12-09T02:29:15.036 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-09T02:29:15.112 DEBUG:teuthology.orchestra.run.smithi023:> sudo service rsyslog restart 2023-12-09T02:29:15.116 DEBUG:teuthology.orchestra.run.smithi172:> sudo service rsyslog restart 2023-12-09T02:29:15.208 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-09T02:29:15.404 INFO:teuthology.task.internal:Starting timer... 2023-12-09T02:29:15.404 INFO:teuthology.run_tasks:Running task pcp... 2023-12-09T02:29:15.583 INFO:teuthology.run_tasks:Running task selinux... 2023-12-09T02:29:15.745 DEBUG:teuthology.task.selinux:Excluding smithi023: OS 'ubuntu' does not support SELinux 2023-12-09T02:29:15.745 DEBUG:teuthology.task.selinux:Excluding smithi172: OS 'ubuntu' does not support SELinux 2023-12-09T02:29:15.746 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-09T02:29:15.746 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2023-12-09T02:29:15.746 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-09T02:29:15.746 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-09T02:29:15.886 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-12-09T02:29:15.886 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-09T02:29:15.903 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2023-12-09T02:29:15.904 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi023.front.sepia.ceph.com,smithi172.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-09T02:35:21.863 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi023.front.sepia.ceph.com'), Remote(name='ubuntu@smithi172.front.sepia.ceph.com')] 2023-12-09T02:35:21.864 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi023.front.sepia.ceph.com' 2023-12-09T02:35:21.865 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi023.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-09T02:35:21.917 DEBUG:teuthology.orchestra.run.smithi023:> true 2023-12-09T02:35:22.043 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi023.front.sepia.ceph.com' 2023-12-09T02:35:22.044 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi172.front.sepia.ceph.com' 2023-12-09T02:35:22.044 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi172.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-09T02:35:22.091 DEBUG:teuthology.orchestra.run.smithi172:> true 2023-12-09T02:35:22.220 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi172.front.sepia.ceph.com' 2023-12-09T02:35:22.220 INFO:teuthology.run_tasks:Running task clock... 2023-12-09T02:35:22.231 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-09T02:35:22.232 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-09T02:35:22.232 DEBUG:teuthology.orchestra.run.smithi023:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-09T02:35:22.234 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-09T02:35:22.234 DEBUG:teuthology.orchestra.run.smithi172:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-09T02:35:22.268 INFO:teuthology.orchestra.run.smithi023.stdout: 9 Dec 02:35:22 ntpd[23476]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-12-09T02:35:22.268 INFO:teuthology.orchestra.run.smithi023.stdout: 9 Dec 02:35:22 ntpd[23476]: Command line: ntpd -gq 2023-12-09T02:35:22.269 INFO:teuthology.orchestra.run.smithi172.stdout: 9 Dec 02:35:22 ntpd[23642]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-12-09T02:35:22.270 INFO:teuthology.orchestra.run.smithi172.stdout: 9 Dec 02:35:22 ntpd[23642]: Command line: ntpd -gq 2023-12-09T02:35:22.270 INFO:teuthology.orchestra.run.smithi023.stdout: 9 Dec 02:35:22 ntpd[23476]: proto: precision = 0.120 usec (-23) 2023-12-09T02:35:22.271 INFO:teuthology.orchestra.run.smithi023.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-09T02:35:22.271 INFO:teuthology.orchestra.run.smithi023.stdout: 9 Dec 02:35:22 ntpd[23476]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-09T02:35:22.271 INFO:teuthology.orchestra.run.smithi023.stderr:restrict ::: KOD does nothing without LIMITED. 2023-12-09T02:35:22.272 INFO:teuthology.orchestra.run.smithi023.stdout: 9 Dec 02:35:22 ntpd[23476]: restrict ::: KOD does nothing without LIMITED. 2023-12-09T02:35:22.272 INFO:teuthology.orchestra.run.smithi023.stdout: 9 Dec 02:35:22 ntpd[23476]: Listen and drop on 0 v6wildcard [::]:123 2023-12-09T02:35:22.273 INFO:teuthology.orchestra.run.smithi023.stdout: 9 Dec 02:35:22 ntpd[23476]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-12-09T02:35:22.273 INFO:teuthology.orchestra.run.smithi023.stdout: 9 Dec 02:35:22 ntpd[23476]: Listen normally on 2 lo 127.0.0.1:123 2023-12-09T02:35:22.273 INFO:teuthology.orchestra.run.smithi023.stdout: 9 Dec 02:35:22 ntpd[23476]: Listen normally on 3 ens1f0 172.21.15.23:123 2023-12-09T02:35:22.273 INFO:teuthology.orchestra.run.smithi023.stdout: 9 Dec 02:35:22 ntpd[23476]: Listen normally on 4 lo [::1]:123 2023-12-09T02:35:22.273 INFO:teuthology.orchestra.run.smithi023.stdout: 9 Dec 02:35:22 ntpd[23476]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:fe59:ce42%4]:123 2023-12-09T02:35:22.273 INFO:teuthology.orchestra.run.smithi023.stdout: 9 Dec 02:35:22 ntpd[23476]: Listening on routing socket on fd #22 for interface updates 2023-12-09T02:35:22.273 INFO:teuthology.orchestra.run.smithi172.stdout: 9 Dec 02:35:22 ntpd[23642]: proto: precision = 0.066 usec (-24) 2023-12-09T02:35:22.274 INFO:teuthology.orchestra.run.smithi172.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-09T02:35:22.274 INFO:teuthology.orchestra.run.smithi172.stdout: 9 Dec 02:35:22 ntpd[23642]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-09T02:35:22.275 INFO:teuthology.orchestra.run.smithi172.stderr:restrict ::: KOD does nothing without LIMITED. 2023-12-09T02:35:22.276 INFO:teuthology.orchestra.run.smithi172.stdout: 9 Dec 02:35:22 ntpd[23642]: restrict ::: KOD does nothing without LIMITED. 2023-12-09T02:35:22.276 INFO:teuthology.orchestra.run.smithi172.stdout: 9 Dec 02:35:22 ntpd[23642]: Listen and drop on 0 v6wildcard [::]:123 2023-12-09T02:35:22.276 INFO:teuthology.orchestra.run.smithi172.stdout: 9 Dec 02:35:22 ntpd[23642]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-12-09T02:35:22.276 INFO:teuthology.orchestra.run.smithi172.stdout: 9 Dec 02:35:22 ntpd[23642]: Listen normally on 2 lo 127.0.0.1:123 2023-12-09T02:35:22.276 INFO:teuthology.orchestra.run.smithi172.stdout: 9 Dec 02:35:22 ntpd[23642]: Listen normally on 3 enp3s0f1 172.21.15.172:123 2023-12-09T02:35:22.276 INFO:teuthology.orchestra.run.smithi172.stdout: 9 Dec 02:35:22 ntpd[23642]: Listen normally on 4 lo [::1]:123 2023-12-09T02:35:22.276 INFO:teuthology.orchestra.run.smithi172.stdout: 9 Dec 02:35:22 ntpd[23642]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7f91%5]:123 2023-12-09T02:35:22.276 INFO:teuthology.orchestra.run.smithi172.stdout: 9 Dec 02:35:22 ntpd[23642]: Listening on routing socket on fd #22 for interface updates 2023-12-09T02:35:23.269 INFO:teuthology.orchestra.run.smithi023.stderr: 9 Dec 02:35:23 ntpd[23476]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T02:35:23.269 INFO:teuthology.orchestra.run.smithi023.stderr: 9 Dec 02:35:23 ntpd[23476]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T02:35:23.269 INFO:teuthology.orchestra.run.smithi023.stderr: 9 Dec 02:35:23 ntpd[23476]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T02:35:23.269 INFO:teuthology.orchestra.run.smithi023.stderr: 9 Dec 02:35:23 ntpd[23476]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T02:35:23.269 INFO:teuthology.orchestra.run.smithi023.stderr: 9 Dec 02:35:23 ntpd[23476]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-09T02:35:23.269 INFO:teuthology.orchestra.run.smithi023.stderr: 9 Dec 02:35:23 ntpd[23476]: can't open /var/log/ntpstats/peerstats.20231209: Permission denied 2023-12-09T02:35:24.269 INFO:teuthology.orchestra.run.smithi023.stderr: 9 Dec 02:35:24 ntpd[23476]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T02:35:24.269 INFO:teuthology.orchestra.run.smithi023.stderr: 9 Dec 02:35:24 ntpd[23476]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T02:35:24.270 INFO:teuthology.orchestra.run.smithi172.stderr: 9 Dec 02:35:24 ntpd[23642]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T02:35:24.271 INFO:teuthology.orchestra.run.smithi172.stderr: 9 Dec 02:35:24 ntpd[23642]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T02:35:24.271 INFO:teuthology.orchestra.run.smithi172.stderr: 9 Dec 02:35:24 ntpd[23642]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T02:35:24.271 INFO:teuthology.orchestra.run.smithi172.stderr: 9 Dec 02:35:24 ntpd[23642]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T02:35:24.271 INFO:teuthology.orchestra.run.smithi172.stderr: 9 Dec 02:35:24 ntpd[23642]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-09T02:35:24.271 INFO:teuthology.orchestra.run.smithi172.stderr: 9 Dec 02:35:24 ntpd[23642]: can't open /var/log/ntpstats/peerstats.20231209: Permission denied 2023-12-09T02:35:25.270 INFO:teuthology.orchestra.run.smithi023.stderr: 9 Dec 02:35:25 ntpd[23476]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T02:35:25.270 INFO:teuthology.orchestra.run.smithi023.stderr: 9 Dec 02:35:25 ntpd[23476]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T02:35:25.270 INFO:teuthology.orchestra.run.smithi023.stderr: 9 Dec 02:35:25 ntpd[23476]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T02:35:25.270 INFO:teuthology.orchestra.run.smithi023.stderr: 9 Dec 02:35:25 ntpd[23476]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T02:35:25.270 INFO:teuthology.orchestra.run.smithi023.stderr: 9 Dec 02:35:25 ntpd[23476]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T02:35:25.270 INFO:teuthology.orchestra.run.smithi023.stderr: 9 Dec 02:35:25 ntpd[23476]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T02:35:25.270 INFO:teuthology.orchestra.run.smithi023.stderr: 9 Dec 02:35:25 ntpd[23476]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-09T02:35:25.270 INFO:teuthology.orchestra.run.smithi023.stderr: 9 Dec 02:35:25 ntpd[23476]: can't open /var/log/ntpstats/peerstats.20231209: Permission denied 2023-12-09T02:35:25.270 INFO:teuthology.orchestra.run.smithi023.stderr: 9 Dec 02:35:25 ntpd[23476]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T02:35:25.270 INFO:teuthology.orchestra.run.smithi023.stderr: 9 Dec 02:35:25 ntpd[23476]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T02:35:25.271 INFO:teuthology.orchestra.run.smithi023.stderr: 9 Dec 02:35:25 ntpd[23476]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-09T02:35:25.271 INFO:teuthology.orchestra.run.smithi023.stderr: 9 Dec 02:35:25 ntpd[23476]: can't open /var/log/ntpstats/peerstats.20231209: Permission denied 2023-12-09T02:35:25.272 INFO:teuthology.orchestra.run.smithi172.stderr: 9 Dec 02:35:25 ntpd[23642]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T02:35:25.272 INFO:teuthology.orchestra.run.smithi172.stderr: 9 Dec 02:35:25 ntpd[23642]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T02:35:25.272 INFO:teuthology.orchestra.run.smithi172.stderr: 9 Dec 02:35:25 ntpd[23642]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T02:35:25.272 INFO:teuthology.orchestra.run.smithi172.stderr: 9 Dec 02:35:25 ntpd[23642]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T02:35:25.273 INFO:teuthology.orchestra.run.smithi172.stderr: 9 Dec 02:35:25 ntpd[23642]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T02:35:25.273 INFO:teuthology.orchestra.run.smithi172.stderr: 9 Dec 02:35:25 ntpd[23642]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T02:35:25.273 INFO:teuthology.orchestra.run.smithi172.stderr: 9 Dec 02:35:25 ntpd[23642]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T02:35:25.273 INFO:teuthology.orchestra.run.smithi172.stderr: 9 Dec 02:35:25 ntpd[23642]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T02:35:25.273 INFO:teuthology.orchestra.run.smithi172.stderr: 9 Dec 02:35:25 ntpd[23642]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-09T02:35:25.273 INFO:teuthology.orchestra.run.smithi172.stderr: 9 Dec 02:35:25 ntpd[23642]: can't open /var/log/ntpstats/peerstats.20231209: Permission denied 2023-12-09T02:35:25.273 INFO:teuthology.orchestra.run.smithi172.stderr: 9 Dec 02:35:25 ntpd[23642]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T02:35:25.273 INFO:teuthology.orchestra.run.smithi172.stderr: 9 Dec 02:35:25 ntpd[23642]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T02:35:25.273 INFO:teuthology.orchestra.run.smithi172.stderr: 9 Dec 02:35:25 ntpd[23642]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-09T02:35:25.273 INFO:teuthology.orchestra.run.smithi172.stderr: 9 Dec 02:35:25 ntpd[23642]: can't open /var/log/ntpstats/peerstats.20231209: Permission denied 2023-12-09T02:35:26.269 INFO:teuthology.orchestra.run.smithi023.stderr: 9 Dec 02:35:26 ntpd[23476]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T02:35:26.270 INFO:teuthology.orchestra.run.smithi023.stderr: 9 Dec 02:35:26 ntpd[23476]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T02:35:26.270 INFO:teuthology.orchestra.run.smithi023.stderr: 9 Dec 02:35:26 ntpd[23476]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T02:35:26.270 INFO:teuthology.orchestra.run.smithi023.stderr: 9 Dec 02:35:26 ntpd[23476]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T02:35:26.270 INFO:teuthology.orchestra.run.smithi023.stderr: 9 Dec 02:35:26 ntpd[23476]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-09T02:35:26.270 INFO:teuthology.orchestra.run.smithi023.stderr: 9 Dec 02:35:26 ntpd[23476]: can't open /var/log/ntpstats/peerstats.20231209: Permission denied 2023-12-09T02:35:26.271 INFO:teuthology.orchestra.run.smithi172.stderr: 9 Dec 02:35:26 ntpd[23642]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T02:35:26.271 INFO:teuthology.orchestra.run.smithi172.stderr: 9 Dec 02:35:26 ntpd[23642]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T02:35:26.271 INFO:teuthology.orchestra.run.smithi172.stderr: 9 Dec 02:35:26 ntpd[23642]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T02:35:26.272 INFO:teuthology.orchestra.run.smithi172.stderr: 9 Dec 02:35:26 ntpd[23642]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T02:35:26.272 INFO:teuthology.orchestra.run.smithi172.stderr: 9 Dec 02:35:26 ntpd[23642]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-09T02:35:26.272 INFO:teuthology.orchestra.run.smithi172.stderr: 9 Dec 02:35:26 ntpd[23642]: can't open /var/log/ntpstats/peerstats.20231209: Permission denied 2023-12-09T02:35:27.270 INFO:teuthology.orchestra.run.smithi023.stderr: 9 Dec 02:35:27 ntpd[23476]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T02:35:27.270 INFO:teuthology.orchestra.run.smithi023.stderr: 9 Dec 02:35:27 ntpd[23476]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T02:35:27.270 INFO:teuthology.orchestra.run.smithi023.stderr: 9 Dec 02:35:27 ntpd[23476]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T02:35:27.270 INFO:teuthology.orchestra.run.smithi023.stderr: 9 Dec 02:35:27 ntpd[23476]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T02:35:27.270 INFO:teuthology.orchestra.run.smithi023.stderr: 9 Dec 02:35:27 ntpd[23476]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T02:35:27.270 INFO:teuthology.orchestra.run.smithi023.stderr: 9 Dec 02:35:27 ntpd[23476]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T02:35:27.270 INFO:teuthology.orchestra.run.smithi023.stderr: 9 Dec 02:35:27 ntpd[23476]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-09T02:35:27.270 INFO:teuthology.orchestra.run.smithi023.stderr: 9 Dec 02:35:27 ntpd[23476]: can't open /var/log/ntpstats/peerstats.20231209: Permission denied 2023-12-09T02:35:27.270 INFO:teuthology.orchestra.run.smithi023.stderr: 9 Dec 02:35:27 ntpd[23476]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T02:35:27.271 INFO:teuthology.orchestra.run.smithi023.stderr: 9 Dec 02:35:27 ntpd[23476]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T02:35:27.271 INFO:teuthology.orchestra.run.smithi023.stderr: 9 Dec 02:35:27 ntpd[23476]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-09T02:35:27.271 INFO:teuthology.orchestra.run.smithi023.stderr: 9 Dec 02:35:27 ntpd[23476]: can't open /var/log/ntpstats/peerstats.20231209: Permission denied 2023-12-09T02:35:27.272 INFO:teuthology.orchestra.run.smithi172.stderr: 9 Dec 02:35:27 ntpd[23642]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T02:35:27.272 INFO:teuthology.orchestra.run.smithi172.stderr: 9 Dec 02:35:27 ntpd[23642]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T02:35:27.272 INFO:teuthology.orchestra.run.smithi172.stderr: 9 Dec 02:35:27 ntpd[23642]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T02:35:27.272 INFO:teuthology.orchestra.run.smithi172.stderr: 9 Dec 02:35:27 ntpd[23642]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T02:35:27.273 INFO:teuthology.orchestra.run.smithi172.stderr: 9 Dec 02:35:27 ntpd[23642]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T02:35:27.273 INFO:teuthology.orchestra.run.smithi172.stderr: 9 Dec 02:35:27 ntpd[23642]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T02:35:27.273 INFO:teuthology.orchestra.run.smithi172.stderr: 9 Dec 02:35:27 ntpd[23642]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-09T02:35:27.273 INFO:teuthology.orchestra.run.smithi172.stderr: 9 Dec 02:35:27 ntpd[23642]: can't open /var/log/ntpstats/peerstats.20231209: Permission denied 2023-12-09T02:35:27.273 INFO:teuthology.orchestra.run.smithi172.stderr: 9 Dec 02:35:27 ntpd[23642]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T02:35:27.273 INFO:teuthology.orchestra.run.smithi172.stderr: 9 Dec 02:35:27 ntpd[23642]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T02:35:27.273 INFO:teuthology.orchestra.run.smithi172.stderr: 9 Dec 02:35:27 ntpd[23642]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-09T02:35:27.273 INFO:teuthology.orchestra.run.smithi172.stderr: 9 Dec 02:35:27 ntpd[23642]: can't open /var/log/ntpstats/peerstats.20231209: Permission denied 2023-12-09T02:35:28.269 INFO:teuthology.orchestra.run.smithi023.stderr: 9 Dec 02:35:28 ntpd[23476]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T02:35:28.269 INFO:teuthology.orchestra.run.smithi023.stderr: 9 Dec 02:35:28 ntpd[23476]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T02:35:28.269 INFO:teuthology.orchestra.run.smithi023.stderr: 9 Dec 02:35:28 ntpd[23476]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T02:35:28.269 INFO:teuthology.orchestra.run.smithi023.stderr: 9 Dec 02:35:28 ntpd[23476]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T02:35:28.269 INFO:teuthology.orchestra.run.smithi023.stderr: 9 Dec 02:35:28 ntpd[23476]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-09T02:35:28.270 INFO:teuthology.orchestra.run.smithi023.stderr: 9 Dec 02:35:28 ntpd[23476]: can't open /var/log/ntpstats/peerstats.20231209: Permission denied 2023-12-09T02:35:28.270 INFO:teuthology.orchestra.run.smithi172.stderr: 9 Dec 02:35:28 ntpd[23642]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T02:35:28.270 INFO:teuthology.orchestra.run.smithi172.stderr: 9 Dec 02:35:28 ntpd[23642]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T02:35:28.271 INFO:teuthology.orchestra.run.smithi172.stderr: 9 Dec 02:35:28 ntpd[23642]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T02:35:28.271 INFO:teuthology.orchestra.run.smithi172.stderr: 9 Dec 02:35:28 ntpd[23642]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T02:35:28.271 INFO:teuthology.orchestra.run.smithi172.stderr: 9 Dec 02:35:28 ntpd[23642]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-09T02:35:28.271 INFO:teuthology.orchestra.run.smithi172.stderr: 9 Dec 02:35:28 ntpd[23642]: can't open /var/log/ntpstats/peerstats.20231209: Permission denied 2023-12-09T02:35:29.270 INFO:teuthology.orchestra.run.smithi023.stderr: 9 Dec 02:35:29 ntpd[23476]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T02:35:29.270 INFO:teuthology.orchestra.run.smithi023.stderr: 9 Dec 02:35:29 ntpd[23476]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T02:35:29.270 INFO:teuthology.orchestra.run.smithi023.stderr: 9 Dec 02:35:29 ntpd[23476]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T02:35:29.270 INFO:teuthology.orchestra.run.smithi023.stderr: 9 Dec 02:35:29 ntpd[23476]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T02:35:29.270 INFO:teuthology.orchestra.run.smithi023.stderr: 9 Dec 02:35:29 ntpd[23476]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T02:35:29.270 INFO:teuthology.orchestra.run.smithi023.stderr: 9 Dec 02:35:29 ntpd[23476]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T02:35:29.270 INFO:teuthology.orchestra.run.smithi023.stderr: 9 Dec 02:35:29 ntpd[23476]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-09T02:35:29.270 INFO:teuthology.orchestra.run.smithi023.stderr: 9 Dec 02:35:29 ntpd[23476]: can't open /var/log/ntpstats/peerstats.20231209: Permission denied 2023-12-09T02:35:29.270 INFO:teuthology.orchestra.run.smithi023.stderr: 9 Dec 02:35:29 ntpd[23476]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T02:35:29.270 INFO:teuthology.orchestra.run.smithi023.stderr: 9 Dec 02:35:29 ntpd[23476]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T02:35:29.270 INFO:teuthology.orchestra.run.smithi023.stderr: 9 Dec 02:35:29 ntpd[23476]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-09T02:35:29.271 INFO:teuthology.orchestra.run.smithi023.stderr: 9 Dec 02:35:29 ntpd[23476]: can't open /var/log/ntpstats/peerstats.20231209: Permission denied 2023-12-09T02:35:29.271 INFO:teuthology.orchestra.run.smithi023.stdout: 9 Dec 02:35:29 ntpd[23476]: ntpd: time slew +0.002836 s 2023-12-09T02:35:29.271 INFO:teuthology.orchestra.run.smithi023.stdout:ntpd: time slew +0.002836s 2023-12-09T02:35:29.271 INFO:teuthology.orchestra.run.smithi023.stderr: 9 Dec 02:35:29 ntpd[23476]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-12-09T02:35:29.271 INFO:teuthology.orchestra.run.smithi023.stderr: 9 Dec 02:35:29 ntpd[23476]: can't open /var/log/ntpstats/loopstats.20231209: Permission denied 2023-12-09T02:35:29.272 INFO:teuthology.orchestra.run.smithi172.stderr: 9 Dec 02:35:29 ntpd[23642]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T02:35:29.273 INFO:teuthology.orchestra.run.smithi172.stderr: 9 Dec 02:35:29 ntpd[23642]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T02:35:29.273 INFO:teuthology.orchestra.run.smithi172.stderr: 9 Dec 02:35:29 ntpd[23642]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T02:35:29.273 INFO:teuthology.orchestra.run.smithi172.stderr: 9 Dec 02:35:29 ntpd[23642]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T02:35:29.273 INFO:teuthology.orchestra.run.smithi172.stderr: 9 Dec 02:35:29 ntpd[23642]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T02:35:29.273 INFO:teuthology.orchestra.run.smithi172.stderr: 9 Dec 02:35:29 ntpd[23642]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T02:35:29.273 INFO:teuthology.orchestra.run.smithi172.stderr: 9 Dec 02:35:29 ntpd[23642]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-09T02:35:29.273 INFO:teuthology.orchestra.run.smithi172.stderr: 9 Dec 02:35:29 ntpd[23642]: can't open /var/log/ntpstats/peerstats.20231209: Permission denied 2023-12-09T02:35:29.273 INFO:teuthology.orchestra.run.smithi172.stderr: 9 Dec 02:35:29 ntpd[23642]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T02:35:29.273 INFO:teuthology.orchestra.run.smithi172.stderr: 9 Dec 02:35:29 ntpd[23642]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T02:35:29.273 INFO:teuthology.orchestra.run.smithi172.stderr: 9 Dec 02:35:29 ntpd[23642]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-09T02:35:29.273 INFO:teuthology.orchestra.run.smithi172.stderr: 9 Dec 02:35:29 ntpd[23642]: can't open /var/log/ntpstats/peerstats.20231209: Permission denied 2023-12-09T02:35:29.337 INFO:teuthology.orchestra.run.smithi023.stdout: remote refid st t when poll reach delay offset jitter 2023-12-09T02:35:29.337 INFO:teuthology.orchestra.run.smithi023.stdout:============================================================================== 2023-12-09T02:35:29.337 INFO:teuthology.orchestra.run.smithi023.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-09T02:35:29.337 INFO:teuthology.orchestra.run.smithi023.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-09T02:35:29.337 INFO:teuthology.orchestra.run.smithi023.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-09T02:35:29.337 INFO:teuthology.orchestra.run.smithi023.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-09T02:35:30.270 INFO:teuthology.orchestra.run.smithi172.stderr: 9 Dec 02:35:30 ntpd[23642]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T02:35:30.271 INFO:teuthology.orchestra.run.smithi172.stderr: 9 Dec 02:35:30 ntpd[23642]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T02:35:30.271 INFO:teuthology.orchestra.run.smithi172.stderr: 9 Dec 02:35:30 ntpd[23642]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-09T02:35:30.271 INFO:teuthology.orchestra.run.smithi172.stderr: 9 Dec 02:35:30 ntpd[23642]: can't open /var/log/ntpstats/rawstats.20231209: Permission denied 2023-12-09T02:35:30.271 INFO:teuthology.orchestra.run.smithi172.stderr: 9 Dec 02:35:30 ntpd[23642]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-09T02:35:30.271 INFO:teuthology.orchestra.run.smithi172.stderr: 9 Dec 02:35:30 ntpd[23642]: can't open /var/log/ntpstats/peerstats.20231209: Permission denied 2023-12-09T02:35:30.271 INFO:teuthology.orchestra.run.smithi172.stdout: 9 Dec 02:35:30 ntpd[23642]: ntpd: time slew -0.000181 s 2023-12-09T02:35:30.271 INFO:teuthology.orchestra.run.smithi172.stdout:ntpd: time slew -0.000181s 2023-12-09T02:35:30.272 INFO:teuthology.orchestra.run.smithi172.stderr: 9 Dec 02:35:30 ntpd[23642]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-12-09T02:35:30.272 INFO:teuthology.orchestra.run.smithi172.stderr: 9 Dec 02:35:30 ntpd[23642]: can't open /var/log/ntpstats/loopstats.20231209: Permission denied 2023-12-09T02:35:30.346 INFO:teuthology.orchestra.run.smithi172.stdout: remote refid st t when poll reach delay offset jitter 2023-12-09T02:35:30.346 INFO:teuthology.orchestra.run.smithi172.stdout:============================================================================== 2023-12-09T02:35:30.346 INFO:teuthology.orchestra.run.smithi172.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-09T02:35:30.346 INFO:teuthology.orchestra.run.smithi172.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-09T02:35:30.346 INFO:teuthology.orchestra.run.smithi172.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-09T02:35:30.347 INFO:teuthology.orchestra.run.smithi172.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-09T02:35:30.347 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-09T02:35:30.433 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': '9dcc13bb80dcc1cdea72b04d80505b4649a2b882'} 2023-12-09T02:35:30.434 INFO:tasks.cephadm:Cluster image is quay.io/ceph/ceph:v17.2.0 2023-12-09T02:35:30.434 INFO:tasks.cephadm:Cluster fsid is 9eab968a-963b-11ee-95a3-87774f69a715 2023-12-09T02:35:30.434 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-09T02:35:30.435 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.23', 'mon.c': '[v2:172.21.15.23:3301,v1:172.21.15.23:6790]', 'mon.b': '172.21.15.172'} 2023-12-09T02:35:30.435 INFO:tasks.cephadm:First mon is mon.a on smithi023 2023-12-09T02:35:30.435 INFO:tasks.cephadm:First mgr is y 2023-12-09T02:35:30.435 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-09T02:35:30.435 DEBUG:teuthology.orchestra.run.smithi023:> sudo hostname $(hostname -s) 2023-12-09T02:35:30.453 DEBUG:teuthology.orchestra.run.smithi172:> sudo hostname $(hostname -s) 2023-12-09T02:35:30.471 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v17.2.0)... 2023-12-09T02:35:30.472 DEBUG:teuthology.orchestra.run.smithi023:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v17.2.0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-09T02:35:30.740 INFO:teuthology.orchestra.run.smithi023.stdout:-rw-rw-r-- 1 ubuntu ubuntu 320521 Dec 9 02:35 /home/ubuntu/cephtest/cephadm 2023-12-09T02:35:30.740 DEBUG:teuthology.orchestra.run.smithi172:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v17.2.0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-09T02:35:31.025 INFO:teuthology.orchestra.run.smithi172.stdout:-rw-rw-r-- 1 ubuntu ubuntu 320521 Dec 9 02:35 /home/ubuntu/cephtest/cephadm 2023-12-09T02:35:31.025 DEBUG:teuthology.orchestra.run.smithi023:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-09T02:35:31.034 DEBUG:teuthology.orchestra.run.smithi172:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-09T02:35:31.052 INFO:tasks.cephadm:Pulling image quay.io/ceph/ceph:v17.2.0 on all hosts... 2023-12-09T02:35:31.053 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-12-09T02:35:31.076 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-12-09T02:35:31.366 INFO:teuthology.orchestra.run.smithi023.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-12-09T02:35:31.391 INFO:teuthology.orchestra.run.smithi172.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-12-09T02:36:11.504 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2023-12-09T02:36:11.504 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-12-09T02:36:11.504 INFO:teuthology.orchestra.run.smithi023.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-12-09T02:36:11.504 INFO:teuthology.orchestra.run.smithi023.stdout: "repo_digests": [ 2023-12-09T02:36:11.504 INFO:teuthology.orchestra.run.smithi023.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a" 2023-12-09T02:36:11.504 INFO:teuthology.orchestra.run.smithi023.stdout: ] 2023-12-09T02:36:11.505 INFO:teuthology.orchestra.run.smithi023.stdout:} 2023-12-09T02:36:17.609 INFO:teuthology.orchestra.run.smithi172.stdout:{ 2023-12-09T02:36:17.610 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-12-09T02:36:17.610 INFO:teuthology.orchestra.run.smithi172.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-12-09T02:36:17.610 INFO:teuthology.orchestra.run.smithi172.stdout: "repo_digests": [ 2023-12-09T02:36:17.610 INFO:teuthology.orchestra.run.smithi172.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a" 2023-12-09T02:36:17.610 INFO:teuthology.orchestra.run.smithi172.stdout: ] 2023-12-09T02:36:17.610 INFO:teuthology.orchestra.run.smithi172.stdout:} 2023-12-09T02:36:17.633 DEBUG:teuthology.orchestra.run.smithi023:> sudo mkdir -p /etc/ceph 2023-12-09T02:36:17.650 DEBUG:teuthology.orchestra.run.smithi172:> sudo mkdir -p /etc/ceph 2023-12-09T02:36:17.666 DEBUG:teuthology.orchestra.run.smithi023:> sudo chmod 777 /etc/ceph 2023-12-09T02:36:17.707 DEBUG:teuthology.orchestra.run.smithi172:> sudo chmod 777 /etc/ceph 2023-12-09T02:36:17.720 INFO:tasks.cephadm:Writing seed config... 2023-12-09T02:36:17.721 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2023-12-09T02:36:17.721 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-12-09T02:36:17.721 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-12-09T02:36:17.721 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2023-12-09T02:36:17.722 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-12-09T02:36:17.722 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-12-09T02:36:17.722 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-12-09T02:36:17.722 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-12-09T02:36:17.722 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-12-09T02:36:17.722 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2023-12-09T02:36:17.722 DEBUG:teuthology.orchestra.run.smithi023:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-12-09T02:36:17.729 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = 9eab968a-963b-11ee-95a3-87774f69a715 mon election default strategy = 3 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = False [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2023-12-09T02:36:17.729 DEBUG:teuthology.orchestra.run.smithi023:mon.a> sudo journalctl -f -n 0 -u ceph-9eab968a-963b-11ee-95a3-87774f69a715@mon.a.service 2023-12-09T02:36:17.774 DEBUG:teuthology.orchestra.run.smithi023:mgr.y> sudo journalctl -f -n 0 -u ceph-9eab968a-963b-11ee-95a3-87774f69a715@mgr.y.service 2023-12-09T02:36:17.777 INFO:tasks.cephadm:Bootstrapping... 2023-12-09T02:36:17.777 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 -v bootstrap --fsid 9eab968a-963b-11ee-95a3-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id y --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.23 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-12-09T02:36:17.940 INFO:teuthology.orchestra.run.smithi023.stderr:-------------------------------------------------------------------------------- 2023-12-09T02:36:17.940 INFO:teuthology.orchestra.run.smithi023.stderr:cephadm ['--image', 'quay.io/ceph/ceph:v17.2.0', '-v', 'bootstrap', '--fsid', '9eab968a-963b-11ee-95a3-87774f69a715', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-id', 'a', '--mgr-id', 'y', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.23', '--skip-admin-label'] 2023-12-09T02:36:17.940 INFO:teuthology.orchestra.run.smithi023.stderr:Verifying podman|docker is present... 2023-12-09T02:36:17.941 INFO:teuthology.orchestra.run.smithi023.stderr:Verifying lvm2 is present... 2023-12-09T02:36:17.941 INFO:teuthology.orchestra.run.smithi023.stderr:Verifying time synchronization is in place... 2023-12-09T02:36:17.948 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-09T02:36:17.956 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: inactive 2023-12-09T02:36:17.963 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2023-12-09T02:36:17.969 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: inactive 2023-12-09T02:36:17.975 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: masked 2023-12-09T02:36:17.981 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: inactive 2023-12-09T02:36:17.988 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2023-12-09T02:36:17.995 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: inactive 2023-12-09T02:36:18.003 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: enabled 2023-12-09T02:36:18.009 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: active 2023-12-09T02:36:18.010 INFO:teuthology.orchestra.run.smithi023.stderr:Unit ntp.service is enabled and running 2023-12-09T02:36:18.010 INFO:teuthology.orchestra.run.smithi023.stderr:Repeating the final host check... 2023-12-09T02:36:18.011 INFO:teuthology.orchestra.run.smithi023.stderr:docker (/usr/bin/docker) is present 2023-12-09T02:36:18.011 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl is present 2023-12-09T02:36:18.011 INFO:teuthology.orchestra.run.smithi023.stderr:lvcreate is present 2023-12-09T02:36:18.016 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-09T02:36:18.024 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: inactive 2023-12-09T02:36:18.032 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2023-12-09T02:36:18.038 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: inactive 2023-12-09T02:36:18.046 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: masked 2023-12-09T02:36:18.053 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: inactive 2023-12-09T02:36:18.060 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2023-12-09T02:36:18.068 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: inactive 2023-12-09T02:36:18.076 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: enabled 2023-12-09T02:36:18.083 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: active 2023-12-09T02:36:18.085 INFO:teuthology.orchestra.run.smithi023.stderr:Unit ntp.service is enabled and running 2023-12-09T02:36:18.085 INFO:teuthology.orchestra.run.smithi023.stderr:Host looks OK 2023-12-09T02:36:18.085 INFO:teuthology.orchestra.run.smithi023.stderr:Cluster fsid: 9eab968a-963b-11ee-95a3-87774f69a715 2023-12-09T02:36:18.085 INFO:teuthology.orchestra.run.smithi023.stderr:Acquiring lock 140205490489664 on /run/cephadm/9eab968a-963b-11ee-95a3-87774f69a715.lock 2023-12-09T02:36:18.085 INFO:teuthology.orchestra.run.smithi023.stderr:Lock 140205490489664 acquired on /run/cephadm/9eab968a-963b-11ee-95a3-87774f69a715.lock 2023-12-09T02:36:18.086 INFO:teuthology.orchestra.run.smithi023.stderr:Verifying IP 172.21.15.23 port 3300 ... 2023-12-09T02:36:18.086 INFO:teuthology.orchestra.run.smithi023.stderr:Verifying IP 172.21.15.23 port 6789 ... 2023-12-09T02:36:18.086 INFO:teuthology.orchestra.run.smithi023.stderr:Base mon IP is 172.21.15.23, final addrv is [v2:172.21.15.23:3300,v1:172.21.15.23:6789] 2023-12-09T02:36:18.089 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/sbin/ip: default via 172.21.15.254 dev ens1f0 2023-12-09T02:36:18.089 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/sbin/ip: 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-12-09T02:36:18.090 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/sbin/ip: 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.23 2023-12-09T02:36:18.094 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-12-09T02:36:18.095 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/sbin/ip: fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2023-12-09T02:36:18.095 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1798sec hoplimit 64 pref medium 2023-12-09T02:36:18.100 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-12-09T02:36:18.100 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/sbin/ip: inet6 ::1/128 scope host 2023-12-09T02:36:18.100 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/sbin/ip: valid_lft forever preferred_lft forever 2023-12-09T02:36:18.101 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/sbin/ip: 4: ens1f0: mtu 1500 state UP qlen 1000 2023-12-09T02:36:18.101 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/sbin/ip: inet6 fe80::ec4:7aff:fe59:ce42/64 scope link 2023-12-09T02:36:18.101 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/sbin/ip: valid_lft forever preferred_lft forever 2023-12-09T02:36:18.101 INFO:teuthology.orchestra.run.smithi023.stderr:Mon IP `172.21.15.23` is in CIDR network `172.21.0.0/20` 2023-12-09T02:36:18.101 INFO:teuthology.orchestra.run.smithi023.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-12-09T02:36:18.102 INFO:teuthology.orchestra.run.smithi023.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-12-09T02:36:18.111 INFO:journalctl@ceph.mon.a.smithi023.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-09T02:36:18.121 INFO:journalctl@ceph.mgr.y.smithi023.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-09T02:36:18.547 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/docker: v17.2.0: Pulling from ceph/ceph 2023-12-09T02:36:18.710 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/docker: Digest: sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a 2023-12-09T02:36:18.710 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/docker: Status: Image is up to date for quay.io/ceph/ceph:v17.2.0 2023-12-09T02:36:18.743 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/docker: quay.io/ceph/ceph:v17.2.0 2023-12-09T02:36:19.764 INFO:teuthology.orchestra.run.smithi023.stderr:ceph: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2023-12-09T02:36:20.356 INFO:teuthology.orchestra.run.smithi023.stderr:Ceph version: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2023-12-09T02:36:20.356 INFO:teuthology.orchestra.run.smithi023.stderr:Extracting ceph user uid/gid from container image... 2023-12-09T02:36:21.116 INFO:teuthology.orchestra.run.smithi023.stderr:stat: 167 167 2023-12-09T02:36:21.728 INFO:teuthology.orchestra.run.smithi023.stderr:Creating initial keys... 2023-12-09T02:36:22.565 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-authtool: AQCm0nNlcd+JIRAAFE2DdMvJVdg+IiNZRBHCBw== 2023-12-09T02:36:23.863 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-authtool: AQCn0nNlSalRMxAA5zX9dZDUTcAgyZ63gvpBgg== 2023-12-09T02:36:25.213 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-authtool: AQCp0nNlOFOPDBAAkVjgURU3QdJxKF1w/clZVQ== 2023-12-09T02:36:25.801 INFO:teuthology.orchestra.run.smithi023.stderr:Creating initial monmap... 2023-12-09T02:36:26.632 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-09T02:36:26.632 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/monmaptool: setting min_mon_release = octopus 2023-12-09T02:36:26.632 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 9eab968a-963b-11ee-95a3-87774f69a715 2023-12-09T02:36:26.633 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-09T02:36:27.171 INFO:teuthology.orchestra.run.smithi023.stderr:monmaptool for a [v2:172.21.15.23:3300,v1:172.21.15.23:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-09T02:36:27.171 INFO:teuthology.orchestra.run.smithi023.stderr:setting min_mon_release = octopus 2023-12-09T02:36:27.171 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/monmaptool: set fsid to 9eab968a-963b-11ee-95a3-87774f69a715 2023-12-09T02:36:27.171 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-09T02:36:27.171 INFO:teuthology.orchestra.run.smithi023.stderr: 2023-12-09T02:36:27.171 INFO:teuthology.orchestra.run.smithi023.stderr:Creating mon... 2023-12-09T02:36:27.940 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-09T02:36:27.940 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 1 imported monmap: 2023-12-09T02:36:27.940 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: epoch 0 2023-12-09T02:36:27.940 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: fsid 9eab968a-963b-11ee-95a3-87774f69a715 2023-12-09T02:36:27.941 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: last_changed 2023-12-09T02:36:26.629468+0000 2023-12-09T02:36:27.941 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: created 2023-12-09T02:36:26.629468+0000 2023-12-09T02:36:27.941 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: min_mon_release 15 (octopus) 2023-12-09T02:36:27.941 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: election_strategy: 1 2023-12-09T02:36:27.941 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.23:3300/0,v1:172.21.15.23:6789/0] mon.a 2023-12-09T02:36:27.941 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: 2023-12-09T02:36:27.942 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 0 /usr/bin/ceph-mon: set fsid to 9eab968a-963b-11ee-95a3-87774f69a715 2023-12-09T02:36:27.942 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: RocksDB version: 6.15.5 2023-12-09T02:36:27.943 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: 2023-12-09T02:36:27.943 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-09T02:36:27.943 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Compile date Apr 18 2022 2023-12-09T02:36:27.943 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: DB SUMMARY 2023-12-09T02:36:27.943 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: 2023-12-09T02:36:27.943 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: DB Session ID: ZFWK9TBKARMU80DFXILO 2023-12-09T02:36:27.943 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: 2023-12-09T02:36:27.943 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2023-12-09T02:36:27.943 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: 2023-12-09T02:36:27.943 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2023-12-09T02:36:27.945 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: 2023-12-09T02:36:27.945 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.error_if_exists: 0 2023-12-09T02:36:27.945 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.create_if_missing: 1 2023-12-09T02:36:27.945 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.paranoid_checks: 1 2023-12-09T02:36:27.945 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-09T02:36:27.945 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.env: 0x55b4522f7860 2023-12-09T02:36:27.945 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.fs: Posix File System 2023-12-09T02:36:27.945 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.info_log: 0x55b453b41320 2023-12-09T02:36:27.946 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-09T02:36:27.946 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.statistics: (nil) 2023-12-09T02:36:27.946 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.use_fsync: 0 2023-12-09T02:36:27.946 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.max_log_file_size: 0 2023-12-09T02:36:27.946 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-09T02:36:27.946 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-09T02:36:27.947 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-09T02:36:27.947 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-09T02:36:27.947 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.allow_fallocate: 1 2023-12-09T02:36:27.948 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-09T02:36:27.948 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-09T02:36:27.948 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.use_direct_reads: 0 2023-12-09T02:36:27.948 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-09T02:36:27.948 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-09T02:36:27.971 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.db_log_dir: 2023-12-09T02:36:27.971 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2023-12-09T02:36:27.972 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-09T02:36:27.972 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-09T02:36:27.972 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-09T02:36:27.972 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-09T02:36:27.972 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-09T02:36:27.973 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-09T02:36:27.973 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-09T02:36:27.973 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-09T02:36:27.973 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.write_buffer_manager: 0x55b453de1950 2023-12-09T02:36:27.973 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-09T02:36:27.973 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-09T02:36:27.973 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-09T02:36:27.973 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-09T02:36:27.973 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-09T02:36:27.973 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-09T02:36:27.973 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-09T02:36:27.973 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-09T02:36:27.973 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-09T02:36:27.974 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.unordered_write: 0 2023-12-09T02:36:27.974 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-09T02:36:27.974 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-09T02:36:27.974 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-09T02:36:27.974 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-09T02:36:27.974 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.row_cache: None 2023-12-09T02:36:27.974 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.wal_filter: None 2023-12-09T02:36:27.975 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-09T02:36:27.975 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-09T02:36:27.975 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.preserve_deletes: 0 2023-12-09T02:36:27.975 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.two_write_queues: 0 2023-12-09T02:36:27.975 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-09T02:36:27.975 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.atomic_flush: 0 2023-12-09T02:36:27.975 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-09T02:36:27.975 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-09T02:36:27.975 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-09T02:36:27.975 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.log_readahead_size: 0 2023-12-09T02:36:27.975 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-09T02:36:27.975 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.best_efforts_recovery: 0 2023-12-09T02:36:27.975 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-09T02:36:27.976 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-09T02:36:27.976 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.allow_data_in_errors: 0 2023-12-09T02:36:27.976 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.db_host_id: __hostname__ 2023-12-09T02:36:27.976 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.max_background_jobs: 2 2023-12-09T02:36:27.976 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.max_background_compactions: -1 2023-12-09T02:36:27.976 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.max_subcompactions: 1 2023-12-09T02:36:27.976 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-09T02:36:27.976 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-09T02:36:27.976 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-09T02:36:27.976 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-09T02:36:27.976 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-09T02:36:27.977 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-09T02:36:27.977 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-09T02:36:27.977 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-09T02:36:27.977 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.max_open_files: -1 2023-12-09T02:36:27.977 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-09T02:36:27.977 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-09T02:36:27.977 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-09T02:36:27.977 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-09T02:36:27.977 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Options.max_background_flushes: -1 2023-12-09T02:36:27.977 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Compression algorithms supported: 2023-12-09T02:36:27.977 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-09T02:36:27.977 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: kZSTD supported: 0 2023-12-09T02:36:27.977 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: kXpressCompression supported: 0 2023-12-09T02:36:27.977 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-09T02:36:27.978 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: kLZ4Compression supported: 1 2023-12-09T02:36:27.978 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: kBZip2Compression supported: 0 2023-12-09T02:36:27.978 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: kZlibCompression supported: 1 2023-12-09T02:36:27.978 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: kSnappyCompression supported: 1 2023-12-09T02:36:27.978 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.934+0000 7fc9f78cd880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-09T02:36:27.978 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: [db/db_impl/db_impl_open.cc:281] Creating manifest 1 2023-12-09T02:36:27.978 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: 2023-12-09T02:36:27.978 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2023-12-09T02:36:27.978 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: 2023-12-09T02:36:27.978 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-12-09T02:36:27.978 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: 2023-12-09T02:36:27.978 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-09T02:36:27.978 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.merge_operator: 2023-12-09T02:36:27.978 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.compaction_filter: None 2023-12-09T02:36:27.979 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-09T02:36:27.979 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.sst_partitioner_factory: None 2023-12-09T02:36:27.979 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-09T02:36:27.979 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-09T02:36:27.979 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55b453b0ad10) 2023-12-09T02:36:27.979 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2023-12-09T02:36:27.979 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-09T02:36:27.979 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-09T02:36:27.979 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2023-12-09T02:36:27.979 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: index_type: 0 2023-12-09T02:36:27.979 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2023-12-09T02:36:27.979 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: index_shortening: 1 2023-12-09T02:36:27.979 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2023-12-09T02:36:27.979 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2023-12-09T02:36:27.980 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: checksum: 1 2023-12-09T02:36:27.980 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2023-12-09T02:36:27.980 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: block_cache: 0x55b453b72170 2023-12-09T02:36:27.980 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2023-12-09T02:36:27.980 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: block_cache_options: 2023-12-09T02:36:27.980 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: capacity : 536870912 2023-12-09T02:36:27.980 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2023-12-09T02:36:27.980 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2023-12-09T02:36:27.980 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2023-12-09T02:36:27.980 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2023-12-09T02:36:27.980 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2023-12-09T02:36:27.980 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: block_size: 4096 2023-12-09T02:36:27.980 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2023-12-09T02:36:27.980 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2023-12-09T02:36:27.981 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2023-12-09T02:36:27.981 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2023-12-09T02:36:27.981 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: partition_filters: 0 2023-12-09T02:36:27.981 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2023-12-09T02:36:27.981 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-09T02:36:27.981 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2023-12-09T02:36:27.981 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: verify_compression: 0 2023-12-09T02:36:27.981 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2023-12-09T02:36:27.981 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: format_version: 4 2023-12-09T02:36:27.981 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2023-12-09T02:36:27.981 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: block_align: 0 2023-12-09T02:36:27.981 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: 2023-12-09T02:36:27.981 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-09T02:36:27.981 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-09T02:36:27.981 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.compression: NoCompression 2023-12-09T02:36:27.982 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-09T02:36:27.982 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-09T02:36:27.982 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-09T02:36:27.982 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.num_levels: 7 2023-12-09T02:36:27.982 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-09T02:36:27.982 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-09T02:36:27.982 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-09T02:36:27.982 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-09T02:36:27.982 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-09T02:36:27.982 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-09T02:36:27.982 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-09T02:36:27.982 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-09T02:36:27.982 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-09T02:36:27.983 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-09T02:36:27.983 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-09T02:36:27.983 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-09T02:36:27.983 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-09T02:36:27.983 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-09T02:36:27.983 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-09T02:36:27.983 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-09T02:36:27.983 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-09T02:36:27.983 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-09T02:36:27.983 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-09T02:36:27.984 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-09T02:36:27.984 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-09T02:36:27.984 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-09T02:36:27.984 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-09T02:36:27.984 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-09T02:36:27.984 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-09T02:36:27.984 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-09T02:36:27.984 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-09T02:36:27.984 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-09T02:36:27.984 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-09T02:36:27.984 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-09T02:36:27.984 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-09T02:36:27.984 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-09T02:36:27.984 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-09T02:36:27.985 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-09T02:36:27.985 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-09T02:36:27.985 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-09T02:36:27.985 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-09T02:36:27.985 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-09T02:36:27.985 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-09T02:36:27.985 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-09T02:36:27.985 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-09T02:36:27.985 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-09T02:36:27.985 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-09T02:36:27.985 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-09T02:36:27.985 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-09T02:36:27.985 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-09T02:36:27.985 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-09T02:36:27.986 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-09T02:36:27.986 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-09T02:36:27.986 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.table_properties_collectors: 2023-12-09T02:36:27.986 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.inplace_update_support: 0 2023-12-09T02:36:27.986 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-09T02:36:27.986 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-09T02:36:27.986 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-09T02:36:27.986 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-09T02:36:27.986 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.bloom_locality: 0 2023-12-09T02:36:27.986 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.max_successive_merges: 0 2023-12-09T02:36:27.986 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-09T02:36:27.986 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-09T02:36:27.986 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.force_consistency_checks: 1 2023-12-09T02:36:27.986 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-09T02:36:27.987 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.ttl: 2592000 2023-12-09T02:36:27.987 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-09T02:36:27.987 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.enable_blob_files: false 2023-12-09T02:36:27.987 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.min_blob_size: 0 2023-12-09T02:36:27.987 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.blob_file_size: 268435456 2023-12-09T02:36:27.987 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.blob_compression_type: NoCompression 2023-12-09T02:36:27.987 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-12-09T02:36:27.987 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.938+0000 7fc9f78cd880 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-09T02:36:27.987 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.942+0000 7fc9f78cd880 4 rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-09T02:36:27.987 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: 2023-12-09T02:36:27.987 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.942+0000 7fc9f78cd880 4 rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 0 2023-12-09T02:36:27.987 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: 2023-12-09T02:36:27.987 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.942+0000 7fc9f78cd880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 3 2023-12-09T02:36:27.987 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: 2023-12-09T02:36:27.988 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.946+0000 7fc9f78cd880 4 rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x55b453b58700 2023-12-09T02:36:27.988 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.946+0000 7fc9f78cd880 4 rocksdb: DB pointer 0x55b453bcc000 2023-12-09T02:36:27.988 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.946+0000 7fc9e94b7700 4 rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-12-09T02:36:27.988 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.946+0000 7fc9e94b7700 4 rocksdb: [db/db_impl/db_impl.cc:903] 2023-12-09T02:36:27.988 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2023-12-09T02:36:27.988 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-09T02:36:27.988 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-09T02:36:27.988 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-09T02:36:27.988 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-09T02:36:27.988 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-09T02:36:27.988 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-09T02:36:27.988 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-09T02:36:27.988 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: 2023-12-09T02:36:27.988 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-09T02:36:27.988 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-09T02:36:27.989 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-09T02:36:27.989 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-09T02:36:27.989 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-09T02:36:27.989 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: 2023-12-09T02:36:27.989 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-09T02:36:27.989 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-09T02:36:27.989 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-09T02:36:27.989 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-09T02:36:27.989 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-12-09T02:36:27.989 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-09T02:36:27.989 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-12-09T02:36:27.989 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-12-09T02:36:27.989 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-12-09T02:36:27.990 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-09T02:36:27.990 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-09T02:36:27.990 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-09T02:36:27.990 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: 2023-12-09T02:36:27.990 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-12-09T02:36:27.990 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: 2023-12-09T02:36:27.990 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-09T02:36:27.990 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-09T02:36:27.990 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-09T02:36:27.990 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-09T02:36:27.990 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-09T02:36:27.990 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: 2023-12-09T02:36:27.991 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-09T02:36:27.991 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-09T02:36:27.991 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-09T02:36:27.991 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-09T02:36:27.991 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-12-09T02:36:27.991 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-09T02:36:27.991 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-12-09T02:36:27.991 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-12-09T02:36:27.991 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-12-09T02:36:27.991 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-09T02:36:27.991 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-09T02:36:27.991 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-09T02:36:27.991 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: 2023-12-09T02:36:27.992 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-12-09T02:36:27.992 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: 2023-12-09T02:36:27.992 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.946+0000 7fc9f78cd880 4 rocksdb: [db/db_impl/db_impl.cc:447] Shutdown: canceling all background work 2023-12-09T02:36:27.992 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.950+0000 7fc9f78cd880 4 rocksdb: [db/db_impl/db_impl.cc:625] Shutdown complete 2023-12-09T02:36:27.992 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2023-12-09T02:36:27.950+0000 7fc9f78cd880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2023-12-09T02:36:28.506 INFO:teuthology.orchestra.run.smithi023.stderr:create mon.a on 2023-12-09T02:36:28.716 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2023-12-09T02:36:28.910 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-9eab968a-963b-11ee-95a3-87774f69a715.target -> /etc/systemd/system/ceph-9eab968a-963b-11ee-95a3-87774f69a715.target. 2023-12-09T02:36:28.910 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-9eab968a-963b-11ee-95a3-87774f69a715.target -> /etc/systemd/system/ceph-9eab968a-963b-11ee-95a3-87774f69a715.target. 2023-12-09T02:36:29.312 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: Failed to reset failed state of unit ceph-9eab968a-963b-11ee-95a3-87774f69a715@mon.a.service: Unit ceph-9eab968a-963b-11ee-95a3-87774f69a715@mon.a.service not loaded. 2023-12-09T02:36:29.321 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: Created symlink /etc/systemd/system/ceph-9eab968a-963b-11ee-95a3-87774f69a715.target.wants/ceph-9eab968a-963b-11ee-95a3-87774f69a715@mon.a.service -> /etc/systemd/system/ceph-9eab968a-963b-11ee-95a3-87774f69a715@.service. 2023-12-09T02:36:29.518 INFO:teuthology.orchestra.run.smithi023.stderr:firewalld does not appear to be present 2023-12-09T02:36:29.519 INFO:teuthology.orchestra.run.smithi023.stderr:Not possible to enable service . firewalld.service is not available 2023-12-09T02:36:29.519 INFO:teuthology.orchestra.run.smithi023.stderr:Waiting for mon to start... 2023-12-09T02:36:29.519 INFO:teuthology.orchestra.run.smithi023.stderr:Waiting for mon... 2023-12-09T02:36:31.016 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:30 smithi023 bash[24475]: cluster 2023-12-09T02:36:30.840989+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2023-12-09T02:36:31.102 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: cluster: 2023-12-09T02:36:31.102 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: id: 9eab968a-963b-11ee-95a3-87774f69a715 2023-12-09T02:36:31.103 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-12-09T02:36:31.104 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 2023-12-09T02:36:31.104 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: services: 2023-12-09T02:36:31.104 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: mon: 1 daemons, quorum a (age 0.250541s) 2023-12-09T02:36:31.104 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: mgr: no daemons active 2023-12-09T02:36:31.104 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-12-09T02:36:31.104 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 2023-12-09T02:36:31.104 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: data: 2023-12-09T02:36:31.104 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-12-09T02:36:31.104 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-12-09T02:36:31.104 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-12-09T02:36:31.104 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: pgs: 2023-12-09T02:36:31.104 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 2023-12-09T02:36:31.714 INFO:teuthology.orchestra.run.smithi023.stderr:mon is available 2023-12-09T02:36:31.715 INFO:teuthology.orchestra.run.smithi023.stderr:Assimilating anything we can from ceph.conf... 2023-12-09T02:36:32.016 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:31 smithi023 bash[24475]: cluster 2023-12-09T02:36:30.848565+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2023-12-09T02:36:32.017 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:31 smithi023 bash[24475]: cluster 2023-12-09T02:36:30.848966+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.23:3300/0,v1:172.21.15.23:6789/0]} 2023-12-09T02:36:32.017 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:31 smithi023 bash[24475]: cluster 2023-12-09T02:36:30.852790+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2023-12-09T02:36:32.017 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:31 smithi023 bash[24475]: cluster 2023-12-09T02:36:30.857633+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-09T02:36:32.017 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:31 smithi023 bash[24475]: cluster 2023-12-09T02:36:30.858922+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2023-12-09T02:36:32.017 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:31 smithi023 bash[24475]: audit 2023-12-09T02:36:31.099013+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.23:0/1043276791' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-12-09T02:36:32.727 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 2023-12-09T02:36:32.728 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: [global] 2023-12-09T02:36:32.728 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: fsid = 9eab968a-963b-11ee-95a3-87774f69a715 2023-12-09T02:36:32.728 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.23:3300,v1:172.21.15.23:6789] 2023-12-09T02:36:32.728 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-09T02:36:32.728 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-09T02:36:32.728 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-09T02:36:32.728 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-09T02:36:32.728 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 2023-12-09T02:36:32.728 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: [mgr] 2023-12-09T02:36:32.728 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: mgr/cephadm/use_agent = False 2023-12-09T02:36:32.728 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-09T02:36:32.728 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 2023-12-09T02:36:32.728 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: [osd] 2023-12-09T02:36:32.728 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-09T02:36:32.729 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-09T02:36:33.016 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:32 smithi023 bash[24475]: audit 2023-12-09T02:36:32.716497+0000 mon.a (mon.0) 8 : audit [INF] from='client.? 172.21.15.23:0/2038664666' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-09T02:36:33.017 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:32 smithi023 bash[24475]: audit 2023-12-09T02:36:32.723535+0000 mon.a (mon.0) 9 : audit [INF] from='client.? 172.21.15.23:0/2038664666' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-09T02:36:33.303 INFO:teuthology.orchestra.run.smithi023.stderr:Generating new minimal ceph.conf... 2023-12-09T02:36:34.766 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:34 smithi023 bash[24475]: audit 2023-12-09T02:36:34.382407+0000 mon.a (mon.0) 10 : audit [DBG] from='client.? 172.21.15.23:0/2628047567' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:36:35.038 INFO:teuthology.orchestra.run.smithi023.stderr:Restarting the monitor... 2023-12-09T02:36:35.399 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:35 smithi023 systemd[1]: Stopping Ceph mon.a for 9eab968a-963b-11ee-95a3-87774f69a715... 2023-12-09T02:36:35.400 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:35 smithi023 bash[24864]: Error response from daemon: No such container: ceph-9eab968a-963b-11ee-95a3-87774f69a715-mon.a 2023-12-09T02:36:35.400 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:35 smithi023 bash[24475]: debug 2023-12-09T02:36:35.154+0000 7f10a1e06700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-12-09T02:36:35.400 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:35 smithi023 bash[24475]: debug 2023-12-09T02:36:35.154+0000 7f10a1e06700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2023-12-09T02:36:35.820 INFO:teuthology.orchestra.run.smithi023.stderr:Setting mon public_network to 172.21.0.0/20 2023-12-09T02:36:36.021 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:35 smithi023 bash[24873]: ceph-9eab968a-963b-11ee-95a3-87774f69a715-mon-a 2023-12-09T02:36:36.021 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:35 smithi023 bash[24909]: Error response from daemon: No such container: ceph-9eab968a-963b-11ee-95a3-87774f69a715-mon.a 2023-12-09T02:36:36.021 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:35 smithi023 systemd[1]: ceph-9eab968a-963b-11ee-95a3-87774f69a715@mon.a.service: Succeeded. 2023-12-09T02:36:36.021 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:35 smithi023 systemd[1]: Stopped Ceph mon.a for 9eab968a-963b-11ee-95a3-87774f69a715. 2023-12-09T02:36:36.021 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:35 smithi023 systemd[1]: Started Ceph mon.a for 9eab968a-963b-11ee-95a3-87774f69a715. 2023-12-09T02:36:37.267 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.098+0000 7f1ab7165880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-09T02:36:37.267 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.098+0000 7f1ab7165880 0 ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 7 2023-12-09T02:36:37.268 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.098+0000 7f1ab7165880 0 pidfile_write: ignore empty --pid-file 2023-12-09T02:36:37.268 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 0 load: jerasure load: lrc 2023-12-09T02:36:37.268 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: RocksDB version: 6.15.5 2023-12-09T02:36:37.268 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-09T02:36:37.268 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Compile date Apr 18 2022 2023-12-09T02:36:37.268 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: DB SUMMARY 2023-12-09T02:36:37.269 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: DB Session ID: A1GYT4CYBY06L0XZHXCG 2023-12-09T02:36:37.269 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: CURRENT file: CURRENT 2023-12-09T02:36:37.269 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: IDENTITY file: IDENTITY 2023-12-09T02:36:37.269 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: MANIFEST file: MANIFEST-000009 size: 131 Bytes 2023-12-09T02:36:37.269 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2023-12-09T02:36:37.269 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000010.log size: 82109 ; 2023-12-09T02:36:37.269 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.error_if_exists: 0 2023-12-09T02:36:37.269 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.create_if_missing: 0 2023-12-09T02:36:37.269 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.paranoid_checks: 1 2023-12-09T02:36:37.270 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-09T02:36:37.270 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.env: 0x55edd3381860 2023-12-09T02:36:37.270 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.fs: Posix File System 2023-12-09T02:36:37.270 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.info_log: 0x55edd3fd5e00 2023-12-09T02:36:37.270 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-09T02:36:37.270 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.statistics: (nil) 2023-12-09T02:36:37.270 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.use_fsync: 0 2023-12-09T02:36:37.270 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.max_log_file_size: 0 2023-12-09T02:36:37.270 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-09T02:36:37.270 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-09T02:36:37.270 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-09T02:36:37.270 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-09T02:36:37.270 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.allow_fallocate: 1 2023-12-09T02:36:37.270 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-09T02:36:37.271 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-09T02:36:37.271 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.use_direct_reads: 0 2023-12-09T02:36:37.271 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-09T02:36:37.271 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-09T02:36:37.271 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.db_log_dir: 2023-12-09T02:36:37.271 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2023-12-09T02:36:37.271 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-09T02:36:37.271 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-09T02:36:37.271 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-09T02:36:37.271 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-09T02:36:37.271 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-09T02:36:37.271 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-09T02:36:37.271 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-09T02:36:37.271 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-09T02:36:37.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.write_buffer_manager: 0x55edd40c62d0 2023-12-09T02:36:37.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-09T02:36:37.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-09T02:36:37.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-09T02:36:37.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-09T02:36:37.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-09T02:36:37.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-09T02:36:37.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-09T02:36:37.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-09T02:36:37.274 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-09T02:36:37.274 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.unordered_write: 0 2023-12-09T02:36:37.274 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-09T02:36:37.274 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-09T02:36:37.275 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-09T02:36:37.275 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-09T02:36:37.275 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.row_cache: None 2023-12-09T02:36:37.275 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.wal_filter: None 2023-12-09T02:36:37.275 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-09T02:36:37.275 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-09T02:36:37.275 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.preserve_deletes: 0 2023-12-09T02:36:37.275 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.two_write_queues: 0 2023-12-09T02:36:37.275 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-09T02:36:37.275 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.atomic_flush: 0 2023-12-09T02:36:37.275 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-09T02:36:37.275 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-09T02:36:37.275 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-09T02:36:37.275 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.log_readahead_size: 0 2023-12-09T02:36:37.275 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-09T02:36:37.276 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.best_efforts_recovery: 0 2023-12-09T02:36:37.276 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-09T02:36:37.276 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-09T02:36:37.276 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.allow_data_in_errors: 0 2023-12-09T02:36:37.276 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.db_host_id: __hostname__ 2023-12-09T02:36:37.276 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.max_background_jobs: 2 2023-12-09T02:36:37.276 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.max_background_compactions: -1 2023-12-09T02:36:37.276 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.max_subcompactions: 1 2023-12-09T02:36:37.276 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-09T02:36:37.276 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-09T02:36:37.276 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-09T02:36:37.276 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-09T02:36:37.276 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-09T02:36:37.277 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-09T02:36:37.277 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-09T02:36:37.277 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-09T02:36:37.277 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.max_open_files: -1 2023-12-09T02:36:37.277 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-09T02:36:37.277 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-09T02:36:37.277 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-09T02:36:37.277 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-09T02:36:37.277 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.max_background_flushes: -1 2023-12-09T02:36:37.277 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Compression algorithms supported: 2023-12-09T02:36:37.277 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-09T02:36:37.277 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: kZSTD supported: 0 2023-12-09T02:36:37.277 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: kXpressCompression supported: 0 2023-12-09T02:36:37.277 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-09T02:36:37.277 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: kLZ4Compression supported: 1 2023-12-09T02:36:37.277 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: kBZip2Compression supported: 0 2023-12-09T02:36:37.277 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: kZlibCompression supported: 1 2023-12-09T02:36:37.278 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: kSnappyCompression supported: 1 2023-12-09T02:36:37.278 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-09T02:36:37.278 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000009 2023-12-09T02:36:37.278 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-12-09T02:36:37.278 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-09T02:36:37.278 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.merge_operator: 2023-12-09T02:36:37.278 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.compaction_filter: None 2023-12-09T02:36:37.278 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-09T02:36:37.278 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.sst_partitioner_factory: None 2023-12-09T02:36:37.278 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-09T02:36:37.278 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-09T02:36:37.279 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55edd3fa3d00) 2023-12-09T02:36:37.279 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: cache_index_and_filter_blocks: 1 2023-12-09T02:36:37.279 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-09T02:36:37.279 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-09T02:36:37.279 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: pin_top_level_index_and_filter: 1 2023-12-09T02:36:37.279 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: index_type: 0 2023-12-09T02:36:37.279 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: data_block_index_type: 0 2023-12-09T02:36:37.279 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: index_shortening: 1 2023-12-09T02:36:37.279 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: data_block_hash_table_util_ratio: 0.750000 2023-12-09T02:36:37.280 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: hash_index_allow_collision: 1 2023-12-09T02:36:37.280 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: checksum: 1 2023-12-09T02:36:37.280 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: no_block_cache: 0 2023-12-09T02:36:37.280 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: block_cache: 0x55edd400a170 2023-12-09T02:36:37.280 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: block_cache_name: BinnedLRUCache 2023-12-09T02:36:37.280 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: block_cache_options: 2023-12-09T02:36:37.280 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: capacity : 536870912 2023-12-09T02:36:37.280 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: num_shard_bits : 4 2023-12-09T02:36:37.280 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: strict_capacity_limit : 0 2023-12-09T02:36:37.280 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: high_pri_pool_ratio: 0.000 2023-12-09T02:36:37.280 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: block_cache_compressed: (nil) 2023-12-09T02:36:37.280 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: persistent_cache: (nil) 2023-12-09T02:36:37.280 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: block_size: 4096 2023-12-09T02:36:37.281 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: block_size_deviation: 10 2023-12-09T02:36:37.281 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: block_restart_interval: 16 2023-12-09T02:36:37.281 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: index_block_restart_interval: 1 2023-12-09T02:36:37.281 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: metadata_block_size: 4096 2023-12-09T02:36:37.281 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: partition_filters: 0 2023-12-09T02:36:37.281 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: use_delta_encoding: 1 2023-12-09T02:36:37.281 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-09T02:36:37.281 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: whole_key_filtering: 1 2023-12-09T02:36:37.281 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: verify_compression: 0 2023-12-09T02:36:37.281 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: read_amp_bytes_per_bit: 0 2023-12-09T02:36:37.281 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: format_version: 4 2023-12-09T02:36:37.281 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: enable_index_compression: 1 2023-12-09T02:36:37.281 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: block_align: 0 2023-12-09T02:36:37.281 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-09T02:36:37.281 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-09T02:36:37.282 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.compression: NoCompression 2023-12-09T02:36:37.282 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-09T02:36:37.282 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-09T02:36:37.282 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-09T02:36:37.282 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.num_levels: 7 2023-12-09T02:36:37.282 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-09T02:36:37.282 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-09T02:36:37.282 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-09T02:36:37.282 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-09T02:36:37.282 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-09T02:36:37.282 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-09T02:36:37.282 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-09T02:36:37.282 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-09T02:36:37.283 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-09T02:36:37.283 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-09T02:36:37.283 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-09T02:36:37.283 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-09T02:36:37.283 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-09T02:36:37.283 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-09T02:36:37.283 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-09T02:36:37.283 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-09T02:36:37.283 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-09T02:36:37.283 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-09T02:36:37.283 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-09T02:36:37.283 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-09T02:36:37.283 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-09T02:36:37.283 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-09T02:36:37.283 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-09T02:36:37.284 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-09T02:36:37.284 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-09T02:36:37.284 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-09T02:36:37.284 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-09T02:36:37.284 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-09T02:36:37.284 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-09T02:36:37.284 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-09T02:36:37.284 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-09T02:36:37.284 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-09T02:36:37.284 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-09T02:36:37.284 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-09T02:36:37.284 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-09T02:36:37.284 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-09T02:36:37.284 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-09T02:36:37.284 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-09T02:36:37.285 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-09T02:36:37.285 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-09T02:36:37.285 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-09T02:36:37.285 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-09T02:36:37.285 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-09T02:36:37.285 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-09T02:36:37.285 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-09T02:36:37.285 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-09T02:36:37.285 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-09T02:36:37.285 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-09T02:36:37.285 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-09T02:36:37.285 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.table_properties_collectors: 2023-12-09T02:36:37.285 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.inplace_update_support: 0 2023-12-09T02:36:37.285 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-09T02:36:37.286 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-09T02:36:37.286 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-09T02:36:37.286 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-09T02:36:37.286 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.bloom_locality: 0 2023-12-09T02:36:37.286 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.max_successive_merges: 0 2023-12-09T02:36:37.286 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-09T02:36:37.286 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-09T02:36:37.286 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.force_consistency_checks: 1 2023-12-09T02:36:37.286 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-09T02:36:37.286 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.ttl: 2592000 2023-12-09T02:36:37.286 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-09T02:36:37.286 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.enable_blob_files: false 2023-12-09T02:36:37.286 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.min_blob_size: 0 2023-12-09T02:36:37.286 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.blob_file_size: 268435456 2023-12-09T02:36:37.289 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.blob_compression_type: NoCompression 2023-12-09T02:36:37.289 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-12-09T02:36:37.289 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.102+0000 7f1ab7165880 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-09T02:36:37.289 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.106+0000 7f1ab7165880 4 rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000009 succeeded,manifest_file_number is 9, next_file_number is 11, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-09T02:36:37.289 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.106+0000 7f1ab7165880 4 rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 5 2023-12-09T02:36:37.289 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.106+0000 7f1ab7165880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 13 2023-12-09T02:36:37.289 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.106+0000 7f1ab7165880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702089397111338, "job": 1, "event": "recovery_started", "wal_files": [10]} 2023-12-09T02:36:37.289 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.106+0000 7f1ab7165880 4 rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #10 mode 2 2023-12-09T02:36:37.289 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.110+0000 7f1ab7165880 3 rocksdb: [table/block_based/filter_policy.cc:996] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-12-09T02:36:37.289 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.110+0000 7f1ab7165880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702089397112893, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 14, "file_size": 78818, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 77081, "index_size": 225, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 9896, "raw_average_key_size": 47, "raw_value_size": 71352, "raw_average_value_size": 341, "num_data_blocks": 10, "num_entries": 209, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1702089397, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "7a7f9e00-1668-4e85-8ff8-d8cdc38445ec", "db_session_id": "A1GYT4CYBY06L0XZHXCG"}} 2023-12-09T02:36:37.290 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.110+0000 7f1ab7165880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 15 2023-12-09T02:36:37.290 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.114+0000 7f1ab7165880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702089397116369, "job": 1, "event": "recovery_finished"} 2023-12-09T02:36:37.290 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.114+0000 7f1ab7165880 4 rocksdb: [file/delete_scheduler.cc:73] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000010.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-12-09T02:36:37.290 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.114+0000 7f1ab7165880 4 rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x55edd3ff0a80 2023-12-09T02:36:37.290 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.114+0000 7f1ab7165880 4 rocksdb: DB pointer 0x55edd4000000 2023-12-09T02:36:37.290 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.114+0000 7f1aa6eed700 4 rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-12-09T02:36:37.290 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.114+0000 7f1aa6eed700 4 rocksdb: [db/db_impl/db_impl.cc:903] 2023-12-09T02:36:37.290 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: ** DB Stats ** 2023-12-09T02:36:37.290 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-09T02:36:37.290 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-09T02:36:37.290 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-09T02:36:37.290 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-09T02:36:37.291 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-09T02:36:37.291 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-09T02:36:37.291 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-09T02:36:37.291 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: ** Compaction Stats [default] ** 2023-12-09T02:36:37.291 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-09T02:36:37.291 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-09T02:36:37.291 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: L0 2/0 78.73 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 72.8 0.00 0.00 1 0.001 0 0 2023-12-09T02:36:37.291 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: Sum 2/0 78.73 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 72.8 0.00 0.00 1 0.001 0 0 2023-12-09T02:36:37.291 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 72.8 0.00 0.00 1 0.001 0 0 2023-12-09T02:36:37.291 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: ** Compaction Stats [default] ** 2023-12-09T02:36:37.291 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-09T02:36:37.291 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-09T02:36:37.292 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 72.8 0.00 0.00 1 0.001 0 0 2023-12-09T02:36:37.292 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-09T02:36:37.292 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-09T02:36:37.292 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-09T02:36:37.292 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: AddFile(Total Files): cumulative 0, interval 0 2023-12-09T02:36:37.292 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-09T02:36:37.292 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: AddFile(Keys): cumulative 0, interval 0 2023-12-09T02:36:37.292 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: Cumulative compaction: 0.00 GB write, 7.06 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-09T02:36:37.292 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: Interval compaction: 0.00 GB write, 7.06 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-09T02:36:37.292 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-09T02:36:37.292 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: ** File Read Latency Histogram By Level [default] ** 2023-12-09T02:36:37.292 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: ** Compaction Stats [default] ** 2023-12-09T02:36:37.292 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-09T02:36:37.292 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-09T02:36:37.293 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: L0 2/0 78.73 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 72.8 0.00 0.00 1 0.001 0 0 2023-12-09T02:36:37.293 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: Sum 2/0 78.73 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 72.8 0.00 0.00 1 0.001 0 0 2023-12-09T02:36:37.293 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-09T02:36:37.293 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: ** Compaction Stats [default] ** 2023-12-09T02:36:37.293 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-09T02:36:37.293 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-09T02:36:37.293 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 72.8 0.00 0.00 1 0.001 0 0 2023-12-09T02:36:37.293 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-09T02:36:37.293 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-09T02:36:37.293 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-09T02:36:37.294 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: AddFile(Total Files): cumulative 0, interval 0 2023-12-09T02:36:37.294 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-09T02:36:37.294 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: AddFile(Keys): cumulative 0, interval 0 2023-12-09T02:36:37.294 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: Cumulative compaction: 0.00 GB write, 7.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-09T02:36:37.294 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-09T02:36:37.294 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-09T02:36:37.294 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: ** File Read Latency Histogram By Level [default] ** 2023-12-09T02:36:37.294 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.114+0000 7f1ab7165880 0 starting mon.a rank 0 at public addrs [v2:172.21.15.23:3300/0,v1:172.21.15.23:6789/0] at bind addrs [v2:172.21.15.23:3300/0,v1:172.21.15.23:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 9eab968a-963b-11ee-95a3-87774f69a715 2023-12-09T02:36:37.294 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.118+0000 7f1ab7165880 1 mon.a@-1(???) e1 preinit fsid 9eab968a-963b-11ee-95a3-87774f69a715 2023-12-09T02:36:37.294 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.118+0000 7f1ab7165880 0 mon.a@-1(???).mds e1 new map 2023-12-09T02:36:37.294 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.118+0000 7f1ab7165880 0 mon.a@-1(???).mds e1 print_map 2023-12-09T02:36:37.294 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: e1 2023-12-09T02:36:37.294 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-09T02:36:37.295 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-12-09T02:36:37.295 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: legacy client fscid: -1 2023-12-09T02:36:37.295 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: 2023-12-09T02:36:37.295 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: No filesystems configured 2023-12-09T02:36:37.295 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.118+0000 7f1ab7165880 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-09T02:36:37.295 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.118+0000 7f1ab7165880 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-09T02:36:37.295 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.118+0000 7f1ab7165880 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-09T02:36:37.295 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.118+0000 7f1ab7165880 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-09T02:36:37.295 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.118+0000 7f1ab7165880 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-12-09T02:36:37.295 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.122+0000 7f1ab7165880 20 expand_channel_meta expand map: {default=false} 2023-12-09T02:36:37.295 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.122+0000 7f1ab7165880 20 expand_channel_meta from 'false' to 'false' 2023-12-09T02:36:37.295 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.122+0000 7f1ab7165880 20 expand_channel_meta expanded map: {default=false} 2023-12-09T02:36:37.295 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.122+0000 7f1ab7165880 20 expand_channel_meta expand map: {default=info} 2023-12-09T02:36:37.295 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.122+0000 7f1ab7165880 20 expand_channel_meta from 'info' to 'info' 2023-12-09T02:36:37.296 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.122+0000 7f1ab7165880 20 expand_channel_meta expanded map: {default=info} 2023-12-09T02:36:37.296 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.122+0000 7f1ab7165880 20 expand_channel_meta expand map: {default=daemon} 2023-12-09T02:36:37.296 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.122+0000 7f1ab7165880 20 expand_channel_meta from 'daemon' to 'daemon' 2023-12-09T02:36:37.296 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.122+0000 7f1ab7165880 20 expand_channel_meta expanded map: {default=daemon} 2023-12-09T02:36:37.296 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.122+0000 7f1ab7165880 20 expand_channel_meta expand map: {default=debug} 2023-12-09T02:36:37.296 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.122+0000 7f1ab7165880 20 expand_channel_meta from 'debug' to 'debug' 2023-12-09T02:36:37.296 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: debug 2023-12-09T02:36:37.122+0000 7f1ab7165880 20 expand_channel_meta expanded map: {default=debug} 2023-12-09T02:36:37.296 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: cluster 2023-12-09T02:36:37.127245+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2023-12-09T02:36:37.296 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: cluster 2023-12-09T02:36:37.127339+0000 mon.a (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.23:3300/0,v1:172.21.15.23:6789/0]} 2023-12-09T02:36:37.296 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: cluster 2023-12-09T02:36:37.127443+0000 mon.a (mon.0) 3 : cluster [DBG] fsmap 2023-12-09T02:36:37.296 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: cluster 2023-12-09T02:36:37.127499+0000 mon.a (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-09T02:36:37.296 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:37 smithi023 bash[24949]: cluster 2023-12-09T02:36:37.128156+0000 mon.a (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2023-12-09T02:36:38.039 INFO:teuthology.orchestra.run.smithi023.stderr:Wrote config to /etc/ceph/ceph.conf 2023-12-09T02:36:38.039 INFO:teuthology.orchestra.run.smithi023.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-12-09T02:36:38.039 INFO:teuthology.orchestra.run.smithi023.stderr:Creating mgr... 2023-12-09T02:36:38.039 INFO:teuthology.orchestra.run.smithi023.stderr:Verifying port 9283 ... 2023-12-09T02:36:38.254 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: Failed to reset failed state of unit ceph-9eab968a-963b-11ee-95a3-87774f69a715@mgr.y.service: Unit ceph-9eab968a-963b-11ee-95a3-87774f69a715@mgr.y.service not loaded. 2023-12-09T02:36:38.260 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: Created symlink /etc/systemd/system/ceph-9eab968a-963b-11ee-95a3-87774f69a715.target.wants/ceph-9eab968a-963b-11ee-95a3-87774f69a715@mgr.y.service -> /etc/systemd/system/ceph-9eab968a-963b-11ee-95a3-87774f69a715@.service. 2023-12-09T02:36:38.459 INFO:teuthology.orchestra.run.smithi023.stderr:firewalld does not appear to be present 2023-12-09T02:36:38.459 INFO:teuthology.orchestra.run.smithi023.stderr:Not possible to enable service . firewalld.service is not available 2023-12-09T02:36:38.459 INFO:teuthology.orchestra.run.smithi023.stderr:firewalld does not appear to be present 2023-12-09T02:36:38.459 INFO:teuthology.orchestra.run.smithi023.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-12-09T02:36:38.460 INFO:teuthology.orchestra.run.smithi023.stderr:Waiting for mgr to start... 2023-12-09T02:36:38.460 INFO:teuthology.orchestra.run.smithi023.stderr:Waiting for mgr... 2023-12-09T02:36:38.766 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:38 smithi023 bash[24949]: audit 2023-12-09T02:36:37.397511+0000 mon.a (mon.0) 6 : audit [INF] from='client.? 172.21.15.23:0/2939910349' entity='client.admin' 2023-12-09T02:36:39.906 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 2023-12-09T02:36:39.906 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: { 2023-12-09T02:36:39.906 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "fsid": "9eab968a-963b-11ee-95a3-87774f69a715", 2023-12-09T02:36:39.906 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "health": { 2023-12-09T02:36:39.906 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-09T02:36:39.906 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "checks": {}, 2023-12-09T02:36:39.906 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "mutes": [] 2023-12-09T02:36:39.906 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2023-12-09T02:36:39.906 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-09T02:36:39.907 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "quorum": [ 2023-12-09T02:36:39.907 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 0 2023-12-09T02:36:39.907 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: ], 2023-12-09T02:36:39.907 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-09T02:36:39.908 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "a" 2023-12-09T02:36:39.908 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: ], 2023-12-09T02:36:39.908 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "quorum_age": 2, 2023-12-09T02:36:39.908 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "monmap": { 2023-12-09T02:36:39.908 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-09T02:36:39.908 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-09T02:36:39.909 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-09T02:36:39.909 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2023-12-09T02:36:39.909 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "osdmap": { 2023-12-09T02:36:39.909 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-09T02:36:39.909 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-09T02:36:39.909 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-09T02:36:39.909 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-09T02:36:39.912 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-09T02:36:39.913 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-09T02:36:39.913 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-09T02:36:39.913 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2023-12-09T02:36:39.913 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "pgmap": { 2023-12-09T02:36:39.913 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-09T02:36:39.913 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-09T02:36:39.913 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-09T02:36:39.913 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-09T02:36:39.913 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-09T02:36:39.913 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-09T02:36:39.913 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-09T02:36:39.913 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-09T02:36:39.913 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2023-12-09T02:36:39.913 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "fsmap": { 2023-12-09T02:36:39.914 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-09T02:36:39.914 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-09T02:36:39.914 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-09T02:36:39.914 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2023-12-09T02:36:39.914 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-09T02:36:39.914 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "available": false, 2023-12-09T02:36:39.914 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-09T02:36:39.914 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "modules": [ 2023-12-09T02:36:39.914 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "iostat", 2023-12-09T02:36:39.914 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "nfs", 2023-12-09T02:36:39.914 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "restful" 2023-12-09T02:36:39.914 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: ], 2023-12-09T02:36:39.914 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "services": {} 2023-12-09T02:36:39.914 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2023-12-09T02:36:39.914 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "servicemap": { 2023-12-09T02:36:39.915 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-09T02:36:39.915 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "modified": "2023-12-09T02:36:30.850988+0000", 2023-12-09T02:36:39.915 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "services": {} 2023-12-09T02:36:39.915 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2023-12-09T02:36:39.915 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-09T02:36:39.915 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: } 2023-12-09T02:36:40.074 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:39 smithi023 bash[24949]: audit 2023-12-09T02:36:39.902084+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.23:0/3125723657' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-09T02:36:40.074 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:36:39 smithi023 bash[25223]: debug 2023-12-09T02:36:39.806+0000 7fd0c55f0000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-09T02:36:40.521 INFO:teuthology.orchestra.run.smithi023.stderr:mgr not available, waiting (1/15)... 2023-12-09T02:36:40.811 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:36:40 smithi023 bash[25223]: debug 2023-12-09T02:36:40.514+0000 7fd0c55f0000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-09T02:36:40.811 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:36:40 smithi023 bash[25223]: debug 2023-12-09T02:36:40.642+0000 7fd0c55f0000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-09T02:36:41.157 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:36:40 smithi023 bash[25223]: debug 2023-12-09T02:36:40.806+0000 7fd0c55f0000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-09T02:36:41.460 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:36:41 smithi023 bash[25223]: debug 2023-12-09T02:36:41.150+0000 7fd0c55f0000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-09T02:36:41.460 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:36:41 smithi023 bash[25223]: debug 2023-12-09T02:36:41.246+0000 7fd0c55f0000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-09T02:36:41.766 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:36:41 smithi023 bash[25223]: debug 2023-12-09T02:36:41.454+0000 7fd0c55f0000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-09T02:36:42.666 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:36:42 smithi023 bash[25223]: debug 2023-12-09T02:36:42.350+0000 7fd0c55f0000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-09T02:36:42.667 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:36:42 smithi023 bash[25223]: debug 2023-12-09T02:36:42.458+0000 7fd0c55f0000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-09T02:36:43.346 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:36:42 smithi023 bash[25223]: debug 2023-12-09T02:36:42.662+0000 7fd0c55f0000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-09T02:36:43.346 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:36:43 smithi023 bash[25223]: debug 2023-12-09T02:36:43.022+0000 7fd0c55f0000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-09T02:36:43.737 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 2023-12-09T02:36:43.737 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: { 2023-12-09T02:36:43.737 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "fsid": "9eab968a-963b-11ee-95a3-87774f69a715", 2023-12-09T02:36:43.739 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "health": { 2023-12-09T02:36:43.739 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-09T02:36:43.740 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "checks": {}, 2023-12-09T02:36:43.740 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "mutes": [] 2023-12-09T02:36:43.740 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2023-12-09T02:36:43.740 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-09T02:36:43.740 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "quorum": [ 2023-12-09T02:36:43.740 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 0 2023-12-09T02:36:43.740 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: ], 2023-12-09T02:36:43.740 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-09T02:36:43.740 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "a" 2023-12-09T02:36:43.740 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: ], 2023-12-09T02:36:43.740 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "quorum_age": 6, 2023-12-09T02:36:43.740 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "monmap": { 2023-12-09T02:36:43.740 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-09T02:36:43.740 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-09T02:36:43.740 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-09T02:36:43.741 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2023-12-09T02:36:43.741 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "osdmap": { 2023-12-09T02:36:43.741 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-09T02:36:43.741 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-09T02:36:43.741 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-09T02:36:43.741 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-09T02:36:43.745 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-09T02:36:43.745 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-09T02:36:43.745 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-09T02:36:43.745 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2023-12-09T02:36:43.745 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "pgmap": { 2023-12-09T02:36:43.745 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-09T02:36:43.745 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-09T02:36:43.745 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-09T02:36:43.745 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-09T02:36:43.746 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-09T02:36:43.746 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-09T02:36:43.746 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-09T02:36:43.746 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-09T02:36:43.746 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2023-12-09T02:36:43.746 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "fsmap": { 2023-12-09T02:36:43.746 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-09T02:36:43.746 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-09T02:36:43.746 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-09T02:36:43.746 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2023-12-09T02:36:43.746 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-09T02:36:43.746 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "available": false, 2023-12-09T02:36:43.746 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-09T02:36:43.746 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "modules": [ 2023-12-09T02:36:43.747 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "iostat", 2023-12-09T02:36:43.747 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "nfs", 2023-12-09T02:36:43.747 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "restful" 2023-12-09T02:36:43.747 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: ], 2023-12-09T02:36:43.747 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "services": {} 2023-12-09T02:36:43.747 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2023-12-09T02:36:43.747 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "servicemap": { 2023-12-09T02:36:43.747 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-09T02:36:43.747 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "modified": "2023-12-09T02:36:30.850988+0000", 2023-12-09T02:36:43.747 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "services": {} 2023-12-09T02:36:43.747 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2023-12-09T02:36:43.747 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-09T02:36:43.747 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: } 2023-12-09T02:36:43.758 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:36:43 smithi023 bash[25223]: debug 2023-12-09T02:36:43.362+0000 7fd0c55f0000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-09T02:36:44.016 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:43 smithi023 bash[24949]: audit 2023-12-09T02:36:43.734119+0000 mon.a (mon.0) 8 : audit [DBG] from='client.? 172.21.15.23:0/342030587' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-09T02:36:44.017 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:36:43 smithi023 bash[25223]: debug 2023-12-09T02:36:43.754+0000 7fd0c55f0000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-09T02:36:44.266 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:36:44 smithi023 bash[25223]: debug 2023-12-09T02:36:44.034+0000 7fd0c55f0000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-09T02:36:44.376 INFO:teuthology.orchestra.run.smithi023.stderr:mgr not available, waiting (2/15)... 2023-12-09T02:36:45.008 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:36:44 smithi023 bash[25223]: debug 2023-12-09T02:36:44.734+0000 7fd0c55f0000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-09T02:36:45.008 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:36:44 smithi023 bash[25223]: debug 2023-12-09T02:36:44.838+0000 7fd0c55f0000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-09T02:36:45.266 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:36:45 smithi023 bash[25223]: debug 2023-12-09T02:36:45.002+0000 7fd0c55f0000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-09T02:36:45.267 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:36:45 smithi023 bash[25223]: debug 2023-12-09T02:36:45.114+0000 7fd0c55f0000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-09T02:36:45.267 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:36:45 smithi023 bash[25223]: debug 2023-12-09T02:36:45.250+0000 7fd0c55f0000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-09T02:36:45.859 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:36:45 smithi023 bash[25223]: debug 2023-12-09T02:36:45.546+0000 7fd0c55f0000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-09T02:36:45.859 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:36:45 smithi023 bash[25223]: debug 2023-12-09T02:36:45.666+0000 7fd0c55f0000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-09T02:36:46.266 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:36:45 smithi023 bash[25223]: debug 2023-12-09T02:36:45.854+0000 7fd0c55f0000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-09T02:36:46.267 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:36:45 smithi023 bash[25223]: debug 2023-12-09T02:36:45.974+0000 7fd0c55f0000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-09T02:36:47.266 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:36:46 smithi023 bash[25223]: debug 2023-12-09T02:36:46.854+0000 7fd0c55f0000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-09T02:36:47.267 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:46 smithi023 bash[24949]: cluster 2023-12-09T02:36:46.878235+0000 mon.a (mon.0) 9 : cluster [INF] Activating manager daemon y 2023-12-09T02:36:47.267 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:46 smithi023 bash[24949]: cluster 2023-12-09T02:36:46.886597+0000 mon.a (mon.0) 10 : cluster [DBG] mgrmap e2: y(active, starting, since 0.00854493s) 2023-12-09T02:36:47.267 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:46 smithi023 bash[24949]: audit 2023-12-09T02:36:46.888605+0000 mon.a (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.23:0/2301957267' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-09T02:36:47.267 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:46 smithi023 bash[24949]: audit 2023-12-09T02:36:46.888969+0000 mon.a (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.23:0/2301957267' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-09T02:36:47.267 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:46 smithi023 bash[24949]: audit 2023-12-09T02:36:46.889234+0000 mon.a (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.23:0/2301957267' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-09T02:36:47.267 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:46 smithi023 bash[24949]: audit 2023-12-09T02:36:46.889483+0000 mon.a (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.23:0/2301957267' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-09T02:36:47.267 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:46 smithi023 bash[24949]: audit 2023-12-09T02:36:46.890425+0000 mon.a (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.23:0/2301957267' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-09T02:36:47.267 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:46 smithi023 bash[24949]: cluster 2023-12-09T02:36:46.900857+0000 mon.a (mon.0) 16 : cluster [INF] Manager daemon y is now available 2023-12-09T02:36:47.267 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:46 smithi023 bash[24949]: audit 2023-12-09T02:36:46.922139+0000 mon.a (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.23:0/2301957267' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:36:47.267 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:46 smithi023 bash[24949]: audit 2023-12-09T02:36:46.924995+0000 mon.a (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.23:0/2301957267' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:36:47.408 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 2023-12-09T02:36:47.408 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: { 2023-12-09T02:36:47.408 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "fsid": "9eab968a-963b-11ee-95a3-87774f69a715", 2023-12-09T02:36:47.408 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "health": { 2023-12-09T02:36:47.409 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-09T02:36:47.409 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "checks": {}, 2023-12-09T02:36:47.409 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "mutes": [] 2023-12-09T02:36:47.409 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2023-12-09T02:36:47.409 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-09T02:36:47.409 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "quorum": [ 2023-12-09T02:36:47.409 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 0 2023-12-09T02:36:47.409 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: ], 2023-12-09T02:36:47.409 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-09T02:36:47.409 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "a" 2023-12-09T02:36:47.409 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: ], 2023-12-09T02:36:47.409 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "quorum_age": 10, 2023-12-09T02:36:47.409 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "monmap": { 2023-12-09T02:36:47.409 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-09T02:36:47.410 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-09T02:36:47.410 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-09T02:36:47.410 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2023-12-09T02:36:47.410 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "osdmap": { 2023-12-09T02:36:47.410 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-09T02:36:47.410 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-09T02:36:47.413 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-09T02:36:47.413 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-09T02:36:47.414 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-09T02:36:47.414 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-09T02:36:47.414 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-09T02:36:47.414 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2023-12-09T02:36:47.414 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "pgmap": { 2023-12-09T02:36:47.414 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-09T02:36:47.414 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-09T02:36:47.414 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-09T02:36:47.414 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-09T02:36:47.414 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-09T02:36:47.414 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-09T02:36:47.414 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-09T02:36:47.414 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-09T02:36:47.414 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2023-12-09T02:36:47.415 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "fsmap": { 2023-12-09T02:36:47.415 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-09T02:36:47.415 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-09T02:36:47.415 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-09T02:36:47.415 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2023-12-09T02:36:47.415 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-09T02:36:47.415 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "available": false, 2023-12-09T02:36:47.415 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-09T02:36:47.415 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "modules": [ 2023-12-09T02:36:47.415 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "iostat", 2023-12-09T02:36:47.415 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "nfs", 2023-12-09T02:36:47.415 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "restful" 2023-12-09T02:36:47.415 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: ], 2023-12-09T02:36:47.415 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "services": {} 2023-12-09T02:36:47.416 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2023-12-09T02:36:47.416 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "servicemap": { 2023-12-09T02:36:47.416 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-09T02:36:47.416 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "modified": "2023-12-09T02:36:30.850988+0000", 2023-12-09T02:36:47.416 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "services": {} 2023-12-09T02:36:47.416 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2023-12-09T02:36:47.416 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-09T02:36:47.416 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: } 2023-12-09T02:36:48.016 INFO:teuthology.orchestra.run.smithi023.stderr:mgr not available, waiting (3/15)... 2023-12-09T02:36:48.267 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:47 smithi023 bash[24949]: audit 2023-12-09T02:36:46.940878+0000 mon.a (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.23:0/2301957267' entity='mgr.y' 2023-12-09T02:36:48.267 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:47 smithi023 bash[24949]: audit 2023-12-09T02:36:46.946043+0000 mon.a (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.23:0/2301957267' entity='mgr.y' 2023-12-09T02:36:48.267 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:47 smithi023 bash[24949]: audit 2023-12-09T02:36:46.951403+0000 mon.a (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.23:0/2301957267' entity='mgr.y' 2023-12-09T02:36:48.267 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:47 smithi023 bash[24949]: audit 2023-12-09T02:36:47.403206+0000 mon.a (mon.0) 22 : audit [DBG] from='client.? 172.21.15.23:0/166869633' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-09T02:36:48.267 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:47 smithi023 bash[24949]: cluster 2023-12-09T02:36:47.896767+0000 mon.a (mon.0) 23 : cluster [DBG] mgrmap e3: y(active, since 1.01871s) 2023-12-09T02:36:50.267 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:49 smithi023 bash[24949]: cluster 2023-12-09T02:36:48.950478+0000 mon.a (mon.0) 24 : cluster [DBG] mgrmap e4: y(active, since 2s) 2023-12-09T02:36:51.470 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 2023-12-09T02:36:51.471 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: { 2023-12-09T02:36:51.471 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "fsid": "9eab968a-963b-11ee-95a3-87774f69a715", 2023-12-09T02:36:51.471 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "health": { 2023-12-09T02:36:51.471 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-09T02:36:51.471 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "checks": {}, 2023-12-09T02:36:51.471 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "mutes": [] 2023-12-09T02:36:51.471 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2023-12-09T02:36:51.472 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-09T02:36:51.472 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "quorum": [ 2023-12-09T02:36:51.472 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 0 2023-12-09T02:36:51.472 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: ], 2023-12-09T02:36:51.472 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-09T02:36:51.472 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "a" 2023-12-09T02:36:51.472 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: ], 2023-12-09T02:36:51.472 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "quorum_age": 14, 2023-12-09T02:36:51.476 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "monmap": { 2023-12-09T02:36:51.476 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-09T02:36:51.477 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-12-09T02:36:51.477 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-09T02:36:51.477 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2023-12-09T02:36:51.477 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "osdmap": { 2023-12-09T02:36:51.477 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-09T02:36:51.477 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-09T02:36:51.477 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-09T02:36:51.477 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-09T02:36:51.477 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-09T02:36:51.477 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-09T02:36:51.477 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-09T02:36:51.477 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2023-12-09T02:36:51.477 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "pgmap": { 2023-12-09T02:36:51.477 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-09T02:36:51.478 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-09T02:36:51.478 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-09T02:36:51.478 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-09T02:36:51.478 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-09T02:36:51.478 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-09T02:36:51.478 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-09T02:36:51.478 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-09T02:36:51.478 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2023-12-09T02:36:51.478 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "fsmap": { 2023-12-09T02:36:51.478 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-09T02:36:51.478 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-09T02:36:51.478 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-09T02:36:51.478 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2023-12-09T02:36:51.478 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-09T02:36:51.479 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "available": true, 2023-12-09T02:36:51.479 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-09T02:36:51.479 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "modules": [ 2023-12-09T02:36:51.479 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "iostat", 2023-12-09T02:36:51.479 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "nfs", 2023-12-09T02:36:51.479 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "restful" 2023-12-09T02:36:51.479 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: ], 2023-12-09T02:36:51.479 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "services": {} 2023-12-09T02:36:51.480 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2023-12-09T02:36:51.480 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "servicemap": { 2023-12-09T02:36:51.480 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-09T02:36:51.480 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "modified": "2023-12-09T02:36:30.850988+0000", 2023-12-09T02:36:51.480 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "services": {} 2023-12-09T02:36:51.480 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2023-12-09T02:36:51.480 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-09T02:36:51.481 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: } 2023-12-09T02:36:51.767 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:51 smithi023 bash[24949]: audit 2023-12-09T02:36:51.466599+0000 mon.a (mon.0) 25 : audit [DBG] from='client.? 172.21.15.23:0/2499966684' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-09T02:36:52.087 INFO:teuthology.orchestra.run.smithi023.stderr:mgr is available 2023-12-09T02:36:53.385 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 2023-12-09T02:36:53.385 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: [global] 2023-12-09T02:36:53.385 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: fsid = 9eab968a-963b-11ee-95a3-87774f69a715 2023-12-09T02:36:53.385 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-09T02:36:53.385 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-09T02:36:53.385 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-09T02:36:53.386 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-09T02:36:53.386 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 2023-12-09T02:36:53.386 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: [mgr] 2023-12-09T02:36:53.386 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-09T02:36:53.386 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 2023-12-09T02:36:53.386 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: [osd] 2023-12-09T02:36:53.386 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-09T02:36:53.386 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-09T02:36:53.767 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:53 smithi023 bash[24949]: audit 2023-12-09T02:36:53.369209+0000 mon.a (mon.0) 26 : audit [INF] from='client.? 172.21.15.23:0/2105019813' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-09T02:36:53.767 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:53 smithi023 bash[24949]: audit 2023-12-09T02:36:53.381142+0000 mon.a (mon.0) 27 : audit [INF] from='client.? 172.21.15.23:0/2105019813' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-09T02:36:53.968 INFO:teuthology.orchestra.run.smithi023.stderr:Enabling cephadm module... 2023-12-09T02:36:55.767 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:55 smithi023 bash[24949]: audit 2023-12-09T02:36:55.356366+0000 mon.a (mon.0) 28 : audit [INF] from='client.? 172.21.15.23:0/399537066' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-12-09T02:36:55.767 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:36:55 smithi023 bash[25223]: ignoring --setuser ceph since I am not root 2023-12-09T02:36:55.767 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:36:55 smithi023 bash[25223]: ignoring --setgroup ceph since I am not root 2023-12-09T02:36:55.767 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:36:55 smithi023 bash[25223]: debug 2023-12-09T02:36:55.598+0000 7f4cb0a92000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-09T02:36:56.409 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:36:56 smithi023 bash[25223]: debug 2023-12-09T02:36:56.278+0000 7f4cb0a92000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-09T02:36:56.723 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:56 smithi023 bash[24949]: audit 2023-12-09T02:36:55.414073+0000 mon.a (mon.0) 29 : audit [INF] from='client.? 172.21.15.23:0/399537066' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-12-09T02:36:56.723 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:56 smithi023 bash[24949]: cluster 2023-12-09T02:36:55.414233+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e5: y(active, since 8s) 2023-12-09T02:36:56.723 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:36:56 smithi023 bash[25223]: debug 2023-12-09T02:36:56.402+0000 7f4cb0a92000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-09T02:36:56.723 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:36:56 smithi023 bash[25223]: debug 2023-12-09T02:36:56.570+0000 7f4cb0a92000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-09T02:36:57.017 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:36:56 smithi023 bash[25223]: debug 2023-12-09T02:36:56.918+0000 7f4cb0a92000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-09T02:36:57.386 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: { 2023-12-09T02:36:57.386 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "epoch": 5, 2023-12-09T02:36:57.386 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "available": true, 2023-12-09T02:36:57.386 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "active_name": "y", 2023-12-09T02:36:57.386 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-09T02:36:57.386 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: } 2023-12-09T02:36:57.409 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:36:57 smithi023 bash[25223]: debug 2023-12-09T02:36:57.014+0000 7f4cb0a92000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-09T02:36:57.409 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:36:57 smithi023 bash[25223]: debug 2023-12-09T02:36:57.222+0000 7f4cb0a92000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-09T02:36:57.952 INFO:teuthology.orchestra.run.smithi023.stderr:Waiting for the mgr to restart... 2023-12-09T02:36:57.953 INFO:teuthology.orchestra.run.smithi023.stderr:Waiting for mgr epoch 5... 2023-12-09T02:36:58.267 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:36:58 smithi023 bash[24949]: audit 2023-12-09T02:36:57.382338+0000 mon.a (mon.0) 31 : audit [DBG] from='client.? 172.21.15.23:0/3575034016' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-09T02:36:58.267 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:36:58 smithi023 bash[25223]: debug 2023-12-09T02:36:58.090+0000 7f4cb0a92000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-09T02:36:58.267 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:36:58 smithi023 bash[25223]: debug 2023-12-09T02:36:58.202+0000 7f4cb0a92000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-09T02:36:58.767 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:36:58 smithi023 bash[25223]: debug 2023-12-09T02:36:58.410+0000 7f4cb0a92000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-09T02:36:59.122 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:36:58 smithi023 bash[25223]: debug 2023-12-09T02:36:58.782+0000 7f4cb0a92000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-09T02:36:59.502 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:36:59 smithi023 bash[25223]: debug 2023-12-09T02:36:59.114+0000 7f4cb0a92000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-09T02:36:59.767 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:36:59 smithi023 bash[25223]: debug 2023-12-09T02:36:59.498+0000 7f4cb0a92000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-09T02:37:00.267 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:36:59 smithi023 bash[25223]: debug 2023-12-09T02:36:59.774+0000 7f4cb0a92000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-09T02:37:00.744 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:37:00 smithi023 bash[25223]: debug 2023-12-09T02:37:00.470+0000 7f4cb0a92000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-09T02:37:00.744 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:37:00 smithi023 bash[25223]: debug 2023-12-09T02:37:00.574+0000 7f4cb0a92000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-09T02:37:00.996 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:37:00 smithi023 bash[25223]: debug 2023-12-09T02:37:00.738+0000 7f4cb0a92000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-09T02:37:00.996 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:37:00 smithi023 bash[25223]: debug 2023-12-09T02:37:00.850+0000 7f4cb0a92000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-09T02:37:01.267 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:37:00 smithi023 bash[25223]: debug 2023-12-09T02:37:00.990+0000 7f4cb0a92000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-09T02:37:01.599 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:37:01 smithi023 bash[25223]: debug 2023-12-09T02:37:01.282+0000 7f4cb0a92000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-09T02:37:01.599 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:37:01 smithi023 bash[25223]: debug 2023-12-09T02:37:01.406+0000 7f4cb0a92000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-09T02:37:02.017 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:37:01 smithi023 bash[25223]: debug 2023-12-09T02:37:01.594+0000 7f4cb0a92000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-09T02:37:02.017 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:37:01 smithi023 bash[25223]: debug 2023-12-09T02:37:01.714+0000 7f4cb0a92000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-09T02:37:03.017 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:37:02 smithi023 bash[25223]: debug 2023-12-09T02:37:02.586+0000 7f4cb0a92000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-09T02:37:03.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:03 smithi023 bash[24949]: cluster 2023-12-09T02:37:02.609745+0000 mon.a (mon.0) 32 : cluster [INF] Active manager daemon y restarted 2023-12-09T02:37:03.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:03 smithi023 bash[24949]: cluster 2023-12-09T02:37:02.610660+0000 mon.a (mon.0) 33 : cluster [INF] Activating manager daemon y 2023-12-09T02:37:03.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:03 smithi023 bash[24949]: cluster 2023-12-09T02:37:02.624086+0000 mon.a (mon.0) 34 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-12-09T02:37:04.179 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: { 2023-12-09T02:37:04.179 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-12-09T02:37:04.179 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "initialized": true 2023-12-09T02:37:04.179 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: } 2023-12-09T02:37:04.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:04 smithi023 bash[24949]: cluster 2023-12-09T02:37:03.150756+0000 mon.a (mon.0) 35 : cluster [DBG] mgrmap e6: y(active, starting, since 0.540186s) 2023-12-09T02:37:04.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:04 smithi023 bash[24949]: audit 2023-12-09T02:37:03.153700+0000 mon.a (mon.0) 36 : audit [DBG] from='mgr.14120 172.21.15.23:0/3650218605' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-09T02:37:04.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:04 smithi023 bash[24949]: audit 2023-12-09T02:37:03.155535+0000 mon.a (mon.0) 37 : audit [DBG] from='mgr.14120 172.21.15.23:0/3650218605' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-09T02:37:04.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:04 smithi023 bash[24949]: audit 2023-12-09T02:37:03.157227+0000 mon.a (mon.0) 38 : audit [DBG] from='mgr.14120 172.21.15.23:0/3650218605' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-09T02:37:04.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:04 smithi023 bash[24949]: audit 2023-12-09T02:37:03.157708+0000 mon.a (mon.0) 39 : audit [DBG] from='mgr.14120 172.21.15.23:0/3650218605' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-09T02:37:04.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:04 smithi023 bash[24949]: audit 2023-12-09T02:37:03.158138+0000 mon.a (mon.0) 40 : audit [DBG] from='mgr.14120 172.21.15.23:0/3650218605' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-09T02:37:04.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:04 smithi023 bash[24949]: cluster 2023-12-09T02:37:03.170263+0000 mon.a (mon.0) 41 : cluster [INF] Manager daemon y is now available 2023-12-09T02:37:04.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:04 smithi023 bash[24949]: audit 2023-12-09T02:37:03.193896+0000 mon.a (mon.0) 42 : audit [INF] from='mgr.14120 172.21.15.23:0/3650218605' entity='mgr.y' 2023-12-09T02:37:04.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:04 smithi023 bash[24949]: audit 2023-12-09T02:37:03.200109+0000 mon.a (mon.0) 43 : audit [INF] from='mgr.14120 172.21.15.23:0/3650218605' entity='mgr.y' 2023-12-09T02:37:04.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:04 smithi023 bash[24949]: audit 2023-12-09T02:37:03.204374+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14120 172.21.15.23:0/3650218605' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:37:04.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:04 smithi023 bash[24949]: audit 2023-12-09T02:37:03.207251+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.23:0/3650218605' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:37:04.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:04 smithi023 bash[24949]: audit 2023-12-09T02:37:03.213072+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14120 172.21.15.23:0/3650218605' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:37:04.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:04 smithi023 bash[24949]: audit 2023-12-09T02:37:03.232956+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.14120 172.21.15.23:0/3650218605' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:37:04.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:04 smithi023 bash[24949]: audit 2023-12-09T02:37:03.235551+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14120 172.21.15.23:0/3650218605' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:37:04.784 INFO:teuthology.orchestra.run.smithi023.stderr:mgr epoch 5 is available 2023-12-09T02:37:04.784 INFO:teuthology.orchestra.run.smithi023.stderr:Setting orchestrator backend to cephadm... 2023-12-09T02:37:05.174 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:37:04 smithi023 bash[25223]: [09/Dec/2023:02:37:04] ENGINE Bus STARTING 2023-12-09T02:37:05.174 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:37:04 smithi023 bash[25223]: [09/Dec/2023:02:37:04] ENGINE Serving on https://172.21.15.23:7150 2023-12-09T02:37:05.174 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:37:04 smithi023 bash[25223]: [09/Dec/2023:02:37:04] ENGINE Bus STARTED 2023-12-09T02:37:05.480 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:05 smithi023 bash[24949]: audit 2023-12-09T02:37:04.156448+0000 mgr.y (mgr.14120) 1 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-09T02:37:05.480 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:05 smithi023 bash[24949]: cluster 2023-12-09T02:37:04.159776+0000 mon.a (mon.0) 49 : cluster [DBG] mgrmap e7: y(active, since 1.54922s) 2023-12-09T02:37:05.480 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:05 smithi023 bash[24949]: audit 2023-12-09T02:37:04.174937+0000 mgr.y (mgr.14120) 2 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-09T02:37:05.480 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:05 smithi023 bash[24949]: audit 2023-12-09T02:37:04.985502+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.14120 172.21.15.23:0/3650218605' entity='mgr.y' 2023-12-09T02:37:05.480 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:05 smithi023 bash[24949]: audit 2023-12-09T02:37:05.036562+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.14120 172.21.15.23:0/3650218605' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:37:06.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:06 smithi023 bash[24949]: cephadm 2023-12-09T02:37:04.846312+0000 mgr.y (mgr.14120) 3 : cephadm [INF] [09/Dec/2023:02:37:04] ENGINE Bus STARTING 2023-12-09T02:37:06.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:06 smithi023 bash[24949]: cephadm 2023-12-09T02:37:04.973348+0000 mgr.y (mgr.14120) 4 : cephadm [INF] [09/Dec/2023:02:37:04] ENGINE Serving on https://172.21.15.23:7150 2023-12-09T02:37:06.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:06 smithi023 bash[24949]: cephadm 2023-12-09T02:37:04.973961+0000 mgr.y (mgr.14120) 5 : cephadm [INF] [09/Dec/2023:02:37:04] ENGINE Bus STARTED 2023-12-09T02:37:06.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:06 smithi023 bash[24949]: cluster 2023-12-09T02:37:05.186638+0000 mon.a (mon.0) 52 : cluster [DBG] mgrmap e8: y(active, since 2s) 2023-12-09T02:37:06.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:06 smithi023 bash[24949]: audit 2023-12-09T02:37:06.035258+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14120 172.21.15.23:0/3650218605' entity='mgr.y' 2023-12-09T02:37:06.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:06 smithi023 bash[24949]: audit 2023-12-09T02:37:06.056224+0000 mon.a (mon.0) 54 : audit [DBG] from='mgr.14120 172.21.15.23:0/3650218605' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:37:07.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:07 smithi023 bash[24949]: audit 2023-12-09T02:37:06.024928+0000 mgr.y (mgr.14120) 6 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:37:07.948 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: value unchanged 2023-12-09T02:37:08.537 INFO:teuthology.orchestra.run.smithi023.stderr:Generating ssh key... 2023-12-09T02:37:09.017 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:08 smithi023 bash[24949]: audit 2023-12-09T02:37:07.944906+0000 mgr.y (mgr.14120) 7 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:37:10.767 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:37:10 smithi023 bash[25223]: Generating public/private rsa key pair. 2023-12-09T02:37:10.767 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:37:10 smithi023 bash[25223]: Your identification has been saved in /tmp/tmpw51paoro/key. 2023-12-09T02:37:10.767 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:37:10 smithi023 bash[25223]: Your public key has been saved in /tmp/tmpw51paoro/key.pub. 2023-12-09T02:37:10.767 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:37:10 smithi023 bash[25223]: The key fingerprint is: 2023-12-09T02:37:10.768 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:37:10 smithi023 bash[25223]: SHA256:byBtkRui1jrvOFOJHFg/aAmQ18xxoVuBjgyJ+q9u1bs ceph-9eab968a-963b-11ee-95a3-87774f69a715 2023-12-09T02:37:10.768 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:37:10 smithi023 bash[25223]: The key's randomart image is: 2023-12-09T02:37:10.768 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:37:10 smithi023 bash[25223]: +---[RSA 3072]----+ 2023-12-09T02:37:10.768 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:37:10 smithi023 bash[25223]: |o+ +.o+. | 2023-12-09T02:37:10.768 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:37:10 smithi023 bash[25223]: |= o *o . . | 2023-12-09T02:37:10.768 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:37:10 smithi023 bash[25223]: |.+ *.+o + | 2023-12-09T02:37:10.768 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:37:10 smithi023 bash[25223]: |. + *=oo + | 2023-12-09T02:37:10.768 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:37:10 smithi023 bash[25223]: | . o++ooS | 2023-12-09T02:37:10.768 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:37:10 smithi023 bash[25223]: | ..+.+o o | 2023-12-09T02:37:10.768 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:37:10 smithi023 bash[25223]: | oo. . o | 2023-12-09T02:37:10.768 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:37:10 smithi023 bash[25223]: | . ++. . | 2023-12-09T02:37:10.768 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:37:10 smithi023 bash[25223]: | oo..+E. | 2023-12-09T02:37:10.768 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:37:10 smithi023 bash[25223]: +----[SHA256]-----+ 2023-12-09T02:37:11.723 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:11 smithi023 bash[24949]: audit 2023-12-09T02:37:09.900545+0000 mgr.y (mgr.14120) 8 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:37:11.723 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:11 smithi023 bash[24949]: cephadm 2023-12-09T02:37:09.900951+0000 mgr.y (mgr.14120) 9 : cephadm [INF] Generating ssh key... 2023-12-09T02:37:11.724 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:11 smithi023 bash[24949]: audit 2023-12-09T02:37:10.430039+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14120 172.21.15.23:0/3650218605' entity='mgr.y' 2023-12-09T02:37:11.724 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:11 smithi023 bash[24949]: audit 2023-12-09T02:37:10.436929+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14120 172.21.15.23:0/3650218605' entity='mgr.y' 2023-12-09T02:37:12.329 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDI+NK9c7oXgTUmkPwUqAqwTBWnvN153d/jt3U+RVNxB/8TgARZfWdYho9JS7G2V7TewEYDiWg15q2wxccCtzrcmmxzzC9OBTTXamCN20cSybxMbOeyej/+UKc1VBROuN5KPz/u9EvEhhusbwdD+rouHeYjpBWYqtslM7Fp9rqdZz5wMKjAUNcIl1RSJXdR59ycBm1kB7ia0mXtIUTHzvceSxVfwXQRElX5OvHxLvndpQty2/qZhhYUXA3+ZDMHXfBT9PnNzxcNBrNoslr7PLaWcKzSbK9MkBBfMWq94/d+aEkHfVK8hkjoDmedNOX2xXK3HKCZxtJ1ZprA8VUfVjd+WMTcj6Y3M5MdL7xrELyOvgNlKdE59IiRginJNjabk72mz2LGb1NOdpxIJCrOIz716rfnWf4PRrrtzY5I0l5n6TGMqtS2oxwJJgrZcHjUT3pgm5gSYuYaCAmkwRk1GBeim3+djaToOGuolHbFlf6eg2TUXxMRxKcLD5SHTSJudH0= ceph-9eab968a-963b-11ee-95a3-87774f69a715 2023-12-09T02:37:12.923 INFO:teuthology.orchestra.run.smithi023.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-12-09T02:37:12.923 INFO:teuthology.orchestra.run.smithi023.stderr:Adding key to root@localhost authorized_keys... 2023-12-09T02:37:12.924 INFO:teuthology.orchestra.run.smithi023.stderr:Adding host smithi023... 2023-12-09T02:37:13.267 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:13 smithi023 bash[24949]: audit 2023-12-09T02:37:12.325184+0000 mgr.y (mgr.14120) 10 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:37:14.767 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:14 smithi023 bash[24949]: audit 2023-12-09T02:37:14.178418+0000 mgr.y (mgr.14120) 11 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi023", "addr": "172.21.15.23", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:37:15.217 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: Added host 'smithi023' with addr '172.21.15.23' 2023-12-09T02:37:15.878 INFO:teuthology.orchestra.run.smithi023.stderr:Deploying unmanaged mon service... 2023-12-09T02:37:16.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:16 smithi023 bash[24949]: cephadm 2023-12-09T02:37:14.577532+0000 mgr.y (mgr.14120) 12 : cephadm [INF] Deploying cephadm binary to smithi023 2023-12-09T02:37:16.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:16 smithi023 bash[24949]: audit 2023-12-09T02:37:15.213099+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.14120 172.21.15.23:0/3650218605' entity='mgr.y' 2023-12-09T02:37:16.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:16 smithi023 bash[24949]: cephadm 2023-12-09T02:37:15.213797+0000 mgr.y (mgr.14120) 13 : cephadm [INF] Added host smithi023 2023-12-09T02:37:16.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:16 smithi023 bash[24949]: audit 2023-12-09T02:37:15.225537+0000 mon.a (mon.0) 58 : audit [DBG] from='mgr.14120 172.21.15.23:0/3650218605' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:37:17.935 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: Scheduled mon update... 2023-12-09T02:37:18.998 INFO:teuthology.orchestra.run.smithi023.stderr:Deploying unmanaged mgr service... 2023-12-09T02:37:19.248 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:18 smithi023 bash[24949]: audit 2023-12-09T02:37:17.923283+0000 mgr.y (mgr.14120) 14 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:37:19.248 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:18 smithi023 bash[24949]: cephadm 2023-12-09T02:37:17.927931+0000 mgr.y (mgr.14120) 15 : cephadm [INF] Saving service mon spec with placement count:5 2023-12-09T02:37:19.248 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:18 smithi023 bash[24949]: audit 2023-12-09T02:37:17.931460+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.14120 172.21.15.23:0/3650218605' entity='mgr.y' 2023-12-09T02:37:20.267 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:19 smithi023 bash[24949]: audit 2023-12-09T02:37:18.969488+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14120 172.21.15.23:0/3650218605' entity='mgr.y' 2023-12-09T02:37:20.267 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:19 smithi023 bash[24949]: audit 2023-12-09T02:37:19.256780+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.14120 172.21.15.23:0/3650218605' entity='mgr.y' 2023-12-09T02:37:20.573 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-12-09T02:37:21.922 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:21 smithi023 bash[24949]: audit 2023-12-09T02:37:20.561049+0000 mgr.y (mgr.14120) 16 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:37:21.922 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:21 smithi023 bash[24949]: cephadm 2023-12-09T02:37:20.562406+0000 mgr.y (mgr.14120) 17 : cephadm [INF] Saving service mgr spec with placement count:2 2023-12-09T02:37:21.922 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:21 smithi023 bash[24949]: audit 2023-12-09T02:37:20.569437+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14120 172.21.15.23:0/3650218605' entity='mgr.y' 2023-12-09T02:37:23.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:23 smithi023 bash[24949]: audit 2023-12-09T02:37:22.351310+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14120 172.21.15.23:0/3650218605' entity='mgr.y' 2023-12-09T02:37:23.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:23 smithi023 bash[24949]: audit 2023-12-09T02:37:22.554980+0000 mon.a (mon.0) 64 : audit [INF] from='client.? 172.21.15.23:0/3842415232' entity='client.admin' 2023-12-09T02:37:23.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:23 smithi023 bash[24949]: audit 2023-12-09T02:37:22.844809+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14120 172.21.15.23:0/3650218605' entity='mgr.y' 2023-12-09T02:37:24.682 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:24 smithi023 bash[24949]: cluster 2023-12-09T02:37:23.159068+0000 mgr.y (mgr.14120) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:37:25.292 INFO:teuthology.orchestra.run.smithi023.stderr:Enabling the dashboard module... 2023-12-09T02:37:26.017 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:25 smithi023 bash[24949]: audit 2023-12-09T02:37:24.652213+0000 mon.a (mon.0) 66 : audit [INF] from='client.? 172.21.15.23:0/374145401' entity='client.admin' 2023-12-09T02:37:26.017 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:25 smithi023 bash[24949]: cluster 2023-12-09T02:37:25.159572+0000 mgr.y (mgr.14120) 19 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:37:27.308 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:37:27 smithi023 bash[25223]: ignoring --setuser ceph since I am not root 2023-12-09T02:37:27.308 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:37:27 smithi023 bash[25223]: ignoring --setgroup ceph since I am not root 2023-12-09T02:37:27.308 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:27 smithi023 bash[24949]: audit 2023-12-09T02:37:27.109786+0000 mon.a (mon.0) 67 : audit [INF] from='client.? 172.21.15.23:0/1251556954' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-12-09T02:37:27.587 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:37:27 smithi023 bash[25223]: debug 2023-12-09T02:37:27.357+0000 7fde19bed000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-09T02:37:28.353 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:28 smithi023 bash[24949]: audit 2023-12-09T02:37:27.169442+0000 mon.a (mon.0) 68 : audit [INF] from='client.? 172.21.15.23:0/1251556954' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-12-09T02:37:28.354 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:28 smithi023 bash[24949]: cluster 2023-12-09T02:37:27.169542+0000 mon.a (mon.0) 69 : cluster [DBG] mgrmap e9: y(active, since 24s) 2023-12-09T02:37:28.354 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:37:28 smithi023 bash[25223]: debug 2023-12-09T02:37:28.033+0000 7fde19bed000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-09T02:37:28.354 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:37:28 smithi023 bash[25223]: debug 2023-12-09T02:37:28.169+0000 7fde19bed000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-09T02:37:28.517 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:37:28 smithi023 bash[25223]: debug 2023-12-09T02:37:28.345+0000 7fde19bed000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-09T02:37:29.017 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:37:28 smithi023 bash[25223]: debug 2023-12-09T02:37:28.705+0000 7fde19bed000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-09T02:37:29.017 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:37:28 smithi023 bash[25223]: debug 2023-12-09T02:37:28.805+0000 7fde19bed000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-09T02:37:29.494 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: { 2023-12-09T02:37:29.495 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "epoch": 9, 2023-12-09T02:37:29.495 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "available": true, 2023-12-09T02:37:29.495 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "active_name": "y", 2023-12-09T02:37:29.495 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-09T02:37:29.495 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: } 2023-12-09T02:37:29.517 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:37:29 smithi023 bash[25223]: debug 2023-12-09T02:37:29.017+0000 7fde19bed000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-09T02:37:29.937 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:29 smithi023 bash[24949]: audit 2023-12-09T02:37:29.490422+0000 mon.a (mon.0) 70 : audit [DBG] from='client.? 172.21.15.23:0/4114587308' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-09T02:37:30.094 INFO:teuthology.orchestra.run.smithi023.stderr:Waiting for the mgr to restart... 2023-12-09T02:37:30.095 INFO:teuthology.orchestra.run.smithi023.stderr:Waiting for mgr epoch 9... 2023-12-09T02:37:30.259 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:37:29 smithi023 bash[25223]: debug 2023-12-09T02:37:29.929+0000 7fde19bed000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-09T02:37:30.259 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:37:30 smithi023 bash[25223]: debug 2023-12-09T02:37:30.041+0000 7fde19bed000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-09T02:37:30.517 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:37:30 smithi023 bash[25223]: debug 2023-12-09T02:37:30.253+0000 7fde19bed000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-09T02:37:30.959 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:37:30 smithi023 bash[25223]: debug 2023-12-09T02:37:30.613+0000 7fde19bed000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-09T02:37:31.267 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:37:30 smithi023 bash[25223]: debug 2023-12-09T02:37:30.953+0000 7fde19bed000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-09T02:37:31.635 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:37:31 smithi023 bash[25223]: debug 2023-12-09T02:37:31.345+0000 7fde19bed000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-09T02:37:32.017 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:37:31 smithi023 bash[25223]: debug 2023-12-09T02:37:31.629+0000 7fde19bed000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-09T02:37:32.617 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:37:32 smithi023 bash[25223]: debug 2023-12-09T02:37:32.333+0000 7fde19bed000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-09T02:37:32.617 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:37:32 smithi023 bash[25223]: debug 2023-12-09T02:37:32.441+0000 7fde19bed000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-09T02:37:32.874 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:37:32 smithi023 bash[25223]: debug 2023-12-09T02:37:32.609+0000 7fde19bed000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-09T02:37:32.874 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:37:32 smithi023 bash[25223]: debug 2023-12-09T02:37:32.721+0000 7fde19bed000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-09T02:37:33.170 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:37:32 smithi023 bash[25223]: debug 2023-12-09T02:37:32.865+0000 7fde19bed000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-09T02:37:33.485 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:37:33 smithi023 bash[25223]: debug 2023-12-09T02:37:33.161+0000 7fde19bed000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-09T02:37:33.485 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:37:33 smithi023 bash[25223]: debug 2023-12-09T02:37:33.285+0000 7fde19bed000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-09T02:37:33.767 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:37:33 smithi023 bash[25223]: debug 2023-12-09T02:37:33.477+0000 7fde19bed000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-09T02:37:33.767 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:37:33 smithi023 bash[25223]: debug 2023-12-09T02:37:33.605+0000 7fde19bed000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-09T02:37:34.767 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:37:34 smithi023 bash[25223]: debug 2023-12-09T02:37:34.493+0000 7fde19bed000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-09T02:37:34.768 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:34 smithi023 bash[24949]: cluster 2023-12-09T02:37:34.518759+0000 mon.a (mon.0) 71 : cluster [INF] Active manager daemon y restarted 2023-12-09T02:37:34.768 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:34 smithi023 bash[24949]: cluster 2023-12-09T02:37:34.519610+0000 mon.a (mon.0) 72 : cluster [INF] Activating manager daemon y 2023-12-09T02:37:34.768 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:34 smithi023 bash[24949]: cluster 2023-12-09T02:37:34.524847+0000 mon.a (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2023-12-09T02:37:35.603 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: { 2023-12-09T02:37:35.603 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-12-09T02:37:35.603 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "initialized": true 2023-12-09T02:37:35.603 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: } 2023-12-09T02:37:35.912 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:35 smithi023 bash[24949]: cluster 2023-12-09T02:37:34.575390+0000 mon.a (mon.0) 74 : cluster [DBG] mgrmap e10: y(active, starting, since 0.055886s) 2023-12-09T02:37:35.912 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:35 smithi023 bash[24949]: audit 2023-12-09T02:37:34.583085+0000 mon.a (mon.0) 75 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-09T02:37:35.913 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:35 smithi023 bash[24949]: audit 2023-12-09T02:37:34.584469+0000 mon.a (mon.0) 76 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-09T02:37:35.913 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:35 smithi023 bash[24949]: audit 2023-12-09T02:37:34.585586+0000 mon.a (mon.0) 77 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-09T02:37:35.913 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:35 smithi023 bash[24949]: audit 2023-12-09T02:37:34.585840+0000 mon.a (mon.0) 78 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-09T02:37:35.913 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:35 smithi023 bash[24949]: audit 2023-12-09T02:37:34.586230+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-09T02:37:35.913 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:35 smithi023 bash[24949]: cluster 2023-12-09T02:37:34.596320+0000 mon.a (mon.0) 80 : cluster [INF] Manager daemon y is now available 2023-12-09T02:37:35.913 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:35 smithi023 bash[24949]: audit 2023-12-09T02:37:34.623750+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:37:35.913 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:35 smithi023 bash[24949]: audit 2023-12-09T02:37:34.627865+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:37:35.913 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:35 smithi023 bash[24949]: audit 2023-12-09T02:37:34.655073+0000 mon.a (mon.0) 83 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:37:35.913 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:35 smithi023 bash[24949]: audit 2023-12-09T02:37:34.657741+0000 mon.a (mon.0) 84 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:37:36.037 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:37:35 smithi023 bash[25223]: [09/Dec/2023:02:37:35] ENGINE Bus STARTING 2023-12-09T02:37:36.245 INFO:teuthology.orchestra.run.smithi023.stderr:mgr epoch 9 is available 2023-12-09T02:37:36.245 INFO:teuthology.orchestra.run.smithi023.stderr:Generating a dashboard self-signed certificate... 2023-12-09T02:37:36.267 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:37:36 smithi023 bash[25223]: [09/Dec/2023:02:37:36] ENGINE Serving on https://172.21.15.23:7150 2023-12-09T02:37:36.267 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:37:36 smithi023 bash[25223]: [09/Dec/2023:02:37:36] ENGINE Bus STARTED 2023-12-09T02:37:37.011 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:36 smithi023 bash[24949]: cluster 2023-12-09T02:37:35.586829+0000 mon.a (mon.0) 85 : cluster [DBG] mgrmap e11: y(active, since 1.06734s) 2023-12-09T02:37:37.011 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:36 smithi023 bash[24949]: cephadm 2023-12-09T02:37:35.908982+0000 mgr.y (mgr.14152) 3 : cephadm [INF] [09/Dec/2023:02:37:35] ENGINE Bus STARTING 2023-12-09T02:37:37.012 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:36 smithi023 bash[24949]: cephadm 2023-12-09T02:37:36.034230+0000 mgr.y (mgr.14152) 4 : cephadm [INF] [09/Dec/2023:02:37:36] ENGINE Serving on https://172.21.15.23:7150 2023-12-09T02:37:37.012 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:36 smithi023 bash[24949]: cephadm 2023-12-09T02:37:36.034785+0000 mgr.y (mgr.14152) 5 : cephadm [INF] [09/Dec/2023:02:37:36] ENGINE Bus STARTED 2023-12-09T02:37:37.012 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:36 smithi023 bash[24949]: audit 2023-12-09T02:37:36.043266+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:37:37.935 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: Self-signed certificate created 2023-12-09T02:37:38.267 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:38 smithi023 bash[24949]: cluster 2023-12-09T02:37:37.050515+0000 mon.a (mon.0) 87 : cluster [DBG] mgrmap e12: y(active, since 2s) 2023-12-09T02:37:38.268 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:38 smithi023 bash[24949]: audit 2023-12-09T02:37:37.923887+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:37:38.268 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:38 smithi023 bash[24949]: audit 2023-12-09T02:37:37.930623+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:37:38.517 INFO:teuthology.orchestra.run.smithi023.stderr:Creating initial admin user... 2023-12-09T02:37:39.301 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:39 smithi023 bash[24949]: audit 2023-12-09T02:37:37.579730+0000 mgr.y (mgr.14152) 6 : audit [DBG] from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:37:40.165 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$B4wRYMetqLt46f1UULmhi.nEbPUO4AISqz7LVMTlPcx7Ei41fR972", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1702089460, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-12-09T02:37:40.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:40 smithi023 bash[24949]: audit 2023-12-09T02:37:39.316032+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:37:40.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:40 smithi023 bash[24949]: audit 2023-12-09T02:37:39.882789+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:37:40.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:40 smithi023 bash[24949]: audit 2023-12-09T02:37:39.897690+0000 mgr.y (mgr.14152) 7 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:37:40.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:40 smithi023 bash[24949]: audit 2023-12-09T02:37:40.160641+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:37:40.889 INFO:teuthology.orchestra.run.smithi023.stderr:Fetching dashboard port number... 2023-12-09T02:37:42.218 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 8443 2023-12-09T02:37:42.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:42 smithi023 bash[24949]: cluster 2023-12-09T02:37:41.331644+0000 mon.a (mon.0) 93 : cluster [DBG] mgrmap e13: y(active, since 6s) 2023-12-09T02:37:42.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:42 smithi023 bash[24949]: audit 2023-12-09T02:37:42.214537+0000 mon.a (mon.0) 94 : audit [DBG] from='client.? 172.21.15.23:0/2456983498' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-12-09T02:37:42.853 INFO:teuthology.orchestra.run.smithi023.stderr:firewalld does not appear to be present 2023-12-09T02:37:42.854 INFO:teuthology.orchestra.run.smithi023.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-12-09T02:37:42.858 INFO:teuthology.orchestra.run.smithi023.stderr:Ceph Dashboard is now available at: 2023-12-09T02:37:42.858 INFO:teuthology.orchestra.run.smithi023.stderr: 2023-12-09T02:37:42.858 INFO:teuthology.orchestra.run.smithi023.stderr: URL: https://smithi023.front.sepia.ceph.com:8443/ 2023-12-09T02:37:42.858 INFO:teuthology.orchestra.run.smithi023.stderr: User: admin 2023-12-09T02:37:42.858 INFO:teuthology.orchestra.run.smithi023.stderr: Password: 2nchgph2gp 2023-12-09T02:37:42.858 INFO:teuthology.orchestra.run.smithi023.stderr: 2023-12-09T02:37:42.858 INFO:teuthology.orchestra.run.smithi023.stderr:Enabling autotune for osd_memory_target 2023-12-09T02:37:47.145 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-12-09T02:37:47.770 INFO:teuthology.orchestra.run.smithi023.stderr:You can access the Ceph CLI with: 2023-12-09T02:37:47.770 INFO:teuthology.orchestra.run.smithi023.stderr: 2023-12-09T02:37:47.770 INFO:teuthology.orchestra.run.smithi023.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-12-09T02:37:47.770 INFO:teuthology.orchestra.run.smithi023.stderr: 2023-12-09T02:37:47.770 INFO:teuthology.orchestra.run.smithi023.stderr:Please consider enabling telemetry to help improve Ceph: 2023-12-09T02:37:47.770 INFO:teuthology.orchestra.run.smithi023.stderr: 2023-12-09T02:37:47.770 INFO:teuthology.orchestra.run.smithi023.stderr: ceph telemetry on 2023-12-09T02:37:47.770 INFO:teuthology.orchestra.run.smithi023.stderr: 2023-12-09T02:37:47.770 INFO:teuthology.orchestra.run.smithi023.stderr:For more information see: 2023-12-09T02:37:47.771 INFO:teuthology.orchestra.run.smithi023.stderr: 2023-12-09T02:37:47.771 INFO:teuthology.orchestra.run.smithi023.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2023-12-09T02:37:47.771 INFO:teuthology.orchestra.run.smithi023.stderr: 2023-12-09T02:37:47.771 INFO:teuthology.orchestra.run.smithi023.stderr:Bootstrap complete. 2023-12-09T02:37:47.803 INFO:tasks.cephadm:Fetching config... 2023-12-09T02:37:47.803 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2023-12-09T02:37:47.803 DEBUG:teuthology.orchestra.run.smithi023:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-12-09T02:37:47.810 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-12-09T02:37:47.811 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2023-12-09T02:37:47.811 DEBUG:teuthology.orchestra.run.smithi023:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-12-09T02:37:47.861 INFO:tasks.cephadm:Fetching mon keyring... 2023-12-09T02:37:47.861 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2023-12-09T02:37:47.861 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd if=/var/lib/ceph/9eab968a-963b-11ee-95a3-87774f69a715/mon.a/keyring of=/dev/stdout 2023-12-09T02:37:47.877 INFO:tasks.cephadm:Fetching pub ssh key... 2023-12-09T02:37:47.878 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2023-12-09T02:37:47.878 DEBUG:teuthology.orchestra.run.smithi023:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-12-09T02:37:47.883 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-12-09T02:37:47.884 DEBUG:teuthology.orchestra.run.smithi023:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDI+NK9c7oXgTUmkPwUqAqwTBWnvN153d/jt3U+RVNxB/8TgARZfWdYho9JS7G2V7TewEYDiWg15q2wxccCtzrcmmxzzC9OBTTXamCN20cSybxMbOeyej/+UKc1VBROuN5KPz/u9EvEhhusbwdD+rouHeYjpBWYqtslM7Fp9rqdZz5wMKjAUNcIl1RSJXdR59ycBm1kB7ia0mXtIUTHzvceSxVfwXQRElX5OvHxLvndpQty2/qZhhYUXA3+ZDMHXfBT9PnNzxcNBrNoslr7PLaWcKzSbK9MkBBfMWq94/d+aEkHfVK8hkjoDmedNOX2xXK3HKCZxtJ1ZprA8VUfVjd+WMTcj6Y3M5MdL7xrELyOvgNlKdE59IiRginJNjabk72mz2LGb1NOdpxIJCrOIz716rfnWf4PRrrtzY5I0l5n6TGMqtS2oxwJJgrZcHjUT3pgm5gSYuYaCAmkwRk1GBeim3+djaToOGuolHbFlf6eg2TUXxMRxKcLD5SHTSJudH0= ceph-9eab968a-963b-11ee-95a3-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-09T02:37:47.910 INFO:teuthology.orchestra.run.smithi023.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDI+NK9c7oXgTUmkPwUqAqwTBWnvN153d/jt3U+RVNxB/8TgARZfWdYho9JS7G2V7TewEYDiWg15q2wxccCtzrcmmxzzC9OBTTXamCN20cSybxMbOeyej/+UKc1VBROuN5KPz/u9EvEhhusbwdD+rouHeYjpBWYqtslM7Fp9rqdZz5wMKjAUNcIl1RSJXdR59ycBm1kB7ia0mXtIUTHzvceSxVfwXQRElX5OvHxLvndpQty2/qZhhYUXA3+ZDMHXfBT9PnNzxcNBrNoslr7PLaWcKzSbK9MkBBfMWq94/d+aEkHfVK8hkjoDmedNOX2xXK3HKCZxtJ1ZprA8VUfVjd+WMTcj6Y3M5MdL7xrELyOvgNlKdE59IiRginJNjabk72mz2LGb1NOdpxIJCrOIz716rfnWf4PRrrtzY5I0l5n6TGMqtS2oxwJJgrZcHjUT3pgm5gSYuYaCAmkwRk1GBeim3+djaToOGuolHbFlf6eg2TUXxMRxKcLD5SHTSJudH0= ceph-9eab968a-963b-11ee-95a3-87774f69a715 2023-12-09T02:37:47.921 DEBUG:teuthology.orchestra.run.smithi172:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDI+NK9c7oXgTUmkPwUqAqwTBWnvN153d/jt3U+RVNxB/8TgARZfWdYho9JS7G2V7TewEYDiWg15q2wxccCtzrcmmxzzC9OBTTXamCN20cSybxMbOeyej/+UKc1VBROuN5KPz/u9EvEhhusbwdD+rouHeYjpBWYqtslM7Fp9rqdZz5wMKjAUNcIl1RSJXdR59ycBm1kB7ia0mXtIUTHzvceSxVfwXQRElX5OvHxLvndpQty2/qZhhYUXA3+ZDMHXfBT9PnNzxcNBrNoslr7PLaWcKzSbK9MkBBfMWq94/d+aEkHfVK8hkjoDmedNOX2xXK3HKCZxtJ1ZprA8VUfVjd+WMTcj6Y3M5MdL7xrELyOvgNlKdE59IiRginJNjabk72mz2LGb1NOdpxIJCrOIz716rfnWf4PRrrtzY5I0l5n6TGMqtS2oxwJJgrZcHjUT3pgm5gSYuYaCAmkwRk1GBeim3+djaToOGuolHbFlf6eg2TUXxMRxKcLD5SHTSJudH0= ceph-9eab968a-963b-11ee-95a3-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-09T02:37:47.946 INFO:teuthology.orchestra.run.smithi172.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDI+NK9c7oXgTUmkPwUqAqwTBWnvN153d/jt3U+RVNxB/8TgARZfWdYho9JS7G2V7TewEYDiWg15q2wxccCtzrcmmxzzC9OBTTXamCN20cSybxMbOeyej/+UKc1VBROuN5KPz/u9EvEhhusbwdD+rouHeYjpBWYqtslM7Fp9rqdZz5wMKjAUNcIl1RSJXdR59ycBm1kB7ia0mXtIUTHzvceSxVfwXQRElX5OvHxLvndpQty2/qZhhYUXA3+ZDMHXfBT9PnNzxcNBrNoslr7PLaWcKzSbK9MkBBfMWq94/d+aEkHfVK8hkjoDmedNOX2xXK3HKCZxtJ1ZprA8VUfVjd+WMTcj6Y3M5MdL7xrELyOvgNlKdE59IiRginJNjabk72mz2LGb1NOdpxIJCrOIz716rfnWf4PRrrtzY5I0l5n6TGMqtS2oxwJJgrZcHjUT3pgm5gSYuYaCAmkwRk1GBeim3+djaToOGuolHbFlf6eg2TUXxMRxKcLD5SHTSJudH0= ceph-9eab968a-963b-11ee-95a3-87774f69a715 2023-12-09T02:37:47.958 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-12-09T02:37:48.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:48 smithi023 bash[24949]: audit 2023-12-09T02:37:47.136985+0000 mon.a (mon.0) 95 : audit [INF] from='client.? 172.21.15.23:0/715512940' entity='client.admin' 2023-12-09T02:37:52.419 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-12-09T02:37:52.420 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-12-09T02:37:52.767 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:52 smithi023 bash[24949]: audit 2023-12-09T02:37:51.600224+0000 mon.a (mon.0) 96 : audit [INF] from='client.? 172.21.15.23:0/467933858' entity='client.admin' 2023-12-09T02:37:55.900 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:55 smithi023 bash[24949]: cluster 2023-12-09T02:37:54.587220+0000 mgr.y (mgr.14152) 8 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:37:55.900 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:55 smithi023 bash[24949]: audit 2023-12-09T02:37:55.288582+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:37:55.900 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:55 smithi023 bash[24949]: audit 2023-12-09T02:37:55.290067+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi023", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:37:55.900 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:55 smithi023 bash[24949]: audit 2023-12-09T02:37:55.298241+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:37:55.900 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:55 smithi023 bash[24949]: audit 2023-12-09T02:37:55.300426+0000 mon.a (mon.0) 100 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:37:55.900 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:55 smithi023 bash[24949]: audit 2023-12-09T02:37:55.308181+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:37:56.727 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi172 2023-12-09T02:37:56.727 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2023-12-09T02:37:56.727 DEBUG:teuthology.orchestra.run.smithi172:> dd of=/etc/ceph/ceph.conf 2023-12-09T02:37:56.735 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2023-12-09T02:37:56.735 DEBUG:teuthology.orchestra.run.smithi172:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-09T02:37:56.742 INFO:tasks.cephadm:Adding host smithi172 to orchestrator... 2023-12-09T02:37:56.742 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -- ceph orch host add smithi172 2023-12-09T02:37:57.018 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:56 smithi023 bash[24949]: audit 2023-12-09T02:37:55.863319+0000 mgr.y (mgr.14152) 9 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:37:57.018 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:56 smithi023 bash[24949]: audit 2023-12-09T02:37:55.870786+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:37:57.018 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:56 smithi023 bash[24949]: audit 2023-12-09T02:37:55.875151+0000 mon.a (mon.0) 103 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:37:57.018 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:56 smithi023 bash[24949]: audit 2023-12-09T02:37:55.877983+0000 mon.a (mon.0) 104 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:37:57.018 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:56 smithi023 bash[24949]: audit 2023-12-09T02:37:55.879856+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:37:57.018 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:56 smithi023 bash[24949]: cephadm 2023-12-09T02:37:55.882372+0000 mgr.y (mgr.14152) 10 : cephadm [INF] Updating smithi023:/etc/ceph/ceph.conf 2023-12-09T02:37:57.018 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:56 smithi023 bash[24949]: cephadm 2023-12-09T02:37:56.002961+0000 mgr.y (mgr.14152) 11 : cephadm [INF] Updating smithi023:/etc/ceph/ceph.client.admin.keyring 2023-12-09T02:37:57.018 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:56 smithi023 bash[24949]: audit 2023-12-09T02:37:56.120242+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:37:57.019 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:56 smithi023 bash[24949]: audit 2023-12-09T02:37:56.128418+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:37:58.268 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:37:58 smithi023 bash[24949]: cluster 2023-12-09T02:37:56.587749+0000 mgr.y (mgr.14152) 12 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:00.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:00 smithi023 bash[24949]: cluster 2023-12-09T02:37:58.588146+0000 mgr.y (mgr.14152) 13 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:00.695 INFO:teuthology.orchestra.run.smithi023.stdout:Added host 'smithi172' with addr '172.21.15.172' 2023-12-09T02:38:01.320 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -- ceph orch host ls --format=json 2023-12-09T02:38:01.512 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:01 smithi023 bash[24949]: audit 2023-12-09T02:37:59.646550+0000 mgr.y (mgr.14152) 14 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi172", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:38:01.512 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:01 smithi023 bash[24949]: cephadm 2023-12-09T02:38:00.046471+0000 mgr.y (mgr.14152) 15 : cephadm [INF] Deploying cephadm binary to smithi172 2023-12-09T02:38:01.512 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:01 smithi023 bash[24949]: audit 2023-12-09T02:38:00.690358+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:01.512 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:01 smithi023 bash[24949]: audit 2023-12-09T02:38:00.721457+0000 mon.a (mon.0) 109 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:38:01.512 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:01 smithi023 bash[24949]: audit 2023-12-09T02:38:00.723079+0000 mon.a (mon.0) 110 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:38:01.512 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:01 smithi023 bash[24949]: audit 2023-12-09T02:38:00.724090+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:38:01.512 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:01 smithi023 bash[24949]: audit 2023-12-09T02:38:01.004204+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:02.445 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:02 smithi023 bash[24949]: cluster 2023-12-09T02:38:00.588505+0000 mgr.y (mgr.14152) 16 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:02.445 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:02 smithi023 bash[24949]: cephadm 2023-12-09T02:38:00.691261+0000 mgr.y (mgr.14152) 17 : cephadm [INF] Added host smithi172 2023-12-09T02:38:02.446 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:02 smithi023 bash[24949]: audit 2023-12-09T02:38:01.768283+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:03.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:03 smithi023 bash[24949]: audit 2023-12-09T02:38:02.313734+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:03.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:03 smithi023 bash[24949]: cluster 2023-12-09T02:38:02.588914+0000 mgr.y (mgr.14152) 18 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:04.165 INFO:teuthology.orchestra.run.smithi023.stdout: 2023-12-09T02:38:04.165 INFO:teuthology.orchestra.run.smithi023.stdout:[{"addr": "172.21.15.23", "hostname": "smithi023", "labels": [], "status": ""}, {"addr": "172.21.15.172", "hostname": "smithi172", "labels": [], "status": ""}] 2023-12-09T02:38:04.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:04 smithi023 bash[24949]: audit 2023-12-09T02:38:04.161085+0000 mgr.y (mgr.14152) 19 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-09T02:38:04.832 INFO:tasks.cephadm:Setting crush tunables to default 2023-12-09T02:38:04.833 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -- ceph osd crush tunables default 2023-12-09T02:38:05.724 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:05 smithi023 bash[24949]: cluster 2023-12-09T02:38:04.589349+0000 mgr.y (mgr.14152) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:08.311 INFO:teuthology.orchestra.run.smithi023.stderr:adjusted tunables profile to default 2023-12-09T02:38:08.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:08 smithi023 bash[24949]: cluster 2023-12-09T02:38:06.589773+0000 mgr.y (mgr.14152) 21 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:08.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:08 smithi023 bash[24949]: audit 2023-12-09T02:38:07.278409+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:08.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:08 smithi023 bash[24949]: audit 2023-12-09T02:38:07.287053+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:08.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:08 smithi023 bash[24949]: audit 2023-12-09T02:38:07.290253+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi172", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:38:08.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:08 smithi023 bash[24949]: audit 2023-12-09T02:38:07.297004+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:08.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:08 smithi023 bash[24949]: audit 2023-12-09T02:38:07.650358+0000 mon.a (mon.0) 119 : audit [INF] from='client.? 172.21.15.23:0/2504112840' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-09T02:38:09.024 INFO:tasks.cephadm:Adding mon.a on smithi023 2023-12-09T02:38:09.025 INFO:tasks.cephadm:Adding mon.c on smithi023 2023-12-09T02:38:09.025 INFO:tasks.cephadm:Adding mon.b on smithi172 2023-12-09T02:38:09.025 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -- ceph orch apply mon '3;smithi023:172.21.15.23=a;smithi023:[v2:172.21.15.23:3301,v1:172.21.15.23:6790]=c;smithi172:172.21.15.172=b' 2023-12-09T02:38:09.768 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:09 smithi023 bash[24949]: audit 2023-12-09T02:38:08.301224+0000 mon.a (mon.0) 120 : audit [INF] from='client.? 172.21.15.23:0/2504112840' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-09T02:38:09.768 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:09 smithi023 bash[24949]: cluster 2023-12-09T02:38:08.301358+0000 mon.a (mon.0) 121 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-09T02:38:09.768 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:09 smithi023 bash[24949]: cluster 2023-12-09T02:38:08.590173+0000 mgr.y (mgr.14152) 22 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:11.803 INFO:teuthology.orchestra.run.smithi172.stdout:Scheduled mon update... 2023-12-09T02:38:12.018 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:11 smithi023 bash[24949]: cluster 2023-12-09T02:38:10.590629+0000 mgr.y (mgr.14152) 23 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:12.483 DEBUG:teuthology.orchestra.run.smithi023:mon.c> sudo journalctl -f -n 0 -u ceph-9eab968a-963b-11ee-95a3-87774f69a715@mon.c.service 2023-12-09T02:38:12.486 DEBUG:teuthology.orchestra.run.smithi172:mon.b> sudo journalctl -f -n 0 -u ceph-9eab968a-963b-11ee-95a3-87774f69a715@mon.b.service 2023-12-09T02:38:12.488 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-12-09T02:38:12.488 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-09T02:38:12.692 INFO:journalctl@ceph.mon.b.smithi172.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-09T02:38:13.268 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:12 smithi023 bash[24949]: audit 2023-12-09T02:38:11.787644+0000 mgr.y (mgr.14152) 24 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi023:172.21.15.23=a;smithi023:[v2:172.21.15.23:3301,v1:172.21.15.23:6790]=c;smithi172:172.21.15.172=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:38:13.268 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:12 smithi023 bash[24949]: cephadm 2023-12-09T02:38:11.792658+0000 mgr.y (mgr.14152) 25 : cephadm [INF] Saving service mon spec with placement smithi023:172.21.15.23=a;smithi023:[v2:172.21.15.23:3301,v1:172.21.15.23:6790]=c;smithi172:172.21.15.172=b;count:3 2023-12-09T02:38:13.268 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:12 smithi023 bash[24949]: audit 2023-12-09T02:38:11.799022+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:13.269 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:12 smithi023 bash[24949]: audit 2023-12-09T02:38:11.823555+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:38:13.269 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:12 smithi023 bash[24949]: audit 2023-12-09T02:38:11.826525+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:38:13.269 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:12 smithi023 bash[24949]: audit 2023-12-09T02:38:11.828532+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:38:13.269 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:12 smithi023 bash[24949]: cephadm 2023-12-09T02:38:11.831306+0000 mgr.y (mgr.14152) 26 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.conf 2023-12-09T02:38:13.269 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:12 smithi023 bash[24949]: cephadm 2023-12-09T02:38:11.946578+0000 mgr.y (mgr.14152) 27 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.client.admin.keyring 2023-12-09T02:38:13.269 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:12 smithi023 bash[24949]: audit 2023-12-09T02:38:12.078432+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:13.269 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:12 smithi023 bash[24949]: audit 2023-12-09T02:38:12.085567+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:13.269 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:12 smithi023 bash[24949]: audit 2023-12-09T02:38:12.089040+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-09T02:38:13.269 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:12 smithi023 bash[24949]: audit 2023-12-09T02:38:12.090784+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:38:13.269 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:12 smithi023 bash[24949]: cephadm 2023-12-09T02:38:12.092521+0000 mgr.y (mgr.14152) 28 : cephadm [INF] Deploying daemon mon.c on smithi023 2023-12-09T02:38:13.435 INFO:journalctl@ceph.mon.c.smithi023.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-09T02:38:14.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:14 smithi023 bash[24949]: cluster 2023-12-09T02:38:12.591101+0000 mgr.y (mgr.14152) 29 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:15.347 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-12-09T02:38:15.348 INFO:teuthology.orchestra.run.smithi172.stdout:{"epoch":1,"fsid":"9eab968a-963b-11ee-95a3-87774f69a715","modified":"2023-12-09T02:36:26.629468Z","created":"2023-12-09T02:36:26.629468Z","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.23:3300","nonce":0},{"type":"v1","addr":"172.21.15.23:6789","nonce":0}]},"addr":"172.21.15.23:6789/0","public_addr":"172.21.15.23:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-09T02:38:15.351 INFO:teuthology.orchestra.run.smithi172.stderr:dumped monmap epoch 1 2023-12-09T02:38:16.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:16 smithi023 bash[24949]: cluster 2023-12-09T02:38:14.591520+0000 mgr.y (mgr.14152) 30 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:16.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:16 smithi023 bash[24949]: audit 2023-12-09T02:38:15.343405+0000 mon.a (mon.0) 130 : audit [DBG] from='client.? 172.21.15.172:0/3172575308' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-09T02:38:16.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:16 smithi023 systemd[1]: Started Ceph mon.c for 9eab968a-963b-11ee-95a3-87774f69a715. 2023-12-09T02:38:17.003 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-12-09T02:38:17.003 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-09T02:38:17.268 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.032+0000 7f2d24949880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-09T02:38:17.269 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.032+0000 7f2d24949880 0 ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 7 2023-12-09T02:38:17.269 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.032+0000 7f2d24949880 0 pidfile_write: ignore empty --pid-file 2023-12-09T02:38:17.269 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 0 load: jerasure load: lrc 2023-12-09T02:38:17.269 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: RocksDB version: 6.15.5 2023-12-09T02:38:17.269 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-09T02:38:17.269 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Compile date Apr 18 2022 2023-12-09T02:38:17.269 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: DB SUMMARY 2023-12-09T02:38:17.269 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: DB Session ID: DDLBM242QJ65H5LSV4IC 2023-12-09T02:38:17.269 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: CURRENT file: CURRENT 2023-12-09T02:38:17.269 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: IDENTITY file: IDENTITY 2023-12-09T02:38:17.269 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: MANIFEST file: MANIFEST-000003 size: 57 Bytes 2023-12-09T02:38:17.269 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2023-12-09T02:38:17.270 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 511 ; 2023-12-09T02:38:17.270 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.error_if_exists: 0 2023-12-09T02:38:17.270 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.create_if_missing: 0 2023-12-09T02:38:17.270 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.paranoid_checks: 1 2023-12-09T02:38:17.270 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-09T02:38:17.270 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.env: 0x55a623b40860 2023-12-09T02:38:17.270 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.fs: Posix File System 2023-12-09T02:38:17.270 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.info_log: 0x55a625fa1e00 2023-12-09T02:38:17.270 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-09T02:38:17.270 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.statistics: (nil) 2023-12-09T02:38:17.270 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.use_fsync: 0 2023-12-09T02:38:17.270 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.max_log_file_size: 0 2023-12-09T02:38:17.270 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-09T02:38:17.270 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-09T02:38:17.271 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-09T02:38:17.271 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-09T02:38:17.271 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.allow_fallocate: 1 2023-12-09T02:38:17.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-09T02:38:17.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-09T02:38:17.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.use_direct_reads: 0 2023-12-09T02:38:17.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-09T02:38:17.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-09T02:38:17.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.db_log_dir: 2023-12-09T02:38:17.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-c/store.db 2023-12-09T02:38:17.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-09T02:38:17.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-09T02:38:17.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-09T02:38:17.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-09T02:38:17.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-09T02:38:17.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-09T02:38:17.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-09T02:38:17.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-09T02:38:17.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.write_buffer_manager: 0x55a626092300 2023-12-09T02:38:17.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-09T02:38:17.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-09T02:38:17.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-09T02:38:17.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-09T02:38:17.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-09T02:38:17.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-09T02:38:17.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-09T02:38:17.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-09T02:38:17.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-09T02:38:17.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.unordered_write: 0 2023-12-09T02:38:17.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-09T02:38:17.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-09T02:38:17.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-09T02:38:17.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-09T02:38:17.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.row_cache: None 2023-12-09T02:38:17.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.wal_filter: None 2023-12-09T02:38:17.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-09T02:38:17.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-09T02:38:17.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.preserve_deletes: 0 2023-12-09T02:38:17.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.two_write_queues: 0 2023-12-09T02:38:17.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-09T02:38:17.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.atomic_flush: 0 2023-12-09T02:38:17.275 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-09T02:38:17.275 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-09T02:38:17.275 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-09T02:38:17.275 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.log_readahead_size: 0 2023-12-09T02:38:17.275 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-09T02:38:17.275 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.best_efforts_recovery: 0 2023-12-09T02:38:17.275 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-09T02:38:17.275 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-09T02:38:17.275 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.allow_data_in_errors: 0 2023-12-09T02:38:17.275 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.db_host_id: __hostname__ 2023-12-09T02:38:17.275 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.max_background_jobs: 2 2023-12-09T02:38:17.275 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.max_background_compactions: -1 2023-12-09T02:38:17.275 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.max_subcompactions: 1 2023-12-09T02:38:17.275 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-09T02:38:17.276 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-09T02:38:17.276 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-09T02:38:17.276 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-09T02:38:17.276 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-09T02:38:17.276 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-09T02:38:17.276 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-09T02:38:17.276 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-09T02:38:17.276 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.max_open_files: -1 2023-12-09T02:38:17.276 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-09T02:38:17.276 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-09T02:38:17.276 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-09T02:38:17.276 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-09T02:38:17.276 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.max_background_flushes: -1 2023-12-09T02:38:17.276 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Compression algorithms supported: 2023-12-09T02:38:17.276 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-09T02:38:17.277 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: kZSTD supported: 0 2023-12-09T02:38:17.277 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: kXpressCompression supported: 0 2023-12-09T02:38:17.277 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-09T02:38:17.277 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: kLZ4Compression supported: 1 2023-12-09T02:38:17.277 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: kBZip2Compression supported: 0 2023-12-09T02:38:17.277 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: kZlibCompression supported: 1 2023-12-09T02:38:17.277 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: kSnappyCompression supported: 1 2023-12-09T02:38:17.277 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-09T02:38:17.277 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000003 2023-12-09T02:38:17.277 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-12-09T02:38:17.277 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-09T02:38:17.277 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.merge_operator: 2023-12-09T02:38:17.277 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.compaction_filter: None 2023-12-09T02:38:17.277 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-09T02:38:17.277 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.sst_partitioner_factory: None 2023-12-09T02:38:17.278 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-09T02:38:17.278 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-09T02:38:17.278 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55a625f6fd00) 2023-12-09T02:38:17.278 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: cache_index_and_filter_blocks: 1 2023-12-09T02:38:17.278 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-09T02:38:17.278 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-09T02:38:17.278 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: pin_top_level_index_and_filter: 1 2023-12-09T02:38:17.278 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: index_type: 0 2023-12-09T02:38:17.278 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: data_block_index_type: 0 2023-12-09T02:38:17.278 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: index_shortening: 1 2023-12-09T02:38:17.278 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: data_block_hash_table_util_ratio: 0.750000 2023-12-09T02:38:17.278 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: hash_index_allow_collision: 1 2023-12-09T02:38:17.278 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: checksum: 1 2023-12-09T02:38:17.278 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: no_block_cache: 0 2023-12-09T02:38:17.278 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: block_cache: 0x55a625fd6170 2023-12-09T02:38:17.279 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: block_cache_name: BinnedLRUCache 2023-12-09T02:38:17.279 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: block_cache_options: 2023-12-09T02:38:17.279 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: capacity : 536870912 2023-12-09T02:38:17.279 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: num_shard_bits : 4 2023-12-09T02:38:17.279 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: strict_capacity_limit : 0 2023-12-09T02:38:17.279 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: high_pri_pool_ratio: 0.000 2023-12-09T02:38:17.279 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: block_cache_compressed: (nil) 2023-12-09T02:38:17.279 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: persistent_cache: (nil) 2023-12-09T02:38:17.279 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: block_size: 4096 2023-12-09T02:38:17.279 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: block_size_deviation: 10 2023-12-09T02:38:17.279 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: block_restart_interval: 16 2023-12-09T02:38:17.279 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: index_block_restart_interval: 1 2023-12-09T02:38:17.279 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: metadata_block_size: 4096 2023-12-09T02:38:17.279 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: partition_filters: 0 2023-12-09T02:38:17.279 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: use_delta_encoding: 1 2023-12-09T02:38:17.280 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-09T02:38:17.280 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: whole_key_filtering: 1 2023-12-09T02:38:17.280 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: verify_compression: 0 2023-12-09T02:38:17.280 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: read_amp_bytes_per_bit: 0 2023-12-09T02:38:17.280 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: format_version: 4 2023-12-09T02:38:17.280 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: enable_index_compression: 1 2023-12-09T02:38:17.280 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: block_align: 0 2023-12-09T02:38:17.280 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-09T02:38:17.280 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-09T02:38:17.280 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.compression: NoCompression 2023-12-09T02:38:17.280 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-09T02:38:17.280 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-09T02:38:17.280 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-09T02:38:17.280 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.num_levels: 7 2023-12-09T02:38:17.280 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-09T02:38:17.281 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-09T02:38:17.281 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-09T02:38:17.281 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-09T02:38:17.281 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-09T02:38:17.281 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-09T02:38:17.281 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-09T02:38:17.281 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-09T02:38:17.281 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-09T02:38:17.281 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-09T02:38:17.281 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-09T02:38:17.281 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-09T02:38:17.281 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-09T02:38:17.281 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-09T02:38:17.281 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-09T02:38:17.281 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-09T02:38:17.282 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-09T02:38:17.282 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-09T02:38:17.282 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-09T02:38:17.282 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-09T02:38:17.282 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-09T02:38:17.282 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-09T02:38:17.282 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-09T02:38:17.282 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-09T02:38:17.282 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-09T02:38:17.282 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-09T02:38:17.283 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-09T02:38:17.284 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-09T02:38:17.284 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-09T02:38:17.284 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-09T02:38:17.284 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-09T02:38:17.284 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-09T02:38:17.284 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-09T02:38:17.284 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-09T02:38:17.284 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-09T02:38:17.284 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-09T02:38:17.284 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-09T02:38:17.284 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-09T02:38:17.284 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-09T02:38:17.284 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-09T02:38:17.285 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-09T02:38:17.285 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-09T02:38:17.285 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-09T02:38:17.285 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-09T02:38:17.285 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-09T02:38:17.285 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-09T02:38:17.285 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-09T02:38:17.285 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-09T02:38:17.285 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-09T02:38:17.285 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.table_properties_collectors: 2023-12-09T02:38:17.285 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.inplace_update_support: 0 2023-12-09T02:38:17.285 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-09T02:38:17.285 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-09T02:38:17.285 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-09T02:38:17.285 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-09T02:38:17.286 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.bloom_locality: 0 2023-12-09T02:38:17.286 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.max_successive_merges: 0 2023-12-09T02:38:17.286 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-09T02:38:17.286 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-09T02:38:17.286 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.force_consistency_checks: 1 2023-12-09T02:38:17.286 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-09T02:38:17.286 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.ttl: 2592000 2023-12-09T02:38:17.286 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-09T02:38:17.286 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.enable_blob_files: false 2023-12-09T02:38:17.286 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.min_blob_size: 0 2023-12-09T02:38:17.286 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.blob_file_size: 268435456 2023-12-09T02:38:17.286 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.blob_compression_type: NoCompression 2023-12-09T02:38:17.286 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-12-09T02:38:17.286 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.036+0000 7f2d24949880 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-09T02:38:17.287 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.040+0000 7f2d24949880 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 2023-12-09T02:38:17.287 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.040+0000 7f2d24949880 4 rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 0 2023-12-09T02:38:17.287 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.040+0000 7f2d24949880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 7 2023-12-09T02:38:17.287 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.040+0000 7f2d24949880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702089497046847, "job": 1, "event": "recovery_started", "wal_files": [4]} 2023-12-09T02:38:17.287 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.040+0000 7f2d24949880 4 rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #4 mode 2 2023-12-09T02:38:17.287 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.040+0000 7f2d24949880 3 rocksdb: [table/block_based/filter_policy.cc:996] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-12-09T02:38:17.287 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.044+0000 7f2d24949880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702089497047829, "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": 1702089497, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "439af42e-264c-4fef-b624-68404a9f5a6c", "db_session_id": "DDLBM242QJ65H5LSV4IC"}} 2023-12-09T02:38:17.287 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.044+0000 7f2d24949880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 9 2023-12-09T02:38:17.287 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.044+0000 7f2d24949880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702089497049208, "job": 1, "event": "recovery_finished"} 2023-12-09T02:38:17.287 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.044+0000 7f2d24949880 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 2023-12-09T02:38:17.287 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.048+0000 7f2d24949880 4 rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x55a625fbca80 2023-12-09T02:38:17.287 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.048+0000 7f2d24949880 4 rocksdb: DB pointer 0x55a625fcc000 2023-12-09T02:38:17.287 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.048+0000 7f2d24949880 0 mon.c does not exist in monmap, will attempt to join an existing cluster 2023-12-09T02:38:17.287 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.048+0000 7f2d24949880 0 using public_addrv [v2:172.21.15.23:3301/0,v1:172.21.15.23:6790/0] 2023-12-09T02:38:17.288 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.048+0000 7f2d24949880 0 starting mon.c rank -1 at public addrs [v2:172.21.15.23:3301/0,v1:172.21.15.23:6790/0] at bind addrs [v2:172.21.15.23:3301/0,v1:172.21.15.23:6790/0] mon_data /var/lib/ceph/mon/ceph-c fsid 9eab968a-963b-11ee-95a3-87774f69a715 2023-12-09T02:38:17.288 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.048+0000 7f2d146d1700 4 rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-12-09T02:38:17.288 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.048+0000 7f2d146d1700 4 rocksdb: [db/db_impl/db_impl.cc:903] 2023-12-09T02:38:17.288 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: ** DB Stats ** 2023-12-09T02:38:17.288 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-09T02:38:17.288 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-09T02:38:17.288 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-09T02:38:17.288 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-09T02:38:17.288 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-09T02:38:17.288 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-09T02:38:17.288 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-09T02:38:17.288 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: ** Compaction Stats [default] ** 2023-12-09T02:38:17.288 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-09T02:38:17.288 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-09T02:38:17.288 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: L0 1/0 1.51 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1.6 0.00 0.00 1 0.001 0 0 2023-12-09T02:38:17.289 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: Sum 1/0 1.51 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1.6 0.00 0.00 1 0.001 0 0 2023-12-09T02:38:17.289 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1.6 0.00 0.00 1 0.001 0 0 2023-12-09T02:38:17.289 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: ** Compaction Stats [default] ** 2023-12-09T02:38:17.289 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-09T02:38:17.289 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-09T02:38:17.289 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.6 0.00 0.00 1 0.001 0 0 2023-12-09T02:38:17.289 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-09T02:38:17.289 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-09T02:38:17.289 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-09T02:38:17.289 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: AddFile(Total Files): cumulative 0, interval 0 2023-12-09T02:38:17.289 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-09T02:38:17.289 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: AddFile(Keys): cumulative 0, interval 0 2023-12-09T02:38:17.289 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: Cumulative compaction: 0.00 GB write, 0.13 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-09T02:38:17.289 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: Interval compaction: 0.00 GB write, 0.13 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-09T02:38:17.289 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-09T02:38:17.289 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: ** File Read Latency Histogram By Level [default] ** 2023-12-09T02:38:17.290 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: ** Compaction Stats [default] ** 2023-12-09T02:38:17.290 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-09T02:38:17.290 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-09T02:38:17.290 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: L0 1/0 1.51 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1.6 0.00 0.00 1 0.001 0 0 2023-12-09T02:38:17.290 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: Sum 1/0 1.51 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1.6 0.00 0.00 1 0.001 0 0 2023-12-09T02:38:17.290 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-09T02:38:17.290 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: ** Compaction Stats [default] ** 2023-12-09T02:38:17.290 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-09T02:38:17.290 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-09T02:38:17.290 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.6 0.00 0.00 1 0.001 0 0 2023-12-09T02:38:17.290 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-09T02:38:17.290 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-09T02:38:17.290 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-09T02:38:17.290 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: AddFile(Total Files): cumulative 0, interval 0 2023-12-09T02:38:17.291 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-09T02:38:17.291 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: AddFile(Keys): cumulative 0, interval 0 2023-12-09T02:38:17.291 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: Cumulative compaction: 0.00 GB write, 0.13 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-09T02:38:17.291 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-09T02:38:17.291 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-09T02:38:17.291 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: ** File Read Latency Histogram By Level [default] ** 2023-12-09T02:38:17.291 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.048+0000 7f2d24949880 1 mon.c@-1(???) e0 preinit fsid 9eab968a-963b-11ee-95a3-87774f69a715 2023-12-09T02:38:17.291 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.068+0000 7f2d176d7700 0 mon.c@-1(synchronizing).mds e1 new map 2023-12-09T02:38:17.291 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.068+0000 7f2d176d7700 0 mon.c@-1(synchronizing).mds e1 print_map 2023-12-09T02:38:17.291 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: e1 2023-12-09T02:38:17.291 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-09T02:38:17.291 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-12-09T02:38:17.291 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: legacy client fscid: -1 2023-12-09T02:38:17.291 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: 2023-12-09T02:38:17.291 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: No filesystems configured 2023-12-09T02:38:17.292 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.068+0000 7f2d176d7700 1 mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-12-09T02:38:17.292 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.068+0000 7f2d176d7700 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 2023-12-09T02:38:17.292 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.068+0000 7f2d176d7700 1 mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-12-09T02:38:17.292 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.068+0000 7f2d176d7700 1 mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-12-09T02:38:17.292 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.068+0000 7f2d176d7700 1 mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-12-09T02:38:17.292 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.068+0000 7f2d176d7700 1 mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-12-09T02:38:17.292 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.068+0000 7f2d176d7700 0 mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-09T02:38:17.292 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.068+0000 7f2d176d7700 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-12-09T02:38:17.292 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.068+0000 7f2d176d7700 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-12-09T02:38:17.292 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.068+0000 7f2d176d7700 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-12-09T02:38:17.292 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: audit 2023-12-09T02:38:02.313734+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:17.292 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: cluster 2023-12-09T02:38:02.588914+0000 mgr.y (mgr.14152) 18 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:17.292 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: audit 2023-12-09T02:38:04.161085+0000 mgr.y (mgr.14152) 19 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-09T02:38:17.293 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: cluster 2023-12-09T02:38:04.589349+0000 mgr.y (mgr.14152) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:17.293 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: cluster 2023-12-09T02:38:06.589773+0000 mgr.y (mgr.14152) 21 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:17.293 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: audit 2023-12-09T02:38:07.278409+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:17.293 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: audit 2023-12-09T02:38:07.287053+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:17.293 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: audit 2023-12-09T02:38:07.290253+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi172", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:38:17.293 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: audit 2023-12-09T02:38:07.297004+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:17.293 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: audit 2023-12-09T02:38:07.650358+0000 mon.a (mon.0) 119 : audit [INF] from='client.? 172.21.15.23:0/2504112840' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-09T02:38:17.293 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: audit 2023-12-09T02:38:08.301224+0000 mon.a (mon.0) 120 : audit [INF] from='client.? 172.21.15.23:0/2504112840' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-09T02:38:17.293 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: cluster 2023-12-09T02:38:08.301358+0000 mon.a (mon.0) 121 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-09T02:38:17.293 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: cluster 2023-12-09T02:38:08.590173+0000 mgr.y (mgr.14152) 22 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:17.293 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: cluster 2023-12-09T02:38:10.590629+0000 mgr.y (mgr.14152) 23 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:17.293 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: audit 2023-12-09T02:38:11.787644+0000 mgr.y (mgr.14152) 24 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi023:172.21.15.23=a;smithi023:[v2:172.21.15.23:3301,v1:172.21.15.23:6790]=c;smithi172:172.21.15.172=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:38:17.293 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: cephadm 2023-12-09T02:38:11.792658+0000 mgr.y (mgr.14152) 25 : cephadm [INF] Saving service mon spec with placement smithi023:172.21.15.23=a;smithi023:[v2:172.21.15.23:3301,v1:172.21.15.23:6790]=c;smithi172:172.21.15.172=b;count:3 2023-12-09T02:38:17.293 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: audit 2023-12-09T02:38:11.799022+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:17.293 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: audit 2023-12-09T02:38:11.823555+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:38:17.294 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: audit 2023-12-09T02:38:11.826525+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:38:17.294 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: audit 2023-12-09T02:38:11.828532+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:38:17.294 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: cephadm 2023-12-09T02:38:11.831306+0000 mgr.y (mgr.14152) 26 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.conf 2023-12-09T02:38:17.294 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: cephadm 2023-12-09T02:38:11.946578+0000 mgr.y (mgr.14152) 27 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.client.admin.keyring 2023-12-09T02:38:17.294 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: audit 2023-12-09T02:38:12.078432+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:17.294 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: audit 2023-12-09T02:38:12.085567+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:17.294 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: audit 2023-12-09T02:38:12.089040+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-09T02:38:17.294 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: audit 2023-12-09T02:38:12.090784+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:38:17.294 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: cephadm 2023-12-09T02:38:12.092521+0000 mgr.y (mgr.14152) 28 : cephadm [INF] Deploying daemon mon.c on smithi023 2023-12-09T02:38:17.294 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: cluster 2023-12-09T02:38:12.591101+0000 mgr.y (mgr.14152) 29 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:17.295 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: cluster 2023-12-09T02:38:14.591520+0000 mgr.y (mgr.14152) 30 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:17.295 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: audit 2023-12-09T02:38:15.343405+0000 mon.a (mon.0) 130 : audit [DBG] from='client.? 172.21.15.172:0/3172575308' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-09T02:38:17.295 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.072+0000 7f2d176d7700 1 mon.c@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2023-12-09T02:38:17.295 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:17 smithi023 bash[30415]: debug 2023-12-09T02:38:17.072+0000 7f2d176d7700 10 mon.c@-1(synchronizing) e1 handle_conf_change mon_allow_pool_delete 2023-12-09T02:38:22.312 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:22 smithi172 systemd[1]: Started Ceph mon.b for 9eab968a-963b-11ee-95a3-87774f69a715. 2023-12-09T02:38:22.519 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:22 smithi023 bash[24949]: cluster 2023-12-09T02:38:16.591993+0000 mgr.y (mgr.14152) 32 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:22.519 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:22 smithi023 bash[24949]: audit 2023-12-09T02:38:17.086622+0000 mon.a (mon.0) 135 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-09T02:38:22.519 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:22 smithi023 bash[24949]: cluster 2023-12-09T02:38:17.086983+0000 mon.a (mon.0) 136 : cluster [INF] mon.a calling monitor election 2023-12-09T02:38:22.519 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:22 smithi023 bash[24949]: audit 2023-12-09T02:38:17.088727+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T02:38:22.519 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:22 smithi023 bash[24949]: audit 2023-12-09T02:38:18.083101+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T02:38:22.519 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:22 smithi023 bash[24949]: cluster 2023-12-09T02:38:18.592464+0000 mgr.y (mgr.14152) 33 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:22.519 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:22 smithi023 bash[24949]: audit 2023-12-09T02:38:19.083128+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T02:38:22.519 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:22 smithi023 bash[24949]: cluster 2023-12-09T02:38:19.085664+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2023-12-09T02:38:22.519 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:22 smithi023 bash[24949]: audit 2023-12-09T02:38:20.083227+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T02:38:22.519 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:22 smithi023 bash[24949]: cluster 2023-12-09T02:38:20.592913+0000 mgr.y (mgr.14152) 34 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:22.519 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:22 smithi023 bash[24949]: audit 2023-12-09T02:38:21.083530+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T02:38:22.519 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:22 smithi023 bash[24949]: audit 2023-12-09T02:38:22.083488+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T02:38:22.519 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:22 smithi023 bash[24949]: cluster 2023-12-09T02:38:22.113443+0000 mon.a (mon.0) 143 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-09T02:38:22.520 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:22 smithi023 bash[24949]: cluster 2023-12-09T02:38:22.126136+0000 mon.a (mon.0) 144 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.23:3300/0,v1:172.21.15.23:6789/0],c=[v2:172.21.15.23:3301/0,v1:172.21.15.23:6790/0]} 2023-12-09T02:38:22.520 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:22 smithi023 bash[24949]: cluster 2023-12-09T02:38:22.126270+0000 mon.a (mon.0) 145 : cluster [DBG] fsmap 2023-12-09T02:38:22.520 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:22 smithi023 bash[24949]: cluster 2023-12-09T02:38:22.126394+0000 mon.a (mon.0) 146 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-09T02:38:22.520 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:22 smithi023 bash[24949]: cluster 2023-12-09T02:38:22.126847+0000 mon.a (mon.0) 147 : cluster [DBG] mgrmap e13: y(active, since 47s) 2023-12-09T02:38:22.520 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:22 smithi023 bash[24949]: cluster 2023-12-09T02:38:22.133367+0000 mon.a (mon.0) 148 : cluster [INF] overall HEALTH_OK 2023-12-09T02:38:22.520 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:22 smithi023 bash[30415]: cluster 2023-12-09T02:38:16.591993+0000 mgr.y (mgr.14152) 32 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:22.520 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:22 smithi023 bash[30415]: audit 2023-12-09T02:38:17.086622+0000 mon.a (mon.0) 135 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-09T02:38:22.520 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:22 smithi023 bash[30415]: cluster 2023-12-09T02:38:17.086983+0000 mon.a (mon.0) 136 : cluster [INF] mon.a calling monitor election 2023-12-09T02:38:22.520 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:22 smithi023 bash[30415]: audit 2023-12-09T02:38:17.088727+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T02:38:22.520 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:22 smithi023 bash[30415]: audit 2023-12-09T02:38:18.083101+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T02:38:22.520 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:22 smithi023 bash[30415]: cluster 2023-12-09T02:38:18.592464+0000 mgr.y (mgr.14152) 33 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:22.520 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:22 smithi023 bash[30415]: audit 2023-12-09T02:38:19.083128+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T02:38:22.521 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:22 smithi023 bash[30415]: cluster 2023-12-09T02:38:19.085664+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2023-12-09T02:38:22.521 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:22 smithi023 bash[30415]: audit 2023-12-09T02:38:20.083227+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T02:38:22.521 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:22 smithi023 bash[30415]: cluster 2023-12-09T02:38:20.592913+0000 mgr.y (mgr.14152) 34 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:22.521 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:22 smithi023 bash[30415]: audit 2023-12-09T02:38:21.083530+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T02:38:22.521 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:22 smithi023 bash[30415]: audit 2023-12-09T02:38:22.083488+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T02:38:22.521 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:22 smithi023 bash[30415]: cluster 2023-12-09T02:38:22.113443+0000 mon.a (mon.0) 143 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-09T02:38:22.521 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:22 smithi023 bash[30415]: cluster 2023-12-09T02:38:22.126136+0000 mon.a (mon.0) 144 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.23:3300/0,v1:172.21.15.23:6789/0],c=[v2:172.21.15.23:3301/0,v1:172.21.15.23:6790/0]} 2023-12-09T02:38:22.521 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:22 smithi023 bash[30415]: cluster 2023-12-09T02:38:22.126270+0000 mon.a (mon.0) 145 : cluster [DBG] fsmap 2023-12-09T02:38:22.521 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:22 smithi023 bash[30415]: cluster 2023-12-09T02:38:22.126394+0000 mon.a (mon.0) 146 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-09T02:38:22.521 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:22 smithi023 bash[30415]: cluster 2023-12-09T02:38:22.126847+0000 mon.a (mon.0) 147 : cluster [DBG] mgrmap e13: y(active, since 47s) 2023-12-09T02:38:22.521 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:22 smithi023 bash[30415]: cluster 2023-12-09T02:38:22.133367+0000 mon.a (mon.0) 148 : cluster [INF] overall HEALTH_OK 2023-12-09T02:38:22.848 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-12-09T02:38:22.848 INFO:teuthology.orchestra.run.smithi172.stdout:{"epoch":2,"fsid":"9eab968a-963b-11ee-95a3-87774f69a715","modified":"2023-12-09T02:38:17.083486Z","created":"2023-12-09T02:36:26.629468Z","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.23:3300","nonce":0},{"type":"v1","addr":"172.21.15.23:6789","nonce":0}]},"addr":"172.21.15.23:6789/0","public_addr":"172.21.15.23:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:3301","nonce":0},{"type":"v1","addr":"172.21.15.23:6790","nonce":0}]},"addr":"172.21.15.23:6790/0","public_addr":"172.21.15.23:6790/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-12-09T02:38:22.851 INFO:teuthology.orchestra.run.smithi172.stderr:dumped monmap epoch 2 2023-12-09T02:38:23.768 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:23 smithi023 bash[24949]: audit 2023-12-09T02:38:22.291113+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:23.769 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:23 smithi023 bash[24949]: audit 2023-12-09T02:38:22.293640+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:38:23.769 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:23 smithi023 bash[24949]: audit 2023-12-09T02:38:22.296203+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:38:23.769 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:23 smithi023 bash[24949]: audit 2023-12-09T02:38:22.297978+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:38:23.769 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:23 smithi023 bash[24949]: cluster 2023-12-09T02:38:22.593321+0000 mgr.y (mgr.14152) 35 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:23.769 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:23 smithi023 bash[24949]: audit 2023-12-09T02:38:22.843598+0000 mon.a (mon.0) 153 : audit [DBG] from='client.? 172.21.15.172:0/1045809059' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-09T02:38:23.769 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:23 smithi023 bash[24949]: audit 2023-12-09T02:38:23.083828+0000 mon.a (mon.0) 154 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T02:38:23.769 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:23 smithi023 bash[30415]: audit 2023-12-09T02:38:22.291113+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:23.769 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:23 smithi023 bash[30415]: audit 2023-12-09T02:38:22.293640+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:38:23.769 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:23 smithi023 bash[30415]: audit 2023-12-09T02:38:22.296203+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:38:23.769 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:23 smithi023 bash[30415]: audit 2023-12-09T02:38:22.297978+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:38:23.769 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:23 smithi023 bash[30415]: cluster 2023-12-09T02:38:22.593321+0000 mgr.y (mgr.14152) 35 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:23.769 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:23 smithi023 bash[30415]: audit 2023-12-09T02:38:22.843598+0000 mon.a (mon.0) 153 : audit [DBG] from='client.? 172.21.15.172:0/1045809059' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-09T02:38:23.770 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:23 smithi023 bash[30415]: audit 2023-12-09T02:38:23.083828+0000 mon.a (mon.0) 154 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T02:38:24.000 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.773+0000 7f3ae5bdc880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-09T02:38:24.000 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.773+0000 7f3ae5bdc880 0 ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 7 2023-12-09T02:38:24.000 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.773+0000 7f3ae5bdc880 0 pidfile_write: ignore empty --pid-file 2023-12-09T02:38:24.000 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 0 load: jerasure load: lrc 2023-12-09T02:38:24.000 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: RocksDB version: 6.15.5 2023-12-09T02:38:24.000 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-09T02:38:24.000 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Compile date Apr 18 2022 2023-12-09T02:38:24.000 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: DB SUMMARY 2023-12-09T02:38:24.000 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: DB Session ID: UBMDREW6B60VVT4WTJT6 2023-12-09T02:38:24.001 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: CURRENT file: CURRENT 2023-12-09T02:38:24.001 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: IDENTITY file: IDENTITY 2023-12-09T02:38:24.001 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: MANIFEST file: MANIFEST-000003 size: 57 Bytes 2023-12-09T02:38:24.001 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2023-12-09T02:38:24.001 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 511 ; 2023-12-09T02:38:24.001 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.error_if_exists: 0 2023-12-09T02:38:24.001 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.create_if_missing: 0 2023-12-09T02:38:24.001 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.paranoid_checks: 1 2023-12-09T02:38:24.001 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-09T02:38:24.001 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.env: 0x563bbe523860 2023-12-09T02:38:24.001 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.fs: Posix File System 2023-12-09T02:38:24.002 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.info_log: 0x563bbfdb3e00 2023-12-09T02:38:24.002 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-09T02:38:24.002 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.statistics: (nil) 2023-12-09T02:38:24.002 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.use_fsync: 0 2023-12-09T02:38:24.002 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.max_log_file_size: 0 2023-12-09T02:38:24.002 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-09T02:38:24.002 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-09T02:38:24.003 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-09T02:38:24.003 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-09T02:38:24.004 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.allow_fallocate: 1 2023-12-09T02:38:24.004 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-09T02:38:24.004 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-09T02:38:24.004 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.use_direct_reads: 0 2023-12-09T02:38:24.004 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-09T02:38:24.004 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-09T02:38:24.004 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.db_log_dir: 2023-12-09T02:38:24.004 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-b/store.db 2023-12-09T02:38:24.005 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-09T02:38:24.005 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-09T02:38:24.005 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-09T02:38:24.005 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-09T02:38:24.006 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-09T02:38:24.006 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-09T02:38:24.006 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-09T02:38:24.006 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-09T02:38:24.006 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.write_buffer_manager: 0x563bbfea42d0 2023-12-09T02:38:24.006 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-09T02:38:24.006 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-09T02:38:24.006 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-09T02:38:24.006 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-09T02:38:24.007 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-09T02:38:24.007 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-09T02:38:24.007 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-09T02:38:24.007 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-09T02:38:24.007 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-09T02:38:24.007 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.unordered_write: 0 2023-12-09T02:38:24.007 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-09T02:38:24.007 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-09T02:38:24.007 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-09T02:38:24.007 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-09T02:38:24.007 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.row_cache: None 2023-12-09T02:38:24.008 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.wal_filter: None 2023-12-09T02:38:24.008 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-09T02:38:24.008 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-09T02:38:24.008 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.preserve_deletes: 0 2023-12-09T02:38:24.008 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.two_write_queues: 0 2023-12-09T02:38:24.008 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-09T02:38:24.008 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.atomic_flush: 0 2023-12-09T02:38:24.008 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-09T02:38:24.008 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-09T02:38:24.008 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-09T02:38:24.008 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.log_readahead_size: 0 2023-12-09T02:38:24.009 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-09T02:38:24.009 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.best_efforts_recovery: 0 2023-12-09T02:38:24.009 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-09T02:38:24.009 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-09T02:38:24.009 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.allow_data_in_errors: 0 2023-12-09T02:38:24.009 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.db_host_id: __hostname__ 2023-12-09T02:38:24.009 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.max_background_jobs: 2 2023-12-09T02:38:24.009 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.max_background_compactions: -1 2023-12-09T02:38:24.009 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.max_subcompactions: 1 2023-12-09T02:38:24.010 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-09T02:38:24.010 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-09T02:38:24.010 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-09T02:38:24.010 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-09T02:38:24.010 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-09T02:38:24.010 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-09T02:38:24.010 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-09T02:38:24.010 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-09T02:38:24.010 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.max_open_files: -1 2023-12-09T02:38:24.010 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-09T02:38:24.010 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-09T02:38:24.010 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-09T02:38:24.010 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-09T02:38:24.010 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.max_background_flushes: -1 2023-12-09T02:38:24.011 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Compression algorithms supported: 2023-12-09T02:38:24.011 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-09T02:38:24.011 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: kZSTD supported: 0 2023-12-09T02:38:24.011 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: kXpressCompression supported: 0 2023-12-09T02:38:24.011 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-09T02:38:24.011 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: kLZ4Compression supported: 1 2023-12-09T02:38:24.011 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: kBZip2Compression supported: 0 2023-12-09T02:38:24.011 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: kZlibCompression supported: 1 2023-12-09T02:38:24.011 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: kSnappyCompression supported: 1 2023-12-09T02:38:24.011 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-09T02:38:24.011 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000003 2023-12-09T02:38:24.011 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-12-09T02:38:24.011 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-09T02:38:24.012 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.merge_operator: 2023-12-09T02:38:24.012 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.compaction_filter: None 2023-12-09T02:38:24.012 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-09T02:38:24.012 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.sst_partitioner_factory: None 2023-12-09T02:38:24.012 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-09T02:38:24.012 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-09T02:38:24.012 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x563bbfd81d00) 2023-12-09T02:38:24.012 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: cache_index_and_filter_blocks: 1 2023-12-09T02:38:24.012 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-09T02:38:24.012 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-09T02:38:24.012 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: pin_top_level_index_and_filter: 1 2023-12-09T02:38:24.013 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: index_type: 0 2023-12-09T02:38:24.013 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: data_block_index_type: 0 2023-12-09T02:38:24.013 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: index_shortening: 1 2023-12-09T02:38:24.013 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: data_block_hash_table_util_ratio: 0.750000 2023-12-09T02:38:24.013 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: hash_index_allow_collision: 1 2023-12-09T02:38:24.013 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: checksum: 1 2023-12-09T02:38:24.013 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: no_block_cache: 0 2023-12-09T02:38:24.013 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: block_cache: 0x563bbfde8170 2023-12-09T02:38:24.013 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: block_cache_name: BinnedLRUCache 2023-12-09T02:38:24.013 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: block_cache_options: 2023-12-09T02:38:24.013 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: capacity : 536870912 2023-12-09T02:38:24.013 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: num_shard_bits : 4 2023-12-09T02:38:24.013 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: strict_capacity_limit : 0 2023-12-09T02:38:24.014 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: high_pri_pool_ratio: 0.000 2023-12-09T02:38:24.014 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: block_cache_compressed: (nil) 2023-12-09T02:38:24.014 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: persistent_cache: (nil) 2023-12-09T02:38:24.014 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: block_size: 4096 2023-12-09T02:38:24.014 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: block_size_deviation: 10 2023-12-09T02:38:24.014 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: block_restart_interval: 16 2023-12-09T02:38:24.015 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: index_block_restart_interval: 1 2023-12-09T02:38:24.015 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: metadata_block_size: 4096 2023-12-09T02:38:24.015 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: partition_filters: 0 2023-12-09T02:38:24.015 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: use_delta_encoding: 1 2023-12-09T02:38:24.015 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-09T02:38:24.015 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: whole_key_filtering: 1 2023-12-09T02:38:24.015 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: verify_compression: 0 2023-12-09T02:38:24.015 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: read_amp_bytes_per_bit: 0 2023-12-09T02:38:24.015 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: format_version: 4 2023-12-09T02:38:24.015 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: enable_index_compression: 1 2023-12-09T02:38:24.016 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: block_align: 0 2023-12-09T02:38:24.016 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-09T02:38:24.016 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-09T02:38:24.016 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.compression: NoCompression 2023-12-09T02:38:24.016 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-09T02:38:24.016 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-09T02:38:24.016 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-09T02:38:24.016 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.num_levels: 7 2023-12-09T02:38:24.016 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-09T02:38:24.016 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-09T02:38:24.017 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-09T02:38:24.017 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-09T02:38:24.017 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-09T02:38:24.017 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-09T02:38:24.017 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-09T02:38:24.017 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-09T02:38:24.017 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-09T02:38:24.017 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-09T02:38:24.017 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-09T02:38:24.017 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-09T02:38:24.017 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-09T02:38:24.017 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-09T02:38:24.017 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-09T02:38:24.017 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-09T02:38:24.018 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-09T02:38:24.018 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-09T02:38:24.018 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-09T02:38:24.018 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-09T02:38:24.019 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-09T02:38:24.019 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-09T02:38:24.019 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-09T02:38:24.019 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-09T02:38:24.019 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-09T02:38:24.019 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-09T02:38:24.019 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-09T02:38:24.019 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-09T02:38:24.019 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-09T02:38:24.019 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-09T02:38:24.019 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-09T02:38:24.019 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-09T02:38:24.019 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-09T02:38:24.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-09T02:38:24.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-09T02:38:24.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-09T02:38:24.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-09T02:38:24.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-09T02:38:24.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-09T02:38:24.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-09T02:38:24.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-09T02:38:24.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-09T02:38:24.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-09T02:38:24.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-09T02:38:24.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-09T02:38:24.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-09T02:38:24.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-09T02:38:24.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-09T02:38:24.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-09T02:38:24.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.table_properties_collectors: 2023-12-09T02:38:24.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.inplace_update_support: 0 2023-12-09T02:38:24.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-09T02:38:24.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-09T02:38:24.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-09T02:38:24.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-09T02:38:24.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.bloom_locality: 0 2023-12-09T02:38:24.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.max_successive_merges: 0 2023-12-09T02:38:24.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-09T02:38:24.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-09T02:38:24.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.force_consistency_checks: 1 2023-12-09T02:38:24.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-09T02:38:24.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.ttl: 2592000 2023-12-09T02:38:24.022 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-09T02:38:24.022 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.enable_blob_files: false 2023-12-09T02:38:24.022 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.min_blob_size: 0 2023-12-09T02:38:24.022 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.blob_file_size: 268435456 2023-12-09T02:38:24.022 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.blob_compression_type: NoCompression 2023-12-09T02:38:24.022 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-12-09T02:38:24.022 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-09T02:38:24.022 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000003 succeeded,manifest_file_number is 3, next_file_number is 5, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-09T02:38:24.022 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 0 2023-12-09T02:38:24.022 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.777+0000 7f3ae5bdc880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 7 2023-12-09T02:38:24.022 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.781+0000 7f3ae5bdc880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702089503786203, "job": 1, "event": "recovery_started", "wal_files": [4]} 2023-12-09T02:38:24.022 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.781+0000 7f3ae5bdc880 4 rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #4 mode 2 2023-12-09T02:38:24.022 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.781+0000 7f3ae5bdc880 3 rocksdb: [table/block_based/filter_policy.cc:996] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-12-09T02:38:24.023 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.781+0000 7f3ae5bdc880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702089503786873, "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": 1702089503, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "103e00d8-dc26-4ca8-8041-e73ce4a2035c", "db_session_id": "UBMDREW6B60VVT4WTJT6"}} 2023-12-09T02:38:24.023 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.781+0000 7f3ae5bdc880 4 rocksdb: [db/version_set.cc:4083] Creating manifest 9 2023-12-09T02:38:24.024 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.781+0000 7f3ae5bdc880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702089503787616, "job": 1, "event": "recovery_finished"} 2023-12-09T02:38:24.024 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.781+0000 7f3ae5bdc880 4 rocksdb: [file/delete_scheduler.cc:73] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-12-09T02:38:24.024 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.785+0000 7f3ae5bdc880 4 rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x563bbfdcea80 2023-12-09T02:38:24.024 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.785+0000 7f3ae5bdc880 4 rocksdb: DB pointer 0x563bbfdde000 2023-12-09T02:38:24.024 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.785+0000 7f3ad5964700 4 rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-12-09T02:38:24.024 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.785+0000 7f3ad5964700 4 rocksdb: [db/db_impl/db_impl.cc:903] 2023-12-09T02:38:24.024 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: ** DB Stats ** 2023-12-09T02:38:24.024 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-09T02:38:24.024 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-09T02:38:24.024 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-09T02:38:24.024 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-09T02:38:24.025 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-09T02:38:24.025 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-09T02:38:24.025 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-09T02:38:24.025 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: ** Compaction Stats [default] ** 2023-12-09T02:38:24.025 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-09T02:38:24.025 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-09T02:38:24.025 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: L0 1/0 1.51 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.3 0.00 0.00 1 0.001 0 0 2023-12-09T02:38:24.025 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: Sum 1/0 1.51 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.3 0.00 0.00 1 0.001 0 0 2023-12-09T02:38:24.025 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.3 0.00 0.00 1 0.001 0 0 2023-12-09T02:38:24.025 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: ** Compaction Stats [default] ** 2023-12-09T02:38:24.025 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-09T02:38:24.025 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-09T02:38:24.025 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.3 0.00 0.00 1 0.001 0 0 2023-12-09T02:38:24.025 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-09T02:38:24.025 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-09T02:38:24.026 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-09T02:38:24.026 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: AddFile(Total Files): cumulative 0, interval 0 2023-12-09T02:38:24.026 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-09T02:38:24.026 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: AddFile(Keys): cumulative 0, interval 0 2023-12-09T02:38:24.026 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: Cumulative compaction: 0.00 GB write, 0.24 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-09T02:38:24.026 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: Interval compaction: 0.00 GB write, 0.24 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-09T02:38:24.026 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-09T02:38:24.026 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: ** File Read Latency Histogram By Level [default] ** 2023-12-09T02:38:24.026 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: ** Compaction Stats [default] ** 2023-12-09T02:38:24.026 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-09T02:38:24.026 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-09T02:38:24.026 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: L0 1/0 1.51 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.3 0.00 0.00 1 0.001 0 0 2023-12-09T02:38:24.026 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: Sum 1/0 1.51 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.3 0.00 0.00 1 0.001 0 0 2023-12-09T02:38:24.027 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-09T02:38:24.027 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: ** Compaction Stats [default] ** 2023-12-09T02:38:24.027 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-09T02:38:24.027 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-09T02:38:24.027 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.3 0.00 0.00 1 0.001 0 0 2023-12-09T02:38:24.027 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-09T02:38:24.027 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-09T02:38:24.027 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-09T02:38:24.027 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: AddFile(Total Files): cumulative 0, interval 0 2023-12-09T02:38:24.027 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-09T02:38:24.027 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: AddFile(Keys): cumulative 0, interval 0 2023-12-09T02:38:24.027 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: Cumulative compaction: 0.00 GB write, 0.24 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-09T02:38:24.027 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-09T02:38:24.027 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-09T02:38:24.028 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: ** File Read Latency Histogram By Level [default] ** 2023-12-09T02:38:24.028 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.785+0000 7f3ae5bdc880 0 mon.b does not exist in monmap, will attempt to join an existing cluster 2023-12-09T02:38:24.028 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.785+0000 7f3ae5bdc880 0 using public_addr v2:172.21.15.172:0/0 -> [v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0] 2023-12-09T02:38:24.028 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.785+0000 7f3ae5bdc880 0 starting mon.b rank -1 at public addrs [v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0] at bind addrs [v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 9eab968a-963b-11ee-95a3-87774f69a715 2023-12-09T02:38:24.028 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.789+0000 7f3ae5bdc880 1 mon.b@-1(???) e0 preinit fsid 9eab968a-963b-11ee-95a3-87774f69a715 2023-12-09T02:38:24.028 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.813+0000 7f3ad896a700 0 mon.b@-1(synchronizing).mds e1 new map 2023-12-09T02:38:24.028 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.813+0000 7f3ad896a700 0 mon.b@-1(synchronizing).mds e1 print_map 2023-12-09T02:38:24.028 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: e1 2023-12-09T02:38:24.028 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-09T02:38:24.028 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-12-09T02:38:24.028 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: legacy client fscid: -1 2023-12-09T02:38:24.028 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: 2023-12-09T02:38:24.028 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: No filesystems configured 2023-12-09T02:38:24.028 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.813+0000 7f3ad896a700 1 mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-12-09T02:38:24.029 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.813+0000 7f3ad896a700 1 mon.b@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-12-09T02:38:24.029 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.813+0000 7f3ad896a700 1 mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-12-09T02:38:24.029 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.813+0000 7f3ad896a700 1 mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-12-09T02:38:24.029 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.813+0000 7f3ad896a700 1 mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-12-09T02:38:24.029 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.813+0000 7f3ad896a700 1 mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-12-09T02:38:24.029 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.813+0000 7f3ad896a700 0 mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-09T02:38:24.029 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.813+0000 7f3ad896a700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-12-09T02:38:24.029 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.813+0000 7f3ad896a700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-12-09T02:38:24.029 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.813+0000 7f3ad896a700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-12-09T02:38:24.029 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: audit 2023-12-09T02:38:02.313734+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:24.029 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: cluster 2023-12-09T02:38:02.588914+0000 mgr.y (mgr.14152) 18 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:24.029 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: audit 2023-12-09T02:38:04.161085+0000 mgr.y (mgr.14152) 19 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-09T02:38:24.029 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: cluster 2023-12-09T02:38:04.589349+0000 mgr.y (mgr.14152) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:24.029 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: cluster 2023-12-09T02:38:06.589773+0000 mgr.y (mgr.14152) 21 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:24.030 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: audit 2023-12-09T02:38:07.278409+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:24.030 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: audit 2023-12-09T02:38:07.287053+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:24.030 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: audit 2023-12-09T02:38:07.290253+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi172", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:38:24.030 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: audit 2023-12-09T02:38:07.297004+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:24.030 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: audit 2023-12-09T02:38:07.650358+0000 mon.a (mon.0) 119 : audit [INF] from='client.? 172.21.15.23:0/2504112840' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-09T02:38:24.030 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: audit 2023-12-09T02:38:08.301224+0000 mon.a (mon.0) 120 : audit [INF] from='client.? 172.21.15.23:0/2504112840' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-09T02:38:24.030 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: cluster 2023-12-09T02:38:08.301358+0000 mon.a (mon.0) 121 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-09T02:38:24.030 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: cluster 2023-12-09T02:38:08.590173+0000 mgr.y (mgr.14152) 22 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:24.030 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: cluster 2023-12-09T02:38:10.590629+0000 mgr.y (mgr.14152) 23 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:24.030 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: audit 2023-12-09T02:38:11.787644+0000 mgr.y (mgr.14152) 24 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi023:172.21.15.23=a;smithi023:[v2:172.21.15.23:3301,v1:172.21.15.23:6790]=c;smithi172:172.21.15.172=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:38:24.030 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: cephadm 2023-12-09T02:38:11.792658+0000 mgr.y (mgr.14152) 25 : cephadm [INF] Saving service mon spec with placement smithi023:172.21.15.23=a;smithi023:[v2:172.21.15.23:3301,v1:172.21.15.23:6790]=c;smithi172:172.21.15.172=b;count:3 2023-12-09T02:38:24.030 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: audit 2023-12-09T02:38:11.799022+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:24.030 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: audit 2023-12-09T02:38:11.823555+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:38:24.031 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: audit 2023-12-09T02:38:11.826525+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:38:24.031 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: audit 2023-12-09T02:38:11.828532+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:38:24.031 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: cephadm 2023-12-09T02:38:11.831306+0000 mgr.y (mgr.14152) 26 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.conf 2023-12-09T02:38:24.031 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: cephadm 2023-12-09T02:38:11.946578+0000 mgr.y (mgr.14152) 27 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.client.admin.keyring 2023-12-09T02:38:24.031 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: audit 2023-12-09T02:38:12.078432+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:24.031 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: audit 2023-12-09T02:38:12.085567+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:24.031 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: audit 2023-12-09T02:38:12.089040+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-09T02:38:24.031 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: audit 2023-12-09T02:38:12.090784+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:38:24.031 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: cephadm 2023-12-09T02:38:12.092521+0000 mgr.y (mgr.14152) 28 : cephadm [INF] Deploying daemon mon.c on smithi023 2023-12-09T02:38:24.031 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: cluster 2023-12-09T02:38:12.591101+0000 mgr.y (mgr.14152) 29 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:24.031 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: cluster 2023-12-09T02:38:14.591520+0000 mgr.y (mgr.14152) 30 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:24.031 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: audit 2023-12-09T02:38:15.343405+0000 mon.a (mon.0) 130 : audit [DBG] from='client.? 172.21.15.172:0/3172575308' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-09T02:38:24.031 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: cluster 2023-12-09T02:38:16.591993+0000 mgr.y (mgr.14152) 32 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:24.032 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: audit 2023-12-09T02:38:17.086622+0000 mon.a (mon.0) 135 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-09T02:38:24.032 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: cluster 2023-12-09T02:38:17.086983+0000 mon.a (mon.0) 136 : cluster [INF] mon.a calling monitor election 2023-12-09T02:38:24.032 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: audit 2023-12-09T02:38:17.088727+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T02:38:24.032 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: audit 2023-12-09T02:38:18.083101+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T02:38:24.032 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: cluster 2023-12-09T02:38:18.592464+0000 mgr.y (mgr.14152) 33 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:24.032 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: audit 2023-12-09T02:38:19.083128+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T02:38:24.032 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: cluster 2023-12-09T02:38:19.085664+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2023-12-09T02:38:24.032 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: audit 2023-12-09T02:38:20.083227+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T02:38:24.032 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: cluster 2023-12-09T02:38:20.592913+0000 mgr.y (mgr.14152) 34 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:24.032 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: audit 2023-12-09T02:38:21.083530+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T02:38:24.032 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: audit 2023-12-09T02:38:22.083488+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T02:38:24.032 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: cluster 2023-12-09T02:38:22.113443+0000 mon.a (mon.0) 143 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-09T02:38:24.033 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: cluster 2023-12-09T02:38:22.126136+0000 mon.a (mon.0) 144 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.23:3300/0,v1:172.21.15.23:6789/0],c=[v2:172.21.15.23:3301/0,v1:172.21.15.23:6790/0]} 2023-12-09T02:38:24.033 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: cluster 2023-12-09T02:38:22.126270+0000 mon.a (mon.0) 145 : cluster [DBG] fsmap 2023-12-09T02:38:24.033 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: cluster 2023-12-09T02:38:22.126394+0000 mon.a (mon.0) 146 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-09T02:38:24.033 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: cluster 2023-12-09T02:38:22.126847+0000 mon.a (mon.0) 147 : cluster [DBG] mgrmap e13: y(active, since 47s) 2023-12-09T02:38:24.033 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: cluster 2023-12-09T02:38:22.133367+0000 mon.a (mon.0) 148 : cluster [INF] overall HEALTH_OK 2023-12-09T02:38:24.033 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: audit 2023-12-09T02:38:22.291113+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:24.033 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: audit 2023-12-09T02:38:22.293640+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:38:24.033 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: audit 2023-12-09T02:38:22.296203+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:38:24.033 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: audit 2023-12-09T02:38:22.297978+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:38:24.033 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: cluster 2023-12-09T02:38:22.593321+0000 mgr.y (mgr.14152) 35 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:24.033 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: audit 2023-12-09T02:38:22.843598+0000 mon.a (mon.0) 153 : audit [DBG] from='client.? 172.21.15.172:0/1045809059' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-09T02:38:24.033 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: audit 2023-12-09T02:38:23.083828+0000 mon.a (mon.0) 154 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T02:38:24.033 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.817+0000 7f3ad896a700 1 mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2023-12-09T02:38:24.033 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:23 smithi172 bash[25093]: debug 2023-12-09T02:38:23.821+0000 7f3ad896a700 10 mon.b@-1(synchronizing) e2 handle_conf_change mon_allow_pool_delete 2023-12-09T02:38:24.772 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-12-09T02:38:24.772 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-09T02:38:29.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:28 smithi172 bash[25093]: audit 2023-12-09T02:38:23.836347+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-09T02:38:29.250 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:28 smithi172 bash[25093]: cluster 2023-12-09T02:38:23.836830+0000 mon.a (mon.0) 157 : cluster [INF] mon.a calling monitor election 2023-12-09T02:38:29.250 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:28 smithi172 bash[25093]: cluster 2023-12-09T02:38:23.843783+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2023-12-09T02:38:29.250 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:28 smithi172 bash[25093]: audit 2023-12-09T02:38:23.857042+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T02:38:29.250 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:28 smithi172 bash[25093]: audit 2023-12-09T02:38:23.857368+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T02:38:29.250 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:28 smithi172 bash[25093]: cluster 2023-12-09T02:38:24.593774+0000 mgr.y (mgr.14152) 36 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:29.250 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:28 smithi172 bash[25093]: audit 2023-12-09T02:38:24.827495+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T02:38:29.250 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:28 smithi172 bash[25093]: audit 2023-12-09T02:38:25.827649+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T02:38:29.250 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:28 smithi172 bash[25093]: cluster 2023-12-09T02:38:25.833435+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2023-12-09T02:38:29.250 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:28 smithi172 bash[25093]: cluster 2023-12-09T02:38:26.594246+0000 mgr.y (mgr.14152) 37 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:29.250 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:28 smithi172 bash[25093]: audit 2023-12-09T02:38:26.827777+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T02:38:29.250 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:28 smithi172 bash[25093]: audit 2023-12-09T02:38:27.827822+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T02:38:29.250 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:28 smithi172 bash[25093]: audit 2023-12-09T02:38:28.827621+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T02:38:29.251 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:28 smithi172 bash[25093]: cluster 2023-12-09T02:38:28.849643+0000 mon.a (mon.0) 165 : cluster [INF] mon.a calling monitor election 2023-12-09T02:38:29.251 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:28 smithi172 bash[25093]: cluster 2023-12-09T02:38:28.873893+0000 mon.a (mon.0) 166 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-09T02:38:29.251 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:28 smithi172 bash[25093]: cluster 2023-12-09T02:38:28.881408+0000 mon.a (mon.0) 167 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.23:3300/0,v1:172.21.15.23:6789/0],b=[v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0],c=[v2:172.21.15.23:3301/0,v1:172.21.15.23:6790/0]} 2023-12-09T02:38:29.251 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:28 smithi172 bash[25093]: cluster 2023-12-09T02:38:28.881532+0000 mon.a (mon.0) 168 : cluster [DBG] fsmap 2023-12-09T02:38:29.251 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:28 smithi172 bash[25093]: cluster 2023-12-09T02:38:28.881592+0000 mon.a (mon.0) 169 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-09T02:38:29.251 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:28 smithi172 bash[25093]: cluster 2023-12-09T02:38:28.881861+0000 mon.a (mon.0) 170 : cluster [DBG] mgrmap e13: y(active, since 54s) 2023-12-09T02:38:29.251 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:28 smithi172 bash[25093]: cluster 2023-12-09T02:38:28.889604+0000 mon.a (mon.0) 171 : cluster [INF] overall HEALTH_OK 2023-12-09T02:38:29.251 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:28 smithi172 bash[25093]: audit 2023-12-09T02:38:28.903018+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:29.251 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:28 smithi172 bash[25093]: audit 2023-12-09T02:38:28.919469+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:29.268 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:28 smithi023 bash[24949]: audit 2023-12-09T02:38:23.836347+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-09T02:38:29.269 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:28 smithi023 bash[24949]: cluster 2023-12-09T02:38:23.836830+0000 mon.a (mon.0) 157 : cluster [INF] mon.a calling monitor election 2023-12-09T02:38:29.269 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:28 smithi023 bash[24949]: cluster 2023-12-09T02:38:23.843783+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2023-12-09T02:38:29.269 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:28 smithi023 bash[24949]: audit 2023-12-09T02:38:23.857042+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T02:38:29.269 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:28 smithi023 bash[24949]: audit 2023-12-09T02:38:23.857368+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T02:38:29.269 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:28 smithi023 bash[24949]: cluster 2023-12-09T02:38:24.593774+0000 mgr.y (mgr.14152) 36 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:29.269 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:28 smithi023 bash[24949]: audit 2023-12-09T02:38:24.827495+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T02:38:29.269 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:28 smithi023 bash[24949]: audit 2023-12-09T02:38:25.827649+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T02:38:29.269 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:28 smithi023 bash[24949]: cluster 2023-12-09T02:38:25.833435+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2023-12-09T02:38:29.269 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:28 smithi023 bash[24949]: cluster 2023-12-09T02:38:26.594246+0000 mgr.y (mgr.14152) 37 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:29.270 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:28 smithi023 bash[24949]: audit 2023-12-09T02:38:26.827777+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T02:38:29.270 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:28 smithi023 bash[24949]: audit 2023-12-09T02:38:27.827822+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T02:38:29.270 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:28 smithi023 bash[24949]: audit 2023-12-09T02:38:28.827621+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T02:38:29.270 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:28 smithi023 bash[24949]: cluster 2023-12-09T02:38:28.849643+0000 mon.a (mon.0) 165 : cluster [INF] mon.a calling monitor election 2023-12-09T02:38:29.270 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:28 smithi023 bash[24949]: cluster 2023-12-09T02:38:28.873893+0000 mon.a (mon.0) 166 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-09T02:38:29.270 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:28 smithi023 bash[24949]: cluster 2023-12-09T02:38:28.881408+0000 mon.a (mon.0) 167 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.23:3300/0,v1:172.21.15.23:6789/0],b=[v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0],c=[v2:172.21.15.23:3301/0,v1:172.21.15.23:6790/0]} 2023-12-09T02:38:29.270 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:28 smithi023 bash[24949]: cluster 2023-12-09T02:38:28.881532+0000 mon.a (mon.0) 168 : cluster [DBG] fsmap 2023-12-09T02:38:29.270 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:28 smithi023 bash[24949]: cluster 2023-12-09T02:38:28.881592+0000 mon.a (mon.0) 169 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-09T02:38:29.270 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:28 smithi023 bash[24949]: cluster 2023-12-09T02:38:28.881861+0000 mon.a (mon.0) 170 : cluster [DBG] mgrmap e13: y(active, since 54s) 2023-12-09T02:38:29.270 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:28 smithi023 bash[24949]: cluster 2023-12-09T02:38:28.889604+0000 mon.a (mon.0) 171 : cluster [INF] overall HEALTH_OK 2023-12-09T02:38:29.270 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:28 smithi023 bash[24949]: audit 2023-12-09T02:38:28.903018+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:29.271 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:28 smithi023 bash[24949]: audit 2023-12-09T02:38:28.919469+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:29.271 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:28 smithi023 bash[30415]: audit 2023-12-09T02:38:23.836347+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-09T02:38:29.271 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:28 smithi023 bash[30415]: cluster 2023-12-09T02:38:23.836830+0000 mon.a (mon.0) 157 : cluster [INF] mon.a calling monitor election 2023-12-09T02:38:29.271 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:28 smithi023 bash[30415]: cluster 2023-12-09T02:38:23.843783+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2023-12-09T02:38:29.271 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:28 smithi023 bash[30415]: audit 2023-12-09T02:38:23.857042+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T02:38:29.271 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:28 smithi023 bash[30415]: audit 2023-12-09T02:38:23.857368+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T02:38:29.271 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:28 smithi023 bash[30415]: cluster 2023-12-09T02:38:24.593774+0000 mgr.y (mgr.14152) 36 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:29.271 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:28 smithi023 bash[30415]: audit 2023-12-09T02:38:24.827495+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T02:38:29.271 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:28 smithi023 bash[30415]: audit 2023-12-09T02:38:25.827649+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T02:38:29.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:28 smithi023 bash[30415]: cluster 2023-12-09T02:38:25.833435+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2023-12-09T02:38:29.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:28 smithi023 bash[30415]: cluster 2023-12-09T02:38:26.594246+0000 mgr.y (mgr.14152) 37 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:29.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:28 smithi023 bash[30415]: audit 2023-12-09T02:38:26.827777+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T02:38:29.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:28 smithi023 bash[30415]: audit 2023-12-09T02:38:27.827822+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T02:38:29.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:28 smithi023 bash[30415]: audit 2023-12-09T02:38:28.827621+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T02:38:29.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:28 smithi023 bash[30415]: cluster 2023-12-09T02:38:28.849643+0000 mon.a (mon.0) 165 : cluster [INF] mon.a calling monitor election 2023-12-09T02:38:29.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:28 smithi023 bash[30415]: cluster 2023-12-09T02:38:28.873893+0000 mon.a (mon.0) 166 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-09T02:38:29.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:28 smithi023 bash[30415]: cluster 2023-12-09T02:38:28.881408+0000 mon.a (mon.0) 167 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.23:3300/0,v1:172.21.15.23:6789/0],b=[v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0],c=[v2:172.21.15.23:3301/0,v1:172.21.15.23:6790/0]} 2023-12-09T02:38:29.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:28 smithi023 bash[30415]: cluster 2023-12-09T02:38:28.881532+0000 mon.a (mon.0) 168 : cluster [DBG] fsmap 2023-12-09T02:38:29.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:28 smithi023 bash[30415]: cluster 2023-12-09T02:38:28.881592+0000 mon.a (mon.0) 169 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-09T02:38:29.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:28 smithi023 bash[30415]: cluster 2023-12-09T02:38:28.881861+0000 mon.a (mon.0) 170 : cluster [DBG] mgrmap e13: y(active, since 54s) 2023-12-09T02:38:29.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:28 smithi023 bash[30415]: cluster 2023-12-09T02:38:28.889604+0000 mon.a (mon.0) 171 : cluster [INF] overall HEALTH_OK 2023-12-09T02:38:29.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:28 smithi023 bash[30415]: audit 2023-12-09T02:38:28.903018+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:29.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:28 smithi023 bash[30415]: audit 2023-12-09T02:38:28.919469+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:29.330 INFO:teuthology.orchestra.run.smithi172.stdout: 2023-12-09T02:38:29.330 INFO:teuthology.orchestra.run.smithi172.stdout:{"epoch":3,"fsid":"9eab968a-963b-11ee-95a3-87774f69a715","modified":"2023-12-09T02:38:23.828145Z","created":"2023-12-09T02:36:26.629468Z","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.23:3300","nonce":0},{"type":"v1","addr":"172.21.15.23:6789","nonce":0}]},"addr":"172.21.15.23:6789/0","public_addr":"172.21.15.23:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:3301","nonce":0},{"type":"v1","addr":"172.21.15.23:6790","nonce":0}]},"addr":"172.21.15.23:6790/0","public_addr":"172.21.15.23:6790/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:3300","nonce":0},{"type":"v1","addr":"172.21.15.172:6789","nonce":0}]},"addr":"172.21.15.172:6789/0","public_addr":"172.21.15.172:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2023-12-09T02:38:29.333 INFO:teuthology.orchestra.run.smithi172.stderr:dumped monmap epoch 3 2023-12-09T02:38:30.083 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-12-09T02:38:30.084 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -- ceph config generate-minimal-conf 2023-12-09T02:38:30.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:29 smithi172 bash[25093]: cluster 2023-12-09T02:38:28.594653+0000 mgr.y (mgr.14152) 38 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:30.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:29 smithi172 bash[25093]: cephadm 2023-12-09T02:38:28.904098+0000 mgr.y (mgr.14152) 39 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.conf 2023-12-09T02:38:30.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:29 smithi172 bash[25093]: audit 2023-12-09T02:38:28.936237+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:30.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:29 smithi172 bash[25093]: cephadm 2023-12-09T02:38:28.937452+0000 mgr.y (mgr.14152) 40 : cephadm [INF] Updating smithi023:/etc/ceph/ceph.conf 2023-12-09T02:38:30.250 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:29 smithi172 bash[25093]: audit 2023-12-09T02:38:29.048087+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:30.250 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:29 smithi172 bash[25093]: audit 2023-12-09T02:38:29.066739+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:30.250 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:29 smithi172 bash[25093]: audit 2023-12-09T02:38:29.075271+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:30.250 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:29 smithi172 bash[25093]: cephadm 2023-12-09T02:38:29.077249+0000 mgr.y (mgr.14152) 41 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2023-12-09T02:38:30.250 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:29 smithi172 bash[25093]: audit 2023-12-09T02:38:29.077719+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-09T02:38:30.250 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:29 smithi172 bash[25093]: audit 2023-12-09T02:38:29.079130+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-09T02:38:30.250 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:29 smithi172 bash[25093]: audit 2023-12-09T02:38:29.080578+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:38:30.250 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:29 smithi172 bash[25093]: cephadm 2023-12-09T02:38:29.082240+0000 mgr.y (mgr.14152) 42 : cephadm [INF] Reconfiguring daemon mon.a on smithi023 2023-12-09T02:38:30.250 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:29 smithi172 bash[25093]: audit 2023-12-09T02:38:29.325486+0000 mon.a (mon.0) 181 : audit [DBG] from='client.? 172.21.15.172:0/4262983903' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-09T02:38:30.250 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:29 smithi172 bash[25093]: audit 2023-12-09T02:38:29.828324+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T02:38:30.268 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:29 smithi023 bash[24949]: cluster 2023-12-09T02:38:28.594653+0000 mgr.y (mgr.14152) 38 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:30.268 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:29 smithi023 bash[24949]: cephadm 2023-12-09T02:38:28.904098+0000 mgr.y (mgr.14152) 39 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.conf 2023-12-09T02:38:30.268 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:29 smithi023 bash[24949]: audit 2023-12-09T02:38:28.936237+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:30.268 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:29 smithi023 bash[24949]: cephadm 2023-12-09T02:38:28.937452+0000 mgr.y (mgr.14152) 40 : cephadm [INF] Updating smithi023:/etc/ceph/ceph.conf 2023-12-09T02:38:30.268 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:29 smithi023 bash[24949]: audit 2023-12-09T02:38:29.048087+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:30.269 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:29 smithi023 bash[24949]: audit 2023-12-09T02:38:29.066739+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:30.269 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:29 smithi023 bash[24949]: audit 2023-12-09T02:38:29.075271+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:30.269 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:29 smithi023 bash[24949]: cephadm 2023-12-09T02:38:29.077249+0000 mgr.y (mgr.14152) 41 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2023-12-09T02:38:30.269 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:29 smithi023 bash[24949]: audit 2023-12-09T02:38:29.077719+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-09T02:38:30.269 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:29 smithi023 bash[24949]: audit 2023-12-09T02:38:29.079130+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-09T02:38:30.269 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:29 smithi023 bash[24949]: audit 2023-12-09T02:38:29.080578+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:38:30.269 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:29 smithi023 bash[24949]: cephadm 2023-12-09T02:38:29.082240+0000 mgr.y (mgr.14152) 42 : cephadm [INF] Reconfiguring daemon mon.a on smithi023 2023-12-09T02:38:30.269 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:29 smithi023 bash[24949]: audit 2023-12-09T02:38:29.325486+0000 mon.a (mon.0) 181 : audit [DBG] from='client.? 172.21.15.172:0/4262983903' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-09T02:38:30.269 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:29 smithi023 bash[24949]: audit 2023-12-09T02:38:29.828324+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T02:38:30.269 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:29 smithi023 bash[30415]: cluster 2023-12-09T02:38:28.594653+0000 mgr.y (mgr.14152) 38 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:30.269 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:29 smithi023 bash[30415]: cephadm 2023-12-09T02:38:28.904098+0000 mgr.y (mgr.14152) 39 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.conf 2023-12-09T02:38:30.269 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:29 smithi023 bash[30415]: audit 2023-12-09T02:38:28.936237+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:30.270 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:29 smithi023 bash[30415]: cephadm 2023-12-09T02:38:28.937452+0000 mgr.y (mgr.14152) 40 : cephadm [INF] Updating smithi023:/etc/ceph/ceph.conf 2023-12-09T02:38:30.270 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:29 smithi023 bash[30415]: audit 2023-12-09T02:38:29.048087+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:30.270 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:29 smithi023 bash[30415]: audit 2023-12-09T02:38:29.066739+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:30.270 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:29 smithi023 bash[30415]: audit 2023-12-09T02:38:29.075271+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:30.270 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:29 smithi023 bash[30415]: cephadm 2023-12-09T02:38:29.077249+0000 mgr.y (mgr.14152) 41 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2023-12-09T02:38:30.270 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:29 smithi023 bash[30415]: audit 2023-12-09T02:38:29.077719+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-09T02:38:30.270 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:29 smithi023 bash[30415]: audit 2023-12-09T02:38:29.079130+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-09T02:38:30.270 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:29 smithi023 bash[30415]: audit 2023-12-09T02:38:29.080578+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:38:30.270 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:29 smithi023 bash[30415]: cephadm 2023-12-09T02:38:29.082240+0000 mgr.y (mgr.14152) 42 : cephadm [INF] Reconfiguring daemon mon.a on smithi023 2023-12-09T02:38:30.270 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:29 smithi023 bash[30415]: audit 2023-12-09T02:38:29.325486+0000 mon.a (mon.0) 181 : audit [DBG] from='client.? 172.21.15.172:0/4262983903' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-09T02:38:30.270 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:29 smithi023 bash[30415]: audit 2023-12-09T02:38:29.828324+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T02:38:32.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:31 smithi172 bash[25093]: cluster 2023-12-09T02:38:30.595109+0000 mgr.y (mgr.14152) 43 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:32.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:31 smithi172 bash[25093]: audit 2023-12-09T02:38:31.449083+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:32.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:31 smithi172 bash[25093]: audit 2023-12-09T02:38:31.450450+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-09T02:38:32.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:31 smithi172 bash[25093]: audit 2023-12-09T02:38:31.451644+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-09T02:38:32.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:31 smithi172 bash[25093]: audit 2023-12-09T02:38:31.452948+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:38:32.268 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:31 smithi023 bash[24949]: cluster 2023-12-09T02:38:30.595109+0000 mgr.y (mgr.14152) 43 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:32.268 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:31 smithi023 bash[24949]: audit 2023-12-09T02:38:31.449083+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:32.268 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:31 smithi023 bash[24949]: audit 2023-12-09T02:38:31.450450+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-09T02:38:32.268 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:31 smithi023 bash[24949]: audit 2023-12-09T02:38:31.451644+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-09T02:38:32.268 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:31 smithi023 bash[24949]: audit 2023-12-09T02:38:31.452948+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:38:32.269 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:31 smithi023 bash[30415]: cluster 2023-12-09T02:38:30.595109+0000 mgr.y (mgr.14152) 43 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:32.269 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:31 smithi023 bash[30415]: audit 2023-12-09T02:38:31.449083+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:32.269 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:31 smithi023 bash[30415]: audit 2023-12-09T02:38:31.450450+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-09T02:38:32.269 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:31 smithi023 bash[30415]: audit 2023-12-09T02:38:31.451644+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-09T02:38:32.269 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:31 smithi023 bash[30415]: audit 2023-12-09T02:38:31.452948+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:38:33.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:33 smithi172 bash[25093]: cephadm 2023-12-09T02:38:31.450048+0000 mgr.y (mgr.14152) 44 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2023-12-09T02:38:33.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:33 smithi172 bash[25093]: cephadm 2023-12-09T02:38:31.454320+0000 mgr.y (mgr.14152) 45 : cephadm [INF] Reconfiguring daemon mon.c on smithi023 2023-12-09T02:38:33.513 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:33 smithi023 bash[30415]: cephadm 2023-12-09T02:38:31.450048+0000 mgr.y (mgr.14152) 44 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2023-12-09T02:38:33.513 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:33 smithi023 bash[30415]: cephadm 2023-12-09T02:38:31.454320+0000 mgr.y (mgr.14152) 45 : cephadm [INF] Reconfiguring daemon mon.c on smithi023 2023-12-09T02:38:33.513 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:33 smithi023 bash[24949]: cephadm 2023-12-09T02:38:31.450048+0000 mgr.y (mgr.14152) 44 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2023-12-09T02:38:33.513 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:33 smithi023 bash[24949]: cephadm 2023-12-09T02:38:31.454320+0000 mgr.y (mgr.14152) 45 : cephadm [INF] Reconfiguring daemon mon.c on smithi023 2023-12-09T02:38:34.445 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:34 smithi172 bash[25093]: cluster 2023-12-09T02:38:32.595597+0000 mgr.y (mgr.14152) 46 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:34.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:34 smithi023 bash[24949]: cluster 2023-12-09T02:38:32.595597+0000 mgr.y (mgr.14152) 46 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:34.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:34 smithi023 bash[30415]: cluster 2023-12-09T02:38:32.595597+0000 mgr.y (mgr.14152) 46 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:34.699 INFO:teuthology.orchestra.run.smithi023.stdout:# minimal ceph.conf for 9eab968a-963b-11ee-95a3-87774f69a715 2023-12-09T02:38:34.700 INFO:teuthology.orchestra.run.smithi023.stdout:[global] 2023-12-09T02:38:34.700 INFO:teuthology.orchestra.run.smithi023.stdout: fsid = 9eab968a-963b-11ee-95a3-87774f69a715 2023-12-09T02:38:34.700 INFO:teuthology.orchestra.run.smithi023.stdout: mon_host = [v2:172.21.15.23:3300/0,v1:172.21.15.23:6789/0] [v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0] [v2:172.21.15.23:3301/0,v1:172.21.15.23:6790/0] 2023-12-09T02:38:35.405 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-12-09T02:38:35.405 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2023-12-09T02:38:35.405 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd of=/etc/ceph/ceph.conf 2023-12-09T02:38:35.422 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2023-12-09T02:38:35.422 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-09T02:38:35.433 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2023-12-09T02:38:35.433 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd of=/etc/ceph/ceph.conf 2023-12-09T02:38:35.449 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2023-12-09T02:38:35.449 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-09T02:38:35.463 INFO:tasks.cephadm:Adding mgr.y on smithi023 2023-12-09T02:38:35.463 INFO:tasks.cephadm:Adding mgr.x on smithi172 2023-12-09T02:38:35.463 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -- ceph orch apply mgr '2;smithi023=y;smithi172=x' 2023-12-09T02:38:35.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:35 smithi172 bash[25093]: audit 2023-12-09T02:38:34.421821+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:35.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:35 smithi172 bash[25093]: cephadm 2023-12-09T02:38:34.423146+0000 mgr.y (mgr.14152) 47 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2023-12-09T02:38:35.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:35 smithi172 bash[25093]: audit 2023-12-09T02:38:34.423692+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-09T02:38:35.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:35 smithi172 bash[25093]: audit 2023-12-09T02:38:34.425306+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-09T02:38:35.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:35 smithi172 bash[25093]: audit 2023-12-09T02:38:34.426838+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:38:35.750 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:35 smithi172 bash[25093]: cephadm 2023-12-09T02:38:34.428171+0000 mgr.y (mgr.14152) 48 : cephadm [INF] Reconfiguring daemon mon.b on smithi172 2023-12-09T02:38:35.750 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:35 smithi172 bash[25093]: cluster 2023-12-09T02:38:34.595871+0000 mgr.y (mgr.14152) 49 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:35.750 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:35 smithi172 bash[25093]: audit 2023-12-09T02:38:34.657018+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:38:35.750 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:35 smithi172 bash[25093]: audit 2023-12-09T02:38:34.659640+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:38:35.750 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:35 smithi172 bash[25093]: audit 2023-12-09T02:38:34.695344+0000 mon.c (mon.1) 3 : audit [DBG] from='client.? 172.21.15.23:0/1291335902' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:38:35.768 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:35 smithi023 bash[30415]: audit 2023-12-09T02:38:34.421821+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:35.768 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:35 smithi023 bash[30415]: cephadm 2023-12-09T02:38:34.423146+0000 mgr.y (mgr.14152) 47 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2023-12-09T02:38:35.769 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:35 smithi023 bash[30415]: audit 2023-12-09T02:38:34.423692+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-09T02:38:35.769 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:35 smithi023 bash[30415]: audit 2023-12-09T02:38:34.425306+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-09T02:38:35.769 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:35 smithi023 bash[30415]: audit 2023-12-09T02:38:34.426838+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:38:35.769 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:35 smithi023 bash[30415]: cephadm 2023-12-09T02:38:34.428171+0000 mgr.y (mgr.14152) 48 : cephadm [INF] Reconfiguring daemon mon.b on smithi172 2023-12-09T02:38:35.769 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:35 smithi023 bash[30415]: cluster 2023-12-09T02:38:34.595871+0000 mgr.y (mgr.14152) 49 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:35.769 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:35 smithi023 bash[30415]: audit 2023-12-09T02:38:34.657018+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:38:35.769 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:35 smithi023 bash[30415]: audit 2023-12-09T02:38:34.659640+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:38:35.769 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:35 smithi023 bash[30415]: audit 2023-12-09T02:38:34.695344+0000 mon.c (mon.1) 3 : audit [DBG] from='client.? 172.21.15.23:0/1291335902' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:38:35.769 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:35 smithi023 bash[24949]: audit 2023-12-09T02:38:34.421821+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:35.769 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:35 smithi023 bash[24949]: cephadm 2023-12-09T02:38:34.423146+0000 mgr.y (mgr.14152) 47 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2023-12-09T02:38:35.769 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:35 smithi023 bash[24949]: audit 2023-12-09T02:38:34.423692+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-09T02:38:35.769 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:35 smithi023 bash[24949]: audit 2023-12-09T02:38:34.425306+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-09T02:38:35.770 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:35 smithi023 bash[24949]: audit 2023-12-09T02:38:34.426838+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:38:35.770 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:35 smithi023 bash[24949]: cephadm 2023-12-09T02:38:34.428171+0000 mgr.y (mgr.14152) 48 : cephadm [INF] Reconfiguring daemon mon.b on smithi172 2023-12-09T02:38:35.770 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:35 smithi023 bash[24949]: cluster 2023-12-09T02:38:34.595871+0000 mgr.y (mgr.14152) 49 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:35.770 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:35 smithi023 bash[24949]: audit 2023-12-09T02:38:34.657018+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:38:35.770 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:35 smithi023 bash[24949]: audit 2023-12-09T02:38:34.659640+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:38:35.770 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:35 smithi023 bash[24949]: audit 2023-12-09T02:38:34.695344+0000 mon.c (mon.1) 3 : audit [DBG] from='client.? 172.21.15.23:0/1291335902' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:38:38.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:37 smithi172 bash[25093]: cluster 2023-12-09T02:38:36.596249+0000 mgr.y (mgr.14152) 50 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:38.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:37 smithi172 bash[25093]: audit 2023-12-09T02:38:36.904402+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:38.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:37 smithi172 bash[25093]: audit 2023-12-09T02:38:36.906881+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:38:38.250 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:37 smithi172 bash[25093]: audit 2023-12-09T02:38:36.909000+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:38:38.250 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:37 smithi172 bash[25093]: audit 2023-12-09T02:38:36.910462+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:38:38.250 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:37 smithi172 bash[25093]: cephadm 2023-12-09T02:38:36.912380+0000 mgr.y (mgr.14152) 51 : cephadm [INF] Updating smithi023:/etc/ceph/ceph.conf 2023-12-09T02:38:38.250 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:37 smithi172 bash[25093]: cephadm 2023-12-09T02:38:36.912897+0000 mgr.y (mgr.14152) 52 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.conf 2023-12-09T02:38:38.250 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:37 smithi172 bash[25093]: audit 2023-12-09T02:38:37.043476+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:38.250 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:37 smithi172 bash[25093]: audit 2023-12-09T02:38:37.050533+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:38.250 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:37 smithi172 bash[25093]: audit 2023-12-09T02:38:37.059267+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:38.268 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:37 smithi023 bash[24949]: cluster 2023-12-09T02:38:36.596249+0000 mgr.y (mgr.14152) 50 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:38.268 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:37 smithi023 bash[24949]: audit 2023-12-09T02:38:36.904402+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:38.269 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:37 smithi023 bash[24949]: audit 2023-12-09T02:38:36.906881+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:38:38.269 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:37 smithi023 bash[24949]: audit 2023-12-09T02:38:36.909000+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:38:38.269 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:37 smithi023 bash[24949]: audit 2023-12-09T02:38:36.910462+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:38:38.269 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:37 smithi023 bash[24949]: cephadm 2023-12-09T02:38:36.912380+0000 mgr.y (mgr.14152) 51 : cephadm [INF] Updating smithi023:/etc/ceph/ceph.conf 2023-12-09T02:38:38.269 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:37 smithi023 bash[24949]: cephadm 2023-12-09T02:38:36.912897+0000 mgr.y (mgr.14152) 52 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.conf 2023-12-09T02:38:38.269 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:37 smithi023 bash[24949]: audit 2023-12-09T02:38:37.043476+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:38.269 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:37 smithi023 bash[24949]: audit 2023-12-09T02:38:37.050533+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:38.269 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:37 smithi023 bash[24949]: audit 2023-12-09T02:38:37.059267+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:38.269 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:37 smithi023 bash[30415]: cluster 2023-12-09T02:38:36.596249+0000 mgr.y (mgr.14152) 50 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:38.269 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:37 smithi023 bash[30415]: audit 2023-12-09T02:38:36.904402+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:38.269 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:37 smithi023 bash[30415]: audit 2023-12-09T02:38:36.906881+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:38:38.269 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:37 smithi023 bash[30415]: audit 2023-12-09T02:38:36.909000+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:38:38.269 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:37 smithi023 bash[30415]: audit 2023-12-09T02:38:36.910462+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:38:38.270 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:37 smithi023 bash[30415]: cephadm 2023-12-09T02:38:36.912380+0000 mgr.y (mgr.14152) 51 : cephadm [INF] Updating smithi023:/etc/ceph/ceph.conf 2023-12-09T02:38:38.270 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:37 smithi023 bash[30415]: cephadm 2023-12-09T02:38:36.912897+0000 mgr.y (mgr.14152) 52 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.conf 2023-12-09T02:38:38.270 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:37 smithi023 bash[30415]: audit 2023-12-09T02:38:37.043476+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:38.270 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:37 smithi023 bash[30415]: audit 2023-12-09T02:38:37.050533+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:38.270 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:37 smithi023 bash[30415]: audit 2023-12-09T02:38:37.059267+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:38.832 INFO:teuthology.orchestra.run.smithi172.stdout:Scheduled mgr update... 2023-12-09T02:38:39.899 DEBUG:teuthology.orchestra.run.smithi172:mgr.x> sudo journalctl -f -n 0 -u ceph-9eab968a-963b-11ee-95a3-87774f69a715@mgr.x.service 2023-12-09T02:38:39.901 INFO:tasks.cephadm:Deploying OSDs... 2023-12-09T02:38:39.902 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2023-12-09T02:38:39.902 DEBUG:teuthology.orchestra.run.smithi023:> dd if=/scratch_devs of=/dev/stdout 2023-12-09T02:38:39.909 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-12-09T02:38:39.909 DEBUG:teuthology.orchestra.run.smithi023:> stat /dev/vg_nvme/lv_1 2023-12-09T02:38:39.916 INFO:teuthology.orchestra.run.smithi023.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-09T02:38:39.916 INFO:teuthology.orchestra.run.smithi023.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-09T02:38:39.916 INFO:teuthology.orchestra.run.smithi023.stdout:Device: 6h/6d Inode: 359 Links: 1 2023-12-09T02:38:39.917 INFO:teuthology.orchestra.run.smithi023.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-09T02:38:39.917 INFO:teuthology.orchestra.run.smithi023.stdout:Access: 2023-12-09 02:33:50.771773473 +0000 2023-12-09T02:38:39.917 INFO:teuthology.orchestra.run.smithi023.stdout:Modify: 2023-12-09 02:33:50.767773567 +0000 2023-12-09T02:38:39.917 INFO:teuthology.orchestra.run.smithi023.stdout:Change: 2023-12-09 02:33:50.767773567 +0000 2023-12-09T02:38:39.917 INFO:teuthology.orchestra.run.smithi023.stdout: Birth: - 2023-12-09T02:38:39.917 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-09T02:38:39.927 INFO:teuthology.orchestra.run.smithi023.stderr:1+0 records in 2023-12-09T02:38:39.928 INFO:teuthology.orchestra.run.smithi023.stderr:1+0 records out 2023-12-09T02:38:39.928 INFO:teuthology.orchestra.run.smithi023.stderr:512 bytes copied, 0.000490542 s, 1.0 MB/s 2023-12-09T02:38:39.928 DEBUG:teuthology.orchestra.run.smithi023:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-09T02:38:39.938 DEBUG:teuthology.orchestra.run.smithi023:> stat /dev/vg_nvme/lv_2 2023-12-09T02:38:39.944 INFO:teuthology.orchestra.run.smithi023.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-09T02:38:39.944 INFO:teuthology.orchestra.run.smithi023.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-09T02:38:39.944 INFO:teuthology.orchestra.run.smithi023.stdout:Device: 6h/6d Inode: 365 Links: 1 2023-12-09T02:38:39.944 INFO:teuthology.orchestra.run.smithi023.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-09T02:38:39.944 INFO:teuthology.orchestra.run.smithi023.stdout:Access: 2023-12-09 02:33:51.303761208 +0000 2023-12-09T02:38:39.944 INFO:teuthology.orchestra.run.smithi023.stdout:Modify: 2023-12-09 02:33:51.299761302 +0000 2023-12-09T02:38:39.944 INFO:teuthology.orchestra.run.smithi023.stdout:Change: 2023-12-09 02:33:51.299761302 +0000 2023-12-09T02:38:39.944 INFO:teuthology.orchestra.run.smithi023.stdout: Birth: - 2023-12-09T02:38:39.944 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-09T02:38:40.000 INFO:teuthology.orchestra.run.smithi023.stderr:1+0 records in 2023-12-09T02:38:40.000 INFO:teuthology.orchestra.run.smithi023.stderr:1+0 records out 2023-12-09T02:38:40.000 INFO:teuthology.orchestra.run.smithi023.stderr:512 bytes copied, 0.000473896 s, 1.1 MB/s 2023-12-09T02:38:40.002 DEBUG:teuthology.orchestra.run.smithi023:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-09T02:38:40.012 DEBUG:teuthology.orchestra.run.smithi023:> stat /dev/vg_nvme/lv_3 2023-12-09T02:38:40.020 INFO:teuthology.orchestra.run.smithi023.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-09T02:38:40.020 INFO:teuthology.orchestra.run.smithi023.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-09T02:38:40.020 INFO:teuthology.orchestra.run.smithi023.stdout:Device: 6h/6d Inode: 373 Links: 1 2023-12-09T02:38:40.020 INFO:teuthology.orchestra.run.smithi023.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-09T02:38:40.020 INFO:teuthology.orchestra.run.smithi023.stdout:Access: 2023-12-09 02:33:52.091743048 +0000 2023-12-09T02:38:40.020 INFO:teuthology.orchestra.run.smithi023.stdout:Modify: 2023-12-09 02:33:51.795749871 +0000 2023-12-09T02:38:40.020 INFO:teuthology.orchestra.run.smithi023.stdout:Change: 2023-12-09 02:33:51.795749871 +0000 2023-12-09T02:38:40.020 INFO:teuthology.orchestra.run.smithi023.stdout: Birth: - 2023-12-09T02:38:40.020 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-09T02:38:40.078 INFO:teuthology.orchestra.run.smithi023.stderr:1+0 records in 2023-12-09T02:38:40.078 INFO:teuthology.orchestra.run.smithi023.stderr:1+0 records out 2023-12-09T02:38:40.078 INFO:teuthology.orchestra.run.smithi023.stderr:512 bytes copied, 0.000499602 s, 1.0 MB/s 2023-12-09T02:38:40.079 DEBUG:teuthology.orchestra.run.smithi023:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-09T02:38:40.087 DEBUG:teuthology.orchestra.run.smithi023:> stat /dev/vg_nvme/lv_4 2023-12-09T02:38:40.093 INFO:teuthology.orchestra.run.smithi023.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-09T02:38:40.093 INFO:teuthology.orchestra.run.smithi023.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-09T02:38:40.093 INFO:teuthology.orchestra.run.smithi023.stdout:Device: 6h/6d Inode: 380 Links: 1 2023-12-09T02:38:40.093 INFO:teuthology.orchestra.run.smithi023.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-09T02:38:40.093 INFO:teuthology.orchestra.run.smithi023.stdout:Access: 2023-12-09 02:33:52.611731063 +0000 2023-12-09T02:38:40.093 INFO:teuthology.orchestra.run.smithi023.stdout:Modify: 2023-12-09 02:33:52.307738069 +0000 2023-12-09T02:38:40.093 INFO:teuthology.orchestra.run.smithi023.stdout:Change: 2023-12-09 02:33:52.307738069 +0000 2023-12-09T02:38:40.093 INFO:teuthology.orchestra.run.smithi023.stdout: Birth: - 2023-12-09T02:38:40.094 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-09T02:38:40.103 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:39 smithi023 bash[24949]: cluster 2023-12-09T02:38:38.596706+0000 mgr.y (mgr.14152) 53 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:40.103 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:39 smithi023 bash[24949]: audit 2023-12-09T02:38:38.817583+0000 mgr.y (mgr.14152) 54 : audit [DBG] from='client.24107 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi023=y;smithi172=x", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:38:40.103 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:39 smithi023 bash[24949]: cephadm 2023-12-09T02:38:38.821078+0000 mgr.y (mgr.14152) 55 : cephadm [INF] Saving service mgr spec with placement smithi023=y;smithi172=x;count:2 2023-12-09T02:38:40.104 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:39 smithi023 bash[24949]: audit 2023-12-09T02:38:38.827079+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:40.104 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:39 smithi023 bash[24949]: audit 2023-12-09T02:38:38.831237+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:38:40.104 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:39 smithi023 bash[24949]: audit 2023-12-09T02:38:38.833968+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:38:40.104 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:39 smithi023 bash[24949]: audit 2023-12-09T02:38:38.835764+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:38:40.104 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:39 smithi023 bash[24949]: audit 2023-12-09T02:38:38.845457+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:40.104 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:39 smithi023 bash[24949]: audit 2023-12-09T02:38:38.848000+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-09T02:38:40.104 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:39 smithi023 bash[24949]: audit 2023-12-09T02:38:38.854047+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-09T02:38:40.104 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:39 smithi023 bash[24949]: audit 2023-12-09T02:38:38.855762+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-09T02:38:40.104 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:39 smithi023 bash[24949]: audit 2023-12-09T02:38:38.857575+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:38:40.104 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:39 smithi023 bash[24949]: cephadm 2023-12-09T02:38:38.859378+0000 mgr.y (mgr.14152) 56 : cephadm [INF] Deploying daemon mgr.x on smithi172 2023-12-09T02:38:40.104 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:39 smithi023 bash[30415]: cluster 2023-12-09T02:38:38.596706+0000 mgr.y (mgr.14152) 53 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:40.104 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:39 smithi023 bash[30415]: audit 2023-12-09T02:38:38.817583+0000 mgr.y (mgr.14152) 54 : audit [DBG] from='client.24107 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi023=y;smithi172=x", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:38:40.105 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:39 smithi023 bash[30415]: cephadm 2023-12-09T02:38:38.821078+0000 mgr.y (mgr.14152) 55 : cephadm [INF] Saving service mgr spec with placement smithi023=y;smithi172=x;count:2 2023-12-09T02:38:40.105 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:39 smithi023 bash[30415]: audit 2023-12-09T02:38:38.827079+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:40.105 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:39 smithi023 bash[30415]: audit 2023-12-09T02:38:38.831237+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:38:40.105 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:39 smithi023 bash[30415]: audit 2023-12-09T02:38:38.833968+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:38:40.105 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:39 smithi023 bash[30415]: audit 2023-12-09T02:38:38.835764+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:38:40.105 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:39 smithi023 bash[30415]: audit 2023-12-09T02:38:38.845457+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:40.105 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:39 smithi023 bash[30415]: audit 2023-12-09T02:38:38.848000+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-09T02:38:40.105 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:39 smithi023 bash[30415]: audit 2023-12-09T02:38:38.854047+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-09T02:38:40.105 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:39 smithi023 bash[30415]: audit 2023-12-09T02:38:38.855762+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-09T02:38:40.105 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:39 smithi023 bash[30415]: audit 2023-12-09T02:38:38.857575+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:38:40.106 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:39 smithi023 bash[30415]: cephadm 2023-12-09T02:38:38.859378+0000 mgr.y (mgr.14152) 56 : cephadm [INF] Deploying daemon mgr.x on smithi172 2023-12-09T02:38:40.106 INFO:teuthology.orchestra.run.smithi023.stderr:1+0 records in 2023-12-09T02:38:40.107 INFO:teuthology.orchestra.run.smithi023.stderr:1+0 records out 2023-12-09T02:38:40.107 INFO:teuthology.orchestra.run.smithi023.stderr:512 bytes copied, 0.000486493 s, 1.1 MB/s 2023-12-09T02:38:40.107 DEBUG:teuthology.orchestra.run.smithi023:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-09T02:38:40.159 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2023-12-09T02:38:40.160 DEBUG:teuthology.orchestra.run.smithi172:> dd if=/scratch_devs of=/dev/stdout 2023-12-09T02:38:40.167 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-12-09T02:38:40.167 DEBUG:teuthology.orchestra.run.smithi172:> stat /dev/vg_nvme/lv_1 2023-12-09T02:38:40.174 INFO:teuthology.orchestra.run.smithi172.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-09T02:38:40.174 INFO:teuthology.orchestra.run.smithi172.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-09T02:38:40.174 INFO:teuthology.orchestra.run.smithi172.stdout:Device: 6h/6d Inode: 358 Links: 1 2023-12-09T02:38:40.174 INFO:teuthology.orchestra.run.smithi172.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-09T02:38:40.174 INFO:teuthology.orchestra.run.smithi172.stdout:Access: 2023-12-09 02:33:45.448490565 +0000 2023-12-09T02:38:40.175 INFO:teuthology.orchestra.run.smithi172.stdout:Modify: 2023-12-09 02:33:45.444490656 +0000 2023-12-09T02:38:40.175 INFO:teuthology.orchestra.run.smithi172.stdout:Change: 2023-12-09 02:33:45.444490656 +0000 2023-12-09T02:38:40.175 INFO:teuthology.orchestra.run.smithi172.stdout: Birth: - 2023-12-09T02:38:40.175 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-09T02:38:40.221 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:39 smithi172 bash[25093]: cluster 2023-12-09T02:38:38.596706+0000 mgr.y (mgr.14152) 53 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:40.221 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:39 smithi172 bash[25093]: audit 2023-12-09T02:38:38.817583+0000 mgr.y (mgr.14152) 54 : audit [DBG] from='client.24107 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi023=y;smithi172=x", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:38:40.221 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:39 smithi172 bash[25093]: cephadm 2023-12-09T02:38:38.821078+0000 mgr.y (mgr.14152) 55 : cephadm [INF] Saving service mgr spec with placement smithi023=y;smithi172=x;count:2 2023-12-09T02:38:40.221 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:39 smithi172 bash[25093]: audit 2023-12-09T02:38:38.827079+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:40.221 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:39 smithi172 bash[25093]: audit 2023-12-09T02:38:38.831237+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:38:40.221 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:39 smithi172 bash[25093]: audit 2023-12-09T02:38:38.833968+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:38:40.221 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:39 smithi172 bash[25093]: audit 2023-12-09T02:38:38.835764+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:38:40.221 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:39 smithi172 bash[25093]: audit 2023-12-09T02:38:38.845457+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:40.221 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:39 smithi172 bash[25093]: audit 2023-12-09T02:38:38.848000+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-09T02:38:40.222 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:39 smithi172 bash[25093]: audit 2023-12-09T02:38:38.854047+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-09T02:38:40.222 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:39 smithi172 bash[25093]: audit 2023-12-09T02:38:38.855762+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-09T02:38:40.222 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:39 smithi172 bash[25093]: audit 2023-12-09T02:38:38.857575+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:38:40.222 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:39 smithi172 bash[25093]: cephadm 2023-12-09T02:38:38.859378+0000 mgr.y (mgr.14152) 56 : cephadm [INF] Deploying daemon mgr.x on smithi172 2023-12-09T02:38:40.232 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records in 2023-12-09T02:38:40.232 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records out 2023-12-09T02:38:40.232 INFO:teuthology.orchestra.run.smithi172.stderr:512 bytes copied, 0.000363807 s, 1.4 MB/s 2023-12-09T02:38:40.233 DEBUG:teuthology.orchestra.run.smithi172:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-09T02:38:40.240 DEBUG:teuthology.orchestra.run.smithi172:> stat /dev/vg_nvme/lv_2 2023-12-09T02:38:40.246 INFO:teuthology.orchestra.run.smithi172.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-09T02:38:40.247 INFO:teuthology.orchestra.run.smithi172.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-09T02:38:40.247 INFO:teuthology.orchestra.run.smithi172.stdout:Device: 6h/6d Inode: 366 Links: 1 2023-12-09T02:38:40.247 INFO:teuthology.orchestra.run.smithi172.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-09T02:38:40.247 INFO:teuthology.orchestra.run.smithi172.stdout:Access: 2023-12-09 02:33:46.288471203 +0000 2023-12-09T02:38:40.247 INFO:teuthology.orchestra.run.smithi172.stdout:Modify: 2023-12-09 02:33:46.000477840 +0000 2023-12-09T02:38:40.247 INFO:teuthology.orchestra.run.smithi172.stdout:Change: 2023-12-09 02:33:46.000477840 +0000 2023-12-09T02:38:40.247 INFO:teuthology.orchestra.run.smithi172.stdout: Birth: - 2023-12-09T02:38:40.247 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-09T02:38:40.300 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records in 2023-12-09T02:38:40.300 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records out 2023-12-09T02:38:40.300 INFO:teuthology.orchestra.run.smithi172.stderr:512 bytes copied, 0.000280244 s, 1.8 MB/s 2023-12-09T02:38:40.301 DEBUG:teuthology.orchestra.run.smithi172:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-09T02:38:40.307 DEBUG:teuthology.orchestra.run.smithi172:> stat /dev/vg_nvme/lv_3 2023-12-09T02:38:40.313 INFO:teuthology.orchestra.run.smithi172.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-09T02:38:40.313 INFO:teuthology.orchestra.run.smithi172.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-09T02:38:40.313 INFO:teuthology.orchestra.run.smithi172.stdout:Device: 6h/6d Inode: 374 Links: 1 2023-12-09T02:38:40.313 INFO:teuthology.orchestra.run.smithi172.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-09T02:38:40.313 INFO:teuthology.orchestra.run.smithi172.stdout:Access: 2023-12-09 02:33:46.784459770 +0000 2023-12-09T02:38:40.313 INFO:teuthology.orchestra.run.smithi172.stdout:Modify: 2023-12-09 02:33:46.496466408 +0000 2023-12-09T02:38:40.313 INFO:teuthology.orchestra.run.smithi172.stdout:Change: 2023-12-09 02:33:46.496466408 +0000 2023-12-09T02:38:40.313 INFO:teuthology.orchestra.run.smithi172.stdout: Birth: - 2023-12-09T02:38:40.313 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-09T02:38:40.372 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records in 2023-12-09T02:38:40.372 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records out 2023-12-09T02:38:40.372 INFO:teuthology.orchestra.run.smithi172.stderr:512 bytes copied, 0.000419091 s, 1.2 MB/s 2023-12-09T02:38:40.373 DEBUG:teuthology.orchestra.run.smithi172:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-09T02:38:40.381 DEBUG:teuthology.orchestra.run.smithi172:> stat /dev/vg_nvme/lv_4 2023-12-09T02:38:40.387 INFO:teuthology.orchestra.run.smithi172.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-09T02:38:40.387 INFO:teuthology.orchestra.run.smithi172.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-09T02:38:40.387 INFO:teuthology.orchestra.run.smithi172.stdout:Device: 6h/6d Inode: 378 Links: 1 2023-12-09T02:38:40.387 INFO:teuthology.orchestra.run.smithi172.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-09T02:38:40.387 INFO:teuthology.orchestra.run.smithi172.stdout:Access: 2023-12-09 02:33:47.284448245 +0000 2023-12-09T02:38:40.387 INFO:teuthology.orchestra.run.smithi172.stdout:Modify: 2023-12-09 02:33:47.004454699 +0000 2023-12-09T02:38:40.387 INFO:teuthology.orchestra.run.smithi172.stdout:Change: 2023-12-09 02:33:47.004454699 +0000 2023-12-09T02:38:40.387 INFO:teuthology.orchestra.run.smithi172.stdout: Birth: - 2023-12-09T02:38:40.388 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-09T02:38:40.399 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records in 2023-12-09T02:38:40.399 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records out 2023-12-09T02:38:40.399 INFO:teuthology.orchestra.run.smithi172.stderr:512 bytes copied, 0.000349179 s, 1.5 MB/s 2023-12-09T02:38:40.400 DEBUG:teuthology.orchestra.run.smithi172:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-09T02:38:40.407 INFO:tasks.cephadm:Deploying osd.0 on smithi023 with /dev/vg_nvme/lv_4... 2023-12-09T02:38:40.407 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-09T02:38:40.514 INFO:journalctl@ceph.mgr.x.smithi172.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-09T02:38:41.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:41 smithi172 bash[25093]: cluster 2023-12-09T02:38:40.597034+0000 mgr.y (mgr.14152) 57 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:41.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:41 smithi172 bash[25093]: audit 2023-12-09T02:38:41.572515+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:41.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:41 smithi172 bash[25093]: audit 2023-12-09T02:38:41.575240+0000 mon.a (mon.0) 210 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:38:41.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:41 smithi172 bash[25093]: audit 2023-12-09T02:38:41.577192+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:38:41.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:41 smithi172 bash[25093]: audit 2023-12-09T02:38:41.578648+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:38:42.018 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:41 smithi023 bash[24949]: cluster 2023-12-09T02:38:40.597034+0000 mgr.y (mgr.14152) 57 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:42.018 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:41 smithi023 bash[24949]: audit 2023-12-09T02:38:41.572515+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:42.019 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:41 smithi023 bash[24949]: audit 2023-12-09T02:38:41.575240+0000 mon.a (mon.0) 210 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:38:42.019 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:41 smithi023 bash[24949]: audit 2023-12-09T02:38:41.577192+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:38:42.019 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:41 smithi023 bash[24949]: audit 2023-12-09T02:38:41.578648+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:38:42.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:41 smithi023 bash[30415]: cluster 2023-12-09T02:38:40.597034+0000 mgr.y (mgr.14152) 57 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:42.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:41 smithi023 bash[30415]: audit 2023-12-09T02:38:41.572515+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:42.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:41 smithi023 bash[30415]: audit 2023-12-09T02:38:41.575240+0000 mon.a (mon.0) 210 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:38:42.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:41 smithi023 bash[30415]: audit 2023-12-09T02:38:41.577192+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:38:42.020 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:41 smithi023 bash[30415]: audit 2023-12-09T02:38:41.578648+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:38:42.749 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:38:42 smithi172 bash[26000]: debug 2023-12-09T02:38:42.581+0000 7f639e1cc700 1 -- 172.21.15.172:0/2769564651 <== mon.2 v2:172.21.15.172:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x560b53992340 con 0x560b5470e400 2023-12-09T02:38:43.249 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:38:42 smithi172 bash[26000]: debug 2023-12-09T02:38:42.741+0000 7f63a6e3b000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-09T02:38:43.506 INFO:teuthology.orchestra.run.smithi023.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-09T02:38:43.506 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-09T02:38:43.506 INFO:teuthology.orchestra.run.smithi023.stderr: stderr: 10+0 records in 2023-12-09T02:38:43.507 INFO:teuthology.orchestra.run.smithi023.stderr:10+0 records out 2023-12-09T02:38:43.507 INFO:teuthology.orchestra.run.smithi023.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0167797 s, 625 MB/s 2023-12-09T02:38:43.507 INFO:teuthology.orchestra.run.smithi023.stderr:--> Zapping successful for: 2023-12-09T02:38:43.688 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:38:43 smithi172 bash[26000]: debug 2023-12-09T02:38:43.405+0000 7f63a6e3b000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-09T02:38:43.688 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:38:43 smithi172 bash[26000]: debug 2023-12-09T02:38:43.525+0000 7f63a6e3b000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-09T02:38:43.999 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:38:43 smithi172 bash[26000]: debug 2023-12-09T02:38:43.681+0000 7f63a6e3b000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-09T02:38:44.124 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -- ceph orch daemon add osd smithi023:vg_nvme/lv_4 2023-12-09T02:38:44.301 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:44 smithi172 bash[25093]: cluster 2023-12-09T02:38:42.597416+0000 mgr.y (mgr.14152) 58 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:44.301 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:44 smithi172 bash[25093]: audit 2023-12-09T02:38:43.927573+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:44.301 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:38:44 smithi172 bash[26000]: debug 2023-12-09T02:38:44.005+0000 7f63a6e3b000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-09T02:38:44.301 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:38:44 smithi172 bash[26000]: debug 2023-12-09T02:38:44.097+0000 7f63a6e3b000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-09T02:38:44.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:44 smithi023 bash[24949]: cluster 2023-12-09T02:38:42.597416+0000 mgr.y (mgr.14152) 58 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:44.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:44 smithi023 bash[24949]: audit 2023-12-09T02:38:43.927573+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:44.519 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:44 smithi023 bash[30415]: cluster 2023-12-09T02:38:42.597416+0000 mgr.y (mgr.14152) 58 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:44.519 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:44 smithi023 bash[30415]: audit 2023-12-09T02:38:43.927573+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:44.620 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:38:44 smithi172 bash[26000]: debug 2023-12-09T02:38:44.293+0000 7f63a6e3b000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-09T02:38:45.494 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:38:45 smithi172 bash[26000]: debug 2023-12-09T02:38:45.181+0000 7f63a6e3b000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-09T02:38:45.494 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:38:45 smithi172 bash[26000]: debug 2023-12-09T02:38:45.285+0000 7f63a6e3b000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-09T02:38:45.749 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:38:45 smithi172 bash[26000]: debug 2023-12-09T02:38:45.489+0000 7f63a6e3b000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-09T02:38:45.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:45 smithi172 bash[25093]: cluster 2023-12-09T02:38:44.597844+0000 mgr.y (mgr.14152) 59 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:45.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:45 smithi172 bash[25093]: audit 2023-12-09T02:38:44.632489+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:45.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:45 smithi172 bash[25093]: audit 2023-12-09T02:38:44.640693+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:45.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:45 smithi172 bash[25093]: cephadm 2023-12-09T02:38:44.644391+0000 mgr.y (mgr.14152) 60 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2023-12-09T02:38:45.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:45 smithi172 bash[25093]: audit 2023-12-09T02:38:44.645002+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-09T02:38:45.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:45 smithi172 bash[25093]: audit 2023-12-09T02:38:44.646833+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-09T02:38:45.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:45 smithi172 bash[25093]: audit 2023-12-09T02:38:44.648309+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:38:45.750 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:45 smithi172 bash[25093]: cephadm 2023-12-09T02:38:44.650001+0000 mgr.y (mgr.14152) 61 : cephadm [INF] Reconfiguring daemon mgr.y on smithi023 2023-12-09T02:38:45.894 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:45 smithi023 bash[24949]: cluster 2023-12-09T02:38:44.597844+0000 mgr.y (mgr.14152) 59 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:45.894 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:45 smithi023 bash[24949]: audit 2023-12-09T02:38:44.632489+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:45.894 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:45 smithi023 bash[24949]: audit 2023-12-09T02:38:44.640693+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:45.894 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:45 smithi023 bash[24949]: cephadm 2023-12-09T02:38:44.644391+0000 mgr.y (mgr.14152) 60 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2023-12-09T02:38:45.894 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:45 smithi023 bash[24949]: audit 2023-12-09T02:38:44.645002+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-09T02:38:45.894 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:45 smithi023 bash[24949]: audit 2023-12-09T02:38:44.646833+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-09T02:38:45.894 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:45 smithi023 bash[24949]: audit 2023-12-09T02:38:44.648309+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:38:45.895 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:45 smithi023 bash[24949]: cephadm 2023-12-09T02:38:44.650001+0000 mgr.y (mgr.14152) 61 : cephadm [INF] Reconfiguring daemon mgr.y on smithi023 2023-12-09T02:38:45.895 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:45 smithi023 bash[30415]: cluster 2023-12-09T02:38:44.597844+0000 mgr.y (mgr.14152) 59 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:45.895 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:45 smithi023 bash[30415]: audit 2023-12-09T02:38:44.632489+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:45.895 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:45 smithi023 bash[30415]: audit 2023-12-09T02:38:44.640693+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:45.895 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:45 smithi023 bash[30415]: cephadm 2023-12-09T02:38:44.644391+0000 mgr.y (mgr.14152) 60 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2023-12-09T02:38:45.895 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:45 smithi023 bash[30415]: audit 2023-12-09T02:38:44.645002+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-09T02:38:45.895 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:45 smithi023 bash[30415]: audit 2023-12-09T02:38:44.646833+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-09T02:38:45.895 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:45 smithi023 bash[30415]: audit 2023-12-09T02:38:44.648309+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:38:45.895 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:45 smithi023 bash[30415]: cephadm 2023-12-09T02:38:44.650001+0000 mgr.y (mgr.14152) 61 : cephadm [INF] Reconfiguring daemon mgr.y on smithi023 2023-12-09T02:38:46.168 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:38:45 smithi172 bash[26000]: debug 2023-12-09T02:38:45.829+0000 7f63a6e3b000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-09T02:38:46.499 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:38:46 smithi172 bash[26000]: debug 2023-12-09T02:38:46.161+0000 7f63a6e3b000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-09T02:38:46.796 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:38:46 smithi172 bash[26000]: debug 2023-12-09T02:38:46.525+0000 7f63a6e3b000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-09T02:38:47.249 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:38:46 smithi172 bash[26000]: debug 2023-12-09T02:38:46.789+0000 7f63a6e3b000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-09T02:38:47.727 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:38:47 smithi172 bash[26000]: debug 2023-12-09T02:38:47.465+0000 7f63a6e3b000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-09T02:38:47.727 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:38:47 smithi172 bash[26000]: debug 2023-12-09T02:38:47.565+0000 7f63a6e3b000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-09T02:38:47.999 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:38:47 smithi172 bash[26000]: debug 2023-12-09T02:38:47.721+0000 7f63a6e3b000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-09T02:38:47.999 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:38:47 smithi172 bash[26000]: debug 2023-12-09T02:38:47.825+0000 7f63a6e3b000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-09T02:38:47.999 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:38:47 smithi172 bash[26000]: debug 2023-12-09T02:38:47.961+0000 7f63a6e3b000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-09T02:38:48.499 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:38:48 smithi172 bash[26000]: debug 2023-12-09T02:38:48.253+0000 7f63a6e3b000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-09T02:38:48.499 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:38:48 smithi172 bash[26000]: debug 2023-12-09T02:38:48.365+0000 7f63a6e3b000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-09T02:38:48.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:48 smithi172 bash[25093]: cluster 2023-12-09T02:38:46.598388+0000 mgr.y (mgr.14152) 62 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:48.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:48 smithi172 bash[25093]: audit 2023-12-09T02:38:47.228908+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:48.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:48 smithi172 bash[25093]: audit 2023-12-09T02:38:47.231199+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:38:48.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:48 smithi172 bash[25093]: audit 2023-12-09T02:38:47.233714+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:38:48.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:48 smithi172 bash[25093]: audit 2023-12-09T02:38:47.235243+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:38:48.500 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:48 smithi172 bash[25093]: audit 2023-12-09T02:38:47.243037+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:48.500 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:48 smithi172 bash[25093]: audit 2023-12-09T02:38:47.817709+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-09T02:38:48.500 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:48 smithi172 bash[25093]: audit 2023-12-09T02:38:47.824067+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-09T02:38:48.500 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:48 smithi172 bash[25093]: audit 2023-12-09T02:38:47.825164+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:38:48.519 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:48 smithi023 bash[24949]: cluster 2023-12-09T02:38:46.598388+0000 mgr.y (mgr.14152) 62 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:48.519 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:48 smithi023 bash[24949]: audit 2023-12-09T02:38:47.228908+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:48.519 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:48 smithi023 bash[24949]: audit 2023-12-09T02:38:47.231199+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:38:48.519 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:48 smithi023 bash[24949]: audit 2023-12-09T02:38:47.233714+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:38:48.519 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:48 smithi023 bash[24949]: audit 2023-12-09T02:38:47.235243+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:38:48.519 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:48 smithi023 bash[24949]: audit 2023-12-09T02:38:47.243037+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:48.519 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:48 smithi023 bash[24949]: audit 2023-12-09T02:38:47.817709+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-09T02:38:48.519 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:48 smithi023 bash[24949]: audit 2023-12-09T02:38:47.824067+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-09T02:38:48.519 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:48 smithi023 bash[24949]: audit 2023-12-09T02:38:47.825164+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:38:48.519 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:48 smithi023 bash[30415]: cluster 2023-12-09T02:38:46.598388+0000 mgr.y (mgr.14152) 62 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:48.519 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:48 smithi023 bash[30415]: audit 2023-12-09T02:38:47.228908+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:48.520 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:48 smithi023 bash[30415]: audit 2023-12-09T02:38:47.231199+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:38:48.520 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:48 smithi023 bash[30415]: audit 2023-12-09T02:38:47.233714+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:38:48.520 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:48 smithi023 bash[30415]: audit 2023-12-09T02:38:47.235243+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:38:48.520 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:48 smithi023 bash[30415]: audit 2023-12-09T02:38:47.243037+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:38:48.520 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:48 smithi023 bash[30415]: audit 2023-12-09T02:38:47.817709+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-09T02:38:48.520 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:48 smithi023 bash[30415]: audit 2023-12-09T02:38:47.824067+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-09T02:38:48.520 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:48 smithi023 bash[30415]: audit 2023-12-09T02:38:47.825164+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:38:48.999 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:38:48 smithi172 bash[26000]: debug 2023-12-09T02:38:48.541+0000 7f63a6e3b000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-09T02:38:48.999 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:38:48 smithi172 bash[26000]: debug 2023-12-09T02:38:48.657+0000 7f63a6e3b000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-09T02:38:49.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:49 smithi023 bash[24949]: audit 2023-12-09T02:38:47.811500+0000 mgr.y (mgr.14152) 63 : audit [DBG] from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi023:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:38:49.519 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:49 smithi023 bash[30415]: audit 2023-12-09T02:38:47.811500+0000 mgr.y (mgr.14152) 63 : audit [DBG] from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi023:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:38:49.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:49 smithi172 bash[25093]: audit 2023-12-09T02:38:47.811500+0000 mgr.y (mgr.14152) 63 : audit [DBG] from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi023:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:38:49.749 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:38:49 smithi172 bash[26000]: debug 2023-12-09T02:38:49.497+0000 7f63a6e3b000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-09T02:38:50.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:50 smithi023 bash[24949]: cluster 2023-12-09T02:38:48.598954+0000 mgr.y (mgr.14152) 64 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:50.519 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:50 smithi023 bash[24949]: cluster 2023-12-09T02:38:49.521528+0000 mon.a (mon.0) 227 : cluster [DBG] Standby manager daemon x started 2023-12-09T02:38:50.519 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:50 smithi023 bash[24949]: audit 2023-12-09T02:38:49.526479+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.172:0/2616274885' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-09T02:38:50.519 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:50 smithi023 bash[24949]: audit 2023-12-09T02:38:49.527423+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.172:0/2616274885' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-09T02:38:50.519 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:50 smithi023 bash[24949]: audit 2023-12-09T02:38:49.529491+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.172:0/2616274885' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-09T02:38:50.519 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:50 smithi023 bash[24949]: audit 2023-12-09T02:38:49.530327+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.172:0/2616274885' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-09T02:38:50.519 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:50 smithi023 bash[30415]: cluster 2023-12-09T02:38:48.598954+0000 mgr.y (mgr.14152) 64 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:50.519 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:50 smithi023 bash[30415]: cluster 2023-12-09T02:38:49.521528+0000 mon.a (mon.0) 227 : cluster [DBG] Standby manager daemon x started 2023-12-09T02:38:50.519 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:50 smithi023 bash[30415]: audit 2023-12-09T02:38:49.526479+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.172:0/2616274885' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-09T02:38:50.519 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:50 smithi023 bash[30415]: audit 2023-12-09T02:38:49.527423+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.172:0/2616274885' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-09T02:38:50.519 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:50 smithi023 bash[30415]: audit 2023-12-09T02:38:49.529491+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.172:0/2616274885' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-09T02:38:50.519 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:50 smithi023 bash[30415]: audit 2023-12-09T02:38:49.530327+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.172:0/2616274885' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-09T02:38:50.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:50 smithi172 bash[25093]: cluster 2023-12-09T02:38:48.598954+0000 mgr.y (mgr.14152) 64 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:50.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:50 smithi172 bash[25093]: cluster 2023-12-09T02:38:49.521528+0000 mon.a (mon.0) 227 : cluster [DBG] Standby manager daemon x started 2023-12-09T02:38:50.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:50 smithi172 bash[25093]: audit 2023-12-09T02:38:49.526479+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.172:0/2616274885' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-09T02:38:50.750 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:50 smithi172 bash[25093]: audit 2023-12-09T02:38:49.527423+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.172:0/2616274885' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-09T02:38:50.750 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:50 smithi172 bash[25093]: audit 2023-12-09T02:38:49.529491+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.172:0/2616274885' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-09T02:38:50.750 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:50 smithi172 bash[25093]: audit 2023-12-09T02:38:49.530327+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.172:0/2616274885' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-09T02:38:51.565 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:51 smithi023 bash[30415]: cluster 2023-12-09T02:38:50.283042+0000 mon.a (mon.0) 228 : cluster [DBG] mgrmap e14: y(active, since 75s), standbys: x 2023-12-09T02:38:51.565 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:51 smithi023 bash[30415]: audit 2023-12-09T02:38:50.283331+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-09T02:38:51.565 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:51 smithi023 bash[30415]: cluster 2023-12-09T02:38:50.599462+0000 mgr.y (mgr.14152) 65 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:51.565 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:51 smithi023 bash[24949]: cluster 2023-12-09T02:38:50.283042+0000 mon.a (mon.0) 228 : cluster [DBG] mgrmap e14: y(active, since 75s), standbys: x 2023-12-09T02:38:51.565 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:51 smithi023 bash[24949]: audit 2023-12-09T02:38:50.283331+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-09T02:38:51.565 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:51 smithi023 bash[24949]: cluster 2023-12-09T02:38:50.599462+0000 mgr.y (mgr.14152) 65 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:51.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:51 smithi172 bash[25093]: cluster 2023-12-09T02:38:50.283042+0000 mon.a (mon.0) 228 : cluster [DBG] mgrmap e14: y(active, since 75s), standbys: x 2023-12-09T02:38:51.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:51 smithi172 bash[25093]: audit 2023-12-09T02:38:50.283331+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-09T02:38:51.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:51 smithi172 bash[25093]: cluster 2023-12-09T02:38:50.599462+0000 mgr.y (mgr.14152) 65 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:54.501 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:54 smithi172 bash[25093]: cluster 2023-12-09T02:38:52.599953+0000 mgr.y (mgr.14152) 66 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:54.501 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:54 smithi172 bash[25093]: audit 2023-12-09T02:38:53.697378+0000 mon.a (mon.0) 230 : audit [INF] from='client.? 172.21.15.23:0/4022119291' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e233ad26-39b1-43c0-b956-b5069477c5b1"}]: dispatch 2023-12-09T02:38:54.502 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:54 smithi172 bash[25093]: audit 2023-12-09T02:38:53.710901+0000 mon.a (mon.0) 231 : audit [INF] from='client.? 172.21.15.23:0/4022119291' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e233ad26-39b1-43c0-b956-b5069477c5b1"}]': finished 2023-12-09T02:38:54.502 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:54 smithi172 bash[25093]: cluster 2023-12-09T02:38:53.711054+0000 mon.a (mon.0) 232 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2023-12-09T02:38:54.502 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:54 smithi172 bash[25093]: audit 2023-12-09T02:38:53.711375+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-09T02:38:54.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:54 smithi023 bash[24949]: cluster 2023-12-09T02:38:52.599953+0000 mgr.y (mgr.14152) 66 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:54.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:54 smithi023 bash[24949]: audit 2023-12-09T02:38:53.697378+0000 mon.a (mon.0) 230 : audit [INF] from='client.? 172.21.15.23:0/4022119291' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e233ad26-39b1-43c0-b956-b5069477c5b1"}]: dispatch 2023-12-09T02:38:54.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:54 smithi023 bash[24949]: audit 2023-12-09T02:38:53.710901+0000 mon.a (mon.0) 231 : audit [INF] from='client.? 172.21.15.23:0/4022119291' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e233ad26-39b1-43c0-b956-b5069477c5b1"}]': finished 2023-12-09T02:38:54.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:54 smithi023 bash[24949]: cluster 2023-12-09T02:38:53.711054+0000 mon.a (mon.0) 232 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2023-12-09T02:38:54.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:54 smithi023 bash[24949]: audit 2023-12-09T02:38:53.711375+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-09T02:38:54.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:54 smithi023 bash[30415]: cluster 2023-12-09T02:38:52.599953+0000 mgr.y (mgr.14152) 66 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:54.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:54 smithi023 bash[30415]: audit 2023-12-09T02:38:53.697378+0000 mon.a (mon.0) 230 : audit [INF] from='client.? 172.21.15.23:0/4022119291' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e233ad26-39b1-43c0-b956-b5069477c5b1"}]: dispatch 2023-12-09T02:38:54.519 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:54 smithi023 bash[30415]: audit 2023-12-09T02:38:53.710901+0000 mon.a (mon.0) 231 : audit [INF] from='client.? 172.21.15.23:0/4022119291' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e233ad26-39b1-43c0-b956-b5069477c5b1"}]': finished 2023-12-09T02:38:54.519 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:54 smithi023 bash[30415]: cluster 2023-12-09T02:38:53.711054+0000 mon.a (mon.0) 232 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2023-12-09T02:38:54.519 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:54 smithi023 bash[30415]: audit 2023-12-09T02:38:53.711375+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-09T02:38:55.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:55 smithi172 bash[25093]: audit 2023-12-09T02:38:54.409055+0000 mon.a (mon.0) 234 : audit [DBG] from='client.? 172.21.15.23:0/686050728' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-09T02:38:55.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:55 smithi023 bash[24949]: audit 2023-12-09T02:38:54.409055+0000 mon.a (mon.0) 234 : audit [DBG] from='client.? 172.21.15.23:0/686050728' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-09T02:38:55.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:55 smithi023 bash[30415]: audit 2023-12-09T02:38:54.409055+0000 mon.a (mon.0) 234 : audit [DBG] from='client.? 172.21.15.23:0/686050728' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-09T02:38:56.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:56 smithi172 bash[25093]: cluster 2023-12-09T02:38:54.600439+0000 mgr.y (mgr.14152) 67 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:56.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:56 smithi023 bash[24949]: cluster 2023-12-09T02:38:54.600439+0000 mgr.y (mgr.14152) 67 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:56.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:56 smithi023 bash[30415]: cluster 2023-12-09T02:38:54.600439+0000 mgr.y (mgr.14152) 67 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:58.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:38:58 smithi172 bash[25093]: cluster 2023-12-09T02:38:56.600980+0000 mgr.y (mgr.14152) 68 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:58.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:38:58 smithi023 bash[30415]: cluster 2023-12-09T02:38:56.600980+0000 mgr.y (mgr.14152) 68 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:38:58.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:38:58 smithi023 bash[24949]: cluster 2023-12-09T02:38:56.600980+0000 mgr.y (mgr.14152) 68 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:39:00.469 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:00 smithi023 bash[24949]: cluster 2023-12-09T02:38:58.601431+0000 mgr.y (mgr.14152) 69 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:39:00.469 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:00 smithi023 bash[30415]: cluster 2023-12-09T02:38:58.601431+0000 mgr.y (mgr.14152) 69 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:39:00.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:00 smithi172 bash[25093]: cluster 2023-12-09T02:38:58.601431+0000 mgr.y (mgr.14152) 69 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:39:02.268 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:02 smithi023 bash[24949]: cluster 2023-12-09T02:39:00.601845+0000 mgr.y (mgr.14152) 70 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:39:02.268 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:02 smithi023 bash[30415]: cluster 2023-12-09T02:39:00.601845+0000 mgr.y (mgr.14152) 70 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:39:02.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:02 smithi172 bash[25093]: cluster 2023-12-09T02:39:00.601845+0000 mgr.y (mgr.14152) 70 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:39:04.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:04 smithi172 bash[25093]: cluster 2023-12-09T02:39:02.602321+0000 mgr.y (mgr.14152) 71 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:39:04.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:04 smithi172 bash[25093]: audit 2023-12-09T02:39:03.826107+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-09T02:39:04.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:04 smithi172 bash[25093]: audit 2023-12-09T02:39:03.827878+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:39:04.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:04 smithi023 bash[24949]: cluster 2023-12-09T02:39:02.602321+0000 mgr.y (mgr.14152) 71 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:39:04.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:04 smithi023 bash[24949]: audit 2023-12-09T02:39:03.826107+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-09T02:39:04.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:04 smithi023 bash[24949]: audit 2023-12-09T02:39:03.827878+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:39:04.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:04 smithi023 bash[30415]: cluster 2023-12-09T02:39:02.602321+0000 mgr.y (mgr.14152) 71 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:39:04.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:04 smithi023 bash[30415]: audit 2023-12-09T02:39:03.826107+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-09T02:39:04.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:04 smithi023 bash[30415]: audit 2023-12-09T02:39:03.827878+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:39:05.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:05 smithi172 bash[25093]: cephadm 2023-12-09T02:39:03.829234+0000 mgr.y (mgr.14152) 72 : cephadm [INF] Deploying daemon osd.0 on smithi023 2023-12-09T02:39:05.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:05 smithi023 bash[24949]: cephadm 2023-12-09T02:39:03.829234+0000 mgr.y (mgr.14152) 72 : cephadm [INF] Deploying daemon osd.0 on smithi023 2023-12-09T02:39:05.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:05 smithi023 bash[30415]: cephadm 2023-12-09T02:39:03.829234+0000 mgr.y (mgr.14152) 72 : cephadm [INF] Deploying daemon osd.0 on smithi023 2023-12-09T02:39:06.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:06 smithi172 bash[25093]: cluster 2023-12-09T02:39:04.602768+0000 mgr.y (mgr.14152) 73 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:39:06.512 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:06 smithi023 bash[24949]: cluster 2023-12-09T02:39:04.602768+0000 mgr.y (mgr.14152) 73 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:39:06.512 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:06 smithi023 bash[30415]: cluster 2023-12-09T02:39:04.602768+0000 mgr.y (mgr.14152) 73 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:39:08.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:08 smithi172 bash[25093]: cluster 2023-12-09T02:39:06.603091+0000 mgr.y (mgr.14152) 74 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:39:08.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:08 smithi172 bash[25093]: audit 2023-12-09T02:39:07.856951+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:39:08.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:08 smithi172 bash[25093]: audit 2023-12-09T02:39:07.862565+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:39:08.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:08 smithi172 bash[25093]: audit 2023-12-09T02:39:07.864560+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:39:08.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:08 smithi172 bash[25093]: audit 2023-12-09T02:39:07.865725+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:39:08.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:08 smithi023 bash[30415]: cluster 2023-12-09T02:39:06.603091+0000 mgr.y (mgr.14152) 74 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:39:08.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:08 smithi023 bash[30415]: audit 2023-12-09T02:39:07.856951+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:39:08.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:08 smithi023 bash[30415]: audit 2023-12-09T02:39:07.862565+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:39:08.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:08 smithi023 bash[30415]: audit 2023-12-09T02:39:07.864560+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:39:08.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:08 smithi023 bash[30415]: audit 2023-12-09T02:39:07.865725+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:39:08.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:08 smithi023 bash[24949]: cluster 2023-12-09T02:39:06.603091+0000 mgr.y (mgr.14152) 74 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:39:08.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:08 smithi023 bash[24949]: audit 2023-12-09T02:39:07.856951+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:39:08.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:08 smithi023 bash[24949]: audit 2023-12-09T02:39:07.862565+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:39:08.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:08 smithi023 bash[24949]: audit 2023-12-09T02:39:07.864560+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:39:08.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:08 smithi023 bash[24949]: audit 2023-12-09T02:39:07.865725+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:39:09.610 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:09 smithi023 bash[24949]: cluster 2023-12-09T02:39:08.603544+0000 mgr.y (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:39:09.610 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:09 smithi023 bash[30415]: cluster 2023-12-09T02:39:08.603544+0000 mgr.y (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:39:09.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:09 smithi172 bash[25093]: cluster 2023-12-09T02:39:08.603544+0000 mgr.y (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:39:11.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:11 smithi172 bash[25093]: cluster 2023-12-09T02:39:10.604020+0000 mgr.y (mgr.14152) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:39:11.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:11 smithi172 bash[25093]: audit 2023-12-09T02:39:11.299266+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:39:11.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:11 smithi172 bash[25093]: audit 2023-12-09T02:39:11.309944+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:39:12.017 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:11 smithi023 bash[24949]: cluster 2023-12-09T02:39:10.604020+0000 mgr.y (mgr.14152) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:39:12.018 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:11 smithi023 bash[24949]: audit 2023-12-09T02:39:11.299266+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:39:12.018 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:11 smithi023 bash[24949]: audit 2023-12-09T02:39:11.309944+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:39:12.018 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:11 smithi023 bash[30415]: cluster 2023-12-09T02:39:10.604020+0000 mgr.y (mgr.14152) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:39:12.018 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:11 smithi023 bash[30415]: audit 2023-12-09T02:39:11.299266+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:39:12.018 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:11 smithi023 bash[30415]: audit 2023-12-09T02:39:11.309944+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:39:14.081 INFO:teuthology.orchestra.run.smithi023.stdout:Created osd(s) 0 on host 'smithi023' 2023-12-09T02:39:14.454 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:14 smithi023 bash[24949]: cluster 2023-12-09T02:39:12.604460+0000 mgr.y (mgr.14152) 77 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:39:14.454 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:14 smithi023 bash[24949]: audit 2023-12-09T02:39:14.077628+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:39:14.454 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:14 smithi023 bash[24949]: audit 2023-12-09T02:39:14.084481+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:39:14.454 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:14 smithi023 bash[24949]: audit 2023-12-09T02:39:14.087221+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:39:14.454 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:14 smithi023 bash[24949]: audit 2023-12-09T02:39:14.088818+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:39:14.455 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:14 smithi023 bash[30415]: cluster 2023-12-09T02:39:12.604460+0000 mgr.y (mgr.14152) 77 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:39:14.455 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:14 smithi023 bash[30415]: audit 2023-12-09T02:39:14.077628+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:39:14.455 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:14 smithi023 bash[30415]: audit 2023-12-09T02:39:14.084481+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:39:14.455 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:14 smithi023 bash[30415]: audit 2023-12-09T02:39:14.087221+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:39:14.455 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:14 smithi023 bash[30415]: audit 2023-12-09T02:39:14.088818+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:39:14.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:14 smithi172 bash[25093]: cluster 2023-12-09T02:39:12.604460+0000 mgr.y (mgr.14152) 77 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:39:14.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:14 smithi172 bash[25093]: audit 2023-12-09T02:39:14.077628+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:39:14.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:14 smithi172 bash[25093]: audit 2023-12-09T02:39:14.084481+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:39:14.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:14 smithi172 bash[25093]: audit 2023-12-09T02:39:14.087221+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:39:14.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:14 smithi172 bash[25093]: audit 2023-12-09T02:39:14.088818+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:39:14.727 DEBUG:teuthology.orchestra.run.smithi023:osd.0> sudo journalctl -f -n 0 -u ceph-9eab968a-963b-11ee-95a3-87774f69a715@osd.0.service 2023-12-09T02:39:14.729 INFO:tasks.cephadm:Deploying osd.1 on smithi023 with /dev/vg_nvme/lv_3... 2023-12-09T02:39:14.729 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-12-09T02:39:14.848 INFO:journalctl@ceph.osd.0.smithi023.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-09T02:39:15.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:15 smithi172 bash[25093]: audit 2023-12-09T02:39:14.456372+0000 mon.c (mon.1) 4 : audit [INF] from='osd.0 [v2:172.21.15.23:6802/68470476,v1:172.21.15.23:6803/68470476]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-09T02:39:15.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:15 smithi172 bash[25093]: audit 2023-12-09T02:39:14.456881+0000 mon.a (mon.0) 247 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-09T02:39:15.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:15 smithi023 bash[24949]: audit 2023-12-09T02:39:14.456372+0000 mon.c (mon.1) 4 : audit [INF] from='osd.0 [v2:172.21.15.23:6802/68470476,v1:172.21.15.23:6803/68470476]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-09T02:39:15.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:15 smithi023 bash[24949]: audit 2023-12-09T02:39:14.456881+0000 mon.a (mon.0) 247 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-09T02:39:15.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:15 smithi023 bash[30415]: audit 2023-12-09T02:39:14.456372+0000 mon.c (mon.1) 4 : audit [INF] from='osd.0 [v2:172.21.15.23:6802/68470476,v1:172.21.15.23:6803/68470476]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-09T02:39:15.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:15 smithi023 bash[30415]: audit 2023-12-09T02:39:14.456881+0000 mon.a (mon.0) 247 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-09T02:39:16.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:16 smithi172 bash[25093]: cluster 2023-12-09T02:39:14.604895+0000 mgr.y (mgr.14152) 78 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:39:16.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:16 smithi172 bash[25093]: audit 2023-12-09T02:39:15.179465+0000 mon.a (mon.0) 248 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-09T02:39:16.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:16 smithi172 bash[25093]: cluster 2023-12-09T02:39:15.179608+0000 mon.a (mon.0) 249 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-12-09T02:39:16.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:16 smithi172 bash[25093]: audit 2023-12-09T02:39:15.180460+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-09T02:39:16.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:16 smithi172 bash[25093]: audit 2023-12-09T02:39:15.183184+0000 mon.c (mon.1) 5 : audit [INF] from='osd.0 [v2:172.21.15.23:6802/68470476,v1:172.21.15.23:6803/68470476]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2023-12-09T02:39:16.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:16 smithi172 bash[25093]: audit 2023-12-09T02:39:15.188643+0000 mon.a (mon.0) 251 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2023-12-09T02:39:16.517 INFO:journalctl@ceph.osd.0.smithi023.stdout:Dec 09 02:39:16 smithi023 bash[33182]: debug 2023-12-09T02:39:16.208+0000 7fb484c2f700 -1 osd.0 0 waiting for initial osdmap 2023-12-09T02:39:16.517 INFO:journalctl@ceph.osd.0.smithi023.stdout:Dec 09 02:39:16 smithi023 bash[33182]: debug 2023-12-09T02:39:16.212+0000 7fb480dc9700 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-09T02:39:16.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:16 smithi023 bash[24949]: cluster 2023-12-09T02:39:14.604895+0000 mgr.y (mgr.14152) 78 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:39:16.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:16 smithi023 bash[24949]: audit 2023-12-09T02:39:15.179465+0000 mon.a (mon.0) 248 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-09T02:39:16.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:16 smithi023 bash[24949]: cluster 2023-12-09T02:39:15.179608+0000 mon.a (mon.0) 249 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-12-09T02:39:16.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:16 smithi023 bash[24949]: audit 2023-12-09T02:39:15.180460+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-09T02:39:16.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:16 smithi023 bash[24949]: audit 2023-12-09T02:39:15.183184+0000 mon.c (mon.1) 5 : audit [INF] from='osd.0 [v2:172.21.15.23:6802/68470476,v1:172.21.15.23:6803/68470476]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2023-12-09T02:39:16.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:16 smithi023 bash[24949]: audit 2023-12-09T02:39:15.188643+0000 mon.a (mon.0) 251 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2023-12-09T02:39:16.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:16 smithi023 bash[30415]: cluster 2023-12-09T02:39:14.604895+0000 mgr.y (mgr.14152) 78 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:39:16.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:16 smithi023 bash[30415]: audit 2023-12-09T02:39:15.179465+0000 mon.a (mon.0) 248 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-09T02:39:16.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:16 smithi023 bash[30415]: cluster 2023-12-09T02:39:15.179608+0000 mon.a (mon.0) 249 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-12-09T02:39:16.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:16 smithi023 bash[30415]: audit 2023-12-09T02:39:15.180460+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-09T02:39:16.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:16 smithi023 bash[30415]: audit 2023-12-09T02:39:15.183184+0000 mon.c (mon.1) 5 : audit [INF] from='osd.0 [v2:172.21.15.23:6802/68470476,v1:172.21.15.23:6803/68470476]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2023-12-09T02:39:16.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:16 smithi023 bash[30415]: audit 2023-12-09T02:39:15.188643+0000 mon.a (mon.0) 251 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2023-12-09T02:39:17.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:17 smithi172 bash[25093]: audit 2023-12-09T02:39:16.205356+0000 mon.a (mon.0) 252 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]': finished 2023-12-09T02:39:17.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:17 smithi172 bash[25093]: cluster 2023-12-09T02:39:16.205617+0000 mon.a (mon.0) 253 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2023-12-09T02:39:17.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:17 smithi172 bash[25093]: audit 2023-12-09T02:39:16.205813+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-09T02:39:17.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:17 smithi172 bash[25093]: audit 2023-12-09T02:39:16.212292+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-09T02:39:17.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:17 smithi023 bash[24949]: audit 2023-12-09T02:39:16.205356+0000 mon.a (mon.0) 252 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]': finished 2023-12-09T02:39:17.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:17 smithi023 bash[24949]: cluster 2023-12-09T02:39:16.205617+0000 mon.a (mon.0) 253 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2023-12-09T02:39:17.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:17 smithi023 bash[24949]: audit 2023-12-09T02:39:16.205813+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-09T02:39:17.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:17 smithi023 bash[24949]: audit 2023-12-09T02:39:16.212292+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-09T02:39:17.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:17 smithi023 bash[30415]: audit 2023-12-09T02:39:16.205356+0000 mon.a (mon.0) 252 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]': finished 2023-12-09T02:39:17.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:17 smithi023 bash[30415]: cluster 2023-12-09T02:39:16.205617+0000 mon.a (mon.0) 253 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2023-12-09T02:39:17.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:17 smithi023 bash[30415]: audit 2023-12-09T02:39:16.205813+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-09T02:39:17.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:17 smithi023 bash[30415]: audit 2023-12-09T02:39:16.212292+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-09T02:39:18.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:18 smithi172 bash[25093]: cluster 2023-12-09T02:39:15.477814+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-09T02:39:18.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:18 smithi172 bash[25093]: cluster 2023-12-09T02:39:15.478050+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-09T02:39:18.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:18 smithi172 bash[25093]: cluster 2023-12-09T02:39:16.605406+0000 mgr.y (mgr.14152) 79 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:39:18.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:18 smithi172 bash[25093]: cluster 2023-12-09T02:39:17.210551+0000 mon.a (mon.0) 256 : cluster [INF] osd.0 [v2:172.21.15.23:6802/68470476,v1:172.21.15.23:6803/68470476] boot 2023-12-09T02:39:18.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:18 smithi172 bash[25093]: cluster 2023-12-09T02:39:17.210728+0000 mon.a (mon.0) 257 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2023-12-09T02:39:18.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:18 smithi172 bash[25093]: audit 2023-12-09T02:39:17.216320+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-09T02:39:18.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:18 smithi023 bash[30415]: cluster 2023-12-09T02:39:15.477814+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-09T02:39:18.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:18 smithi023 bash[30415]: cluster 2023-12-09T02:39:15.478050+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-09T02:39:18.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:18 smithi023 bash[30415]: cluster 2023-12-09T02:39:16.605406+0000 mgr.y (mgr.14152) 79 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:39:18.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:18 smithi023 bash[30415]: cluster 2023-12-09T02:39:17.210551+0000 mon.a (mon.0) 256 : cluster [INF] osd.0 [v2:172.21.15.23:6802/68470476,v1:172.21.15.23:6803/68470476] boot 2023-12-09T02:39:18.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:18 smithi023 bash[30415]: cluster 2023-12-09T02:39:17.210728+0000 mon.a (mon.0) 257 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2023-12-09T02:39:18.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:18 smithi023 bash[30415]: audit 2023-12-09T02:39:17.216320+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-09T02:39:18.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:18 smithi023 bash[24949]: cluster 2023-12-09T02:39:15.477814+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-09T02:39:18.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:18 smithi023 bash[24949]: cluster 2023-12-09T02:39:15.478050+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-09T02:39:18.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:18 smithi023 bash[24949]: cluster 2023-12-09T02:39:16.605406+0000 mgr.y (mgr.14152) 79 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-09T02:39:18.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:18 smithi023 bash[24949]: cluster 2023-12-09T02:39:17.210551+0000 mon.a (mon.0) 256 : cluster [INF] osd.0 [v2:172.21.15.23:6802/68470476,v1:172.21.15.23:6803/68470476] boot 2023-12-09T02:39:18.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:18 smithi023 bash[24949]: cluster 2023-12-09T02:39:17.210728+0000 mon.a (mon.0) 257 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2023-12-09T02:39:18.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:18 smithi023 bash[24949]: audit 2023-12-09T02:39:17.216320+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-09T02:39:18.743 INFO:teuthology.orchestra.run.smithi023.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-12-09T02:39:18.743 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-12-09T02:39:18.744 INFO:teuthology.orchestra.run.smithi023.stderr: stderr: 10+0 records in 2023-12-09T02:39:18.744 INFO:teuthology.orchestra.run.smithi023.stderr:10+0 records out 2023-12-09T02:39:18.744 INFO:teuthology.orchestra.run.smithi023.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0140093 s, 748 MB/s 2023-12-09T02:39:18.744 INFO:teuthology.orchestra.run.smithi023.stderr:--> Zapping successful for: 2023-12-09T02:39:19.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:19 smithi023 bash[30415]: cluster 2023-12-09T02:39:18.243969+0000 mon.a (mon.0) 259 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2023-12-09T02:39:19.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:19 smithi023 bash[24949]: cluster 2023-12-09T02:39:18.243969+0000 mon.a (mon.0) 259 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2023-12-09T02:39:19.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:19 smithi172 bash[25093]: cluster 2023-12-09T02:39:18.243969+0000 mon.a (mon.0) 259 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2023-12-09T02:39:19.962 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -- ceph orch daemon add osd smithi023:vg_nvme/lv_3 2023-12-09T02:39:20.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:20 smithi023 bash[24949]: cluster 2023-12-09T02:39:18.605942+0000 mgr.y (mgr.14152) 80 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T02:39:20.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:20 smithi023 bash[30415]: cluster 2023-12-09T02:39:18.605942+0000 mgr.y (mgr.14152) 80 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T02:39:20.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:20 smithi172 bash[25093]: cluster 2023-12-09T02:39:18.605942+0000 mgr.y (mgr.14152) 80 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T02:39:21.316 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:21 smithi023 bash[30415]: cluster 2023-12-09T02:39:20.606461+0000 mgr.y (mgr.14152) 81 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T02:39:21.317 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:21 smithi023 bash[24949]: cluster 2023-12-09T02:39:20.606461+0000 mgr.y (mgr.14152) 81 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T02:39:21.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:21 smithi172 bash[25093]: cluster 2023-12-09T02:39:20.606461+0000 mgr.y (mgr.14152) 81 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T02:39:24.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:24 smithi172 bash[25093]: cluster 2023-12-09T02:39:22.607121+0000 mgr.y (mgr.14152) 82 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T02:39:24.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:24 smithi172 bash[25093]: cephadm 2023-12-09T02:39:23.013292+0000 mgr.y (mgr.14152) 83 : cephadm [INF] Detected new or changed devices on smithi023 2023-12-09T02:39:24.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:24 smithi172 bash[25093]: audit 2023-12-09T02:39:23.022762+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:39:24.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:24 smithi172 bash[25093]: audit 2023-12-09T02:39:23.024148+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:39:24.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:24 smithi172 bash[25093]: cephadm 2023-12-09T02:39:23.025195+0000 mgr.y (mgr.14152) 84 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 16247M 2023-12-09T02:39:24.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:24 smithi172 bash[25093]: audit 2023-12-09T02:39:23.037099+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:39:24.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:24 smithi172 bash[25093]: audit 2023-12-09T02:39:23.046863+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:39:24.500 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:24 smithi172 bash[25093]: audit 2023-12-09T02:39:23.430245+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-09T02:39:24.500 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:24 smithi172 bash[25093]: audit 2023-12-09T02:39:23.435559+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-09T02:39:24.500 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:24 smithi172 bash[25093]: audit 2023-12-09T02:39:23.437254+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:39:24.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:24 smithi023 bash[24949]: cluster 2023-12-09T02:39:22.607121+0000 mgr.y (mgr.14152) 82 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T02:39:24.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:24 smithi023 bash[24949]: cephadm 2023-12-09T02:39:23.013292+0000 mgr.y (mgr.14152) 83 : cephadm [INF] Detected new or changed devices on smithi023 2023-12-09T02:39:24.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:24 smithi023 bash[24949]: audit 2023-12-09T02:39:23.022762+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:39:24.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:24 smithi023 bash[24949]: audit 2023-12-09T02:39:23.024148+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:39:24.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:24 smithi023 bash[24949]: cephadm 2023-12-09T02:39:23.025195+0000 mgr.y (mgr.14152) 84 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 16247M 2023-12-09T02:39:24.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:24 smithi023 bash[24949]: audit 2023-12-09T02:39:23.037099+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:39:24.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:24 smithi023 bash[24949]: audit 2023-12-09T02:39:23.046863+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:39:24.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:24 smithi023 bash[24949]: audit 2023-12-09T02:39:23.430245+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-09T02:39:24.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:24 smithi023 bash[24949]: audit 2023-12-09T02:39:23.435559+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-09T02:39:24.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:24 smithi023 bash[24949]: audit 2023-12-09T02:39:23.437254+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:39:24.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:24 smithi023 bash[30415]: cluster 2023-12-09T02:39:22.607121+0000 mgr.y (mgr.14152) 82 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T02:39:24.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:24 smithi023 bash[30415]: cephadm 2023-12-09T02:39:23.013292+0000 mgr.y (mgr.14152) 83 : cephadm [INF] Detected new or changed devices on smithi023 2023-12-09T02:39:24.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:24 smithi023 bash[30415]: audit 2023-12-09T02:39:23.022762+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:39:24.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:24 smithi023 bash[30415]: audit 2023-12-09T02:39:23.024148+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:39:24.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:24 smithi023 bash[30415]: cephadm 2023-12-09T02:39:23.025195+0000 mgr.y (mgr.14152) 84 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 16247M 2023-12-09T02:39:24.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:24 smithi023 bash[30415]: audit 2023-12-09T02:39:23.037099+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:39:24.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:24 smithi023 bash[30415]: audit 2023-12-09T02:39:23.046863+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:39:24.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:24 smithi023 bash[30415]: audit 2023-12-09T02:39:23.430245+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-09T02:39:24.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:24 smithi023 bash[30415]: audit 2023-12-09T02:39:23.435559+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-09T02:39:24.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:24 smithi023 bash[30415]: audit 2023-12-09T02:39:23.437254+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:39:25.502 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:25 smithi172 bash[25093]: audit 2023-12-09T02:39:23.423813+0000 mgr.y (mgr.14152) 85 : audit [DBG] from='client.14247 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi023:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:39:25.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:25 smithi023 bash[24949]: audit 2023-12-09T02:39:23.423813+0000 mgr.y (mgr.14152) 85 : audit [DBG] from='client.14247 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi023:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:39:25.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:25 smithi023 bash[30415]: audit 2023-12-09T02:39:23.423813+0000 mgr.y (mgr.14152) 85 : audit [DBG] from='client.14247 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi023:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:39:26.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:26 smithi172 bash[25093]: cluster 2023-12-09T02:39:24.607802+0000 mgr.y (mgr.14152) 86 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T02:39:26.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:26 smithi023 bash[24949]: cluster 2023-12-09T02:39:24.607802+0000 mgr.y (mgr.14152) 86 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T02:39:26.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:26 smithi023 bash[30415]: cluster 2023-12-09T02:39:24.607802+0000 mgr.y (mgr.14152) 86 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T02:39:28.267 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:28 smithi023 bash[24949]: cluster 2023-12-09T02:39:26.608414+0000 mgr.y (mgr.14152) 87 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T02:39:28.267 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:28 smithi023 bash[30415]: cluster 2023-12-09T02:39:26.608414+0000 mgr.y (mgr.14152) 87 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T02:39:28.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:28 smithi172 bash[25093]: cluster 2023-12-09T02:39:26.608414+0000 mgr.y (mgr.14152) 87 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T02:39:30.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:30 smithi172 bash[25093]: cluster 2023-12-09T02:39:28.608987+0000 mgr.y (mgr.14152) 88 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T02:39:30.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:30 smithi172 bash[25093]: audit 2023-12-09T02:39:29.511655+0000 mon.a (mon.0) 267 : audit [INF] from='client.? 172.21.15.23:0/4099925528' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "08e5e83f-a555-4ecb-a022-8b4a1f8b9c6b"}]: dispatch 2023-12-09T02:39:30.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:30 smithi172 bash[25093]: audit 2023-12-09T02:39:29.520626+0000 mon.a (mon.0) 268 : audit [INF] from='client.? 172.21.15.23:0/4099925528' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "08e5e83f-a555-4ecb-a022-8b4a1f8b9c6b"}]': finished 2023-12-09T02:39:30.500 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:30 smithi172 bash[25093]: cluster 2023-12-09T02:39:29.520690+0000 mon.a (mon.0) 269 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2023-12-09T02:39:30.500 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:30 smithi172 bash[25093]: audit 2023-12-09T02:39:29.520930+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-09T02:39:30.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:30 smithi023 bash[24949]: cluster 2023-12-09T02:39:28.608987+0000 mgr.y (mgr.14152) 88 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T02:39:30.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:30 smithi023 bash[24949]: audit 2023-12-09T02:39:29.511655+0000 mon.a (mon.0) 267 : audit [INF] from='client.? 172.21.15.23:0/4099925528' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "08e5e83f-a555-4ecb-a022-8b4a1f8b9c6b"}]: dispatch 2023-12-09T02:39:30.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:30 smithi023 bash[24949]: audit 2023-12-09T02:39:29.520626+0000 mon.a (mon.0) 268 : audit [INF] from='client.? 172.21.15.23:0/4099925528' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "08e5e83f-a555-4ecb-a022-8b4a1f8b9c6b"}]': finished 2023-12-09T02:39:30.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:30 smithi023 bash[24949]: cluster 2023-12-09T02:39:29.520690+0000 mon.a (mon.0) 269 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2023-12-09T02:39:30.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:30 smithi023 bash[24949]: audit 2023-12-09T02:39:29.520930+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-09T02:39:30.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:30 smithi023 bash[30415]: cluster 2023-12-09T02:39:28.608987+0000 mgr.y (mgr.14152) 88 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T02:39:30.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:30 smithi023 bash[30415]: audit 2023-12-09T02:39:29.511655+0000 mon.a (mon.0) 267 : audit [INF] from='client.? 172.21.15.23:0/4099925528' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "08e5e83f-a555-4ecb-a022-8b4a1f8b9c6b"}]: dispatch 2023-12-09T02:39:30.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:30 smithi023 bash[30415]: audit 2023-12-09T02:39:29.520626+0000 mon.a (mon.0) 268 : audit [INF] from='client.? 172.21.15.23:0/4099925528' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "08e5e83f-a555-4ecb-a022-8b4a1f8b9c6b"}]': finished 2023-12-09T02:39:30.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:30 smithi023 bash[30415]: cluster 2023-12-09T02:39:29.520690+0000 mon.a (mon.0) 269 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2023-12-09T02:39:30.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:30 smithi023 bash[30415]: audit 2023-12-09T02:39:29.520930+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-09T02:39:31.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:31 smithi172 bash[25093]: audit 2023-12-09T02:39:30.285263+0000 mon.c (mon.1) 6 : audit [DBG] from='client.? 172.21.15.23:0/3538807824' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-09T02:39:31.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:31 smithi023 bash[24949]: audit 2023-12-09T02:39:30.285263+0000 mon.c (mon.1) 6 : audit [DBG] from='client.? 172.21.15.23:0/3538807824' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-09T02:39:31.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:31 smithi023 bash[30415]: audit 2023-12-09T02:39:30.285263+0000 mon.c (mon.1) 6 : audit [DBG] from='client.? 172.21.15.23:0/3538807824' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-09T02:39:32.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:32 smithi172 bash[25093]: cluster 2023-12-09T02:39:30.609475+0000 mgr.y (mgr.14152) 89 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T02:39:32.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:32 smithi023 bash[24949]: cluster 2023-12-09T02:39:30.609475+0000 mgr.y (mgr.14152) 89 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T02:39:32.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:32 smithi023 bash[30415]: cluster 2023-12-09T02:39:30.609475+0000 mgr.y (mgr.14152) 89 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T02:39:34.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:34 smithi172 bash[25093]: cluster 2023-12-09T02:39:32.610021+0000 mgr.y (mgr.14152) 90 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T02:39:34.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:34 smithi023 bash[24949]: cluster 2023-12-09T02:39:32.610021+0000 mgr.y (mgr.14152) 90 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T02:39:34.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:34 smithi023 bash[30415]: cluster 2023-12-09T02:39:32.610021+0000 mgr.y (mgr.14152) 90 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T02:39:35.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:35 smithi172 bash[25093]: audit 2023-12-09T02:39:34.658943+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:39:35.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:35 smithi172 bash[25093]: audit 2023-12-09T02:39:34.661684+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:39:35.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:35 smithi023 bash[24949]: audit 2023-12-09T02:39:34.658943+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:39:35.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:35 smithi023 bash[24949]: audit 2023-12-09T02:39:34.661684+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:39:35.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:35 smithi023 bash[30415]: audit 2023-12-09T02:39:34.658943+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:39:35.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:35 smithi023 bash[30415]: audit 2023-12-09T02:39:34.661684+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:39:36.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:36 smithi172 bash[25093]: cluster 2023-12-09T02:39:34.610512+0000 mgr.y (mgr.14152) 91 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T02:39:36.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:36 smithi023 bash[24949]: cluster 2023-12-09T02:39:34.610512+0000 mgr.y (mgr.14152) 91 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T02:39:36.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:36 smithi023 bash[30415]: cluster 2023-12-09T02:39:34.610512+0000 mgr.y (mgr.14152) 91 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T02:39:38.267 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:38 smithi023 bash[24949]: cluster 2023-12-09T02:39:36.611019+0000 mgr.y (mgr.14152) 92 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T02:39:38.267 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:38 smithi023 bash[30415]: cluster 2023-12-09T02:39:36.611019+0000 mgr.y (mgr.14152) 92 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T02:39:38.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:38 smithi172 bash[25093]: cluster 2023-12-09T02:39:36.611019+0000 mgr.y (mgr.14152) 92 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T02:39:40.501 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:40 smithi172 bash[25093]: cluster 2023-12-09T02:39:38.611525+0000 mgr.y (mgr.14152) 93 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T02:39:40.501 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:40 smithi172 bash[25093]: audit 2023-12-09T02:39:39.962388+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-09T02:39:40.501 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:40 smithi172 bash[25093]: audit 2023-12-09T02:39:39.963654+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:39:40.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:40 smithi023 bash[24949]: cluster 2023-12-09T02:39:38.611525+0000 mgr.y (mgr.14152) 93 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T02:39:40.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:40 smithi023 bash[24949]: audit 2023-12-09T02:39:39.962388+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-09T02:39:40.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:40 smithi023 bash[24949]: audit 2023-12-09T02:39:39.963654+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:39:40.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:40 smithi023 bash[30415]: cluster 2023-12-09T02:39:38.611525+0000 mgr.y (mgr.14152) 93 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T02:39:40.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:40 smithi023 bash[30415]: audit 2023-12-09T02:39:39.962388+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-09T02:39:40.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:40 smithi023 bash[30415]: audit 2023-12-09T02:39:39.963654+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:39:41.364 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:41 smithi023 bash[24949]: cephadm 2023-12-09T02:39:39.964943+0000 mgr.y (mgr.14152) 94 : cephadm [INF] Deploying daemon osd.1 on smithi023 2023-12-09T02:39:41.364 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:41 smithi023 bash[30415]: cephadm 2023-12-09T02:39:39.964943+0000 mgr.y (mgr.14152) 94 : cephadm [INF] Deploying daemon osd.1 on smithi023 2023-12-09T02:39:41.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:41 smithi172 bash[25093]: cephadm 2023-12-09T02:39:39.964943+0000 mgr.y (mgr.14152) 94 : cephadm [INF] Deploying daemon osd.1 on smithi023 2023-12-09T02:39:42.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:42 smithi023 bash[24949]: cluster 2023-12-09T02:39:40.612051+0000 mgr.y (mgr.14152) 95 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T02:39:42.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:42 smithi023 bash[30415]: cluster 2023-12-09T02:39:40.612051+0000 mgr.y (mgr.14152) 95 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T02:39:42.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:42 smithi172 bash[25093]: cluster 2023-12-09T02:39:40.612051+0000 mgr.y (mgr.14152) 95 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T02:39:43.484 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:43 smithi023 bash[30415]: cluster 2023-12-09T02:39:42.612493+0000 mgr.y (mgr.14152) 96 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T02:39:43.484 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:43 smithi023 bash[24949]: cluster 2023-12-09T02:39:42.612493+0000 mgr.y (mgr.14152) 96 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T02:39:43.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:43 smithi172 bash[25093]: cluster 2023-12-09T02:39:42.612493+0000 mgr.y (mgr.14152) 96 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T02:39:45.266 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:44 smithi023 bash[30415]: audit 2023-12-09T02:39:43.991852+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:39:45.267 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:44 smithi023 bash[30415]: audit 2023-12-09T02:39:44.017047+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:39:45.267 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:44 smithi023 bash[30415]: audit 2023-12-09T02:39:44.018728+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:39:45.267 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:44 smithi023 bash[30415]: audit 2023-12-09T02:39:44.019665+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:39:45.267 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:44 smithi023 bash[24949]: audit 2023-12-09T02:39:43.991852+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:39:45.267 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:44 smithi023 bash[24949]: audit 2023-12-09T02:39:44.017047+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:39:45.267 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:44 smithi023 bash[24949]: audit 2023-12-09T02:39:44.018728+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:39:45.267 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:44 smithi023 bash[24949]: audit 2023-12-09T02:39:44.019665+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:39:45.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:44 smithi172 bash[25093]: audit 2023-12-09T02:39:43.991852+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:39:45.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:44 smithi172 bash[25093]: audit 2023-12-09T02:39:44.017047+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:39:45.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:44 smithi172 bash[25093]: audit 2023-12-09T02:39:44.018728+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:39:45.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:44 smithi172 bash[25093]: audit 2023-12-09T02:39:44.019665+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:39:46.266 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:46 smithi023 bash[24949]: cluster 2023-12-09T02:39:44.613005+0000 mgr.y (mgr.14152) 97 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T02:39:46.267 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:46 smithi023 bash[30415]: cluster 2023-12-09T02:39:44.613005+0000 mgr.y (mgr.14152) 97 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T02:39:46.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:46 smithi172 bash[25093]: cluster 2023-12-09T02:39:44.613005+0000 mgr.y (mgr.14152) 97 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T02:39:48.266 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:48 smithi023 bash[24949]: cluster 2023-12-09T02:39:46.613422+0000 mgr.y (mgr.14152) 98 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T02:39:48.267 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:48 smithi023 bash[24949]: audit 2023-12-09T02:39:47.991240+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:39:48.267 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:48 smithi023 bash[30415]: cluster 2023-12-09T02:39:46.613422+0000 mgr.y (mgr.14152) 98 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T02:39:48.267 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:48 smithi023 bash[30415]: audit 2023-12-09T02:39:47.991240+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:39:48.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:48 smithi172 bash[25093]: cluster 2023-12-09T02:39:46.613422+0000 mgr.y (mgr.14152) 98 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T02:39:48.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:48 smithi172 bash[25093]: audit 2023-12-09T02:39:47.991240+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:39:49.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:49 smithi172 bash[25093]: audit 2023-12-09T02:39:48.290398+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:39:49.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:49 smithi172 bash[25093]: cluster 2023-12-09T02:39:48.613926+0000 mgr.y (mgr.14152) 99 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T02:39:49.760 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:49 smithi023 bash[24949]: audit 2023-12-09T02:39:48.290398+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:39:49.760 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:49 smithi023 bash[24949]: cluster 2023-12-09T02:39:48.613926+0000 mgr.y (mgr.14152) 99 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T02:39:49.760 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:49 smithi023 bash[30415]: audit 2023-12-09T02:39:48.290398+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:39:49.760 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:49 smithi023 bash[30415]: cluster 2023-12-09T02:39:48.613926+0000 mgr.y (mgr.14152) 99 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T02:39:51.106 INFO:teuthology.orchestra.run.smithi023.stdout:Created osd(s) 1 on host 'smithi023' 2023-12-09T02:39:51.756 DEBUG:teuthology.orchestra.run.smithi023:osd.1> sudo journalctl -f -n 0 -u ceph-9eab968a-963b-11ee-95a3-87774f69a715@osd.1.service 2023-12-09T02:39:51.759 INFO:tasks.cephadm:Deploying osd.2 on smithi023 with /dev/vg_nvme/lv_2... 2023-12-09T02:39:51.759 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-12-09T02:39:51.901 INFO:journalctl@ceph.osd.1.smithi023.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-09T02:39:52.266 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:52 smithi023 bash[24949]: cluster 2023-12-09T02:39:50.614404+0000 mgr.y (mgr.14152) 100 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T02:39:52.267 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:52 smithi023 bash[24949]: audit 2023-12-09T02:39:51.102988+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:39:52.267 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:52 smithi023 bash[24949]: audit 2023-12-09T02:39:51.116309+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:39:52.267 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:52 smithi023 bash[24949]: audit 2023-12-09T02:39:51.120057+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:39:52.267 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:52 smithi023 bash[24949]: audit 2023-12-09T02:39:51.121810+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:39:52.267 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:52 smithi023 bash[24949]: audit 2023-12-09T02:39:51.448138+0000 mon.a (mon.0) 285 : audit [INF] from='osd.1 [v2:172.21.15.23:6810/3759177430,v1:172.21.15.23:6811/3759177430]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-09T02:39:52.267 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:52 smithi023 bash[30415]: cluster 2023-12-09T02:39:50.614404+0000 mgr.y (mgr.14152) 100 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T02:39:52.267 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:52 smithi023 bash[30415]: audit 2023-12-09T02:39:51.102988+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:39:52.267 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:52 smithi023 bash[30415]: audit 2023-12-09T02:39:51.116309+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:39:52.267 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:52 smithi023 bash[30415]: audit 2023-12-09T02:39:51.120057+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:39:52.267 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:52 smithi023 bash[30415]: audit 2023-12-09T02:39:51.121810+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:39:52.267 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:52 smithi023 bash[30415]: audit 2023-12-09T02:39:51.448138+0000 mon.a (mon.0) 285 : audit [INF] from='osd.1 [v2:172.21.15.23:6810/3759177430,v1:172.21.15.23:6811/3759177430]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-09T02:39:52.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:52 smithi172 bash[25093]: cluster 2023-12-09T02:39:50.614404+0000 mgr.y (mgr.14152) 100 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T02:39:52.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:52 smithi172 bash[25093]: audit 2023-12-09T02:39:51.102988+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:39:52.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:52 smithi172 bash[25093]: audit 2023-12-09T02:39:51.116309+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:39:52.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:52 smithi172 bash[25093]: audit 2023-12-09T02:39:51.120057+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:39:52.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:52 smithi172 bash[25093]: audit 2023-12-09T02:39:51.121810+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:39:52.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:52 smithi172 bash[25093]: audit 2023-12-09T02:39:51.448138+0000 mon.a (mon.0) 285 : audit [INF] from='osd.1 [v2:172.21.15.23:6810/3759177430,v1:172.21.15.23:6811/3759177430]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-09T02:39:53.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:53 smithi172 bash[25093]: audit 2023-12-09T02:39:52.116828+0000 mon.a (mon.0) 286 : audit [INF] from='osd.1 [v2:172.21.15.23:6810/3759177430,v1:172.21.15.23:6811/3759177430]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-09T02:39:53.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:53 smithi172 bash[25093]: cluster 2023-12-09T02:39:52.116983+0000 mon.a (mon.0) 287 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2023-12-09T02:39:53.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:53 smithi172 bash[25093]: audit 2023-12-09T02:39:52.117920+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-09T02:39:53.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:53 smithi172 bash[25093]: audit 2023-12-09T02:39:52.118908+0000 mon.a (mon.0) 289 : audit [INF] from='osd.1 [v2:172.21.15.23:6810/3759177430,v1:172.21.15.23:6811/3759177430]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2023-12-09T02:39:53.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:53 smithi172 bash[25093]: audit 2023-12-09T02:39:53.118667+0000 mon.a (mon.0) 290 : audit [INF] from='osd.1 [v2:172.21.15.23:6810/3759177430,v1:172.21.15.23:6811/3759177430]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]': finished 2023-12-09T02:39:53.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:53 smithi172 bash[25093]: cluster 2023-12-09T02:39:53.118825+0000 mon.a (mon.0) 291 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2023-12-09T02:39:53.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:53 smithi172 bash[25093]: audit 2023-12-09T02:39:53.119087+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-09T02:39:53.516 INFO:journalctl@ceph.osd.1.smithi023.stdout:Dec 09 02:39:53 smithi023 bash[36356]: debug 2023-12-09T02:39:53.124+0000 7fc8e40a9700 -1 osd.1 0 waiting for initial osdmap 2023-12-09T02:39:53.517 INFO:journalctl@ceph.osd.1.smithi023.stdout:Dec 09 02:39:53 smithi023 bash[36356]: debug 2023-12-09T02:39:53.132+0000 7fc8dea40700 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-09T02:39:53.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:53 smithi023 bash[30415]: audit 2023-12-09T02:39:52.116828+0000 mon.a (mon.0) 286 : audit [INF] from='osd.1 [v2:172.21.15.23:6810/3759177430,v1:172.21.15.23:6811/3759177430]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-09T02:39:53.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:53 smithi023 bash[30415]: cluster 2023-12-09T02:39:52.116983+0000 mon.a (mon.0) 287 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2023-12-09T02:39:53.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:53 smithi023 bash[30415]: audit 2023-12-09T02:39:52.117920+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-09T02:39:53.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:53 smithi023 bash[30415]: audit 2023-12-09T02:39:52.118908+0000 mon.a (mon.0) 289 : audit [INF] from='osd.1 [v2:172.21.15.23:6810/3759177430,v1:172.21.15.23:6811/3759177430]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2023-12-09T02:39:53.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:53 smithi023 bash[30415]: audit 2023-12-09T02:39:53.118667+0000 mon.a (mon.0) 290 : audit [INF] from='osd.1 [v2:172.21.15.23:6810/3759177430,v1:172.21.15.23:6811/3759177430]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]': finished 2023-12-09T02:39:53.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:53 smithi023 bash[30415]: cluster 2023-12-09T02:39:53.118825+0000 mon.a (mon.0) 291 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2023-12-09T02:39:53.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:53 smithi023 bash[30415]: audit 2023-12-09T02:39:53.119087+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-09T02:39:53.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:53 smithi023 bash[24949]: audit 2023-12-09T02:39:52.116828+0000 mon.a (mon.0) 286 : audit [INF] from='osd.1 [v2:172.21.15.23:6810/3759177430,v1:172.21.15.23:6811/3759177430]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-09T02:39:53.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:53 smithi023 bash[24949]: cluster 2023-12-09T02:39:52.116983+0000 mon.a (mon.0) 287 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2023-12-09T02:39:53.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:53 smithi023 bash[24949]: audit 2023-12-09T02:39:52.117920+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-09T02:39:53.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:53 smithi023 bash[24949]: audit 2023-12-09T02:39:52.118908+0000 mon.a (mon.0) 289 : audit [INF] from='osd.1 [v2:172.21.15.23:6810/3759177430,v1:172.21.15.23:6811/3759177430]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2023-12-09T02:39:53.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:53 smithi023 bash[24949]: audit 2023-12-09T02:39:53.118667+0000 mon.a (mon.0) 290 : audit [INF] from='osd.1 [v2:172.21.15.23:6810/3759177430,v1:172.21.15.23:6811/3759177430]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]': finished 2023-12-09T02:39:53.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:53 smithi023 bash[24949]: cluster 2023-12-09T02:39:53.118825+0000 mon.a (mon.0) 291 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2023-12-09T02:39:53.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:53 smithi023 bash[24949]: audit 2023-12-09T02:39:53.119087+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-09T02:39:54.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:54 smithi172 bash[25093]: cluster 2023-12-09T02:39:52.614884+0000 mgr.y (mgr.14152) 101 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T02:39:54.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:54 smithi172 bash[25093]: audit 2023-12-09T02:39:53.135862+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-09T02:39:54.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:54 smithi023 bash[24949]: cluster 2023-12-09T02:39:52.614884+0000 mgr.y (mgr.14152) 101 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T02:39:54.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:54 smithi023 bash[24949]: audit 2023-12-09T02:39:53.135862+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-09T02:39:54.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:54 smithi023 bash[30415]: cluster 2023-12-09T02:39:52.614884+0000 mgr.y (mgr.14152) 101 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-12-09T02:39:54.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:54 smithi023 bash[30415]: audit 2023-12-09T02:39:53.135862+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-09T02:39:55.239 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:55 smithi023 bash[30415]: cluster 2023-12-09T02:39:52.475074+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-09T02:39:55.239 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:55 smithi023 bash[30415]: cluster 2023-12-09T02:39:52.475279+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-09T02:39:55.239 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:55 smithi023 bash[30415]: audit 2023-12-09T02:39:54.127562+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-09T02:39:55.239 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:55 smithi023 bash[30415]: cluster 2023-12-09T02:39:54.149213+0000 mon.a (mon.0) 295 : cluster [INF] osd.1 [v2:172.21.15.23:6810/3759177430,v1:172.21.15.23:6811/3759177430] boot 2023-12-09T02:39:55.240 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:55 smithi023 bash[30415]: cluster 2023-12-09T02:39:54.149331+0000 mon.a (mon.0) 296 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2023-12-09T02:39:55.240 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:55 smithi023 bash[30415]: audit 2023-12-09T02:39:54.149795+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-09T02:39:55.240 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:55 smithi023 bash[24949]: cluster 2023-12-09T02:39:52.475074+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-09T02:39:55.240 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:55 smithi023 bash[24949]: cluster 2023-12-09T02:39:52.475279+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-09T02:39:55.240 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:55 smithi023 bash[24949]: audit 2023-12-09T02:39:54.127562+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-09T02:39:55.240 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:55 smithi023 bash[24949]: cluster 2023-12-09T02:39:54.149213+0000 mon.a (mon.0) 295 : cluster [INF] osd.1 [v2:172.21.15.23:6810/3759177430,v1:172.21.15.23:6811/3759177430] boot 2023-12-09T02:39:55.240 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:55 smithi023 bash[24949]: cluster 2023-12-09T02:39:54.149331+0000 mon.a (mon.0) 296 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2023-12-09T02:39:55.240 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:55 smithi023 bash[24949]: audit 2023-12-09T02:39:54.149795+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-09T02:39:55.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:55 smithi172 bash[25093]: cluster 2023-12-09T02:39:52.475074+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-09T02:39:55.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:55 smithi172 bash[25093]: cluster 2023-12-09T02:39:52.475279+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-09T02:39:55.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:55 smithi172 bash[25093]: audit 2023-12-09T02:39:54.127562+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-09T02:39:55.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:55 smithi172 bash[25093]: cluster 2023-12-09T02:39:54.149213+0000 mon.a (mon.0) 295 : cluster [INF] osd.1 [v2:172.21.15.23:6810/3759177430,v1:172.21.15.23:6811/3759177430] boot 2023-12-09T02:39:55.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:55 smithi172 bash[25093]: cluster 2023-12-09T02:39:54.149331+0000 mon.a (mon.0) 296 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2023-12-09T02:39:55.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:55 smithi172 bash[25093]: audit 2023-12-09T02:39:54.149795+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-09T02:39:55.801 INFO:teuthology.orchestra.run.smithi023.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-12-09T02:39:55.801 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-12-09T02:39:55.801 INFO:teuthology.orchestra.run.smithi023.stderr: stderr: 10+0 records in 2023-12-09T02:39:55.801 INFO:teuthology.orchestra.run.smithi023.stderr:10+0 records out 2023-12-09T02:39:55.801 INFO:teuthology.orchestra.run.smithi023.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.020572 s, 510 MB/s 2023-12-09T02:39:55.801 INFO:teuthology.orchestra.run.smithi023.stderr:--> Zapping successful for: 2023-12-09T02:39:56.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:56 smithi172 bash[25093]: cluster 2023-12-09T02:39:54.615366+0000 mgr.y (mgr.14152) 102 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-09T02:39:56.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:56 smithi172 bash[25093]: cluster 2023-12-09T02:39:55.158744+0000 mon.a (mon.0) 298 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2023-12-09T02:39:56.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:56 smithi023 bash[24949]: cluster 2023-12-09T02:39:54.615366+0000 mgr.y (mgr.14152) 102 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-09T02:39:56.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:56 smithi023 bash[24949]: cluster 2023-12-09T02:39:55.158744+0000 mon.a (mon.0) 298 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2023-12-09T02:39:56.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:56 smithi023 bash[30415]: cluster 2023-12-09T02:39:54.615366+0000 mgr.y (mgr.14152) 102 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-12-09T02:39:56.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:56 smithi023 bash[30415]: cluster 2023-12-09T02:39:55.158744+0000 mon.a (mon.0) 298 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2023-12-09T02:39:56.942 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -- ceph orch daemon add osd smithi023:vg_nvme/lv_2 2023-12-09T02:39:58.501 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:39:58 smithi172 bash[25093]: cluster 2023-12-09T02:39:56.615922+0000 mgr.y (mgr.14152) 103 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-09T02:39:58.511 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:39:58 smithi023 bash[24949]: cluster 2023-12-09T02:39:56.615922+0000 mgr.y (mgr.14152) 103 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-09T02:39:58.511 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:39:58 smithi023 bash[30415]: cluster 2023-12-09T02:39:56.615922+0000 mgr.y (mgr.14152) 103 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-12-09T02:40:00.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:00 smithi172 bash[25093]: cluster 2023-12-09T02:39:58.616454+0000 mgr.y (mgr.14152) 104 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-09T02:40:00.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:00 smithi172 bash[25093]: cluster 2023-12-09T02:40:00.000156+0000 mon.a (mon.0) 299 : cluster [INF] overall HEALTH_OK 2023-12-09T02:40:00.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:00 smithi023 bash[30415]: cluster 2023-12-09T02:39:58.616454+0000 mgr.y (mgr.14152) 104 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-09T02:40:00.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:00 smithi023 bash[30415]: cluster 2023-12-09T02:40:00.000156+0000 mon.a (mon.0) 299 : cluster [INF] overall HEALTH_OK 2023-12-09T02:40:00.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:00 smithi023 bash[24949]: cluster 2023-12-09T02:39:58.616454+0000 mgr.y (mgr.14152) 104 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-09T02:40:00.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:00 smithi023 bash[24949]: cluster 2023-12-09T02:40:00.000156+0000 mon.a (mon.0) 299 : cluster [INF] overall HEALTH_OK 2023-12-09T02:40:01.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:01 smithi172 bash[25093]: cephadm 2023-12-09T02:40:00.190755+0000 mgr.y (mgr.14152) 105 : cephadm [INF] Detected new or changed devices on smithi023 2023-12-09T02:40:01.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:01 smithi172 bash[25093]: audit 2023-12-09T02:40:00.205508+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:40:01.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:01 smithi172 bash[25093]: audit 2023-12-09T02:40:00.207108+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:40:01.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:01 smithi172 bash[25093]: audit 2023-12-09T02:40:00.208809+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:40:01.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:01 smithi172 bash[25093]: cephadm 2023-12-09T02:40:00.209922+0000 mgr.y (mgr.14152) 106 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 8123M 2023-12-09T02:40:01.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:01 smithi172 bash[25093]: audit 2023-12-09T02:40:00.218336+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:40:01.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:01 smithi172 bash[25093]: audit 2023-12-09T02:40:00.226703+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:40:01.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:01 smithi172 bash[25093]: audit 2023-12-09T02:40:00.682786+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-09T02:40:01.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:01 smithi172 bash[25093]: audit 2023-12-09T02:40:00.688761+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-09T02:40:01.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:01 smithi172 bash[25093]: audit 2023-12-09T02:40:00.690041+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:40:01.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:01 smithi023 bash[24949]: cephadm 2023-12-09T02:40:00.190755+0000 mgr.y (mgr.14152) 105 : cephadm [INF] Detected new or changed devices on smithi023 2023-12-09T02:40:01.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:01 smithi023 bash[24949]: audit 2023-12-09T02:40:00.205508+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:40:01.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:01 smithi023 bash[24949]: audit 2023-12-09T02:40:00.207108+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:40:01.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:01 smithi023 bash[24949]: audit 2023-12-09T02:40:00.208809+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:40:01.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:01 smithi023 bash[24949]: cephadm 2023-12-09T02:40:00.209922+0000 mgr.y (mgr.14152) 106 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 8123M 2023-12-09T02:40:01.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:01 smithi023 bash[24949]: audit 2023-12-09T02:40:00.218336+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:40:01.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:01 smithi023 bash[24949]: audit 2023-12-09T02:40:00.226703+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:40:01.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:01 smithi023 bash[24949]: audit 2023-12-09T02:40:00.682786+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-09T02:40:01.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:01 smithi023 bash[24949]: audit 2023-12-09T02:40:00.688761+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-09T02:40:01.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:01 smithi023 bash[24949]: audit 2023-12-09T02:40:00.690041+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:40:01.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:01 smithi023 bash[30415]: cephadm 2023-12-09T02:40:00.190755+0000 mgr.y (mgr.14152) 105 : cephadm [INF] Detected new or changed devices on smithi023 2023-12-09T02:40:01.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:01 smithi023 bash[30415]: audit 2023-12-09T02:40:00.205508+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:40:01.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:01 smithi023 bash[30415]: audit 2023-12-09T02:40:00.207108+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:40:01.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:01 smithi023 bash[30415]: audit 2023-12-09T02:40:00.208809+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:40:01.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:01 smithi023 bash[30415]: cephadm 2023-12-09T02:40:00.209922+0000 mgr.y (mgr.14152) 106 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 8123M 2023-12-09T02:40:01.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:01 smithi023 bash[30415]: audit 2023-12-09T02:40:00.218336+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:40:01.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:01 smithi023 bash[30415]: audit 2023-12-09T02:40:00.226703+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:40:01.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:01 smithi023 bash[30415]: audit 2023-12-09T02:40:00.682786+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-09T02:40:01.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:01 smithi023 bash[30415]: audit 2023-12-09T02:40:00.688761+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-09T02:40:01.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:01 smithi023 bash[30415]: audit 2023-12-09T02:40:00.690041+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:40:02.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:02 smithi172 bash[25093]: cluster 2023-12-09T02:40:00.616945+0000 mgr.y (mgr.14152) 107 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-09T02:40:02.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:02 smithi172 bash[25093]: audit 2023-12-09T02:40:00.679771+0000 mgr.y (mgr.14152) 108 : audit [DBG] from='client.14274 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi023:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:40:02.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:02 smithi023 bash[24949]: cluster 2023-12-09T02:40:00.616945+0000 mgr.y (mgr.14152) 107 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-09T02:40:02.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:02 smithi023 bash[24949]: audit 2023-12-09T02:40:00.679771+0000 mgr.y (mgr.14152) 108 : audit [DBG] from='client.14274 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi023:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:40:02.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:02 smithi023 bash[30415]: cluster 2023-12-09T02:40:00.616945+0000 mgr.y (mgr.14152) 107 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-09T02:40:02.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:02 smithi023 bash[30415]: audit 2023-12-09T02:40:00.679771+0000 mgr.y (mgr.14152) 108 : audit [DBG] from='client.14274 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi023:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:40:04.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:04 smithi172 bash[25093]: cluster 2023-12-09T02:40:02.617458+0000 mgr.y (mgr.14152) 109 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-09T02:40:04.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:04 smithi023 bash[30415]: cluster 2023-12-09T02:40:02.617458+0000 mgr.y (mgr.14152) 109 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-09T02:40:04.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:04 smithi023 bash[24949]: cluster 2023-12-09T02:40:02.617458+0000 mgr.y (mgr.14152) 109 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-09T02:40:05.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:05 smithi023 bash[24949]: cluster 2023-12-09T02:40:04.617978+0000 mgr.y (mgr.14152) 110 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-09T02:40:05.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:05 smithi023 bash[30415]: cluster 2023-12-09T02:40:04.617978+0000 mgr.y (mgr.14152) 110 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-09T02:40:05.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:05 smithi172 bash[25093]: cluster 2023-12-09T02:40:04.617978+0000 mgr.y (mgr.14152) 110 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-09T02:40:07.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:07 smithi172 bash[25093]: cluster 2023-12-09T02:40:06.618461+0000 mgr.y (mgr.14152) 111 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-09T02:40:07.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:07 smithi172 bash[25093]: audit 2023-12-09T02:40:06.683876+0000 mon.c (mon.1) 7 : audit [INF] from='client.? 172.21.15.23:0/4047794507' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e94723aa-ace9-4c9c-8294-4deb68561e2b"}]: dispatch 2023-12-09T02:40:07.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:07 smithi172 bash[25093]: audit 2023-12-09T02:40:06.684956+0000 mon.a (mon.0) 308 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e94723aa-ace9-4c9c-8294-4deb68561e2b"}]: dispatch 2023-12-09T02:40:07.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:07 smithi172 bash[25093]: audit 2023-12-09T02:40:06.700452+0000 mon.a (mon.0) 309 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e94723aa-ace9-4c9c-8294-4deb68561e2b"}]': finished 2023-12-09T02:40:07.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:07 smithi172 bash[25093]: cluster 2023-12-09T02:40:06.700590+0000 mon.a (mon.0) 310 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2023-12-09T02:40:07.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:07 smithi172 bash[25093]: audit 2023-12-09T02:40:06.700838+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-09T02:40:07.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:07 smithi172 bash[25093]: audit 2023-12-09T02:40:07.465957+0000 mon.c (mon.1) 8 : audit [DBG] from='client.? 172.21.15.23:0/708710357' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-09T02:40:08.016 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:07 smithi023 bash[24949]: cluster 2023-12-09T02:40:06.618461+0000 mgr.y (mgr.14152) 111 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-09T02:40:08.016 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:07 smithi023 bash[24949]: audit 2023-12-09T02:40:06.683876+0000 mon.c (mon.1) 7 : audit [INF] from='client.? 172.21.15.23:0/4047794507' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e94723aa-ace9-4c9c-8294-4deb68561e2b"}]: dispatch 2023-12-09T02:40:08.016 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:07 smithi023 bash[24949]: audit 2023-12-09T02:40:06.684956+0000 mon.a (mon.0) 308 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e94723aa-ace9-4c9c-8294-4deb68561e2b"}]: dispatch 2023-12-09T02:40:08.016 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:07 smithi023 bash[24949]: audit 2023-12-09T02:40:06.700452+0000 mon.a (mon.0) 309 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e94723aa-ace9-4c9c-8294-4deb68561e2b"}]': finished 2023-12-09T02:40:08.016 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:07 smithi023 bash[24949]: cluster 2023-12-09T02:40:06.700590+0000 mon.a (mon.0) 310 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2023-12-09T02:40:08.017 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:07 smithi023 bash[24949]: audit 2023-12-09T02:40:06.700838+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-09T02:40:08.017 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:07 smithi023 bash[24949]: audit 2023-12-09T02:40:07.465957+0000 mon.c (mon.1) 8 : audit [DBG] from='client.? 172.21.15.23:0/708710357' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-09T02:40:08.017 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:07 smithi023 bash[30415]: cluster 2023-12-09T02:40:06.618461+0000 mgr.y (mgr.14152) 111 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-09T02:40:08.017 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:07 smithi023 bash[30415]: audit 2023-12-09T02:40:06.683876+0000 mon.c (mon.1) 7 : audit [INF] from='client.? 172.21.15.23:0/4047794507' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e94723aa-ace9-4c9c-8294-4deb68561e2b"}]: dispatch 2023-12-09T02:40:08.017 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:07 smithi023 bash[30415]: audit 2023-12-09T02:40:06.684956+0000 mon.a (mon.0) 308 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e94723aa-ace9-4c9c-8294-4deb68561e2b"}]: dispatch 2023-12-09T02:40:08.017 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:07 smithi023 bash[30415]: audit 2023-12-09T02:40:06.700452+0000 mon.a (mon.0) 309 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e94723aa-ace9-4c9c-8294-4deb68561e2b"}]': finished 2023-12-09T02:40:08.017 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:07 smithi023 bash[30415]: cluster 2023-12-09T02:40:06.700590+0000 mon.a (mon.0) 310 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2023-12-09T02:40:08.017 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:07 smithi023 bash[30415]: audit 2023-12-09T02:40:06.700838+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-09T02:40:08.017 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:07 smithi023 bash[30415]: audit 2023-12-09T02:40:07.465957+0000 mon.c (mon.1) 8 : audit [DBG] from='client.? 172.21.15.23:0/708710357' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-09T02:40:09.950 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:09 smithi023 bash[30415]: cluster 2023-12-09T02:40:08.618984+0000 mgr.y (mgr.14152) 112 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-09T02:40:09.950 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:09 smithi023 bash[24949]: cluster 2023-12-09T02:40:08.618984+0000 mgr.y (mgr.14152) 112 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-09T02:40:09.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:09 smithi172 bash[25093]: cluster 2023-12-09T02:40:08.618984+0000 mgr.y (mgr.14152) 112 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-09T02:40:11.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:11 smithi172 bash[25093]: cluster 2023-12-09T02:40:10.619523+0000 mgr.y (mgr.14152) 113 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-09T02:40:12.016 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:11 smithi023 bash[24949]: cluster 2023-12-09T02:40:10.619523+0000 mgr.y (mgr.14152) 113 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-09T02:40:12.016 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:11 smithi023 bash[30415]: cluster 2023-12-09T02:40:10.619523+0000 mgr.y (mgr.14152) 113 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-09T02:40:14.452 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:14 smithi023 bash[24949]: cluster 2023-12-09T02:40:12.620091+0000 mgr.y (mgr.14152) 114 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-09T02:40:14.452 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:14 smithi023 bash[30415]: cluster 2023-12-09T02:40:12.620091+0000 mgr.y (mgr.14152) 114 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-09T02:40:14.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:14 smithi172 bash[25093]: cluster 2023-12-09T02:40:12.620091+0000 mgr.y (mgr.14152) 114 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-09T02:40:16.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:16 smithi172 bash[25093]: cluster 2023-12-09T02:40:14.620610+0000 mgr.y (mgr.14152) 115 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-09T02:40:16.513 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:16 smithi023 bash[30415]: cluster 2023-12-09T02:40:14.620610+0000 mgr.y (mgr.14152) 115 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-09T02:40:16.513 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:16 smithi023 bash[24949]: cluster 2023-12-09T02:40:14.620610+0000 mgr.y (mgr.14152) 115 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-09T02:40:17.466 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:17 smithi023 bash[24949]: audit 2023-12-09T02:40:17.186810+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-09T02:40:17.467 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:17 smithi023 bash[24949]: audit 2023-12-09T02:40:17.188556+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:40:17.467 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:17 smithi023 bash[30415]: audit 2023-12-09T02:40:17.186810+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-09T02:40:17.467 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:17 smithi023 bash[30415]: audit 2023-12-09T02:40:17.188556+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:40:17.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:17 smithi172 bash[25093]: audit 2023-12-09T02:40:17.186810+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-09T02:40:17.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:17 smithi172 bash[25093]: audit 2023-12-09T02:40:17.188556+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:40:18.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:18 smithi172 bash[25093]: cluster 2023-12-09T02:40:16.621121+0000 mgr.y (mgr.14152) 116 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-09T02:40:18.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:18 smithi172 bash[25093]: cephadm 2023-12-09T02:40:17.190114+0000 mgr.y (mgr.14152) 117 : cephadm [INF] Deploying daemon osd.2 on smithi023 2023-12-09T02:40:18.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:18 smithi023 bash[30415]: cluster 2023-12-09T02:40:16.621121+0000 mgr.y (mgr.14152) 116 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-09T02:40:18.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:18 smithi023 bash[30415]: cephadm 2023-12-09T02:40:17.190114+0000 mgr.y (mgr.14152) 117 : cephadm [INF] Deploying daemon osd.2 on smithi023 2023-12-09T02:40:18.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:18 smithi023 bash[24949]: cluster 2023-12-09T02:40:16.621121+0000 mgr.y (mgr.14152) 116 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-09T02:40:18.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:18 smithi023 bash[24949]: cephadm 2023-12-09T02:40:17.190114+0000 mgr.y (mgr.14152) 117 : cephadm [INF] Deploying daemon osd.2 on smithi023 2023-12-09T02:40:20.266 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:20 smithi023 bash[24949]: cluster 2023-12-09T02:40:18.621724+0000 mgr.y (mgr.14152) 118 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-09T02:40:20.266 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:20 smithi023 bash[30415]: cluster 2023-12-09T02:40:18.621724+0000 mgr.y (mgr.14152) 118 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-09T02:40:20.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:20 smithi172 bash[25093]: cluster 2023-12-09T02:40:18.621724+0000 mgr.y (mgr.14152) 118 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-09T02:40:22.266 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:22 smithi023 bash[30415]: cluster 2023-12-09T02:40:20.622277+0000 mgr.y (mgr.14152) 119 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-09T02:40:22.266 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:22 smithi023 bash[30415]: audit 2023-12-09T02:40:21.082234+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:40:22.266 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:22 smithi023 bash[30415]: audit 2023-12-09T02:40:21.098127+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:40:22.266 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:22 smithi023 bash[30415]: audit 2023-12-09T02:40:21.100548+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:40:22.266 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:22 smithi023 bash[30415]: audit 2023-12-09T02:40:21.102425+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:40:22.267 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:22 smithi023 bash[24949]: cluster 2023-12-09T02:40:20.622277+0000 mgr.y (mgr.14152) 119 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-09T02:40:22.267 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:22 smithi023 bash[24949]: audit 2023-12-09T02:40:21.082234+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:40:22.267 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:22 smithi023 bash[24949]: audit 2023-12-09T02:40:21.098127+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:40:22.267 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:22 smithi023 bash[24949]: audit 2023-12-09T02:40:21.100548+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:40:22.267 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:22 smithi023 bash[24949]: audit 2023-12-09T02:40:21.102425+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:40:22.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:22 smithi172 bash[25093]: cluster 2023-12-09T02:40:20.622277+0000 mgr.y (mgr.14152) 119 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-09T02:40:22.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:22 smithi172 bash[25093]: audit 2023-12-09T02:40:21.082234+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:40:22.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:22 smithi172 bash[25093]: audit 2023-12-09T02:40:21.098127+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:40:22.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:22 smithi172 bash[25093]: audit 2023-12-09T02:40:21.100548+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:40:22.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:22 smithi172 bash[25093]: audit 2023-12-09T02:40:21.102425+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:40:24.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:24 smithi172 bash[25093]: cluster 2023-12-09T02:40:22.622787+0000 mgr.y (mgr.14152) 120 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-09T02:40:24.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:24 smithi023 bash[24949]: cluster 2023-12-09T02:40:22.622787+0000 mgr.y (mgr.14152) 120 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-09T02:40:24.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:24 smithi023 bash[30415]: cluster 2023-12-09T02:40:22.622787+0000 mgr.y (mgr.14152) 120 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-09T02:40:26.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:25 smithi172 bash[25093]: cluster 2023-12-09T02:40:24.623304+0000 mgr.y (mgr.14152) 121 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-09T02:40:26.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:25 smithi172 bash[25093]: audit 2023-12-09T02:40:24.904174+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:40:26.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:25 smithi172 bash[25093]: audit 2023-12-09T02:40:24.918212+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:40:26.266 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:25 smithi023 bash[30415]: cluster 2023-12-09T02:40:24.623304+0000 mgr.y (mgr.14152) 121 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-09T02:40:26.266 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:25 smithi023 bash[30415]: audit 2023-12-09T02:40:24.904174+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:40:26.266 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:25 smithi023 bash[30415]: audit 2023-12-09T02:40:24.918212+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:40:26.266 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:25 smithi023 bash[24949]: cluster 2023-12-09T02:40:24.623304+0000 mgr.y (mgr.14152) 121 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-09T02:40:26.266 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:25 smithi023 bash[24949]: audit 2023-12-09T02:40:24.904174+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:40:26.266 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:25 smithi023 bash[24949]: audit 2023-12-09T02:40:24.918212+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:40:27.861 INFO:teuthology.orchestra.run.smithi023.stdout:Created osd(s) 2 on host 'smithi023' 2023-12-09T02:40:28.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:28 smithi172 bash[25093]: cluster 2023-12-09T02:40:26.623962+0000 mgr.y (mgr.14152) 122 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-09T02:40:28.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:28 smithi172 bash[25093]: audit 2023-12-09T02:40:27.858264+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:40:28.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:28 smithi172 bash[25093]: audit 2023-12-09T02:40:27.894198+0000 mon.a (mon.0) 321 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:40:28.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:28 smithi172 bash[25093]: audit 2023-12-09T02:40:27.896364+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:40:28.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:28 smithi172 bash[25093]: audit 2023-12-09T02:40:27.898008+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:40:28.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:28 smithi172 bash[25093]: audit 2023-12-09T02:40:28.052241+0000 mon.a (mon.0) 324 : audit [INF] from='osd.2 [v2:172.21.15.23:6818/1028017657,v1:172.21.15.23:6819/1028017657]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-09T02:40:28.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:28 smithi023 bash[24949]: cluster 2023-12-09T02:40:26.623962+0000 mgr.y (mgr.14152) 122 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-09T02:40:28.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:28 smithi023 bash[24949]: audit 2023-12-09T02:40:27.858264+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:40:28.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:28 smithi023 bash[24949]: audit 2023-12-09T02:40:27.894198+0000 mon.a (mon.0) 321 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:40:28.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:28 smithi023 bash[24949]: audit 2023-12-09T02:40:27.896364+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:40:28.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:28 smithi023 bash[24949]: audit 2023-12-09T02:40:27.898008+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:40:28.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:28 smithi023 bash[24949]: audit 2023-12-09T02:40:28.052241+0000 mon.a (mon.0) 324 : audit [INF] from='osd.2 [v2:172.21.15.23:6818/1028017657,v1:172.21.15.23:6819/1028017657]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-09T02:40:28.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:28 smithi023 bash[30415]: cluster 2023-12-09T02:40:26.623962+0000 mgr.y (mgr.14152) 122 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-09T02:40:28.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:28 smithi023 bash[30415]: audit 2023-12-09T02:40:27.858264+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:40:28.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:28 smithi023 bash[30415]: audit 2023-12-09T02:40:27.894198+0000 mon.a (mon.0) 321 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:40:28.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:28 smithi023 bash[30415]: audit 2023-12-09T02:40:27.896364+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:40:28.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:28 smithi023 bash[30415]: audit 2023-12-09T02:40:27.898008+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:40:28.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:28 smithi023 bash[30415]: audit 2023-12-09T02:40:28.052241+0000 mon.a (mon.0) 324 : audit [INF] from='osd.2 [v2:172.21.15.23:6818/1028017657,v1:172.21.15.23:6819/1028017657]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-09T02:40:28.555 DEBUG:teuthology.orchestra.run.smithi023:osd.2> sudo journalctl -f -n 0 -u ceph-9eab968a-963b-11ee-95a3-87774f69a715@osd.2.service 2023-12-09T02:40:28.557 INFO:tasks.cephadm:Deploying osd.3 on smithi023 with /dev/vg_nvme/lv_1... 2023-12-09T02:40:28.557 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-12-09T02:40:28.768 INFO:journalctl@ceph.osd.2.smithi023.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-09T02:40:30.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:29 smithi172 bash[25093]: cluster 2023-12-09T02:40:28.624587+0000 mgr.y (mgr.14152) 123 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-09T02:40:30.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:29 smithi172 bash[25093]: audit 2023-12-09T02:40:28.870995+0000 mon.a (mon.0) 325 : audit [INF] from='osd.2 [v2:172.21.15.23:6818/1028017657,v1:172.21.15.23:6819/1028017657]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-09T02:40:30.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:29 smithi172 bash[25093]: cluster 2023-12-09T02:40:28.871168+0000 mon.a (mon.0) 326 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2023-12-09T02:40:30.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:29 smithi172 bash[25093]: audit 2023-12-09T02:40:28.871602+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-09T02:40:30.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:29 smithi172 bash[25093]: audit 2023-12-09T02:40:28.872973+0000 mon.a (mon.0) 328 : audit [INF] from='osd.2 [v2:172.21.15.23:6818/1028017657,v1:172.21.15.23:6819/1028017657]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2023-12-09T02:40:30.266 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:29 smithi023 bash[24949]: cluster 2023-12-09T02:40:28.624587+0000 mgr.y (mgr.14152) 123 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-09T02:40:30.266 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:29 smithi023 bash[24949]: audit 2023-12-09T02:40:28.870995+0000 mon.a (mon.0) 325 : audit [INF] from='osd.2 [v2:172.21.15.23:6818/1028017657,v1:172.21.15.23:6819/1028017657]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-09T02:40:30.266 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:29 smithi023 bash[24949]: cluster 2023-12-09T02:40:28.871168+0000 mon.a (mon.0) 326 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2023-12-09T02:40:30.266 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:29 smithi023 bash[24949]: audit 2023-12-09T02:40:28.871602+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-09T02:40:30.266 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:29 smithi023 bash[24949]: audit 2023-12-09T02:40:28.872973+0000 mon.a (mon.0) 328 : audit [INF] from='osd.2 [v2:172.21.15.23:6818/1028017657,v1:172.21.15.23:6819/1028017657]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2023-12-09T02:40:30.267 INFO:journalctl@ceph.osd.2.smithi023.stdout:Dec 09 02:40:29 smithi023 bash[39492]: debug 2023-12-09T02:40:29.876+0000 7f785b301700 -1 osd.2 0 waiting for initial osdmap 2023-12-09T02:40:30.267 INFO:journalctl@ceph.osd.2.smithi023.stdout:Dec 09 02:40:29 smithi023 bash[39492]: debug 2023-12-09T02:40:29.884+0000 7f7856499700 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-09T02:40:30.267 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:29 smithi023 bash[30415]: cluster 2023-12-09T02:40:28.624587+0000 mgr.y (mgr.14152) 123 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-09T02:40:30.267 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:29 smithi023 bash[30415]: audit 2023-12-09T02:40:28.870995+0000 mon.a (mon.0) 325 : audit [INF] from='osd.2 [v2:172.21.15.23:6818/1028017657,v1:172.21.15.23:6819/1028017657]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-09T02:40:30.267 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:29 smithi023 bash[30415]: cluster 2023-12-09T02:40:28.871168+0000 mon.a (mon.0) 326 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2023-12-09T02:40:30.267 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:29 smithi023 bash[30415]: audit 2023-12-09T02:40:28.871602+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-09T02:40:30.267 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:29 smithi023 bash[30415]: audit 2023-12-09T02:40:28.872973+0000 mon.a (mon.0) 328 : audit [INF] from='osd.2 [v2:172.21.15.23:6818/1028017657,v1:172.21.15.23:6819/1028017657]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2023-12-09T02:40:31.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:30 smithi172 bash[25093]: audit 2023-12-09T02:40:29.872488+0000 mon.a (mon.0) 329 : audit [INF] from='osd.2 [v2:172.21.15.23:6818/1028017657,v1:172.21.15.23:6819/1028017657]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]': finished 2023-12-09T02:40:31.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:30 smithi172 bash[25093]: cluster 2023-12-09T02:40:29.872720+0000 mon.a (mon.0) 330 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2023-12-09T02:40:31.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:30 smithi172 bash[25093]: audit 2023-12-09T02:40:29.873777+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-09T02:40:31.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:30 smithi172 bash[25093]: audit 2023-12-09T02:40:29.883499+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-09T02:40:31.266 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:30 smithi023 bash[24949]: audit 2023-12-09T02:40:29.872488+0000 mon.a (mon.0) 329 : audit [INF] from='osd.2 [v2:172.21.15.23:6818/1028017657,v1:172.21.15.23:6819/1028017657]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]': finished 2023-12-09T02:40:31.266 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:30 smithi023 bash[24949]: cluster 2023-12-09T02:40:29.872720+0000 mon.a (mon.0) 330 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2023-12-09T02:40:31.266 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:30 smithi023 bash[24949]: audit 2023-12-09T02:40:29.873777+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-09T02:40:31.266 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:30 smithi023 bash[24949]: audit 2023-12-09T02:40:29.883499+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-09T02:40:31.266 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:30 smithi023 bash[30415]: audit 2023-12-09T02:40:29.872488+0000 mon.a (mon.0) 329 : audit [INF] from='osd.2 [v2:172.21.15.23:6818/1028017657,v1:172.21.15.23:6819/1028017657]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]': finished 2023-12-09T02:40:31.267 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:30 smithi023 bash[30415]: cluster 2023-12-09T02:40:29.872720+0000 mon.a (mon.0) 330 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2023-12-09T02:40:31.267 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:30 smithi023 bash[30415]: audit 2023-12-09T02:40:29.873777+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-09T02:40:31.267 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:30 smithi023 bash[30415]: audit 2023-12-09T02:40:29.883499+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-09T02:40:32.222 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:31 smithi023 bash[24949]: cluster 2023-12-09T02:40:29.047880+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-09T02:40:32.223 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:31 smithi023 bash[24949]: cluster 2023-12-09T02:40:29.048090+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-09T02:40:32.223 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:31 smithi023 bash[24949]: cluster 2023-12-09T02:40:30.625180+0000 mgr.y (mgr.14152) 124 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-09T02:40:32.223 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:31 smithi023 bash[24949]: cluster 2023-12-09T02:40:30.889144+0000 mon.a (mon.0) 333 : cluster [INF] osd.2 [v2:172.21.15.23:6818/1028017657,v1:172.21.15.23:6819/1028017657] boot 2023-12-09T02:40:32.223 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:31 smithi023 bash[24949]: cluster 2023-12-09T02:40:30.889252+0000 mon.a (mon.0) 334 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2023-12-09T02:40:32.223 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:31 smithi023 bash[24949]: audit 2023-12-09T02:40:30.889965+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-09T02:40:32.223 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:31 smithi023 bash[30415]: cluster 2023-12-09T02:40:29.047880+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-09T02:40:32.223 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:31 smithi023 bash[30415]: cluster 2023-12-09T02:40:29.048090+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-09T02:40:32.223 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:31 smithi023 bash[30415]: cluster 2023-12-09T02:40:30.625180+0000 mgr.y (mgr.14152) 124 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-09T02:40:32.223 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:31 smithi023 bash[30415]: cluster 2023-12-09T02:40:30.889144+0000 mon.a (mon.0) 333 : cluster [INF] osd.2 [v2:172.21.15.23:6818/1028017657,v1:172.21.15.23:6819/1028017657] boot 2023-12-09T02:40:32.223 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:31 smithi023 bash[30415]: cluster 2023-12-09T02:40:30.889252+0000 mon.a (mon.0) 334 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2023-12-09T02:40:32.223 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:31 smithi023 bash[30415]: audit 2023-12-09T02:40:30.889965+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-09T02:40:32.245 INFO:teuthology.orchestra.run.smithi023.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-12-09T02:40:32.245 INFO:teuthology.orchestra.run.smithi023.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-12-09T02:40:32.246 INFO:teuthology.orchestra.run.smithi023.stderr: stderr: 10+0 records in 2023-12-09T02:40:32.246 INFO:teuthology.orchestra.run.smithi023.stderr:10+0 records out 2023-12-09T02:40:32.246 INFO:teuthology.orchestra.run.smithi023.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0117582 s, 892 MB/s 2023-12-09T02:40:32.246 INFO:teuthology.orchestra.run.smithi023.stderr:--> Zapping successful for: 2023-12-09T02:40:32.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:31 smithi172 bash[25093]: cluster 2023-12-09T02:40:29.047880+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-09T02:40:32.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:31 smithi172 bash[25093]: cluster 2023-12-09T02:40:29.048090+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-09T02:40:32.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:31 smithi172 bash[25093]: cluster 2023-12-09T02:40:30.625180+0000 mgr.y (mgr.14152) 124 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-12-09T02:40:32.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:31 smithi172 bash[25093]: cluster 2023-12-09T02:40:30.889144+0000 mon.a (mon.0) 333 : cluster [INF] osd.2 [v2:172.21.15.23:6818/1028017657,v1:172.21.15.23:6819/1028017657] boot 2023-12-09T02:40:32.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:31 smithi172 bash[25093]: cluster 2023-12-09T02:40:30.889252+0000 mon.a (mon.0) 334 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2023-12-09T02:40:32.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:31 smithi172 bash[25093]: audit 2023-12-09T02:40:30.889965+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-09T02:40:33.483 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:33 smithi023 bash[24949]: cluster 2023-12-09T02:40:31.912420+0000 mon.a (mon.0) 336 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2023-12-09T02:40:33.484 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:33 smithi023 bash[30415]: cluster 2023-12-09T02:40:31.912420+0000 mon.a (mon.0) 336 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2023-12-09T02:40:33.485 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -- ceph orch daemon add osd smithi023:vg_nvme/lv_1 2023-12-09T02:40:33.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:33 smithi172 bash[25093]: cluster 2023-12-09T02:40:31.912420+0000 mon.a (mon.0) 336 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2023-12-09T02:40:34.266 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:34 smithi023 bash[24949]: cluster 2023-12-09T02:40:32.625738+0000 mgr.y (mgr.14152) 125 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-09T02:40:34.266 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:34 smithi023 bash[24949]: audit 2023-12-09T02:40:32.737775+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-09T02:40:34.266 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:34 smithi023 bash[24949]: audit 2023-12-09T02:40:33.215701+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-12-09T02:40:34.266 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:34 smithi023 bash[24949]: cluster 2023-12-09T02:40:33.215873+0000 mon.a (mon.0) 339 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2023-12-09T02:40:34.266 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:34 smithi023 bash[24949]: audit 2023-12-09T02:40:33.217648+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-09T02:40:34.266 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:34 smithi023 bash[30415]: cluster 2023-12-09T02:40:32.625738+0000 mgr.y (mgr.14152) 125 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-09T02:40:34.267 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:34 smithi023 bash[30415]: audit 2023-12-09T02:40:32.737775+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-09T02:40:34.267 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:34 smithi023 bash[30415]: audit 2023-12-09T02:40:33.215701+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-12-09T02:40:34.267 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:34 smithi023 bash[30415]: cluster 2023-12-09T02:40:33.215873+0000 mon.a (mon.0) 339 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2023-12-09T02:40:34.267 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:34 smithi023 bash[30415]: audit 2023-12-09T02:40:33.217648+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-09T02:40:34.501 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:34 smithi172 bash[25093]: cluster 2023-12-09T02:40:32.625738+0000 mgr.y (mgr.14152) 125 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-09T02:40:34.501 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:34 smithi172 bash[25093]: audit 2023-12-09T02:40:32.737775+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-09T02:40:34.501 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:34 smithi172 bash[25093]: audit 2023-12-09T02:40:33.215701+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-12-09T02:40:34.501 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:34 smithi172 bash[25093]: cluster 2023-12-09T02:40:33.215873+0000 mon.a (mon.0) 339 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2023-12-09T02:40:34.502 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:34 smithi172 bash[25093]: audit 2023-12-09T02:40:33.217648+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-09T02:40:35.500 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:35 smithi172 bash[25093]: audit 2023-12-09T02:40:34.215285+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-09T02:40:35.500 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:35 smithi172 bash[25093]: cluster 2023-12-09T02:40:34.215451+0000 mon.a (mon.0) 342 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2023-12-09T02:40:35.500 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:35 smithi172 bash[25093]: audit 2023-12-09T02:40:34.660776+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:40:35.500 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:35 smithi172 bash[25093]: audit 2023-12-09T02:40:34.663636+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:40:35.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:35 smithi023 bash[30415]: audit 2023-12-09T02:40:34.215285+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-09T02:40:35.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:35 smithi023 bash[30415]: cluster 2023-12-09T02:40:34.215451+0000 mon.a (mon.0) 342 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2023-12-09T02:40:35.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:35 smithi023 bash[30415]: audit 2023-12-09T02:40:34.660776+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:40:35.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:35 smithi023 bash[30415]: audit 2023-12-09T02:40:34.663636+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:40:35.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:35 smithi023 bash[24949]: audit 2023-12-09T02:40:34.215285+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-09T02:40:35.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:35 smithi023 bash[24949]: cluster 2023-12-09T02:40:34.215451+0000 mon.a (mon.0) 342 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2023-12-09T02:40:35.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:35 smithi023 bash[24949]: audit 2023-12-09T02:40:34.660776+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:40:35.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:35 smithi023 bash[24949]: audit 2023-12-09T02:40:34.663636+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:40:36.487 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:36 smithi023 bash[24949]: cluster 2023-12-09T02:40:34.626243+0000 mgr.y (mgr.14152) 126 : cluster [DBG] pgmap v101: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-09T02:40:36.487 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:36 smithi023 bash[24949]: cluster 2023-12-09T02:40:35.233505+0000 mon.a (mon.0) 345 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2023-12-09T02:40:36.487 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:36 smithi023 bash[24949]: cluster 2023-12-09T02:40:35.233988+0000 mon.a (mon.0) 346 : cluster [DBG] mgrmap e15: y(active, since 3m), standbys: x 2023-12-09T02:40:36.487 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:36 smithi023 bash[24949]: audit 2023-12-09T02:40:35.299379+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:40:36.487 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:36 smithi023 bash[30415]: cluster 2023-12-09T02:40:34.626243+0000 mgr.y (mgr.14152) 126 : cluster [DBG] pgmap v101: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-09T02:40:36.487 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:36 smithi023 bash[30415]: cluster 2023-12-09T02:40:35.233505+0000 mon.a (mon.0) 345 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2023-12-09T02:40:36.487 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:36 smithi023 bash[30415]: cluster 2023-12-09T02:40:35.233988+0000 mon.a (mon.0) 346 : cluster [DBG] mgrmap e15: y(active, since 3m), standbys: x 2023-12-09T02:40:36.487 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:36 smithi023 bash[30415]: audit 2023-12-09T02:40:35.299379+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:40:36.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:36 smithi172 bash[25093]: cluster 2023-12-09T02:40:34.626243+0000 mgr.y (mgr.14152) 126 : cluster [DBG] pgmap v101: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-12-09T02:40:36.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:36 smithi172 bash[25093]: cluster 2023-12-09T02:40:35.233505+0000 mon.a (mon.0) 345 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2023-12-09T02:40:36.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:36 smithi172 bash[25093]: cluster 2023-12-09T02:40:35.233988+0000 mon.a (mon.0) 346 : cluster [DBG] mgrmap e15: y(active, since 3m), standbys: x 2023-12-09T02:40:36.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:36 smithi172 bash[25093]: audit 2023-12-09T02:40:35.299379+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:40:39.266 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:38 smithi023 bash[24949]: audit 2023-12-09T02:40:36.451618+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:40:39.266 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:38 smithi023 bash[24949]: audit 2023-12-09T02:40:36.453368+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:40:39.267 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:38 smithi023 bash[24949]: audit 2023-12-09T02:40:36.454695+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:40:39.267 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:38 smithi023 bash[24949]: audit 2023-12-09T02:40:36.456093+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:40:39.267 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:38 smithi023 bash[24949]: audit 2023-12-09T02:40:36.468215+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:40:39.267 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:38 smithi023 bash[24949]: audit 2023-12-09T02:40:36.481140+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:40:39.267 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:38 smithi023 bash[24949]: audit 2023-12-09T02:40:36.843883+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-09T02:40:39.267 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:38 smithi023 bash[24949]: audit 2023-12-09T02:40:36.847126+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-09T02:40:39.267 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:38 smithi023 bash[24949]: audit 2023-12-09T02:40:36.848245+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:40:39.267 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:38 smithi023 bash[24949]: audit 2023-12-09T02:40:37.144272+0000 mon.a (mon.0) 357 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-09T02:40:39.267 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:38 smithi023 bash[30415]: audit 2023-12-09T02:40:36.451618+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:40:39.267 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:38 smithi023 bash[30415]: audit 2023-12-09T02:40:36.453368+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:40:39.267 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:38 smithi023 bash[30415]: audit 2023-12-09T02:40:36.454695+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:40:39.268 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:38 smithi023 bash[30415]: audit 2023-12-09T02:40:36.456093+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:40:39.268 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:38 smithi023 bash[30415]: audit 2023-12-09T02:40:36.468215+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:40:39.268 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:38 smithi023 bash[30415]: audit 2023-12-09T02:40:36.481140+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:40:39.268 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:38 smithi023 bash[30415]: audit 2023-12-09T02:40:36.843883+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-09T02:40:39.268 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:38 smithi023 bash[30415]: audit 2023-12-09T02:40:36.847126+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-09T02:40:39.268 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:38 smithi023 bash[30415]: audit 2023-12-09T02:40:36.848245+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:40:39.268 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:38 smithi023 bash[30415]: audit 2023-12-09T02:40:37.144272+0000 mon.a (mon.0) 357 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-09T02:40:40.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:39 smithi172 bash[25093]: audit 2023-12-09T02:40:36.451618+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:40:40.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:39 smithi172 bash[25093]: audit 2023-12-09T02:40:36.453368+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:40:40.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:39 smithi172 bash[25093]: audit 2023-12-09T02:40:36.454695+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:40:40.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:39 smithi172 bash[25093]: audit 2023-12-09T02:40:36.456093+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:40:40.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:39 smithi172 bash[25093]: audit 2023-12-09T02:40:36.468215+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:40:40.250 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:39 smithi172 bash[25093]: audit 2023-12-09T02:40:36.481140+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:40:40.250 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:39 smithi172 bash[25093]: audit 2023-12-09T02:40:36.843883+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-09T02:40:40.250 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:39 smithi172 bash[25093]: audit 2023-12-09T02:40:36.847126+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-09T02:40:40.250 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:39 smithi172 bash[25093]: audit 2023-12-09T02:40:36.848245+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:40:40.250 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:39 smithi172 bash[25093]: audit 2023-12-09T02:40:37.144272+0000 mon.a (mon.0) 357 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-09T02:40:40.250 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:39 smithi172 bash[25093]: cephadm 2023-12-09T02:40:36.437922+0000 mgr.y (mgr.14152) 127 : cephadm [INF] Detected new or changed devices on smithi023 2023-12-09T02:40:40.250 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:39 smithi172 bash[25093]: cephadm 2023-12-09T02:40:36.457053+0000 mgr.y (mgr.14152) 128 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 5415M 2023-12-09T02:40:40.250 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:39 smithi172 bash[25093]: cluster 2023-12-09T02:40:36.626573+0000 mgr.y (mgr.14152) 129 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 449 KiB data, 16 MiB used, 268 GiB / 268 GiB avail 2023-12-09T02:40:40.250 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:39 smithi172 bash[25093]: audit 2023-12-09T02:40:36.837197+0000 mgr.y (mgr.14152) 130 : audit [DBG] from='client.24208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi023:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:40:40.250 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:39 smithi172 bash[25093]: audit 2023-12-09T02:40:38.037343+0000 mon.a (mon.0) 358 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-09T02:40:40.250 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:39 smithi172 bash[25093]: audit 2023-12-09T02:40:38.037590+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-09T02:40:40.250 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:39 smithi172 bash[25093]: audit 2023-12-09T02:40:38.040738+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T02:40:40.250 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:39 smithi172 bash[25093]: audit 2023-12-09T02:40:38.040917+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T02:40:40.251 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:39 smithi172 bash[25093]: audit 2023-12-09T02:40:38.043198+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-09T02:40:40.251 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:39 smithi172 bash[25093]: audit 2023-12-09T02:40:38.043596+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-09T02:40:40.251 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:39 smithi172 bash[25093]: audit 2023-12-09T02:40:38.044044+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T02:40:40.251 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:39 smithi172 bash[25093]: audit 2023-12-09T02:40:38.044504+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T02:40:40.251 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:39 smithi172 bash[25093]: cluster 2023-12-09T02:40:38.627038+0000 mgr.y (mgr.14152) 131 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 449 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-09T02:40:40.251 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:39 smithi172 bash[25093]: audit 2023-12-09T02:40:38.936520+0000 mon.c (mon.1) 10 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-09T02:40:40.251 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:39 smithi172 bash[25093]: audit 2023-12-09T02:40:38.940469+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-09T02:40:40.251 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:39 smithi172 bash[25093]: audit 2023-12-09T02:40:38.940894+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T02:40:40.251 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:39 smithi172 bash[25093]: audit 2023-12-09T02:40:38.941285+0000 mon.a (mon.0) 367 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T02:40:40.251 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:39 smithi172 bash[25093]: audit 2023-12-09T02:40:38.941549+0000 mon.b (mon.2) 6 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-09T02:40:40.251 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:39 smithi172 bash[25093]: audit 2023-12-09T02:40:39.821015+0000 mon.b (mon.2) 7 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-09T02:40:40.251 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:39 smithi172 bash[25093]: audit 2023-12-09T02:40:39.858796+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:40:40.266 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:39 smithi023 bash[24949]: cephadm 2023-12-09T02:40:36.437922+0000 mgr.y (mgr.14152) 127 : cephadm [INF] Detected new or changed devices on smithi023 2023-12-09T02:40:40.267 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:39 smithi023 bash[24949]: cephadm 2023-12-09T02:40:36.457053+0000 mgr.y (mgr.14152) 128 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 5415M 2023-12-09T02:40:40.267 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:39 smithi023 bash[24949]: cluster 2023-12-09T02:40:36.626573+0000 mgr.y (mgr.14152) 129 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 449 KiB data, 16 MiB used, 268 GiB / 268 GiB avail 2023-12-09T02:40:40.267 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:39 smithi023 bash[24949]: audit 2023-12-09T02:40:36.837197+0000 mgr.y (mgr.14152) 130 : audit [DBG] from='client.24208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi023:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:40:40.267 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:39 smithi023 bash[24949]: audit 2023-12-09T02:40:38.037343+0000 mon.a (mon.0) 358 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-09T02:40:40.267 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:39 smithi023 bash[24949]: audit 2023-12-09T02:40:38.037590+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-09T02:40:40.267 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:39 smithi023 bash[24949]: audit 2023-12-09T02:40:38.040738+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T02:40:40.267 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:39 smithi023 bash[24949]: audit 2023-12-09T02:40:38.040917+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T02:40:40.267 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:39 smithi023 bash[24949]: audit 2023-12-09T02:40:38.043198+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-09T02:40:40.267 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:39 smithi023 bash[24949]: audit 2023-12-09T02:40:38.043596+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-09T02:40:40.267 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:39 smithi023 bash[24949]: audit 2023-12-09T02:40:38.044044+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T02:40:40.267 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:39 smithi023 bash[24949]: audit 2023-12-09T02:40:38.044504+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T02:40:40.267 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:39 smithi023 bash[24949]: cluster 2023-12-09T02:40:38.627038+0000 mgr.y (mgr.14152) 131 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 449 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-09T02:40:40.267 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:39 smithi023 bash[24949]: audit 2023-12-09T02:40:38.936520+0000 mon.c (mon.1) 10 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-09T02:40:40.268 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:39 smithi023 bash[24949]: audit 2023-12-09T02:40:38.940469+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-09T02:40:40.268 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:39 smithi023 bash[24949]: audit 2023-12-09T02:40:38.940894+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T02:40:40.268 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:39 smithi023 bash[24949]: audit 2023-12-09T02:40:38.941285+0000 mon.a (mon.0) 367 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T02:40:40.268 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:39 smithi023 bash[24949]: audit 2023-12-09T02:40:38.941549+0000 mon.b (mon.2) 6 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-09T02:40:40.268 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:39 smithi023 bash[24949]: audit 2023-12-09T02:40:39.821015+0000 mon.b (mon.2) 7 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-09T02:40:40.268 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:39 smithi023 bash[24949]: audit 2023-12-09T02:40:39.858796+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:40:40.268 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:39 smithi023 bash[30415]: cephadm 2023-12-09T02:40:36.437922+0000 mgr.y (mgr.14152) 127 : cephadm [INF] Detected new or changed devices on smithi023 2023-12-09T02:40:40.268 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:39 smithi023 bash[30415]: cephadm 2023-12-09T02:40:36.457053+0000 mgr.y (mgr.14152) 128 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 5415M 2023-12-09T02:40:40.268 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:39 smithi023 bash[30415]: cluster 2023-12-09T02:40:36.626573+0000 mgr.y (mgr.14152) 129 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 449 KiB data, 16 MiB used, 268 GiB / 268 GiB avail 2023-12-09T02:40:40.268 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:39 smithi023 bash[30415]: audit 2023-12-09T02:40:36.837197+0000 mgr.y (mgr.14152) 130 : audit [DBG] from='client.24208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi023:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:40:40.268 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:39 smithi023 bash[30415]: audit 2023-12-09T02:40:38.037343+0000 mon.a (mon.0) 358 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-09T02:40:40.268 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:39 smithi023 bash[30415]: audit 2023-12-09T02:40:38.037590+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-09T02:40:40.268 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:39 smithi023 bash[30415]: audit 2023-12-09T02:40:38.040738+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T02:40:40.269 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:39 smithi023 bash[30415]: audit 2023-12-09T02:40:38.040917+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T02:40:40.269 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:39 smithi023 bash[30415]: audit 2023-12-09T02:40:38.043198+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-09T02:40:40.269 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:39 smithi023 bash[30415]: audit 2023-12-09T02:40:38.043596+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-09T02:40:40.269 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:39 smithi023 bash[30415]: audit 2023-12-09T02:40:38.044044+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T02:40:40.269 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:39 smithi023 bash[30415]: audit 2023-12-09T02:40:38.044504+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T02:40:40.269 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:39 smithi023 bash[30415]: cluster 2023-12-09T02:40:38.627038+0000 mgr.y (mgr.14152) 131 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 449 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-09T02:40:40.269 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:39 smithi023 bash[30415]: audit 2023-12-09T02:40:38.936520+0000 mon.c (mon.1) 10 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-09T02:40:40.269 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:39 smithi023 bash[30415]: audit 2023-12-09T02:40:38.940469+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-09T02:40:40.269 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:39 smithi023 bash[30415]: audit 2023-12-09T02:40:38.940894+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T02:40:40.269 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:39 smithi023 bash[30415]: audit 2023-12-09T02:40:38.941285+0000 mon.a (mon.0) 367 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T02:40:40.269 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:39 smithi023 bash[30415]: audit 2023-12-09T02:40:38.941549+0000 mon.b (mon.2) 6 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-09T02:40:40.269 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:39 smithi023 bash[30415]: audit 2023-12-09T02:40:39.821015+0000 mon.b (mon.2) 7 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-09T02:40:40.269 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:39 smithi023 bash[30415]: audit 2023-12-09T02:40:39.858796+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:40:42.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:41 smithi172 bash[25093]: cluster 2023-12-09T02:40:40.627540+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; 5.0 KiB/s rd, 242 KiB/s wr, 16 op/s 2023-12-09T02:40:42.262 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:41 smithi023 bash[24949]: cluster 2023-12-09T02:40:40.627540+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; 5.0 KiB/s rd, 242 KiB/s wr, 16 op/s 2023-12-09T02:40:42.262 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:41 smithi023 bash[30415]: cluster 2023-12-09T02:40:40.627540+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; 5.0 KiB/s rd, 242 KiB/s wr, 16 op/s 2023-12-09T02:40:44.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:44 smithi172 bash[25093]: cluster 2023-12-09T02:40:42.628231+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; 3.6 KiB/s rd, 176 KiB/s wr, 12 op/s 2023-12-09T02:40:44.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:44 smithi172 bash[25093]: audit 2023-12-09T02:40:43.078552+0000 mon.c (mon.1) 11 : audit [INF] from='client.? 172.21.15.23:0/303800982' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "519573ec-35f7-44ac-a681-c725b9cfc618"}]: dispatch 2023-12-09T02:40:44.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:44 smithi172 bash[25093]: audit 2023-12-09T02:40:43.079362+0000 mon.a (mon.0) 369 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "519573ec-35f7-44ac-a681-c725b9cfc618"}]: dispatch 2023-12-09T02:40:44.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:44 smithi172 bash[25093]: audit 2023-12-09T02:40:43.088250+0000 mon.a (mon.0) 370 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "519573ec-35f7-44ac-a681-c725b9cfc618"}]': finished 2023-12-09T02:40:44.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:44 smithi172 bash[25093]: cluster 2023-12-09T02:40:43.088390+0000 mon.a (mon.0) 371 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2023-12-09T02:40:44.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:44 smithi172 bash[25093]: audit 2023-12-09T02:40:43.088624+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-09T02:40:44.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:44 smithi172 bash[25093]: audit 2023-12-09T02:40:43.781147+0000 mon.a (mon.0) 373 : audit [DBG] from='client.? 172.21.15.23:0/242506532' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-09T02:40:44.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:44 smithi023 bash[24949]: cluster 2023-12-09T02:40:42.628231+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; 3.6 KiB/s rd, 176 KiB/s wr, 12 op/s 2023-12-09T02:40:44.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:44 smithi023 bash[24949]: audit 2023-12-09T02:40:43.078552+0000 mon.c (mon.1) 11 : audit [INF] from='client.? 172.21.15.23:0/303800982' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "519573ec-35f7-44ac-a681-c725b9cfc618"}]: dispatch 2023-12-09T02:40:44.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:44 smithi023 bash[24949]: audit 2023-12-09T02:40:43.079362+0000 mon.a (mon.0) 369 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "519573ec-35f7-44ac-a681-c725b9cfc618"}]: dispatch 2023-12-09T02:40:44.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:44 smithi023 bash[24949]: audit 2023-12-09T02:40:43.088250+0000 mon.a (mon.0) 370 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "519573ec-35f7-44ac-a681-c725b9cfc618"}]': finished 2023-12-09T02:40:44.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:44 smithi023 bash[24949]: cluster 2023-12-09T02:40:43.088390+0000 mon.a (mon.0) 371 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2023-12-09T02:40:44.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:44 smithi023 bash[24949]: audit 2023-12-09T02:40:43.088624+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-09T02:40:44.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:44 smithi023 bash[24949]: audit 2023-12-09T02:40:43.781147+0000 mon.a (mon.0) 373 : audit [DBG] from='client.? 172.21.15.23:0/242506532' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-09T02:40:44.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:44 smithi023 bash[30415]: cluster 2023-12-09T02:40:42.628231+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; 3.6 KiB/s rd, 176 KiB/s wr, 12 op/s 2023-12-09T02:40:44.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:44 smithi023 bash[30415]: audit 2023-12-09T02:40:43.078552+0000 mon.c (mon.1) 11 : audit [INF] from='client.? 172.21.15.23:0/303800982' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "519573ec-35f7-44ac-a681-c725b9cfc618"}]: dispatch 2023-12-09T02:40:44.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:44 smithi023 bash[30415]: audit 2023-12-09T02:40:43.079362+0000 mon.a (mon.0) 369 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "519573ec-35f7-44ac-a681-c725b9cfc618"}]: dispatch 2023-12-09T02:40:44.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:44 smithi023 bash[30415]: audit 2023-12-09T02:40:43.088250+0000 mon.a (mon.0) 370 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "519573ec-35f7-44ac-a681-c725b9cfc618"}]': finished 2023-12-09T02:40:44.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:44 smithi023 bash[30415]: cluster 2023-12-09T02:40:43.088390+0000 mon.a (mon.0) 371 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2023-12-09T02:40:44.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:44 smithi023 bash[30415]: audit 2023-12-09T02:40:43.088624+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-09T02:40:44.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:44 smithi023 bash[30415]: audit 2023-12-09T02:40:43.781147+0000 mon.a (mon.0) 373 : audit [DBG] from='client.? 172.21.15.23:0/242506532' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-09T02:40:46.412 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:46 smithi023 bash[30415]: cluster 2023-12-09T02:40:44.628985+0000 mgr.y (mgr.14152) 134 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 139 KiB/s wr, 9 op/s 2023-12-09T02:40:46.413 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:46 smithi023 bash[24949]: cluster 2023-12-09T02:40:44.628985+0000 mgr.y (mgr.14152) 134 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 139 KiB/s wr, 9 op/s 2023-12-09T02:40:46.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:46 smithi172 bash[25093]: cluster 2023-12-09T02:40:44.628985+0000 mgr.y (mgr.14152) 134 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 139 KiB/s wr, 9 op/s 2023-12-09T02:40:48.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:48 smithi172 bash[25093]: cluster 2023-12-09T02:40:46.629775+0000 mgr.y (mgr.14152) 135 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 131 KiB/s wr, 8 op/s 2023-12-09T02:40:48.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:48 smithi023 bash[24949]: cluster 2023-12-09T02:40:46.629775+0000 mgr.y (mgr.14152) 135 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 131 KiB/s wr, 8 op/s 2023-12-09T02:40:48.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:48 smithi023 bash[30415]: cluster 2023-12-09T02:40:46.629775+0000 mgr.y (mgr.14152) 135 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 131 KiB/s wr, 8 op/s 2023-12-09T02:40:50.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:50 smithi172 bash[25093]: cluster 2023-12-09T02:40:48.630540+0000 mgr.y (mgr.14152) 136 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 131 KiB/s wr, 8 op/s 2023-12-09T02:40:50.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:50 smithi023 bash[24949]: cluster 2023-12-09T02:40:48.630540+0000 mgr.y (mgr.14152) 136 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 131 KiB/s wr, 8 op/s 2023-12-09T02:40:50.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:50 smithi023 bash[30415]: cluster 2023-12-09T02:40:48.630540+0000 mgr.y (mgr.14152) 136 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 131 KiB/s wr, 8 op/s 2023-12-09T02:40:52.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:52 smithi172 bash[25093]: cluster 2023-12-09T02:40:50.631144+0000 mgr.y (mgr.14152) 137 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-09T02:40:52.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:52 smithi023 bash[24949]: cluster 2023-12-09T02:40:50.631144+0000 mgr.y (mgr.14152) 137 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-09T02:40:52.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:52 smithi023 bash[30415]: cluster 2023-12-09T02:40:50.631144+0000 mgr.y (mgr.14152) 137 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-09T02:40:54.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:54 smithi172 bash[25093]: cluster 2023-12-09T02:40:52.631780+0000 mgr.y (mgr.14152) 138 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-09T02:40:54.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:54 smithi172 bash[25093]: audit 2023-12-09T02:40:53.634841+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-09T02:40:54.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:54 smithi172 bash[25093]: audit 2023-12-09T02:40:53.636491+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:40:54.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:54 smithi023 bash[24949]: cluster 2023-12-09T02:40:52.631780+0000 mgr.y (mgr.14152) 138 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-09T02:40:54.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:54 smithi023 bash[24949]: audit 2023-12-09T02:40:53.634841+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-09T02:40:54.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:54 smithi023 bash[24949]: audit 2023-12-09T02:40:53.636491+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:40:54.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:54 smithi023 bash[30415]: cluster 2023-12-09T02:40:52.631780+0000 mgr.y (mgr.14152) 138 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-09T02:40:54.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:54 smithi023 bash[30415]: audit 2023-12-09T02:40:53.634841+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-09T02:40:54.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:54 smithi023 bash[30415]: audit 2023-12-09T02:40:53.636491+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:40:55.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:55 smithi172 bash[25093]: cephadm 2023-12-09T02:40:53.637939+0000 mgr.y (mgr.14152) 139 : cephadm [INF] Deploying daemon osd.3 on smithi023 2023-12-09T02:40:55.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:55 smithi023 bash[24949]: cephadm 2023-12-09T02:40:53.637939+0000 mgr.y (mgr.14152) 139 : cephadm [INF] Deploying daemon osd.3 on smithi023 2023-12-09T02:40:55.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:55 smithi023 bash[30415]: cephadm 2023-12-09T02:40:53.637939+0000 mgr.y (mgr.14152) 139 : cephadm [INF] Deploying daemon osd.3 on smithi023 2023-12-09T02:40:56.404 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:56 smithi023 bash[30415]: cluster 2023-12-09T02:40:54.632490+0000 mgr.y (mgr.14152) 140 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-09T02:40:56.404 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:56 smithi023 bash[24949]: cluster 2023-12-09T02:40:54.632490+0000 mgr.y (mgr.14152) 140 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-09T02:40:56.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:56 smithi172 bash[25093]: cluster 2023-12-09T02:40:54.632490+0000 mgr.y (mgr.14152) 140 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-09T02:40:58.266 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:58 smithi023 bash[30415]: cluster 2023-12-09T02:40:56.633191+0000 mgr.y (mgr.14152) 141 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-09T02:40:58.266 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:58 smithi023 bash[30415]: audit 2023-12-09T02:40:57.894870+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:40:58.266 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:58 smithi023 bash[30415]: audit 2023-12-09T02:40:57.899600+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:40:58.266 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:58 smithi023 bash[30415]: audit 2023-12-09T02:40:57.902251+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:40:58.266 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:40:58 smithi023 bash[30415]: audit 2023-12-09T02:40:57.903382+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:40:58.267 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:58 smithi023 bash[24949]: cluster 2023-12-09T02:40:56.633191+0000 mgr.y (mgr.14152) 141 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-09T02:40:58.267 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:58 smithi023 bash[24949]: audit 2023-12-09T02:40:57.894870+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:40:58.267 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:58 smithi023 bash[24949]: audit 2023-12-09T02:40:57.899600+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:40:58.267 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:58 smithi023 bash[24949]: audit 2023-12-09T02:40:57.902251+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:40:58.267 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:40:58 smithi023 bash[24949]: audit 2023-12-09T02:40:57.903382+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:40:58.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:58 smithi172 bash[25093]: cluster 2023-12-09T02:40:56.633191+0000 mgr.y (mgr.14152) 141 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-09T02:40:58.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:58 smithi172 bash[25093]: audit 2023-12-09T02:40:57.894870+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:40:58.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:58 smithi172 bash[25093]: audit 2023-12-09T02:40:57.899600+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:40:58.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:58 smithi172 bash[25093]: audit 2023-12-09T02:40:57.902251+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:40:58.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:40:58 smithi172 bash[25093]: audit 2023-12-09T02:40:57.903382+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:41:00.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:00 smithi172 bash[25093]: cluster 2023-12-09T02:40:58.633820+0000 mgr.y (mgr.14152) 142 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-09T02:41:00.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:00 smithi023 bash[24949]: cluster 2023-12-09T02:40:58.633820+0000 mgr.y (mgr.14152) 142 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-09T02:41:00.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:00 smithi023 bash[30415]: cluster 2023-12-09T02:40:58.633820+0000 mgr.y (mgr.14152) 142 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-09T02:41:02.266 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:02 smithi023 bash[24949]: cluster 2023-12-09T02:41:00.634412+0000 mgr.y (mgr.14152) 143 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-09T02:41:02.266 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:02 smithi023 bash[24949]: audit 2023-12-09T02:41:01.828214+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:41:02.266 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:02 smithi023 bash[24949]: audit 2023-12-09T02:41:02.107108+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:41:02.267 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:02 smithi023 bash[30415]: cluster 2023-12-09T02:41:00.634412+0000 mgr.y (mgr.14152) 143 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-09T02:41:02.267 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:02 smithi023 bash[30415]: audit 2023-12-09T02:41:01.828214+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:41:02.267 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:02 smithi023 bash[30415]: audit 2023-12-09T02:41:02.107108+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:41:02.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:02 smithi172 bash[25093]: cluster 2023-12-09T02:41:00.634412+0000 mgr.y (mgr.14152) 143 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-09T02:41:02.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:02 smithi172 bash[25093]: audit 2023-12-09T02:41:01.828214+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:41:02.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:02 smithi172 bash[25093]: audit 2023-12-09T02:41:02.107108+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:41:04.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:04 smithi172 bash[25093]: cluster 2023-12-09T02:41:02.634957+0000 mgr.y (mgr.14152) 144 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-09T02:41:04.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:04 smithi023 bash[30415]: cluster 2023-12-09T02:41:02.634957+0000 mgr.y (mgr.14152) 144 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-09T02:41:04.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:04 smithi023 bash[24949]: cluster 2023-12-09T02:41:02.634957+0000 mgr.y (mgr.14152) 144 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-09T02:41:04.834 INFO:teuthology.orchestra.run.smithi023.stdout:Created osd(s) 3 on host 'smithi023' 2023-12-09T02:41:05.538 DEBUG:teuthology.orchestra.run.smithi023:osd.3> sudo journalctl -f -n 0 -u ceph-9eab968a-963b-11ee-95a3-87774f69a715@osd.3.service 2023-12-09T02:41:05.540 INFO:tasks.cephadm:Deploying osd.4 on smithi172 with /dev/vg_nvme/lv_4... 2023-12-09T02:41:05.540 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-09T02:41:05.760 INFO:journalctl@ceph.osd.3.smithi023.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-09T02:41:05.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:05 smithi172 bash[25093]: cluster 2023-12-09T02:41:04.635514+0000 mgr.y (mgr.14152) 145 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-09T02:41:05.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:05 smithi172 bash[25093]: audit 2023-12-09T02:41:04.830999+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:41:05.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:05 smithi172 bash[25093]: audit 2023-12-09T02:41:04.832163+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:41:05.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:05 smithi172 bash[25093]: audit 2023-12-09T02:41:04.836434+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:41:05.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:05 smithi172 bash[25093]: audit 2023-12-09T02:41:04.838232+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:41:05.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:05 smithi172 bash[25093]: audit 2023-12-09T02:41:05.245848+0000 mon.a (mon.0) 386 : audit [INF] from='osd.3 [v2:172.21.15.23:6826/4053325907,v1:172.21.15.23:6827/4053325907]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-09T02:41:06.266 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:05 smithi023 bash[24949]: cluster 2023-12-09T02:41:04.635514+0000 mgr.y (mgr.14152) 145 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-09T02:41:06.266 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:05 smithi023 bash[24949]: audit 2023-12-09T02:41:04.830999+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:41:06.266 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:05 smithi023 bash[24949]: audit 2023-12-09T02:41:04.832163+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:41:06.266 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:05 smithi023 bash[24949]: audit 2023-12-09T02:41:04.836434+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:41:06.266 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:05 smithi023 bash[24949]: audit 2023-12-09T02:41:04.838232+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:41:06.266 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:05 smithi023 bash[24949]: audit 2023-12-09T02:41:05.245848+0000 mon.a (mon.0) 386 : audit [INF] from='osd.3 [v2:172.21.15.23:6826/4053325907,v1:172.21.15.23:6827/4053325907]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-09T02:41:06.267 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:05 smithi023 bash[30415]: cluster 2023-12-09T02:41:04.635514+0000 mgr.y (mgr.14152) 145 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-09T02:41:06.267 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:05 smithi023 bash[30415]: audit 2023-12-09T02:41:04.830999+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:41:06.267 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:05 smithi023 bash[30415]: audit 2023-12-09T02:41:04.832163+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:41:06.267 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:05 smithi023 bash[30415]: audit 2023-12-09T02:41:04.836434+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:41:06.267 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:05 smithi023 bash[30415]: audit 2023-12-09T02:41:04.838232+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:41:06.267 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:05 smithi023 bash[30415]: audit 2023-12-09T02:41:05.245848+0000 mon.a (mon.0) 386 : audit [INF] from='osd.3 [v2:172.21.15.23:6826/4053325907,v1:172.21.15.23:6827/4053325907]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-09T02:41:07.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:07 smithi172 bash[25093]: audit 2023-12-09T02:41:06.149927+0000 mon.a (mon.0) 387 : audit [INF] from='osd.3 [v2:172.21.15.23:6826/4053325907,v1:172.21.15.23:6827/4053325907]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-09T02:41:07.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:07 smithi172 bash[25093]: cluster 2023-12-09T02:41:06.150094+0000 mon.a (mon.0) 388 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2023-12-09T02:41:07.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:07 smithi172 bash[25093]: audit 2023-12-09T02:41:06.150425+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-09T02:41:07.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:07 smithi172 bash[25093]: audit 2023-12-09T02:41:06.151802+0000 mon.a (mon.0) 390 : audit [INF] from='osd.3 [v2:172.21.15.23:6826/4053325907,v1:172.21.15.23:6827/4053325907]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2023-12-09T02:41:07.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:07 smithi023 bash[24949]: audit 2023-12-09T02:41:06.149927+0000 mon.a (mon.0) 387 : audit [INF] from='osd.3 [v2:172.21.15.23:6826/4053325907,v1:172.21.15.23:6827/4053325907]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-09T02:41:07.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:07 smithi023 bash[24949]: cluster 2023-12-09T02:41:06.150094+0000 mon.a (mon.0) 388 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2023-12-09T02:41:07.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:07 smithi023 bash[24949]: audit 2023-12-09T02:41:06.150425+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-09T02:41:07.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:07 smithi023 bash[24949]: audit 2023-12-09T02:41:06.151802+0000 mon.a (mon.0) 390 : audit [INF] from='osd.3 [v2:172.21.15.23:6826/4053325907,v1:172.21.15.23:6827/4053325907]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2023-12-09T02:41:07.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:07 smithi023 bash[30415]: audit 2023-12-09T02:41:06.149927+0000 mon.a (mon.0) 387 : audit [INF] from='osd.3 [v2:172.21.15.23:6826/4053325907,v1:172.21.15.23:6827/4053325907]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-09T02:41:07.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:07 smithi023 bash[30415]: cluster 2023-12-09T02:41:06.150094+0000 mon.a (mon.0) 388 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2023-12-09T02:41:07.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:07 smithi023 bash[30415]: audit 2023-12-09T02:41:06.150425+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-09T02:41:07.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:07 smithi023 bash[30415]: audit 2023-12-09T02:41:06.151802+0000 mon.a (mon.0) 390 : audit [INF] from='osd.3 [v2:172.21.15.23:6826/4053325907,v1:172.21.15.23:6827/4053325907]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2023-12-09T02:41:07.518 INFO:journalctl@ceph.osd.3.smithi023.stdout:Dec 09 02:41:07 smithi023 bash[42662]: debug 2023-12-09T02:41:07.156+0000 7f52c7c6e700 -1 osd.3 0 waiting for initial osdmap 2023-12-09T02:41:07.518 INFO:journalctl@ceph.osd.3.smithi023.stdout:Dec 09 02:41:07 smithi023 bash[42662]: debug 2023-12-09T02:41:07.168+0000 7f52c2e06700 -1 osd.3 25 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-09T02:41:08.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:08 smithi172 bash[25093]: cluster 2023-12-09T02:41:06.636125+0000 mgr.y (mgr.14152) 146 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-09T02:41:08.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:08 smithi172 bash[25093]: audit 2023-12-09T02:41:07.153704+0000 mon.a (mon.0) 391 : audit [INF] from='osd.3 [v2:172.21.15.23:6826/4053325907,v1:172.21.15.23:6827/4053325907]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]': finished 2023-12-09T02:41:08.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:08 smithi172 bash[25093]: cluster 2023-12-09T02:41:07.153887+0000 mon.a (mon.0) 392 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2023-12-09T02:41:08.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:08 smithi172 bash[25093]: audit 2023-12-09T02:41:07.154742+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-09T02:41:08.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:08 smithi172 bash[25093]: audit 2023-12-09T02:41:07.169038+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-09T02:41:08.505 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:08 smithi023 bash[24949]: cluster 2023-12-09T02:41:06.636125+0000 mgr.y (mgr.14152) 146 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-09T02:41:08.505 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:08 smithi023 bash[24949]: audit 2023-12-09T02:41:07.153704+0000 mon.a (mon.0) 391 : audit [INF] from='osd.3 [v2:172.21.15.23:6826/4053325907,v1:172.21.15.23:6827/4053325907]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]': finished 2023-12-09T02:41:08.505 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:08 smithi023 bash[24949]: cluster 2023-12-09T02:41:07.153887+0000 mon.a (mon.0) 392 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2023-12-09T02:41:08.505 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:08 smithi023 bash[24949]: audit 2023-12-09T02:41:07.154742+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-09T02:41:08.505 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:08 smithi023 bash[24949]: audit 2023-12-09T02:41:07.169038+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-09T02:41:08.506 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:08 smithi023 bash[30415]: cluster 2023-12-09T02:41:06.636125+0000 mgr.y (mgr.14152) 146 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-09T02:41:08.506 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:08 smithi023 bash[30415]: audit 2023-12-09T02:41:07.153704+0000 mon.a (mon.0) 391 : audit [INF] from='osd.3 [v2:172.21.15.23:6826/4053325907,v1:172.21.15.23:6827/4053325907]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]': finished 2023-12-09T02:41:08.506 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:08 smithi023 bash[30415]: cluster 2023-12-09T02:41:07.153887+0000 mon.a (mon.0) 392 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2023-12-09T02:41:08.506 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:08 smithi023 bash[30415]: audit 2023-12-09T02:41:07.154742+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-09T02:41:08.506 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:08 smithi023 bash[30415]: audit 2023-12-09T02:41:07.169038+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-09T02:41:08.782 INFO:teuthology.orchestra.run.smithi172.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-09T02:41:08.783 INFO:teuthology.orchestra.run.smithi172.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-09T02:41:08.783 INFO:teuthology.orchestra.run.smithi172.stderr: stderr: 10+0 records in 2023-12-09T02:41:08.783 INFO:teuthology.orchestra.run.smithi172.stderr:10+0 records out 2023-12-09T02:41:08.783 INFO:teuthology.orchestra.run.smithi172.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0253068 s, 414 MB/s 2023-12-09T02:41:08.783 INFO:teuthology.orchestra.run.smithi172.stderr:--> Zapping successful for: 2023-12-09T02:41:09.443 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:09 smithi172 bash[25093]: cluster 2023-12-09T02:41:06.276280+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-09T02:41:09.443 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:09 smithi172 bash[25093]: cluster 2023-12-09T02:41:06.276489+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-09T02:41:09.443 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:09 smithi172 bash[25093]: audit 2023-12-09T02:41:08.162046+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-09T02:41:09.443 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:09 smithi172 bash[25093]: cluster 2023-12-09T02:41:08.170132+0000 mon.a (mon.0) 396 : cluster [INF] osd.3 [v2:172.21.15.23:6826/4053325907,v1:172.21.15.23:6827/4053325907] boot 2023-12-09T02:41:09.443 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:09 smithi172 bash[25093]: cluster 2023-12-09T02:41:08.170235+0000 mon.a (mon.0) 397 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2023-12-09T02:41:09.444 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:09 smithi172 bash[25093]: audit 2023-12-09T02:41:08.171141+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-09T02:41:09.445 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -- ceph orch daemon add osd smithi172:vg_nvme/lv_4 2023-12-09T02:41:09.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:09 smithi023 bash[24949]: cluster 2023-12-09T02:41:06.276280+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-09T02:41:09.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:09 smithi023 bash[24949]: cluster 2023-12-09T02:41:06.276489+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-09T02:41:09.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:09 smithi023 bash[24949]: audit 2023-12-09T02:41:08.162046+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-09T02:41:09.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:09 smithi023 bash[24949]: cluster 2023-12-09T02:41:08.170132+0000 mon.a (mon.0) 396 : cluster [INF] osd.3 [v2:172.21.15.23:6826/4053325907,v1:172.21.15.23:6827/4053325907] boot 2023-12-09T02:41:09.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:09 smithi023 bash[24949]: cluster 2023-12-09T02:41:08.170235+0000 mon.a (mon.0) 397 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2023-12-09T02:41:09.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:09 smithi023 bash[24949]: audit 2023-12-09T02:41:08.171141+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-09T02:41:09.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:09 smithi023 bash[30415]: cluster 2023-12-09T02:41:06.276280+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-09T02:41:09.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:09 smithi023 bash[30415]: cluster 2023-12-09T02:41:06.276489+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-09T02:41:09.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:09 smithi023 bash[30415]: audit 2023-12-09T02:41:08.162046+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-09T02:41:09.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:09 smithi023 bash[30415]: cluster 2023-12-09T02:41:08.170132+0000 mon.a (mon.0) 396 : cluster [INF] osd.3 [v2:172.21.15.23:6826/4053325907,v1:172.21.15.23:6827/4053325907] boot 2023-12-09T02:41:09.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:09 smithi023 bash[30415]: cluster 2023-12-09T02:41:08.170235+0000 mon.a (mon.0) 397 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2023-12-09T02:41:09.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:09 smithi023 bash[30415]: audit 2023-12-09T02:41:08.171141+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-09T02:41:10.455 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:10 smithi172 bash[25093]: cluster 2023-12-09T02:41:08.636663+0000 mgr.y (mgr.14152) 147 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-09T02:41:10.455 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:10 smithi172 bash[25093]: cluster 2023-12-09T02:41:09.198920+0000 mon.a (mon.0) 399 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2023-12-09T02:41:10.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:10 smithi023 bash[24949]: cluster 2023-12-09T02:41:08.636663+0000 mgr.y (mgr.14152) 147 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-09T02:41:10.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:10 smithi023 bash[24949]: cluster 2023-12-09T02:41:09.198920+0000 mon.a (mon.0) 399 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2023-12-09T02:41:10.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:10 smithi023 bash[30415]: cluster 2023-12-09T02:41:08.636663+0000 mgr.y (mgr.14152) 147 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-12-09T02:41:10.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:10 smithi023 bash[30415]: cluster 2023-12-09T02:41:09.198920+0000 mon.a (mon.0) 399 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2023-12-09T02:41:12.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:12 smithi172 bash[25093]: cluster 2023-12-09T02:41:10.637246+0000 mgr.y (mgr.14152) 148 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-09T02:41:12.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:12 smithi172 bash[25093]: audit 2023-12-09T02:41:11.946907+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:41:12.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:12 smithi172 bash[25093]: audit 2023-12-09T02:41:11.948753+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:41:12.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:12 smithi172 bash[25093]: audit 2023-12-09T02:41:11.950744+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:41:12.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:12 smithi172 bash[25093]: audit 2023-12-09T02:41:11.952559+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:41:12.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:12 smithi172 bash[25093]: audit 2023-12-09T02:41:11.954253+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:41:12.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:12 smithi172 bash[25093]: audit 2023-12-09T02:41:11.966020+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:41:12.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:12 smithi172 bash[25093]: audit 2023-12-09T02:41:11.982884+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:41:12.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:12 smithi023 bash[24949]: cluster 2023-12-09T02:41:10.637246+0000 mgr.y (mgr.14152) 148 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-09T02:41:12.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:12 smithi023 bash[24949]: audit 2023-12-09T02:41:11.946907+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:41:12.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:12 smithi023 bash[24949]: audit 2023-12-09T02:41:11.948753+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:41:12.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:12 smithi023 bash[24949]: audit 2023-12-09T02:41:11.950744+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:41:12.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:12 smithi023 bash[24949]: audit 2023-12-09T02:41:11.952559+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:41:12.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:12 smithi023 bash[24949]: audit 2023-12-09T02:41:11.954253+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:41:12.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:12 smithi023 bash[24949]: audit 2023-12-09T02:41:11.966020+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:41:12.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:12 smithi023 bash[24949]: audit 2023-12-09T02:41:11.982884+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:41:12.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:12 smithi023 bash[30415]: cluster 2023-12-09T02:41:10.637246+0000 mgr.y (mgr.14152) 148 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-09T02:41:12.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:12 smithi023 bash[30415]: audit 2023-12-09T02:41:11.946907+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:41:12.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:12 smithi023 bash[30415]: audit 2023-12-09T02:41:11.948753+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:41:12.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:12 smithi023 bash[30415]: audit 2023-12-09T02:41:11.950744+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:41:12.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:12 smithi023 bash[30415]: audit 2023-12-09T02:41:11.952559+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:41:12.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:12 smithi023 bash[30415]: audit 2023-12-09T02:41:11.954253+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:41:12.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:12 smithi023 bash[30415]: audit 2023-12-09T02:41:11.966020+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:41:12.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:12 smithi023 bash[30415]: audit 2023-12-09T02:41:11.982884+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:41:13.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:13 smithi172 bash[25093]: cephadm 2023-12-09T02:41:11.934053+0000 mgr.y (mgr.14152) 149 : cephadm [INF] Detected new or changed devices on smithi023 2023-12-09T02:41:13.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:13 smithi172 bash[25093]: cephadm 2023-12-09T02:41:11.955402+0000 mgr.y (mgr.14152) 150 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 4061M 2023-12-09T02:41:13.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:13 smithi172 bash[25093]: audit 2023-12-09T02:41:12.312515+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-09T02:41:13.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:13 smithi172 bash[25093]: audit 2023-12-09T02:41:12.319351+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-09T02:41:13.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:13 smithi172 bash[25093]: audit 2023-12-09T02:41:12.321058+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:41:13.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:13 smithi023 bash[24949]: cephadm 2023-12-09T02:41:11.934053+0000 mgr.y (mgr.14152) 149 : cephadm [INF] Detected new or changed devices on smithi023 2023-12-09T02:41:13.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:13 smithi023 bash[24949]: cephadm 2023-12-09T02:41:11.955402+0000 mgr.y (mgr.14152) 150 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 4061M 2023-12-09T02:41:13.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:13 smithi023 bash[24949]: audit 2023-12-09T02:41:12.312515+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-09T02:41:13.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:13 smithi023 bash[24949]: audit 2023-12-09T02:41:12.319351+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-09T02:41:13.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:13 smithi023 bash[24949]: audit 2023-12-09T02:41:12.321058+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:41:13.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:13 smithi023 bash[30415]: cephadm 2023-12-09T02:41:11.934053+0000 mgr.y (mgr.14152) 149 : cephadm [INF] Detected new or changed devices on smithi023 2023-12-09T02:41:13.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:13 smithi023 bash[30415]: cephadm 2023-12-09T02:41:11.955402+0000 mgr.y (mgr.14152) 150 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 4061M 2023-12-09T02:41:13.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:13 smithi023 bash[30415]: audit 2023-12-09T02:41:12.312515+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-09T02:41:13.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:13 smithi023 bash[30415]: audit 2023-12-09T02:41:12.319351+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-09T02:41:13.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:13 smithi023 bash[30415]: audit 2023-12-09T02:41:12.321058+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:41:14.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:14 smithi172 bash[25093]: audit 2023-12-09T02:41:12.305573+0000 mgr.y (mgr.14152) 151 : audit [DBG] from='client.24233 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi172:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:41:14.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:14 smithi172 bash[25093]: cluster 2023-12-09T02:41:12.637803+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 2023-12-09T02:41:14.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:14 smithi023 bash[24949]: audit 2023-12-09T02:41:12.305573+0000 mgr.y (mgr.14152) 151 : audit [DBG] from='client.24233 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi172:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:41:14.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:14 smithi023 bash[24949]: cluster 2023-12-09T02:41:12.637803+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 2023-12-09T02:41:14.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:14 smithi023 bash[30415]: audit 2023-12-09T02:41:12.305573+0000 mgr.y (mgr.14152) 151 : audit [DBG] from='client.24233 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi172:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:41:14.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:14 smithi023 bash[30415]: cluster 2023-12-09T02:41:12.637803+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 2023-12-09T02:41:16.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:16 smithi172 bash[25093]: cluster 2023-12-09T02:41:14.638376+0000 mgr.y (mgr.14152) 153 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-09T02:41:16.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:16 smithi023 bash[24949]: cluster 2023-12-09T02:41:14.638376+0000 mgr.y (mgr.14152) 153 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-09T02:41:16.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:16 smithi023 bash[30415]: cluster 2023-12-09T02:41:14.638376+0000 mgr.y (mgr.14152) 153 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-09T02:41:18.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:18 smithi023 bash[24949]: cluster 2023-12-09T02:41:16.638923+0000 mgr.y (mgr.14152) 154 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-09T02:41:18.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:18 smithi023 bash[30415]: cluster 2023-12-09T02:41:16.638923+0000 mgr.y (mgr.14152) 154 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-09T02:41:18.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:18 smithi172 bash[25093]: cluster 2023-12-09T02:41:16.638923+0000 mgr.y (mgr.14152) 154 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-09T02:41:19.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:19 smithi172 bash[25093]: audit 2023-12-09T02:41:18.398470+0000 mon.a (mon.0) 410 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4988d1d1-47b5-42bd-aa34-0bcc3b57e884"}]: dispatch 2023-12-09T02:41:19.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:19 smithi172 bash[25093]: audit 2023-12-09T02:41:18.399021+0000 mon.b (mon.2) 8 : audit [INF] from='client.? 172.21.15.172:0/4106967980' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4988d1d1-47b5-42bd-aa34-0bcc3b57e884"}]: dispatch 2023-12-09T02:41:19.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:19 smithi172 bash[25093]: audit 2023-12-09T02:41:18.415421+0000 mon.a (mon.0) 411 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4988d1d1-47b5-42bd-aa34-0bcc3b57e884"}]': finished 2023-12-09T02:41:19.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:19 smithi172 bash[25093]: cluster 2023-12-09T02:41:18.415688+0000 mon.a (mon.0) 412 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2023-12-09T02:41:19.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:19 smithi172 bash[25093]: audit 2023-12-09T02:41:18.416144+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-09T02:41:19.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:19 smithi172 bash[25093]: audit 2023-12-09T02:41:19.117476+0000 mon.b (mon.2) 9 : audit [DBG] from='client.? 172.21.15.172:0/1077108270' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-09T02:41:19.766 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:19 smithi023 bash[24949]: audit 2023-12-09T02:41:18.398470+0000 mon.a (mon.0) 410 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4988d1d1-47b5-42bd-aa34-0bcc3b57e884"}]: dispatch 2023-12-09T02:41:19.766 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:19 smithi023 bash[24949]: audit 2023-12-09T02:41:18.399021+0000 mon.b (mon.2) 8 : audit [INF] from='client.? 172.21.15.172:0/4106967980' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4988d1d1-47b5-42bd-aa34-0bcc3b57e884"}]: dispatch 2023-12-09T02:41:19.766 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:19 smithi023 bash[24949]: audit 2023-12-09T02:41:18.415421+0000 mon.a (mon.0) 411 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4988d1d1-47b5-42bd-aa34-0bcc3b57e884"}]': finished 2023-12-09T02:41:19.766 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:19 smithi023 bash[24949]: cluster 2023-12-09T02:41:18.415688+0000 mon.a (mon.0) 412 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2023-12-09T02:41:19.766 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:19 smithi023 bash[24949]: audit 2023-12-09T02:41:18.416144+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-09T02:41:19.766 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:19 smithi023 bash[24949]: audit 2023-12-09T02:41:19.117476+0000 mon.b (mon.2) 9 : audit [DBG] from='client.? 172.21.15.172:0/1077108270' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-09T02:41:19.767 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:19 smithi023 bash[30415]: audit 2023-12-09T02:41:18.398470+0000 mon.a (mon.0) 410 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4988d1d1-47b5-42bd-aa34-0bcc3b57e884"}]: dispatch 2023-12-09T02:41:19.767 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:19 smithi023 bash[30415]: audit 2023-12-09T02:41:18.399021+0000 mon.b (mon.2) 8 : audit [INF] from='client.? 172.21.15.172:0/4106967980' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4988d1d1-47b5-42bd-aa34-0bcc3b57e884"}]: dispatch 2023-12-09T02:41:19.767 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:19 smithi023 bash[30415]: audit 2023-12-09T02:41:18.415421+0000 mon.a (mon.0) 411 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4988d1d1-47b5-42bd-aa34-0bcc3b57e884"}]': finished 2023-12-09T02:41:19.767 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:19 smithi023 bash[30415]: cluster 2023-12-09T02:41:18.415688+0000 mon.a (mon.0) 412 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2023-12-09T02:41:19.767 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:19 smithi023 bash[30415]: audit 2023-12-09T02:41:18.416144+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-09T02:41:19.767 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:19 smithi023 bash[30415]: audit 2023-12-09T02:41:19.117476+0000 mon.b (mon.2) 9 : audit [DBG] from='client.? 172.21.15.172:0/1077108270' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-09T02:41:20.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:20 smithi172 bash[25093]: cluster 2023-12-09T02:41:18.639598+0000 mgr.y (mgr.14152) 155 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-09T02:41:20.766 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:20 smithi023 bash[24949]: cluster 2023-12-09T02:41:18.639598+0000 mgr.y (mgr.14152) 155 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-09T02:41:20.766 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:20 smithi023 bash[30415]: cluster 2023-12-09T02:41:18.639598+0000 mgr.y (mgr.14152) 155 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-09T02:41:21.587 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:21 smithi172 bash[25093]: cluster 2023-12-09T02:41:20.640250+0000 mgr.y (mgr.14152) 156 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-09T02:41:21.766 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:21 smithi023 bash[24949]: cluster 2023-12-09T02:41:20.640250+0000 mgr.y (mgr.14152) 156 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-09T02:41:21.766 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:21 smithi023 bash[30415]: cluster 2023-12-09T02:41:20.640250+0000 mgr.y (mgr.14152) 156 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-09T02:41:24.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:24 smithi172 bash[25093]: cluster 2023-12-09T02:41:22.640842+0000 mgr.y (mgr.14152) 157 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-09T02:41:24.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:24 smithi023 bash[24949]: cluster 2023-12-09T02:41:22.640842+0000 mgr.y (mgr.14152) 157 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-09T02:41:24.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:24 smithi023 bash[30415]: cluster 2023-12-09T02:41:22.640842+0000 mgr.y (mgr.14152) 157 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-09T02:41:26.178 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:26 smithi172 bash[25093]: cluster 2023-12-09T02:41:24.641409+0000 mgr.y (mgr.14152) 158 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-09T02:41:26.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:26 smithi023 bash[24949]: cluster 2023-12-09T02:41:24.641409+0000 mgr.y (mgr.14152) 158 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-09T02:41:26.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:26 smithi023 bash[30415]: cluster 2023-12-09T02:41:24.641409+0000 mgr.y (mgr.14152) 158 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-09T02:41:28.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:28 smithi172 bash[25093]: cluster 2023-12-09T02:41:26.642002+0000 mgr.y (mgr.14152) 159 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-09T02:41:28.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:28 smithi023 bash[24949]: cluster 2023-12-09T02:41:26.642002+0000 mgr.y (mgr.14152) 159 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-09T02:41:28.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:28 smithi023 bash[30415]: cluster 2023-12-09T02:41:26.642002+0000 mgr.y (mgr.14152) 159 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-09T02:41:29.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:29 smithi172 bash[25093]: audit 2023-12-09T02:41:28.555130+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-09T02:41:29.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:29 smithi172 bash[25093]: audit 2023-12-09T02:41:28.557060+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:41:29.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:29 smithi023 bash[24949]: audit 2023-12-09T02:41:28.555130+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-09T02:41:29.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:29 smithi023 bash[24949]: audit 2023-12-09T02:41:28.557060+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:41:29.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:29 smithi023 bash[30415]: audit 2023-12-09T02:41:28.555130+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-09T02:41:29.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:29 smithi023 bash[30415]: audit 2023-12-09T02:41:28.557060+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:41:30.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:30 smithi172 bash[25093]: cephadm 2023-12-09T02:41:28.558672+0000 mgr.y (mgr.14152) 160 : cephadm [INF] Deploying daemon osd.4 on smithi172 2023-12-09T02:41:30.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:30 smithi172 bash[25093]: cluster 2023-12-09T02:41:28.642590+0000 mgr.y (mgr.14152) 161 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-09T02:41:30.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:30 smithi023 bash[24949]: cephadm 2023-12-09T02:41:28.558672+0000 mgr.y (mgr.14152) 160 : cephadm [INF] Deploying daemon osd.4 on smithi172 2023-12-09T02:41:30.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:30 smithi023 bash[24949]: cluster 2023-12-09T02:41:28.642590+0000 mgr.y (mgr.14152) 161 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-09T02:41:30.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:30 smithi023 bash[30415]: cephadm 2023-12-09T02:41:28.558672+0000 mgr.y (mgr.14152) 160 : cephadm [INF] Deploying daemon osd.4 on smithi172 2023-12-09T02:41:30.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:30 smithi023 bash[30415]: cluster 2023-12-09T02:41:28.642590+0000 mgr.y (mgr.14152) 161 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-09T02:41:32.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:32 smithi172 bash[25093]: cluster 2023-12-09T02:41:30.643223+0000 mgr.y (mgr.14152) 162 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-09T02:41:32.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:32 smithi023 bash[24949]: cluster 2023-12-09T02:41:30.643223+0000 mgr.y (mgr.14152) 162 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-09T02:41:32.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:32 smithi023 bash[30415]: cluster 2023-12-09T02:41:30.643223+0000 mgr.y (mgr.14152) 162 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-09T02:41:33.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:33 smithi172 bash[25093]: audit 2023-12-09T02:41:32.600862+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:41:33.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:33 smithi172 bash[25093]: audit 2023-12-09T02:41:32.607892+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:41:33.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:33 smithi172 bash[25093]: audit 2023-12-09T02:41:32.610712+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:41:33.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:33 smithi172 bash[25093]: audit 2023-12-09T02:41:32.612370+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:41:33.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:33 smithi172 bash[25093]: cluster 2023-12-09T02:41:32.643748+0000 mgr.y (mgr.14152) 163 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-09T02:41:34.016 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:33 smithi023 bash[24949]: audit 2023-12-09T02:41:32.600862+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:41:34.016 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:33 smithi023 bash[24949]: audit 2023-12-09T02:41:32.607892+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:41:34.016 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:33 smithi023 bash[24949]: audit 2023-12-09T02:41:32.610712+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:41:34.016 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:33 smithi023 bash[24949]: audit 2023-12-09T02:41:32.612370+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:41:34.016 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:33 smithi023 bash[24949]: cluster 2023-12-09T02:41:32.643748+0000 mgr.y (mgr.14152) 163 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-09T02:41:34.017 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:33 smithi023 bash[30415]: audit 2023-12-09T02:41:32.600862+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:41:34.017 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:33 smithi023 bash[30415]: audit 2023-12-09T02:41:32.607892+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:41:34.017 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:33 smithi023 bash[30415]: audit 2023-12-09T02:41:32.610712+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:41:34.017 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:33 smithi023 bash[30415]: audit 2023-12-09T02:41:32.612370+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:41:34.017 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:33 smithi023 bash[30415]: cluster 2023-12-09T02:41:32.643748+0000 mgr.y (mgr.14152) 163 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-09T02:41:34.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:34 smithi172 bash[25093]: audit 2023-12-09T02:41:34.662808+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:41:34.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:34 smithi172 bash[25093]: audit 2023-12-09T02:41:34.666227+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:41:35.016 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:34 smithi023 bash[24949]: audit 2023-12-09T02:41:34.662808+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:41:35.016 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:34 smithi023 bash[24949]: audit 2023-12-09T02:41:34.666227+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:41:35.016 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:34 smithi023 bash[30415]: audit 2023-12-09T02:41:34.662808+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:41:35.016 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:34 smithi023 bash[30415]: audit 2023-12-09T02:41:34.666227+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:41:35.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:35 smithi172 bash[25093]: cluster 2023-12-09T02:41:34.644258+0000 mgr.y (mgr.14152) 164 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-09T02:41:36.016 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:35 smithi023 bash[24949]: cluster 2023-12-09T02:41:34.644258+0000 mgr.y (mgr.14152) 164 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-09T02:41:36.016 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:35 smithi023 bash[30415]: cluster 2023-12-09T02:41:34.644258+0000 mgr.y (mgr.14152) 164 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-09T02:41:37.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:37 smithi172 bash[25093]: cluster 2023-12-09T02:41:36.644842+0000 mgr.y (mgr.14152) 165 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-09T02:41:37.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:37 smithi172 bash[25093]: audit 2023-12-09T02:41:36.648713+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:41:37.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:37 smithi172 bash[25093]: audit 2023-12-09T02:41:36.937447+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:41:38.016 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:37 smithi023 bash[30415]: cluster 2023-12-09T02:41:36.644842+0000 mgr.y (mgr.14152) 165 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-09T02:41:38.016 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:37 smithi023 bash[30415]: audit 2023-12-09T02:41:36.648713+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:41:38.016 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:37 smithi023 bash[30415]: audit 2023-12-09T02:41:36.937447+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:41:38.016 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:37 smithi023 bash[24949]: cluster 2023-12-09T02:41:36.644842+0000 mgr.y (mgr.14152) 165 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-09T02:41:38.016 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:37 smithi023 bash[24949]: audit 2023-12-09T02:41:36.648713+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:41:38.016 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:37 smithi023 bash[24949]: audit 2023-12-09T02:41:36.937447+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:41:39.626 INFO:teuthology.orchestra.run.smithi172.stdout:Created osd(s) 4 on host 'smithi172' 2023-12-09T02:41:40.226 DEBUG:teuthology.orchestra.run.smithi172:osd.4> sudo journalctl -f -n 0 -u ceph-9eab968a-963b-11ee-95a3-87774f69a715@osd.4.service 2023-12-09T02:41:40.228 INFO:tasks.cephadm:Deploying osd.5 on smithi172 with /dev/vg_nvme/lv_3... 2023-12-09T02:41:40.229 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-12-09T02:41:40.412 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:40 smithi172 bash[25093]: cluster 2023-12-09T02:41:38.645461+0000 mgr.y (mgr.14152) 166 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-09T02:41:40.412 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:40 smithi172 bash[25093]: audit 2023-12-09T02:41:39.615929+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:41:40.413 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:40 smithi172 bash[25093]: audit 2023-12-09T02:41:39.623235+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:41:40.413 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:40 smithi172 bash[25093]: audit 2023-12-09T02:41:39.623806+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:41:40.413 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:40 smithi172 bash[25093]: audit 2023-12-09T02:41:39.627468+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:41:40.413 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:40 smithi172 bash[25093]: audit 2023-12-09T02:41:40.043385+0000 mon.a (mon.0) 428 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-09T02:41:40.413 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:40 smithi172 bash[25093]: audit 2023-12-09T02:41:40.044163+0000 mon.b (mon.2) 10 : audit [INF] from='osd.4 [v2:172.21.15.172:6800/3818645942,v1:172.21.15.172:6801/3818645942]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-09T02:41:40.431 INFO:journalctl@ceph.osd.4.smithi172.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-09T02:41:40.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:40 smithi023 bash[24949]: cluster 2023-12-09T02:41:38.645461+0000 mgr.y (mgr.14152) 166 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-09T02:41:40.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:40 smithi023 bash[24949]: audit 2023-12-09T02:41:39.615929+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:41:40.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:40 smithi023 bash[24949]: audit 2023-12-09T02:41:39.623235+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:41:40.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:40 smithi023 bash[24949]: audit 2023-12-09T02:41:39.623806+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:41:40.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:40 smithi023 bash[24949]: audit 2023-12-09T02:41:39.627468+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:41:40.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:40 smithi023 bash[24949]: audit 2023-12-09T02:41:40.043385+0000 mon.a (mon.0) 428 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-09T02:41:40.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:40 smithi023 bash[24949]: audit 2023-12-09T02:41:40.044163+0000 mon.b (mon.2) 10 : audit [INF] from='osd.4 [v2:172.21.15.172:6800/3818645942,v1:172.21.15.172:6801/3818645942]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-09T02:41:40.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:40 smithi023 bash[30415]: cluster 2023-12-09T02:41:38.645461+0000 mgr.y (mgr.14152) 166 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-09T02:41:40.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:40 smithi023 bash[30415]: audit 2023-12-09T02:41:39.615929+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:41:40.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:40 smithi023 bash[30415]: audit 2023-12-09T02:41:39.623235+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:41:40.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:40 smithi023 bash[30415]: audit 2023-12-09T02:41:39.623806+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:41:40.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:40 smithi023 bash[30415]: audit 2023-12-09T02:41:39.627468+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:41:40.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:40 smithi023 bash[30415]: audit 2023-12-09T02:41:40.043385+0000 mon.a (mon.0) 428 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-09T02:41:40.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:40 smithi023 bash[30415]: audit 2023-12-09T02:41:40.044163+0000 mon.b (mon.2) 10 : audit [INF] from='osd.4 [v2:172.21.15.172:6800/3818645942,v1:172.21.15.172:6801/3818645942]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-09T02:41:41.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:41 smithi172 bash[25093]: audit 2023-12-09T02:41:40.630511+0000 mon.a (mon.0) 429 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-09T02:41:41.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:41 smithi172 bash[25093]: cluster 2023-12-09T02:41:40.630662+0000 mon.a (mon.0) 430 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2023-12-09T02:41:41.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:41 smithi172 bash[25093]: audit 2023-12-09T02:41:40.630951+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-09T02:41:41.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:41 smithi172 bash[25093]: audit 2023-12-09T02:41:40.632874+0000 mon.a (mon.0) 432 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-09T02:41:41.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:41 smithi172 bash[25093]: audit 2023-12-09T02:41:40.633405+0000 mon.b (mon.2) 11 : audit [INF] from='osd.4 [v2:172.21.15.172:6800/3818645942,v1:172.21.15.172:6801/3818645942]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-09T02:41:41.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:41 smithi172 bash[25093]: cluster 2023-12-09T02:41:40.646048+0000 mgr.y (mgr.14152) 167 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-09T02:41:41.999 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 09 02:41:41 smithi172 bash[28325]: debug 2023-12-09T02:41:41.641+0000 7f9fc2440700 -1 osd.4 0 waiting for initial osdmap 2023-12-09T02:41:41.999 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 09 02:41:41 smithi172 bash[28325]: debug 2023-12-09T02:41:41.649+0000 7f9fbc5d6700 -1 osd.4 30 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-09T02:41:42.016 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:41 smithi023 bash[30415]: audit 2023-12-09T02:41:40.630511+0000 mon.a (mon.0) 429 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-09T02:41:42.016 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:41 smithi023 bash[30415]: cluster 2023-12-09T02:41:40.630662+0000 mon.a (mon.0) 430 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2023-12-09T02:41:42.016 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:41 smithi023 bash[30415]: audit 2023-12-09T02:41:40.630951+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-09T02:41:42.016 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:41 smithi023 bash[30415]: audit 2023-12-09T02:41:40.632874+0000 mon.a (mon.0) 432 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-09T02:41:42.016 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:41 smithi023 bash[30415]: audit 2023-12-09T02:41:40.633405+0000 mon.b (mon.2) 11 : audit [INF] from='osd.4 [v2:172.21.15.172:6800/3818645942,v1:172.21.15.172:6801/3818645942]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-09T02:41:42.016 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:41 smithi023 bash[30415]: cluster 2023-12-09T02:41:40.646048+0000 mgr.y (mgr.14152) 167 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-09T02:41:42.017 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:41 smithi023 bash[24949]: audit 2023-12-09T02:41:40.630511+0000 mon.a (mon.0) 429 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-09T02:41:42.017 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:41 smithi023 bash[24949]: cluster 2023-12-09T02:41:40.630662+0000 mon.a (mon.0) 430 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2023-12-09T02:41:42.017 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:41 smithi023 bash[24949]: audit 2023-12-09T02:41:40.630951+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-09T02:41:42.017 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:41 smithi023 bash[24949]: audit 2023-12-09T02:41:40.632874+0000 mon.a (mon.0) 432 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-09T02:41:42.017 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:41 smithi023 bash[24949]: audit 2023-12-09T02:41:40.633405+0000 mon.b (mon.2) 11 : audit [INF] from='osd.4 [v2:172.21.15.172:6800/3818645942,v1:172.21.15.172:6801/3818645942]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-09T02:41:42.017 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:41 smithi023 bash[24949]: cluster 2023-12-09T02:41:40.646048+0000 mgr.y (mgr.14152) 167 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-09T02:41:42.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:42 smithi172 bash[25093]: audit 2023-12-09T02:41:41.634019+0000 mon.a (mon.0) 433 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]': finished 2023-12-09T02:41:42.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:42 smithi172 bash[25093]: cluster 2023-12-09T02:41:41.634138+0000 mon.a (mon.0) 434 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2023-12-09T02:41:42.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:42 smithi172 bash[25093]: audit 2023-12-09T02:41:41.634989+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-09T02:41:42.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:42 smithi172 bash[25093]: audit 2023-12-09T02:41:41.645770+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-09T02:41:43.019 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:42 smithi023 bash[24949]: audit 2023-12-09T02:41:41.634019+0000 mon.a (mon.0) 433 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]': finished 2023-12-09T02:41:43.019 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:42 smithi023 bash[24949]: cluster 2023-12-09T02:41:41.634138+0000 mon.a (mon.0) 434 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2023-12-09T02:41:43.019 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:42 smithi023 bash[24949]: audit 2023-12-09T02:41:41.634989+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-09T02:41:43.019 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:42 smithi023 bash[24949]: audit 2023-12-09T02:41:41.645770+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-09T02:41:43.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:42 smithi023 bash[30415]: audit 2023-12-09T02:41:41.634019+0000 mon.a (mon.0) 433 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]': finished 2023-12-09T02:41:43.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:42 smithi023 bash[30415]: cluster 2023-12-09T02:41:41.634138+0000 mon.a (mon.0) 434 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2023-12-09T02:41:43.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:42 smithi023 bash[30415]: audit 2023-12-09T02:41:41.634989+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-09T02:41:43.020 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:42 smithi023 bash[30415]: audit 2023-12-09T02:41:41.645770+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-09T02:41:43.916 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:43 smithi172 bash[25093]: cluster 2023-12-09T02:41:41.070213+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-09T02:41:43.916 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:43 smithi172 bash[25093]: cluster 2023-12-09T02:41:41.070394+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-09T02:41:43.916 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:43 smithi172 bash[25093]: cluster 2023-12-09T02:41:42.639943+0000 mon.a (mon.0) 437 : cluster [INF] osd.4 [v2:172.21.15.172:6800/3818645942,v1:172.21.15.172:6801/3818645942] boot 2023-12-09T02:41:43.916 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:43 smithi172 bash[25093]: cluster 2023-12-09T02:41:42.640054+0000 mon.a (mon.0) 438 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2023-12-09T02:41:43.916 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:43 smithi172 bash[25093]: audit 2023-12-09T02:41:42.640398+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-09T02:41:43.916 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:43 smithi172 bash[25093]: cluster 2023-12-09T02:41:42.646519+0000 mgr.y (mgr.14152) 168 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-09T02:41:43.916 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:43 smithi172 bash[25093]: cluster 2023-12-09T02:41:43.075735+0000 mon.a (mon.0) 440 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2023-12-09T02:41:44.004 INFO:teuthology.orchestra.run.smithi172.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-12-09T02:41:44.004 INFO:teuthology.orchestra.run.smithi172.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-12-09T02:41:44.004 INFO:teuthology.orchestra.run.smithi172.stderr: stderr: 10+0 records in 2023-12-09T02:41:44.004 INFO:teuthology.orchestra.run.smithi172.stderr:10+0 records out 2023-12-09T02:41:44.004 INFO:teuthology.orchestra.run.smithi172.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0212162 s, 494 MB/s 2023-12-09T02:41:44.004 INFO:teuthology.orchestra.run.smithi172.stderr:--> Zapping successful for: 2023-12-09T02:41:44.016 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:43 smithi023 bash[24949]: cluster 2023-12-09T02:41:41.070213+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-09T02:41:44.016 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:43 smithi023 bash[24949]: cluster 2023-12-09T02:41:41.070394+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-09T02:41:44.016 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:43 smithi023 bash[24949]: cluster 2023-12-09T02:41:42.639943+0000 mon.a (mon.0) 437 : cluster [INF] osd.4 [v2:172.21.15.172:6800/3818645942,v1:172.21.15.172:6801/3818645942] boot 2023-12-09T02:41:44.016 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:43 smithi023 bash[24949]: cluster 2023-12-09T02:41:42.640054+0000 mon.a (mon.0) 438 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2023-12-09T02:41:44.016 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:43 smithi023 bash[24949]: audit 2023-12-09T02:41:42.640398+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-09T02:41:44.016 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:43 smithi023 bash[24949]: cluster 2023-12-09T02:41:42.646519+0000 mgr.y (mgr.14152) 168 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-09T02:41:44.016 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:43 smithi023 bash[24949]: cluster 2023-12-09T02:41:43.075735+0000 mon.a (mon.0) 440 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2023-12-09T02:41:44.017 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:43 smithi023 bash[30415]: cluster 2023-12-09T02:41:41.070213+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-09T02:41:44.017 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:43 smithi023 bash[30415]: cluster 2023-12-09T02:41:41.070394+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-09T02:41:44.017 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:43 smithi023 bash[30415]: cluster 2023-12-09T02:41:42.639943+0000 mon.a (mon.0) 437 : cluster [INF] osd.4 [v2:172.21.15.172:6800/3818645942,v1:172.21.15.172:6801/3818645942] boot 2023-12-09T02:41:44.017 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:43 smithi023 bash[30415]: cluster 2023-12-09T02:41:42.640054+0000 mon.a (mon.0) 438 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2023-12-09T02:41:44.017 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:43 smithi023 bash[30415]: audit 2023-12-09T02:41:42.640398+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-09T02:41:44.017 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:43 smithi023 bash[30415]: cluster 2023-12-09T02:41:42.646519+0000 mgr.y (mgr.14152) 168 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-12-09T02:41:44.017 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:43 smithi023 bash[30415]: cluster 2023-12-09T02:41:43.075735+0000 mon.a (mon.0) 440 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2023-12-09T02:41:45.304 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -- ceph orch daemon add osd smithi172:vg_nvme/lv_3 2023-12-09T02:41:45.490 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:45 smithi172 bash[25093]: cluster 2023-12-09T02:41:44.076256+0000 mon.a (mon.0) 441 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2023-12-09T02:41:45.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:45 smithi023 bash[24949]: cluster 2023-12-09T02:41:44.076256+0000 mon.a (mon.0) 441 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2023-12-09T02:41:45.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:45 smithi023 bash[30415]: cluster 2023-12-09T02:41:44.076256+0000 mon.a (mon.0) 441 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2023-12-09T02:41:46.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:46 smithi172 bash[25093]: cluster 2023-12-09T02:41:44.647053+0000 mgr.y (mgr.14152) 169 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-09T02:41:46.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:46 smithi172 bash[25093]: cluster 2023-12-09T02:41:45.108616+0000 mon.a (mon.0) 442 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2023-12-09T02:41:46.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:46 smithi023 bash[24949]: cluster 2023-12-09T02:41:44.647053+0000 mgr.y (mgr.14152) 169 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-09T02:41:46.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:46 smithi023 bash[24949]: cluster 2023-12-09T02:41:45.108616+0000 mon.a (mon.0) 442 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2023-12-09T02:41:46.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:46 smithi023 bash[30415]: cluster 2023-12-09T02:41:44.647053+0000 mgr.y (mgr.14152) 169 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-12-09T02:41:46.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:46 smithi023 bash[30415]: cluster 2023-12-09T02:41:45.108616+0000 mon.a (mon.0) 442 : cluster [DBG] osdmap e34: 5 total, 5 up, 5 in 2023-12-09T02:41:47.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:47 smithi172 bash[25093]: cluster 2023-12-09T02:41:46.111010+0000 mon.a (mon.0) 443 : cluster [DBG] osdmap e35: 5 total, 5 up, 5 in 2023-12-09T02:41:47.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:47 smithi023 bash[24949]: cluster 2023-12-09T02:41:46.111010+0000 mon.a (mon.0) 443 : cluster [DBG] osdmap e35: 5 total, 5 up, 5 in 2023-12-09T02:41:47.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:47 smithi023 bash[30415]: cluster 2023-12-09T02:41:46.111010+0000 mon.a (mon.0) 443 : cluster [DBG] osdmap e35: 5 total, 5 up, 5 in 2023-12-09T02:41:48.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:48 smithi172 bash[25093]: cluster 2023-12-09T02:41:46.647810+0000 mgr.y (mgr.14152) 170 : cluster [DBG] pgmap v151: 1 pgs: 1 peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail; 129 KiB/s, 0 objects/s recovering 2023-12-09T02:41:48.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:48 smithi023 bash[30415]: cluster 2023-12-09T02:41:46.647810+0000 mgr.y (mgr.14152) 170 : cluster [DBG] pgmap v151: 1 pgs: 1 peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail; 129 KiB/s, 0 objects/s recovering 2023-12-09T02:41:48.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:48 smithi023 bash[24949]: cluster 2023-12-09T02:41:46.647810+0000 mgr.y (mgr.14152) 170 : cluster [DBG] pgmap v151: 1 pgs: 1 peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail; 129 KiB/s, 0 objects/s recovering 2023-12-09T02:41:50.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:49 smithi172 bash[25093]: cluster 2023-12-09T02:41:48.648564+0000 mgr.y (mgr.14152) 171 : cluster [DBG] pgmap v152: 1 pgs: 1 peering; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 93 KiB/s, 0 objects/s recovering 2023-12-09T02:41:50.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:49 smithi172 bash[25093]: cephadm 2023-12-09T02:41:48.796746+0000 mgr.y (mgr.14152) 172 : cephadm [INF] Detected new or changed devices on smithi172 2023-12-09T02:41:50.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:49 smithi172 bash[25093]: audit 2023-12-09T02:41:48.808679+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:41:50.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:49 smithi172 bash[25093]: audit 2023-12-09T02:41:48.810540+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:41:50.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:49 smithi172 bash[25093]: cephadm 2023-12-09T02:41:48.811535+0000 mgr.y (mgr.14152) 173 : cephadm [INF] Adjusting osd_memory_target on smithi172 to 17271M 2023-12-09T02:41:50.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:49 smithi172 bash[25093]: audit 2023-12-09T02:41:48.822537+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:41:50.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:49 smithi172 bash[25093]: audit 2023-12-09T02:41:48.832914+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:41:50.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:49 smithi172 bash[25093]: audit 2023-12-09T02:41:49.286760+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-09T02:41:50.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:49 smithi172 bash[25093]: audit 2023-12-09T02:41:49.293278+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-09T02:41:50.250 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:49 smithi172 bash[25093]: audit 2023-12-09T02:41:49.295115+0000 mon.a (mon.0) 450 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:41:50.266 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:49 smithi023 bash[30415]: cluster 2023-12-09T02:41:48.648564+0000 mgr.y (mgr.14152) 171 : cluster [DBG] pgmap v152: 1 pgs: 1 peering; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 93 KiB/s, 0 objects/s recovering 2023-12-09T02:41:50.267 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:49 smithi023 bash[30415]: cephadm 2023-12-09T02:41:48.796746+0000 mgr.y (mgr.14152) 172 : cephadm [INF] Detected new or changed devices on smithi172 2023-12-09T02:41:50.267 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:49 smithi023 bash[30415]: audit 2023-12-09T02:41:48.808679+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:41:50.267 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:49 smithi023 bash[30415]: audit 2023-12-09T02:41:48.810540+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:41:50.267 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:49 smithi023 bash[30415]: cephadm 2023-12-09T02:41:48.811535+0000 mgr.y (mgr.14152) 173 : cephadm [INF] Adjusting osd_memory_target on smithi172 to 17271M 2023-12-09T02:41:50.267 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:49 smithi023 bash[30415]: audit 2023-12-09T02:41:48.822537+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:41:50.267 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:49 smithi023 bash[30415]: audit 2023-12-09T02:41:48.832914+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:41:50.268 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:49 smithi023 bash[30415]: audit 2023-12-09T02:41:49.286760+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-09T02:41:50.268 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:49 smithi023 bash[30415]: audit 2023-12-09T02:41:49.293278+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-09T02:41:50.268 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:49 smithi023 bash[30415]: audit 2023-12-09T02:41:49.295115+0000 mon.a (mon.0) 450 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:41:50.268 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:49 smithi023 bash[24949]: cluster 2023-12-09T02:41:48.648564+0000 mgr.y (mgr.14152) 171 : cluster [DBG] pgmap v152: 1 pgs: 1 peering; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 93 KiB/s, 0 objects/s recovering 2023-12-09T02:41:50.268 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:49 smithi023 bash[24949]: cephadm 2023-12-09T02:41:48.796746+0000 mgr.y (mgr.14152) 172 : cephadm [INF] Detected new or changed devices on smithi172 2023-12-09T02:41:50.269 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:49 smithi023 bash[24949]: audit 2023-12-09T02:41:48.808679+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:41:50.269 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:49 smithi023 bash[24949]: audit 2023-12-09T02:41:48.810540+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:41:50.269 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:49 smithi023 bash[24949]: cephadm 2023-12-09T02:41:48.811535+0000 mgr.y (mgr.14152) 173 : cephadm [INF] Adjusting osd_memory_target on smithi172 to 17271M 2023-12-09T02:41:50.269 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:49 smithi023 bash[24949]: audit 2023-12-09T02:41:48.822537+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:41:50.269 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:49 smithi023 bash[24949]: audit 2023-12-09T02:41:48.832914+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:41:50.269 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:49 smithi023 bash[24949]: audit 2023-12-09T02:41:49.286760+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-09T02:41:50.269 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:49 smithi023 bash[24949]: audit 2023-12-09T02:41:49.293278+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-09T02:41:50.270 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:49 smithi023 bash[24949]: audit 2023-12-09T02:41:49.295115+0000 mon.a (mon.0) 450 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:41:51.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:50 smithi172 bash[25093]: audit 2023-12-09T02:41:49.279985+0000 mgr.y (mgr.14152) 174 : audit [DBG] from='client.24260 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi172:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:41:51.266 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:50 smithi023 bash[30415]: audit 2023-12-09T02:41:49.279985+0000 mgr.y (mgr.14152) 174 : audit [DBG] from='client.24260 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi172:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:41:51.266 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:50 smithi023 bash[24949]: audit 2023-12-09T02:41:49.279985+0000 mgr.y (mgr.14152) 174 : audit [DBG] from='client.24260 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi172:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:41:52.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:51 smithi172 bash[25093]: cluster 2023-12-09T02:41:50.649310+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; 79 KiB/s, 0 objects/s recovering 2023-12-09T02:41:52.266 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:51 smithi023 bash[24949]: cluster 2023-12-09T02:41:50.649310+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; 79 KiB/s, 0 objects/s recovering 2023-12-09T02:41:52.266 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:51 smithi023 bash[30415]: cluster 2023-12-09T02:41:50.649310+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; 79 KiB/s, 0 objects/s recovering 2023-12-09T02:41:54.462 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:54 smithi172 bash[25093]: cluster 2023-12-09T02:41:52.650070+0000 mgr.y (mgr.14152) 176 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-09T02:41:54.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:54 smithi023 bash[24949]: cluster 2023-12-09T02:41:52.650070+0000 mgr.y (mgr.14152) 176 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-09T02:41:54.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:54 smithi023 bash[30415]: cluster 2023-12-09T02:41:52.650070+0000 mgr.y (mgr.14152) 176 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-09T02:41:56.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:56 smithi172 bash[25093]: cluster 2023-12-09T02:41:54.650756+0000 mgr.y (mgr.14152) 177 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 54 KiB/s, 0 objects/s recovering 2023-12-09T02:41:56.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:56 smithi172 bash[25093]: audit 2023-12-09T02:41:55.271428+0000 mon.a (mon.0) 451 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8c03be1a-cf9d-4778-a6f8-051028575c58"}]: dispatch 2023-12-09T02:41:56.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:56 smithi172 bash[25093]: audit 2023-12-09T02:41:55.272154+0000 mon.b (mon.2) 12 : audit [INF] from='client.? 172.21.15.172:0/447604183' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8c03be1a-cf9d-4778-a6f8-051028575c58"}]: dispatch 2023-12-09T02:41:56.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:56 smithi172 bash[25093]: audit 2023-12-09T02:41:55.282369+0000 mon.a (mon.0) 452 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8c03be1a-cf9d-4778-a6f8-051028575c58"}]': finished 2023-12-09T02:41:56.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:56 smithi172 bash[25093]: cluster 2023-12-09T02:41:55.282638+0000 mon.a (mon.0) 453 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2023-12-09T02:41:56.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:56 smithi172 bash[25093]: audit 2023-12-09T02:41:55.282944+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-09T02:41:56.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:56 smithi172 bash[25093]: audit 2023-12-09T02:41:56.019881+0000 mon.b (mon.2) 13 : audit [DBG] from='client.? 172.21.15.172:0/2908796250' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-09T02:41:56.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:56 smithi023 bash[24949]: cluster 2023-12-09T02:41:54.650756+0000 mgr.y (mgr.14152) 177 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 54 KiB/s, 0 objects/s recovering 2023-12-09T02:41:56.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:56 smithi023 bash[24949]: audit 2023-12-09T02:41:55.271428+0000 mon.a (mon.0) 451 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8c03be1a-cf9d-4778-a6f8-051028575c58"}]: dispatch 2023-12-09T02:41:56.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:56 smithi023 bash[24949]: audit 2023-12-09T02:41:55.272154+0000 mon.b (mon.2) 12 : audit [INF] from='client.? 172.21.15.172:0/447604183' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8c03be1a-cf9d-4778-a6f8-051028575c58"}]: dispatch 2023-12-09T02:41:56.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:56 smithi023 bash[24949]: audit 2023-12-09T02:41:55.282369+0000 mon.a (mon.0) 452 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8c03be1a-cf9d-4778-a6f8-051028575c58"}]': finished 2023-12-09T02:41:56.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:56 smithi023 bash[24949]: cluster 2023-12-09T02:41:55.282638+0000 mon.a (mon.0) 453 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2023-12-09T02:41:56.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:56 smithi023 bash[24949]: audit 2023-12-09T02:41:55.282944+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-09T02:41:56.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:56 smithi023 bash[24949]: audit 2023-12-09T02:41:56.019881+0000 mon.b (mon.2) 13 : audit [DBG] from='client.? 172.21.15.172:0/2908796250' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-09T02:41:56.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:56 smithi023 bash[30415]: cluster 2023-12-09T02:41:54.650756+0000 mgr.y (mgr.14152) 177 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 54 KiB/s, 0 objects/s recovering 2023-12-09T02:41:56.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:56 smithi023 bash[30415]: audit 2023-12-09T02:41:55.271428+0000 mon.a (mon.0) 451 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8c03be1a-cf9d-4778-a6f8-051028575c58"}]: dispatch 2023-12-09T02:41:56.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:56 smithi023 bash[30415]: audit 2023-12-09T02:41:55.272154+0000 mon.b (mon.2) 12 : audit [INF] from='client.? 172.21.15.172:0/447604183' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8c03be1a-cf9d-4778-a6f8-051028575c58"}]: dispatch 2023-12-09T02:41:56.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:56 smithi023 bash[30415]: audit 2023-12-09T02:41:55.282369+0000 mon.a (mon.0) 452 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8c03be1a-cf9d-4778-a6f8-051028575c58"}]': finished 2023-12-09T02:41:56.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:56 smithi023 bash[30415]: cluster 2023-12-09T02:41:55.282638+0000 mon.a (mon.0) 453 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2023-12-09T02:41:56.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:56 smithi023 bash[30415]: audit 2023-12-09T02:41:55.282944+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-09T02:41:56.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:56 smithi023 bash[30415]: audit 2023-12-09T02:41:56.019881+0000 mon.b (mon.2) 13 : audit [DBG] from='client.? 172.21.15.172:0/2908796250' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-09T02:41:58.491 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:41:58 smithi172 bash[25093]: cluster 2023-12-09T02:41:56.651476+0000 mgr.y (mgr.14152) 178 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-09T02:41:58.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:41:58 smithi023 bash[24949]: cluster 2023-12-09T02:41:56.651476+0000 mgr.y (mgr.14152) 178 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-09T02:41:58.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:41:58 smithi023 bash[30415]: cluster 2023-12-09T02:41:56.651476+0000 mgr.y (mgr.14152) 178 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-09T02:42:00.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:00 smithi172 bash[25093]: cluster 2023-12-09T02:41:58.652229+0000 mgr.y (mgr.14152) 179 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-09T02:42:00.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:00 smithi023 bash[24949]: cluster 2023-12-09T02:41:58.652229+0000 mgr.y (mgr.14152) 179 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-09T02:42:00.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:00 smithi023 bash[30415]: cluster 2023-12-09T02:41:58.652229+0000 mgr.y (mgr.14152) 179 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-09T02:42:02.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:02 smithi172 bash[25093]: cluster 2023-12-09T02:42:00.652839+0000 mgr.y (mgr.14152) 180 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-09T02:42:02.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:02 smithi023 bash[24949]: cluster 2023-12-09T02:42:00.652839+0000 mgr.y (mgr.14152) 180 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-09T02:42:02.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:02 smithi023 bash[30415]: cluster 2023-12-09T02:42:00.652839+0000 mgr.y (mgr.14152) 180 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-09T02:42:04.445 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:04 smithi172 bash[25093]: cluster 2023-12-09T02:42:02.653441+0000 mgr.y (mgr.14152) 181 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-09T02:42:04.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:04 smithi023 bash[24949]: cluster 2023-12-09T02:42:02.653441+0000 mgr.y (mgr.14152) 181 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-09T02:42:04.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:04 smithi023 bash[30415]: cluster 2023-12-09T02:42:02.653441+0000 mgr.y (mgr.14152) 181 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-09T02:42:06.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:06 smithi172 bash[25093]: cluster 2023-12-09T02:42:04.654021+0000 mgr.y (mgr.14152) 182 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-09T02:42:06.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:06 smithi172 bash[25093]: audit 2023-12-09T02:42:05.771627+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-09T02:42:06.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:06 smithi172 bash[25093]: audit 2023-12-09T02:42:05.773399+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:42:06.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:06 smithi023 bash[30415]: cluster 2023-12-09T02:42:04.654021+0000 mgr.y (mgr.14152) 182 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-09T02:42:06.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:06 smithi023 bash[30415]: audit 2023-12-09T02:42:05.771627+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-09T02:42:06.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:06 smithi023 bash[30415]: audit 2023-12-09T02:42:05.773399+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:42:06.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:06 smithi023 bash[24949]: cluster 2023-12-09T02:42:04.654021+0000 mgr.y (mgr.14152) 182 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-09T02:42:06.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:06 smithi023 bash[24949]: audit 2023-12-09T02:42:05.771627+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-09T02:42:06.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:06 smithi023 bash[24949]: audit 2023-12-09T02:42:05.773399+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:42:07.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:07 smithi172 bash[25093]: cephadm 2023-12-09T02:42:05.774710+0000 mgr.y (mgr.14152) 183 : cephadm [INF] Deploying daemon osd.5 on smithi172 2023-12-09T02:42:07.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:07 smithi023 bash[24949]: cephadm 2023-12-09T02:42:05.774710+0000 mgr.y (mgr.14152) 183 : cephadm [INF] Deploying daemon osd.5 on smithi172 2023-12-09T02:42:07.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:07 smithi023 bash[30415]: cephadm 2023-12-09T02:42:05.774710+0000 mgr.y (mgr.14152) 183 : cephadm [INF] Deploying daemon osd.5 on smithi172 2023-12-09T02:42:08.436 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:08 smithi172 bash[25093]: cluster 2023-12-09T02:42:06.654670+0000 mgr.y (mgr.14152) 184 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-09T02:42:08.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:08 smithi023 bash[24949]: cluster 2023-12-09T02:42:06.654670+0000 mgr.y (mgr.14152) 184 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-09T02:42:08.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:08 smithi023 bash[30415]: cluster 2023-12-09T02:42:06.654670+0000 mgr.y (mgr.14152) 184 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-09T02:42:10.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:10 smithi172 bash[25093]: cluster 2023-12-09T02:42:08.655262+0000 mgr.y (mgr.14152) 185 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-09T02:42:10.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:10 smithi172 bash[25093]: audit 2023-12-09T02:42:09.810538+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:42:10.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:10 smithi172 bash[25093]: audit 2023-12-09T02:42:09.812978+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:42:10.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:10 smithi172 bash[25093]: audit 2023-12-09T02:42:09.818457+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:42:10.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:10 smithi172 bash[25093]: audit 2023-12-09T02:42:09.819010+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:42:10.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:10 smithi023 bash[24949]: cluster 2023-12-09T02:42:08.655262+0000 mgr.y (mgr.14152) 185 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-09T02:42:10.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:10 smithi023 bash[24949]: audit 2023-12-09T02:42:09.810538+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:42:10.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:10 smithi023 bash[24949]: audit 2023-12-09T02:42:09.812978+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:42:10.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:10 smithi023 bash[24949]: audit 2023-12-09T02:42:09.818457+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:42:10.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:10 smithi023 bash[24949]: audit 2023-12-09T02:42:09.819010+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:42:10.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:10 smithi023 bash[30415]: cluster 2023-12-09T02:42:08.655262+0000 mgr.y (mgr.14152) 185 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-09T02:42:10.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:10 smithi023 bash[30415]: audit 2023-12-09T02:42:09.810538+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:42:10.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:10 smithi023 bash[30415]: audit 2023-12-09T02:42:09.812978+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:42:10.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:10 smithi023 bash[30415]: audit 2023-12-09T02:42:09.818457+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:42:10.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:10 smithi023 bash[30415]: audit 2023-12-09T02:42:09.819010+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:42:12.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:12 smithi172 bash[25093]: cluster 2023-12-09T02:42:10.655895+0000 mgr.y (mgr.14152) 186 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-09T02:42:12.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:12 smithi023 bash[24949]: cluster 2023-12-09T02:42:10.655895+0000 mgr.y (mgr.14152) 186 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-09T02:42:12.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:12 smithi023 bash[30415]: cluster 2023-12-09T02:42:10.655895+0000 mgr.y (mgr.14152) 186 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-09T02:42:14.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:14 smithi172 bash[25093]: cluster 2023-12-09T02:42:12.656490+0000 mgr.y (mgr.14152) 187 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-09T02:42:14.529 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:14 smithi172 bash[25093]: audit 2023-12-09T02:42:13.626511+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:42:14.529 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:14 smithi172 bash[25093]: audit 2023-12-09T02:42:13.635205+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:42:14.529 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:14 smithi023 bash[30415]: cluster 2023-12-09T02:42:12.656490+0000 mgr.y (mgr.14152) 187 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-09T02:42:14.529 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:14 smithi023 bash[30415]: audit 2023-12-09T02:42:13.626511+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:42:14.529 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:14 smithi023 bash[30415]: audit 2023-12-09T02:42:13.635205+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:42:14.530 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:14 smithi023 bash[24949]: cluster 2023-12-09T02:42:12.656490+0000 mgr.y (mgr.14152) 187 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-09T02:42:14.530 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:14 smithi023 bash[24949]: audit 2023-12-09T02:42:13.626511+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:42:14.530 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:14 smithi023 bash[24949]: audit 2023-12-09T02:42:13.635205+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:42:16.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:16 smithi172 bash[25093]: cluster 2023-12-09T02:42:14.657147+0000 mgr.y (mgr.14152) 188 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-09T02:42:16.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:16 smithi023 bash[30415]: cluster 2023-12-09T02:42:14.657147+0000 mgr.y (mgr.14152) 188 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-09T02:42:16.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:16 smithi023 bash[24949]: cluster 2023-12-09T02:42:14.657147+0000 mgr.y (mgr.14152) 188 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-09T02:42:16.691 INFO:teuthology.orchestra.run.smithi172.stdout:Created osd(s) 5 on host 'smithi172' 2023-12-09T02:42:17.353 DEBUG:teuthology.orchestra.run.smithi172:osd.5> sudo journalctl -f -n 0 -u ceph-9eab968a-963b-11ee-95a3-87774f69a715@osd.5.service 2023-12-09T02:42:17.355 INFO:tasks.cephadm:Deploying osd.6 on smithi172 with /dev/vg_nvme/lv_2... 2023-12-09T02:42:17.355 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-12-09T02:42:17.519 INFO:journalctl@ceph.osd.5.smithi172.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-09T02:42:17.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:17 smithi172 bash[25093]: cluster 2023-12-09T02:42:16.657694+0000 mgr.y (mgr.14152) 189 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-09T02:42:17.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:17 smithi172 bash[25093]: audit 2023-12-09T02:42:16.688074+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:42:17.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:17 smithi172 bash[25093]: audit 2023-12-09T02:42:16.711280+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:42:17.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:17 smithi172 bash[25093]: audit 2023-12-09T02:42:16.714224+0000 mon.a (mon.0) 465 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:42:17.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:17 smithi172 bash[25093]: audit 2023-12-09T02:42:16.716368+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:42:17.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:17 smithi172 bash[25093]: audit 2023-12-09T02:42:17.016916+0000 mon.a (mon.0) 467 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-09T02:42:17.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:17 smithi172 bash[25093]: audit 2023-12-09T02:42:17.017807+0000 mon.b (mon.2) 14 : audit [INF] from='osd.5 [v2:172.21.15.172:6808/2571417422,v1:172.21.15.172:6809/2571417422]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-09T02:42:18.016 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:17 smithi023 bash[30415]: cluster 2023-12-09T02:42:16.657694+0000 mgr.y (mgr.14152) 189 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-09T02:42:18.016 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:17 smithi023 bash[30415]: audit 2023-12-09T02:42:16.688074+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:42:18.016 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:17 smithi023 bash[30415]: audit 2023-12-09T02:42:16.711280+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:42:18.016 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:17 smithi023 bash[30415]: audit 2023-12-09T02:42:16.714224+0000 mon.a (mon.0) 465 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:42:18.016 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:17 smithi023 bash[30415]: audit 2023-12-09T02:42:16.716368+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:42:18.016 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:17 smithi023 bash[30415]: audit 2023-12-09T02:42:17.016916+0000 mon.a (mon.0) 467 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-09T02:42:18.016 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:17 smithi023 bash[30415]: audit 2023-12-09T02:42:17.017807+0000 mon.b (mon.2) 14 : audit [INF] from='osd.5 [v2:172.21.15.172:6808/2571417422,v1:172.21.15.172:6809/2571417422]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-09T02:42:18.017 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:17 smithi023 bash[24949]: cluster 2023-12-09T02:42:16.657694+0000 mgr.y (mgr.14152) 189 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-09T02:42:18.017 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:17 smithi023 bash[24949]: audit 2023-12-09T02:42:16.688074+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:42:18.017 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:17 smithi023 bash[24949]: audit 2023-12-09T02:42:16.711280+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:42:18.017 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:17 smithi023 bash[24949]: audit 2023-12-09T02:42:16.714224+0000 mon.a (mon.0) 465 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:42:18.017 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:17 smithi023 bash[24949]: audit 2023-12-09T02:42:16.716368+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:42:18.017 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:17 smithi023 bash[24949]: audit 2023-12-09T02:42:17.016916+0000 mon.a (mon.0) 467 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-09T02:42:18.017 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:17 smithi023 bash[24949]: audit 2023-12-09T02:42:17.017807+0000 mon.b (mon.2) 14 : audit [INF] from='osd.5 [v2:172.21.15.172:6808/2571417422,v1:172.21.15.172:6809/2571417422]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-09T02:42:18.998 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 09 02:42:18 smithi172 bash[31439]: debug 2023-12-09T02:42:18.728+0000 7fd96e9c3700 -1 osd.5 0 waiting for initial osdmap 2023-12-09T02:42:18.998 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 09 02:42:18 smithi172 bash[31439]: debug 2023-12-09T02:42:18.740+0000 7fd96b35e700 -1 osd.5 38 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-09T02:42:18.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:18 smithi172 bash[25093]: audit 2023-12-09T02:42:17.709153+0000 mon.a (mon.0) 468 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-09T02:42:18.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:18 smithi172 bash[25093]: cluster 2023-12-09T02:42:17.709296+0000 mon.a (mon.0) 469 : cluster [DBG] osdmap e37: 6 total, 5 up, 6 in 2023-12-09T02:42:18.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:18 smithi172 bash[25093]: audit 2023-12-09T02:42:17.709529+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-09T02:42:18.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:18 smithi172 bash[25093]: audit 2023-12-09T02:42:17.710918+0000 mon.a (mon.0) 471 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-09T02:42:18.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:18 smithi172 bash[25093]: audit 2023-12-09T02:42:17.711944+0000 mon.b (mon.2) 15 : audit [INF] from='osd.5 [v2:172.21.15.172:6808/2571417422,v1:172.21.15.172:6809/2571417422]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-09T02:42:19.016 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:18 smithi023 bash[24949]: audit 2023-12-09T02:42:17.709153+0000 mon.a (mon.0) 468 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-09T02:42:19.016 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:18 smithi023 bash[24949]: cluster 2023-12-09T02:42:17.709296+0000 mon.a (mon.0) 469 : cluster [DBG] osdmap e37: 6 total, 5 up, 6 in 2023-12-09T02:42:19.016 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:18 smithi023 bash[24949]: audit 2023-12-09T02:42:17.709529+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-09T02:42:19.016 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:18 smithi023 bash[24949]: audit 2023-12-09T02:42:17.710918+0000 mon.a (mon.0) 471 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-09T02:42:19.016 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:18 smithi023 bash[24949]: audit 2023-12-09T02:42:17.711944+0000 mon.b (mon.2) 15 : audit [INF] from='osd.5 [v2:172.21.15.172:6808/2571417422,v1:172.21.15.172:6809/2571417422]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-09T02:42:19.017 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:18 smithi023 bash[30415]: audit 2023-12-09T02:42:17.709153+0000 mon.a (mon.0) 468 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-09T02:42:19.017 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:18 smithi023 bash[30415]: cluster 2023-12-09T02:42:17.709296+0000 mon.a (mon.0) 469 : cluster [DBG] osdmap e37: 6 total, 5 up, 6 in 2023-12-09T02:42:19.017 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:18 smithi023 bash[30415]: audit 2023-12-09T02:42:17.709529+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-09T02:42:19.017 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:18 smithi023 bash[30415]: audit 2023-12-09T02:42:17.710918+0000 mon.a (mon.0) 471 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-09T02:42:19.017 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:18 smithi023 bash[30415]: audit 2023-12-09T02:42:17.711944+0000 mon.b (mon.2) 15 : audit [INF] from='osd.5 [v2:172.21.15.172:6808/2571417422,v1:172.21.15.172:6809/2571417422]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-09T02:42:20.016 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:19 smithi023 bash[24949]: cluster 2023-12-09T02:42:18.658286+0000 mgr.y (mgr.14152) 190 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-09T02:42:20.016 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:19 smithi023 bash[24949]: audit 2023-12-09T02:42:18.716352+0000 mon.a (mon.0) 472 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]': finished 2023-12-09T02:42:20.016 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:19 smithi023 bash[24949]: cluster 2023-12-09T02:42:18.716543+0000 mon.a (mon.0) 473 : cluster [DBG] osdmap e38: 6 total, 5 up, 6 in 2023-12-09T02:42:20.016 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:19 smithi023 bash[24949]: audit 2023-12-09T02:42:18.719123+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-09T02:42:20.017 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:19 smithi023 bash[24949]: audit 2023-12-09T02:42:18.730814+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-09T02:42:20.017 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:19 smithi023 bash[30415]: cluster 2023-12-09T02:42:18.658286+0000 mgr.y (mgr.14152) 190 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-09T02:42:20.017 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:19 smithi023 bash[30415]: audit 2023-12-09T02:42:18.716352+0000 mon.a (mon.0) 472 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]': finished 2023-12-09T02:42:20.017 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:19 smithi023 bash[30415]: cluster 2023-12-09T02:42:18.716543+0000 mon.a (mon.0) 473 : cluster [DBG] osdmap e38: 6 total, 5 up, 6 in 2023-12-09T02:42:20.017 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:19 smithi023 bash[30415]: audit 2023-12-09T02:42:18.719123+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-09T02:42:20.017 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:19 smithi023 bash[30415]: audit 2023-12-09T02:42:18.730814+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-09T02:42:20.020 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:19 smithi172 bash[25093]: cluster 2023-12-09T02:42:18.658286+0000 mgr.y (mgr.14152) 190 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-09T02:42:20.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:19 smithi172 bash[25093]: audit 2023-12-09T02:42:18.716352+0000 mon.a (mon.0) 472 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]': finished 2023-12-09T02:42:20.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:19 smithi172 bash[25093]: cluster 2023-12-09T02:42:18.716543+0000 mon.a (mon.0) 473 : cluster [DBG] osdmap e38: 6 total, 5 up, 6 in 2023-12-09T02:42:20.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:19 smithi172 bash[25093]: audit 2023-12-09T02:42:18.719123+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-09T02:42:20.021 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:19 smithi172 bash[25093]: audit 2023-12-09T02:42:18.730814+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-09T02:42:20.995 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:20 smithi172 bash[25093]: cluster 2023-12-09T02:42:18.029122+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-09T02:42:20.995 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:20 smithi172 bash[25093]: cluster 2023-12-09T02:42:18.029354+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-09T02:42:20.995 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:20 smithi172 bash[25093]: audit 2023-12-09T02:42:19.725274+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-09T02:42:20.995 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:20 smithi172 bash[25093]: cluster 2023-12-09T02:42:19.734525+0000 mon.a (mon.0) 477 : cluster [INF] osd.5 [v2:172.21.15.172:6808/2571417422,v1:172.21.15.172:6809/2571417422] boot 2023-12-09T02:42:20.996 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:20 smithi172 bash[25093]: cluster 2023-12-09T02:42:19.734625+0000 mon.a (mon.0) 478 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2023-12-09T02:42:20.996 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:20 smithi172 bash[25093]: audit 2023-12-09T02:42:19.735634+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-09T02:42:21.016 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:20 smithi023 bash[24949]: cluster 2023-12-09T02:42:18.029122+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-09T02:42:21.016 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:20 smithi023 bash[24949]: cluster 2023-12-09T02:42:18.029354+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-09T02:42:21.016 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:20 smithi023 bash[24949]: audit 2023-12-09T02:42:19.725274+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-09T02:42:21.016 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:20 smithi023 bash[24949]: cluster 2023-12-09T02:42:19.734525+0000 mon.a (mon.0) 477 : cluster [INF] osd.5 [v2:172.21.15.172:6808/2571417422,v1:172.21.15.172:6809/2571417422] boot 2023-12-09T02:42:21.016 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:20 smithi023 bash[24949]: cluster 2023-12-09T02:42:19.734625+0000 mon.a (mon.0) 478 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2023-12-09T02:42:21.016 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:20 smithi023 bash[24949]: audit 2023-12-09T02:42:19.735634+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-09T02:42:21.017 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:20 smithi023 bash[30415]: cluster 2023-12-09T02:42:18.029122+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-09T02:42:21.017 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:20 smithi023 bash[30415]: cluster 2023-12-09T02:42:18.029354+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-09T02:42:21.017 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:20 smithi023 bash[30415]: audit 2023-12-09T02:42:19.725274+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-09T02:42:21.017 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:20 smithi023 bash[30415]: cluster 2023-12-09T02:42:19.734525+0000 mon.a (mon.0) 477 : cluster [INF] osd.5 [v2:172.21.15.172:6808/2571417422,v1:172.21.15.172:6809/2571417422] boot 2023-12-09T02:42:21.017 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:20 smithi023 bash[30415]: cluster 2023-12-09T02:42:19.734625+0000 mon.a (mon.0) 478 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2023-12-09T02:42:21.017 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:20 smithi023 bash[30415]: audit 2023-12-09T02:42:19.735634+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-09T02:42:21.373 INFO:teuthology.orchestra.run.smithi172.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-12-09T02:42:21.373 INFO:teuthology.orchestra.run.smithi172.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-12-09T02:42:21.373 INFO:teuthology.orchestra.run.smithi172.stderr: stderr: 10+0 records in 2023-12-09T02:42:21.374 INFO:teuthology.orchestra.run.smithi172.stderr:10+0 records out 2023-12-09T02:42:21.374 INFO:teuthology.orchestra.run.smithi172.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0184549 s, 568 MB/s 2023-12-09T02:42:21.374 INFO:teuthology.orchestra.run.smithi172.stderr:--> Zapping successful for: 2023-12-09T02:42:22.016 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:21 smithi023 bash[24949]: cluster 2023-12-09T02:42:20.658858+0000 mgr.y (mgr.14152) 191 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-09T02:42:22.016 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:21 smithi023 bash[24949]: cluster 2023-12-09T02:42:20.743875+0000 mon.a (mon.0) 480 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2023-12-09T02:42:22.016 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:21 smithi023 bash[30415]: cluster 2023-12-09T02:42:20.658858+0000 mgr.y (mgr.14152) 191 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-09T02:42:22.016 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:21 smithi023 bash[30415]: cluster 2023-12-09T02:42:20.743875+0000 mon.a (mon.0) 480 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2023-12-09T02:42:22.165 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:21 smithi172 bash[25093]: cluster 2023-12-09T02:42:20.658858+0000 mgr.y (mgr.14152) 191 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-12-09T02:42:22.165 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:21 smithi172 bash[25093]: cluster 2023-12-09T02:42:20.743875+0000 mon.a (mon.0) 480 : cluster [DBG] osdmap e40: 6 total, 6 up, 6 in 2023-12-09T02:42:22.838 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -- ceph orch daemon add osd smithi172:vg_nvme/lv_2 2023-12-09T02:42:23.266 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:22 smithi023 bash[24949]: cluster 2023-12-09T02:42:21.753801+0000 mon.a (mon.0) 481 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2023-12-09T02:42:23.267 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:22 smithi023 bash[30415]: cluster 2023-12-09T02:42:21.753801+0000 mon.a (mon.0) 481 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2023-12-09T02:42:23.293 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:22 smithi172 bash[25093]: cluster 2023-12-09T02:42:21.753801+0000 mon.a (mon.0) 481 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2023-12-09T02:42:24.146 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:23 smithi172 bash[25093]: cluster 2023-12-09T02:42:22.659380+0000 mgr.y (mgr.14152) 192 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-09T02:42:24.146 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:23 smithi172 bash[25093]: cluster 2023-12-09T02:42:22.789009+0000 mon.a (mon.0) 482 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2023-12-09T02:42:24.266 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:23 smithi023 bash[24949]: cluster 2023-12-09T02:42:22.659380+0000 mgr.y (mgr.14152) 192 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-09T02:42:24.266 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:23 smithi023 bash[24949]: cluster 2023-12-09T02:42:22.789009+0000 mon.a (mon.0) 482 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2023-12-09T02:42:24.267 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:23 smithi023 bash[30415]: cluster 2023-12-09T02:42:22.659380+0000 mgr.y (mgr.14152) 192 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-09T02:42:24.267 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:23 smithi023 bash[30415]: cluster 2023-12-09T02:42:22.789009+0000 mon.a (mon.0) 482 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2023-12-09T02:42:25.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:24 smithi172 bash[25093]: cluster 2023-12-09T02:42:23.798715+0000 mon.a (mon.0) 483 : cluster [DBG] osdmap e43: 6 total, 6 up, 6 in 2023-12-09T02:42:25.266 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:24 smithi023 bash[30415]: cluster 2023-12-09T02:42:23.798715+0000 mon.a (mon.0) 483 : cluster [DBG] osdmap e43: 6 total, 6 up, 6 in 2023-12-09T02:42:25.266 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:24 smithi023 bash[24949]: cluster 2023-12-09T02:42:23.798715+0000 mon.a (mon.0) 483 : cluster [DBG] osdmap e43: 6 total, 6 up, 6 in 2023-12-09T02:42:25.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:25 smithi172 bash[25093]: cluster 2023-12-09T02:42:24.659992+0000 mgr.y (mgr.14152) 193 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-09T02:42:26.266 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:25 smithi023 bash[24949]: cluster 2023-12-09T02:42:24.659992+0000 mgr.y (mgr.14152) 193 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-09T02:42:26.266 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:25 smithi023 bash[30415]: cluster 2023-12-09T02:42:24.659992+0000 mgr.y (mgr.14152) 193 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-12-09T02:42:27.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:27 smithi172 bash[25093]: cephadm 2023-12-09T02:42:26.206037+0000 mgr.y (mgr.14152) 194 : cephadm [INF] Detected new or changed devices on smithi172 2023-12-09T02:42:27.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:27 smithi172 bash[25093]: audit 2023-12-09T02:42:26.215557+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:42:27.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:27 smithi172 bash[25093]: audit 2023-12-09T02:42:26.217532+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:42:27.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:27 smithi172 bash[25093]: audit 2023-12-09T02:42:26.219685+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:42:27.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:27 smithi172 bash[25093]: cephadm 2023-12-09T02:42:26.221326+0000 mgr.y (mgr.14152) 195 : cephadm [INF] Adjusting osd_memory_target on smithi172 to 8635M 2023-12-09T02:42:27.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:27 smithi172 bash[25093]: audit 2023-12-09T02:42:26.228404+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:42:27.500 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:27 smithi172 bash[25093]: audit 2023-12-09T02:42:26.237154+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:42:27.500 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:27 smithi172 bash[25093]: audit 2023-12-09T02:42:26.687842+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-09T02:42:27.500 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:27 smithi172 bash[25093]: audit 2023-12-09T02:42:26.694416+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-09T02:42:27.500 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:27 smithi172 bash[25093]: audit 2023-12-09T02:42:26.696189+0000 mon.a (mon.0) 491 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:42:27.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:27 smithi023 bash[24949]: cephadm 2023-12-09T02:42:26.206037+0000 mgr.y (mgr.14152) 194 : cephadm [INF] Detected new or changed devices on smithi172 2023-12-09T02:42:27.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:27 smithi023 bash[24949]: audit 2023-12-09T02:42:26.215557+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:42:27.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:27 smithi023 bash[24949]: audit 2023-12-09T02:42:26.217532+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:42:27.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:27 smithi023 bash[24949]: audit 2023-12-09T02:42:26.219685+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:42:27.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:27 smithi023 bash[24949]: cephadm 2023-12-09T02:42:26.221326+0000 mgr.y (mgr.14152) 195 : cephadm [INF] Adjusting osd_memory_target on smithi172 to 8635M 2023-12-09T02:42:27.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:27 smithi023 bash[24949]: audit 2023-12-09T02:42:26.228404+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:42:27.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:27 smithi023 bash[24949]: audit 2023-12-09T02:42:26.237154+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:42:27.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:27 smithi023 bash[24949]: audit 2023-12-09T02:42:26.687842+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-09T02:42:27.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:27 smithi023 bash[24949]: audit 2023-12-09T02:42:26.694416+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-09T02:42:27.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:27 smithi023 bash[24949]: audit 2023-12-09T02:42:26.696189+0000 mon.a (mon.0) 491 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:42:27.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:27 smithi023 bash[30415]: cephadm 2023-12-09T02:42:26.206037+0000 mgr.y (mgr.14152) 194 : cephadm [INF] Detected new or changed devices on smithi172 2023-12-09T02:42:27.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:27 smithi023 bash[30415]: audit 2023-12-09T02:42:26.215557+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:42:27.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:27 smithi023 bash[30415]: audit 2023-12-09T02:42:26.217532+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:42:27.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:27 smithi023 bash[30415]: audit 2023-12-09T02:42:26.219685+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:42:27.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:27 smithi023 bash[30415]: cephadm 2023-12-09T02:42:26.221326+0000 mgr.y (mgr.14152) 195 : cephadm [INF] Adjusting osd_memory_target on smithi172 to 8635M 2023-12-09T02:42:27.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:27 smithi023 bash[30415]: audit 2023-12-09T02:42:26.228404+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:42:27.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:27 smithi023 bash[30415]: audit 2023-12-09T02:42:26.237154+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:42:27.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:27 smithi023 bash[30415]: audit 2023-12-09T02:42:26.687842+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-09T02:42:27.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:27 smithi023 bash[30415]: audit 2023-12-09T02:42:26.694416+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-09T02:42:27.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:27 smithi023 bash[30415]: audit 2023-12-09T02:42:26.696189+0000 mon.a (mon.0) 491 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:42:28.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:28 smithi172 bash[25093]: cluster 2023-12-09T02:42:26.660603+0000 mgr.y (mgr.14152) 196 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-09T02:42:28.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:28 smithi172 bash[25093]: audit 2023-12-09T02:42:26.680850+0000 mgr.y (mgr.14152) 197 : audit [DBG] from='client.24287 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi172:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:42:28.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:28 smithi023 bash[24949]: cluster 2023-12-09T02:42:26.660603+0000 mgr.y (mgr.14152) 196 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-09T02:42:28.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:28 smithi023 bash[24949]: audit 2023-12-09T02:42:26.680850+0000 mgr.y (mgr.14152) 197 : audit [DBG] from='client.24287 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi172:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:42:28.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:28 smithi023 bash[30415]: cluster 2023-12-09T02:42:26.660603+0000 mgr.y (mgr.14152) 196 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-09T02:42:28.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:28 smithi023 bash[30415]: audit 2023-12-09T02:42:26.680850+0000 mgr.y (mgr.14152) 197 : audit [DBG] from='client.24287 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi172:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:42:30.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:30 smithi023 bash[24949]: cluster 2023-12-09T02:42:28.661209+0000 mgr.y (mgr.14152) 198 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-09T02:42:30.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:30 smithi023 bash[30415]: cluster 2023-12-09T02:42:28.661209+0000 mgr.y (mgr.14152) 198 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-09T02:42:30.625 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:30 smithi172 bash[25093]: cluster 2023-12-09T02:42:28.661209+0000 mgr.y (mgr.14152) 198 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-09T02:42:32.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:32 smithi023 bash[24949]: cluster 2023-12-09T02:42:30.661822+0000 mgr.y (mgr.14152) 199 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-09T02:42:32.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:32 smithi023 bash[30415]: cluster 2023-12-09T02:42:30.661822+0000 mgr.y (mgr.14152) 199 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-09T02:42:32.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:32 smithi172 bash[25093]: cluster 2023-12-09T02:42:30.661822+0000 mgr.y (mgr.14152) 199 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-09T02:42:33.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:33 smithi172 bash[25093]: audit 2023-12-09T02:42:32.855339+0000 mon.a (mon.0) 492 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c57db8ad-aa15-431b-9514-327c6b2eff3a"}]: dispatch 2023-12-09T02:42:33.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:33 smithi172 bash[25093]: audit 2023-12-09T02:42:32.856026+0000 mon.b (mon.2) 16 : audit [INF] from='client.? 172.21.15.172:0/190688958' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c57db8ad-aa15-431b-9514-327c6b2eff3a"}]: dispatch 2023-12-09T02:42:33.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:33 smithi172 bash[25093]: audit 2023-12-09T02:42:32.872443+0000 mon.a (mon.0) 493 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c57db8ad-aa15-431b-9514-327c6b2eff3a"}]': finished 2023-12-09T02:42:33.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:33 smithi172 bash[25093]: cluster 2023-12-09T02:42:32.872580+0000 mon.a (mon.0) 494 : cluster [DBG] osdmap e44: 7 total, 6 up, 7 in 2023-12-09T02:42:33.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:33 smithi172 bash[25093]: audit 2023-12-09T02:42:32.872863+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-09T02:42:33.766 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:33 smithi023 bash[24949]: audit 2023-12-09T02:42:32.855339+0000 mon.a (mon.0) 492 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c57db8ad-aa15-431b-9514-327c6b2eff3a"}]: dispatch 2023-12-09T02:42:33.766 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:33 smithi023 bash[24949]: audit 2023-12-09T02:42:32.856026+0000 mon.b (mon.2) 16 : audit [INF] from='client.? 172.21.15.172:0/190688958' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c57db8ad-aa15-431b-9514-327c6b2eff3a"}]: dispatch 2023-12-09T02:42:33.766 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:33 smithi023 bash[24949]: audit 2023-12-09T02:42:32.872443+0000 mon.a (mon.0) 493 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c57db8ad-aa15-431b-9514-327c6b2eff3a"}]': finished 2023-12-09T02:42:33.766 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:33 smithi023 bash[24949]: cluster 2023-12-09T02:42:32.872580+0000 mon.a (mon.0) 494 : cluster [DBG] osdmap e44: 7 total, 6 up, 7 in 2023-12-09T02:42:33.766 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:33 smithi023 bash[24949]: audit 2023-12-09T02:42:32.872863+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-09T02:42:33.766 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:33 smithi023 bash[30415]: audit 2023-12-09T02:42:32.855339+0000 mon.a (mon.0) 492 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c57db8ad-aa15-431b-9514-327c6b2eff3a"}]: dispatch 2023-12-09T02:42:33.766 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:33 smithi023 bash[30415]: audit 2023-12-09T02:42:32.856026+0000 mon.b (mon.2) 16 : audit [INF] from='client.? 172.21.15.172:0/190688958' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c57db8ad-aa15-431b-9514-327c6b2eff3a"}]: dispatch 2023-12-09T02:42:33.767 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:33 smithi023 bash[30415]: audit 2023-12-09T02:42:32.872443+0000 mon.a (mon.0) 493 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c57db8ad-aa15-431b-9514-327c6b2eff3a"}]': finished 2023-12-09T02:42:33.767 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:33 smithi023 bash[30415]: cluster 2023-12-09T02:42:32.872580+0000 mon.a (mon.0) 494 : cluster [DBG] osdmap e44: 7 total, 6 up, 7 in 2023-12-09T02:42:33.767 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:33 smithi023 bash[30415]: audit 2023-12-09T02:42:32.872863+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-09T02:42:34.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:34 smithi172 bash[25093]: cluster 2023-12-09T02:42:32.662416+0000 mgr.y (mgr.14152) 200 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-09T02:42:34.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:34 smithi172 bash[25093]: audit 2023-12-09T02:42:33.589676+0000 mon.b (mon.2) 17 : audit [DBG] from='client.? 172.21.15.172:0/11709359' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-09T02:42:34.766 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:34 smithi023 bash[24949]: cluster 2023-12-09T02:42:32.662416+0000 mgr.y (mgr.14152) 200 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-09T02:42:34.766 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:34 smithi023 bash[24949]: audit 2023-12-09T02:42:33.589676+0000 mon.b (mon.2) 17 : audit [DBG] from='client.? 172.21.15.172:0/11709359' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-09T02:42:34.767 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:34 smithi023 bash[30415]: cluster 2023-12-09T02:42:32.662416+0000 mgr.y (mgr.14152) 200 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-09T02:42:34.767 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:34 smithi023 bash[30415]: audit 2023-12-09T02:42:33.589676+0000 mon.b (mon.2) 17 : audit [DBG] from='client.? 172.21.15.172:0/11709359' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-09T02:42:35.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:35 smithi172 bash[25093]: cluster 2023-12-09T02:42:34.663100+0000 mgr.y (mgr.14152) 201 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-09T02:42:35.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:35 smithi172 bash[25093]: audit 2023-12-09T02:42:34.669233+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:42:35.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:35 smithi172 bash[25093]: audit 2023-12-09T02:42:34.669838+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:42:35.766 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:35 smithi023 bash[24949]: cluster 2023-12-09T02:42:34.663100+0000 mgr.y (mgr.14152) 201 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-09T02:42:35.766 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:35 smithi023 bash[24949]: audit 2023-12-09T02:42:34.669233+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:42:35.766 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:35 smithi023 bash[24949]: audit 2023-12-09T02:42:34.669838+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:42:35.766 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:35 smithi023 bash[30415]: cluster 2023-12-09T02:42:34.663100+0000 mgr.y (mgr.14152) 201 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-09T02:42:35.766 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:35 smithi023 bash[30415]: audit 2023-12-09T02:42:34.669233+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:42:35.766 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:35 smithi023 bash[30415]: audit 2023-12-09T02:42:34.669838+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:42:37.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:37 smithi172 bash[25093]: cluster 2023-12-09T02:42:36.663777+0000 mgr.y (mgr.14152) 202 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-09T02:42:38.016 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:37 smithi023 bash[24949]: cluster 2023-12-09T02:42:36.663777+0000 mgr.y (mgr.14152) 202 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-09T02:42:38.016 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:37 smithi023 bash[30415]: cluster 2023-12-09T02:42:36.663777+0000 mgr.y (mgr.14152) 202 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-09T02:42:40.428 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:40 smithi172 bash[25093]: cluster 2023-12-09T02:42:38.664355+0000 mgr.y (mgr.14152) 203 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-09T02:42:40.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:40 smithi023 bash[24949]: cluster 2023-12-09T02:42:38.664355+0000 mgr.y (mgr.14152) 203 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-09T02:42:40.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:40 smithi023 bash[30415]: cluster 2023-12-09T02:42:38.664355+0000 mgr.y (mgr.14152) 203 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-09T02:42:42.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:42 smithi172 bash[25093]: cluster 2023-12-09T02:42:40.664931+0000 mgr.y (mgr.14152) 204 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-09T02:42:42.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:42 smithi023 bash[24949]: cluster 2023-12-09T02:42:40.664931+0000 mgr.y (mgr.14152) 204 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-09T02:42:42.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:42 smithi023 bash[30415]: cluster 2023-12-09T02:42:40.664931+0000 mgr.y (mgr.14152) 204 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-09T02:42:44.494 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:44 smithi172 bash[25093]: cluster 2023-12-09T02:42:42.665553+0000 mgr.y (mgr.14152) 205 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-09T02:42:44.494 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:44 smithi172 bash[25093]: audit 2023-12-09T02:42:43.431121+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-09T02:42:44.494 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:44 smithi172 bash[25093]: audit 2023-12-09T02:42:43.432884+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:42:44.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:44 smithi023 bash[24949]: cluster 2023-12-09T02:42:42.665553+0000 mgr.y (mgr.14152) 205 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-09T02:42:44.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:44 smithi023 bash[24949]: audit 2023-12-09T02:42:43.431121+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-09T02:42:44.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:44 smithi023 bash[24949]: audit 2023-12-09T02:42:43.432884+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:42:44.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:44 smithi023 bash[30415]: cluster 2023-12-09T02:42:42.665553+0000 mgr.y (mgr.14152) 205 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-09T02:42:44.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:44 smithi023 bash[30415]: audit 2023-12-09T02:42:43.431121+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-09T02:42:44.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:44 smithi023 bash[30415]: audit 2023-12-09T02:42:43.432884+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:42:45.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:45 smithi172 bash[25093]: cephadm 2023-12-09T02:42:43.434266+0000 mgr.y (mgr.14152) 206 : cephadm [INF] Deploying daemon osd.6 on smithi172 2023-12-09T02:42:45.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:45 smithi023 bash[24949]: cephadm 2023-12-09T02:42:43.434266+0000 mgr.y (mgr.14152) 206 : cephadm [INF] Deploying daemon osd.6 on smithi172 2023-12-09T02:42:45.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:45 smithi023 bash[30415]: cephadm 2023-12-09T02:42:43.434266+0000 mgr.y (mgr.14152) 206 : cephadm [INF] Deploying daemon osd.6 on smithi172 2023-12-09T02:42:46.360 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:46 smithi172 bash[25093]: cluster 2023-12-09T02:42:44.666152+0000 mgr.y (mgr.14152) 207 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-09T02:42:46.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:46 smithi023 bash[24949]: cluster 2023-12-09T02:42:44.666152+0000 mgr.y (mgr.14152) 207 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-09T02:42:46.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:46 smithi023 bash[30415]: cluster 2023-12-09T02:42:44.666152+0000 mgr.y (mgr.14152) 207 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-09T02:42:48.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:48 smithi172 bash[25093]: cluster 2023-12-09T02:42:46.666750+0000 mgr.y (mgr.14152) 208 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-09T02:42:48.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:48 smithi172 bash[25093]: audit 2023-12-09T02:42:47.484416+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:42:48.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:48 smithi172 bash[25093]: audit 2023-12-09T02:42:47.511797+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:42:48.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:48 smithi172 bash[25093]: audit 2023-12-09T02:42:47.514429+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:42:48.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:48 smithi172 bash[25093]: audit 2023-12-09T02:42:47.516076+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:42:48.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:48 smithi023 bash[24949]: cluster 2023-12-09T02:42:46.666750+0000 mgr.y (mgr.14152) 208 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-09T02:42:48.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:48 smithi023 bash[24949]: audit 2023-12-09T02:42:47.484416+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:42:48.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:48 smithi023 bash[24949]: audit 2023-12-09T02:42:47.511797+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:42:48.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:48 smithi023 bash[24949]: audit 2023-12-09T02:42:47.514429+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:42:48.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:48 smithi023 bash[24949]: audit 2023-12-09T02:42:47.516076+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:42:48.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:48 smithi023 bash[30415]: cluster 2023-12-09T02:42:46.666750+0000 mgr.y (mgr.14152) 208 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-09T02:42:48.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:48 smithi023 bash[30415]: audit 2023-12-09T02:42:47.484416+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:42:48.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:48 smithi023 bash[30415]: audit 2023-12-09T02:42:47.511797+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:42:48.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:48 smithi023 bash[30415]: audit 2023-12-09T02:42:47.514429+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:42:48.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:48 smithi023 bash[30415]: audit 2023-12-09T02:42:47.516076+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:42:50.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:50 smithi172 bash[25093]: cluster 2023-12-09T02:42:48.667335+0000 mgr.y (mgr.14152) 209 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-09T02:42:50.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:50 smithi023 bash[24949]: cluster 2023-12-09T02:42:48.667335+0000 mgr.y (mgr.14152) 209 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-09T02:42:50.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:50 smithi023 bash[30415]: cluster 2023-12-09T02:42:48.667335+0000 mgr.y (mgr.14152) 209 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-09T02:42:52.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:52 smithi172 bash[25093]: cluster 2023-12-09T02:42:50.667943+0000 mgr.y (mgr.14152) 210 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-09T02:42:52.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:52 smithi172 bash[25093]: audit 2023-12-09T02:42:51.572708+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:42:52.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:52 smithi172 bash[25093]: audit 2023-12-09T02:42:51.864550+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:42:52.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:52 smithi023 bash[30415]: cluster 2023-12-09T02:42:50.667943+0000 mgr.y (mgr.14152) 210 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-09T02:42:52.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:52 smithi023 bash[30415]: audit 2023-12-09T02:42:51.572708+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:42:52.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:52 smithi023 bash[30415]: audit 2023-12-09T02:42:51.864550+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:42:52.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:52 smithi023 bash[24949]: cluster 2023-12-09T02:42:50.667943+0000 mgr.y (mgr.14152) 210 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-09T02:42:52.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:52 smithi023 bash[24949]: audit 2023-12-09T02:42:51.572708+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:42:52.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:52 smithi023 bash[24949]: audit 2023-12-09T02:42:51.864550+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:42:54.417 INFO:teuthology.orchestra.run.smithi172.stdout:Created osd(s) 6 on host 'smithi172' 2023-12-09T02:42:54.460 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:54 smithi172 bash[25093]: cluster 2023-12-09T02:42:52.668522+0000 mgr.y (mgr.14152) 211 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-09T02:42:54.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:54 smithi023 bash[24949]: cluster 2023-12-09T02:42:52.668522+0000 mgr.y (mgr.14152) 211 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-09T02:42:54.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:54 smithi023 bash[30415]: cluster 2023-12-09T02:42:52.668522+0000 mgr.y (mgr.14152) 211 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-09T02:42:55.131 DEBUG:teuthology.orchestra.run.smithi172:osd.6> sudo journalctl -f -n 0 -u ceph-9eab968a-963b-11ee-95a3-87774f69a715@osd.6.service 2023-12-09T02:42:55.134 INFO:tasks.cephadm:Deploying osd.7 on smithi172 with /dev/vg_nvme/lv_1... 2023-12-09T02:42:55.134 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-12-09T02:42:55.352 INFO:journalctl@ceph.osd.6.smithi172.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-09T02:42:55.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:55 smithi172 bash[25093]: audit 2023-12-09T02:42:54.414441+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:42:55.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:55 smithi172 bash[25093]: audit 2023-12-09T02:42:54.440862+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:42:55.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:55 smithi172 bash[25093]: audit 2023-12-09T02:42:54.443536+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:42:55.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:55 smithi172 bash[25093]: audit 2023-12-09T02:42:54.445492+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:42:55.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:55 smithi172 bash[25093]: cluster 2023-12-09T02:42:54.669088+0000 mgr.y (mgr.14152) 212 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-09T02:42:55.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:55 smithi172 bash[25093]: audit 2023-12-09T02:42:55.069595+0000 mon.a (mon.0) 510 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-09T02:42:55.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:55 smithi172 bash[25093]: audit 2023-12-09T02:42:55.070353+0000 mon.b (mon.2) 18 : audit [INF] from='osd.6 [v2:172.21.15.172:6816/2900201301,v1:172.21.15.172:6817/2900201301]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-09T02:42:55.766 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:55 smithi023 bash[24949]: audit 2023-12-09T02:42:54.414441+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:42:55.766 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:55 smithi023 bash[24949]: audit 2023-12-09T02:42:54.440862+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:42:55.766 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:55 smithi023 bash[24949]: audit 2023-12-09T02:42:54.443536+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:42:55.766 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:55 smithi023 bash[24949]: audit 2023-12-09T02:42:54.445492+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:42:55.766 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:55 smithi023 bash[24949]: cluster 2023-12-09T02:42:54.669088+0000 mgr.y (mgr.14152) 212 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-09T02:42:55.766 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:55 smithi023 bash[24949]: audit 2023-12-09T02:42:55.069595+0000 mon.a (mon.0) 510 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-09T02:42:55.766 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:55 smithi023 bash[24949]: audit 2023-12-09T02:42:55.070353+0000 mon.b (mon.2) 18 : audit [INF] from='osd.6 [v2:172.21.15.172:6816/2900201301,v1:172.21.15.172:6817/2900201301]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-09T02:42:55.766 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:55 smithi023 bash[30415]: audit 2023-12-09T02:42:54.414441+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:42:55.767 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:55 smithi023 bash[30415]: audit 2023-12-09T02:42:54.440862+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:42:55.767 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:55 smithi023 bash[30415]: audit 2023-12-09T02:42:54.443536+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:42:55.767 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:55 smithi023 bash[30415]: audit 2023-12-09T02:42:54.445492+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:42:55.767 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:55 smithi023 bash[30415]: cluster 2023-12-09T02:42:54.669088+0000 mgr.y (mgr.14152) 212 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-09T02:42:55.767 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:55 smithi023 bash[30415]: audit 2023-12-09T02:42:55.069595+0000 mon.a (mon.0) 510 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-09T02:42:55.767 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:55 smithi023 bash[30415]: audit 2023-12-09T02:42:55.070353+0000 mon.b (mon.2) 18 : audit [INF] from='osd.6 [v2:172.21.15.172:6816/2900201301,v1:172.21.15.172:6817/2900201301]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-09T02:42:56.537 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:56 smithi172 bash[25093]: audit 2023-12-09T02:42:55.442156+0000 mon.a (mon.0) 511 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-09T02:42:56.537 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:56 smithi172 bash[25093]: cluster 2023-12-09T02:42:55.442351+0000 mon.a (mon.0) 512 : cluster [DBG] osdmap e45: 7 total, 6 up, 7 in 2023-12-09T02:42:56.537 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:56 smithi172 bash[25093]: audit 2023-12-09T02:42:55.442742+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-09T02:42:56.538 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:56 smithi172 bash[25093]: audit 2023-12-09T02:42:55.446199+0000 mon.a (mon.0) 514 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-09T02:42:56.538 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:56 smithi172 bash[25093]: audit 2023-12-09T02:42:55.447101+0000 mon.b (mon.2) 19 : audit [INF] from='osd.6 [v2:172.21.15.172:6816/2900201301,v1:172.21.15.172:6817/2900201301]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-09T02:42:56.538 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 02:42:56 smithi172 bash[34539]: debug 2023-12-09T02:42:56.467+0000 7f8608137700 -1 osd.6 0 waiting for initial osdmap 2023-12-09T02:42:56.538 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 02:42:56 smithi172 bash[34539]: debug 2023-12-09T02:42:56.479+0000 7f86032cf700 -1 osd.6 46 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-09T02:42:56.766 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:56 smithi023 bash[24949]: audit 2023-12-09T02:42:55.442156+0000 mon.a (mon.0) 511 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-09T02:42:56.766 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:56 smithi023 bash[24949]: cluster 2023-12-09T02:42:55.442351+0000 mon.a (mon.0) 512 : cluster [DBG] osdmap e45: 7 total, 6 up, 7 in 2023-12-09T02:42:56.766 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:56 smithi023 bash[24949]: audit 2023-12-09T02:42:55.442742+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-09T02:42:56.766 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:56 smithi023 bash[24949]: audit 2023-12-09T02:42:55.446199+0000 mon.a (mon.0) 514 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-09T02:42:56.766 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:56 smithi023 bash[24949]: audit 2023-12-09T02:42:55.447101+0000 mon.b (mon.2) 19 : audit [INF] from='osd.6 [v2:172.21.15.172:6816/2900201301,v1:172.21.15.172:6817/2900201301]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-09T02:42:56.766 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:56 smithi023 bash[30415]: audit 2023-12-09T02:42:55.442156+0000 mon.a (mon.0) 511 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-09T02:42:56.767 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:56 smithi023 bash[30415]: cluster 2023-12-09T02:42:55.442351+0000 mon.a (mon.0) 512 : cluster [DBG] osdmap e45: 7 total, 6 up, 7 in 2023-12-09T02:42:56.767 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:56 smithi023 bash[30415]: audit 2023-12-09T02:42:55.442742+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-09T02:42:56.767 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:56 smithi023 bash[30415]: audit 2023-12-09T02:42:55.446199+0000 mon.a (mon.0) 514 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-09T02:42:56.767 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:56 smithi023 bash[30415]: audit 2023-12-09T02:42:55.447101+0000 mon.b (mon.2) 19 : audit [INF] from='osd.6 [v2:172.21.15.172:6816/2900201301,v1:172.21.15.172:6817/2900201301]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-09T02:42:57.759 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:57 smithi172 bash[25093]: audit 2023-12-09T02:42:56.451212+0000 mon.a (mon.0) 515 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]': finished 2023-12-09T02:42:57.759 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:57 smithi172 bash[25093]: cluster 2023-12-09T02:42:56.451447+0000 mon.a (mon.0) 516 : cluster [DBG] osdmap e46: 7 total, 6 up, 7 in 2023-12-09T02:42:57.759 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:57 smithi172 bash[25093]: audit 2023-12-09T02:42:56.452484+0000 mon.a (mon.0) 517 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-09T02:42:57.759 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:57 smithi172 bash[25093]: audit 2023-12-09T02:42:56.467515+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-09T02:42:57.759 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:57 smithi172 bash[25093]: cluster 2023-12-09T02:42:56.669694+0000 mgr.y (mgr.14152) 213 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-09T02:42:57.766 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:57 smithi023 bash[24949]: audit 2023-12-09T02:42:56.451212+0000 mon.a (mon.0) 515 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]': finished 2023-12-09T02:42:57.766 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:57 smithi023 bash[24949]: cluster 2023-12-09T02:42:56.451447+0000 mon.a (mon.0) 516 : cluster [DBG] osdmap e46: 7 total, 6 up, 7 in 2023-12-09T02:42:57.766 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:57 smithi023 bash[24949]: audit 2023-12-09T02:42:56.452484+0000 mon.a (mon.0) 517 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-09T02:42:57.766 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:57 smithi023 bash[24949]: audit 2023-12-09T02:42:56.467515+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-09T02:42:57.766 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:57 smithi023 bash[24949]: cluster 2023-12-09T02:42:56.669694+0000 mgr.y (mgr.14152) 213 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-09T02:42:57.766 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:57 smithi023 bash[30415]: audit 2023-12-09T02:42:56.451212+0000 mon.a (mon.0) 515 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]': finished 2023-12-09T02:42:57.766 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:57 smithi023 bash[30415]: cluster 2023-12-09T02:42:56.451447+0000 mon.a (mon.0) 516 : cluster [DBG] osdmap e46: 7 total, 6 up, 7 in 2023-12-09T02:42:57.766 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:57 smithi023 bash[30415]: audit 2023-12-09T02:42:56.452484+0000 mon.a (mon.0) 517 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-09T02:42:57.767 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:57 smithi023 bash[30415]: audit 2023-12-09T02:42:56.467515+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-09T02:42:57.767 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:57 smithi023 bash[30415]: cluster 2023-12-09T02:42:56.669694+0000 mgr.y (mgr.14152) 213 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-12-09T02:42:58.581 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:58 smithi172 bash[25093]: cluster 2023-12-09T02:42:56.102993+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-09T02:42:58.582 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:58 smithi172 bash[25093]: cluster 2023-12-09T02:42:56.103190+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-09T02:42:58.582 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:58 smithi172 bash[25093]: audit 2023-12-09T02:42:57.460466+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-09T02:42:58.582 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:58 smithi172 bash[25093]: cluster 2023-12-09T02:42:57.471401+0000 mon.a (mon.0) 520 : cluster [INF] osd.6 [v2:172.21.15.172:6816/2900201301,v1:172.21.15.172:6817/2900201301] boot 2023-12-09T02:42:58.582 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:58 smithi172 bash[25093]: cluster 2023-12-09T02:42:57.471487+0000 mon.a (mon.0) 521 : cluster [DBG] osdmap e47: 7 total, 7 up, 7 in 2023-12-09T02:42:58.582 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:58 smithi172 bash[25093]: audit 2023-12-09T02:42:57.472283+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-09T02:42:58.582 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:42:58 smithi172 bash[25093]: cluster 2023-12-09T02:42:58.099006+0000 mon.a (mon.0) 523 : cluster [DBG] osdmap e48: 7 total, 7 up, 7 in 2023-12-09T02:42:58.766 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:58 smithi023 bash[24949]: cluster 2023-12-09T02:42:56.102993+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-09T02:42:58.766 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:58 smithi023 bash[24949]: cluster 2023-12-09T02:42:56.103190+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-09T02:42:58.766 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:58 smithi023 bash[24949]: audit 2023-12-09T02:42:57.460466+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-09T02:42:58.766 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:58 smithi023 bash[24949]: cluster 2023-12-09T02:42:57.471401+0000 mon.a (mon.0) 520 : cluster [INF] osd.6 [v2:172.21.15.172:6816/2900201301,v1:172.21.15.172:6817/2900201301] boot 2023-12-09T02:42:58.766 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:58 smithi023 bash[24949]: cluster 2023-12-09T02:42:57.471487+0000 mon.a (mon.0) 521 : cluster [DBG] osdmap e47: 7 total, 7 up, 7 in 2023-12-09T02:42:58.766 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:58 smithi023 bash[24949]: audit 2023-12-09T02:42:57.472283+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-09T02:42:58.767 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:42:58 smithi023 bash[24949]: cluster 2023-12-09T02:42:58.099006+0000 mon.a (mon.0) 523 : cluster [DBG] osdmap e48: 7 total, 7 up, 7 in 2023-12-09T02:42:58.767 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:58 smithi023 bash[30415]: cluster 2023-12-09T02:42:56.102993+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-09T02:42:58.767 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:58 smithi023 bash[30415]: cluster 2023-12-09T02:42:56.103190+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-09T02:42:58.767 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:58 smithi023 bash[30415]: audit 2023-12-09T02:42:57.460466+0000 mon.a (mon.0) 519 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-09T02:42:58.767 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:58 smithi023 bash[30415]: cluster 2023-12-09T02:42:57.471401+0000 mon.a (mon.0) 520 : cluster [INF] osd.6 [v2:172.21.15.172:6816/2900201301,v1:172.21.15.172:6817/2900201301] boot 2023-12-09T02:42:58.767 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:58 smithi023 bash[30415]: cluster 2023-12-09T02:42:57.471487+0000 mon.a (mon.0) 521 : cluster [DBG] osdmap e47: 7 total, 7 up, 7 in 2023-12-09T02:42:58.767 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:58 smithi023 bash[30415]: audit 2023-12-09T02:42:57.472283+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-09T02:42:58.767 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:42:58 smithi023 bash[30415]: cluster 2023-12-09T02:42:58.099006+0000 mon.a (mon.0) 523 : cluster [DBG] osdmap e48: 7 total, 7 up, 7 in 2023-12-09T02:42:58.958 INFO:teuthology.orchestra.run.smithi172.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-12-09T02:42:58.958 INFO:teuthology.orchestra.run.smithi172.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-12-09T02:42:58.958 INFO:teuthology.orchestra.run.smithi172.stderr: stderr: 10+0 records in 2023-12-09T02:42:58.958 INFO:teuthology.orchestra.run.smithi172.stderr:10+0 records out 2023-12-09T02:42:58.958 INFO:teuthology.orchestra.run.smithi172.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.019545 s, 536 MB/s 2023-12-09T02:42:58.959 INFO:teuthology.orchestra.run.smithi172.stderr:--> Zapping successful for: 2023-12-09T02:43:00.283 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -- ceph orch daemon add osd smithi172:vg_nvme/lv_1 2023-12-09T02:43:00.468 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:00 smithi172 bash[25093]: cluster 2023-12-09T02:42:58.670311+0000 mgr.y (mgr.14152) 214 : cluster [DBG] pgmap v200: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-09T02:43:00.469 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:00 smithi172 bash[25093]: cluster 2023-12-09T02:42:59.110492+0000 mon.a (mon.0) 524 : cluster [DBG] osdmap e49: 7 total, 7 up, 7 in 2023-12-09T02:43:00.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:00 smithi023 bash[24949]: cluster 2023-12-09T02:42:58.670311+0000 mgr.y (mgr.14152) 214 : cluster [DBG] pgmap v200: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-09T02:43:00.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:00 smithi023 bash[24949]: cluster 2023-12-09T02:42:59.110492+0000 mon.a (mon.0) 524 : cluster [DBG] osdmap e49: 7 total, 7 up, 7 in 2023-12-09T02:43:00.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:00 smithi023 bash[30415]: cluster 2023-12-09T02:42:58.670311+0000 mgr.y (mgr.14152) 214 : cluster [DBG] pgmap v200: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-09T02:43:00.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:00 smithi023 bash[30415]: cluster 2023-12-09T02:42:59.110492+0000 mon.a (mon.0) 524 : cluster [DBG] osdmap e49: 7 total, 7 up, 7 in 2023-12-09T02:43:01.736 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:01 smithi172 bash[25093]: cluster 2023-12-09T02:43:00.494424+0000 mon.a (mon.0) 525 : cluster [DBG] osdmap e50: 7 total, 7 up, 7 in 2023-12-09T02:43:01.736 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:01 smithi172 bash[25093]: cluster 2023-12-09T02:43:00.670939+0000 mgr.y (mgr.14152) 215 : cluster [DBG] pgmap v203: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-09T02:43:01.766 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:01 smithi023 bash[24949]: cluster 2023-12-09T02:43:00.494424+0000 mon.a (mon.0) 525 : cluster [DBG] osdmap e50: 7 total, 7 up, 7 in 2023-12-09T02:43:01.766 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:01 smithi023 bash[24949]: cluster 2023-12-09T02:43:00.670939+0000 mgr.y (mgr.14152) 215 : cluster [DBG] pgmap v203: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-09T02:43:01.766 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:01 smithi023 bash[30415]: cluster 2023-12-09T02:43:00.494424+0000 mon.a (mon.0) 525 : cluster [DBG] osdmap e50: 7 total, 7 up, 7 in 2023-12-09T02:43:01.766 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:01 smithi023 bash[30415]: cluster 2023-12-09T02:43:00.670939+0000 mgr.y (mgr.14152) 215 : cluster [DBG] pgmap v203: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-12-09T02:43:02.766 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:02 smithi023 bash[24949]: cluster 2023-12-09T02:43:01.506730+0000 mon.a (mon.0) 526 : cluster [DBG] osdmap e51: 7 total, 7 up, 7 in 2023-12-09T02:43:02.766 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:02 smithi023 bash[30415]: cluster 2023-12-09T02:43:01.506730+0000 mon.a (mon.0) 526 : cluster [DBG] osdmap e51: 7 total, 7 up, 7 in 2023-12-09T02:43:02.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:02 smithi172 bash[25093]: cluster 2023-12-09T02:43:01.506730+0000 mon.a (mon.0) 526 : cluster [DBG] osdmap e51: 7 total, 7 up, 7 in 2023-12-09T02:43:04.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:04 smithi172 bash[25093]: cluster 2023-12-09T02:43:02.671508+0000 mgr.y (mgr.14152) 216 : cluster [DBG] pgmap v205: 1 pgs: 1 remapped+peering; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-09T02:43:04.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:04 smithi172 bash[25093]: audit 2023-12-09T02:43:03.305951+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:43:04.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:04 smithi172 bash[25093]: audit 2023-12-09T02:43:03.308257+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:43:04.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:04 smithi172 bash[25093]: audit 2023-12-09T02:43:03.310247+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:43:04.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:04 smithi172 bash[25093]: audit 2023-12-09T02:43:03.311751+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:43:04.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:04 smithi172 bash[25093]: audit 2023-12-09T02:43:03.322272+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:43:04.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:04 smithi172 bash[25093]: audit 2023-12-09T02:43:03.331877+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:43:04.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:04 smithi172 bash[25093]: audit 2023-12-09T02:43:03.725337+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-09T02:43:04.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:04 smithi172 bash[25093]: audit 2023-12-09T02:43:03.731839+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-09T02:43:04.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:04 smithi172 bash[25093]: audit 2023-12-09T02:43:03.733414+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:43:04.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:04 smithi023 bash[24949]: cluster 2023-12-09T02:43:02.671508+0000 mgr.y (mgr.14152) 216 : cluster [DBG] pgmap v205: 1 pgs: 1 remapped+peering; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-09T02:43:04.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:04 smithi023 bash[24949]: audit 2023-12-09T02:43:03.305951+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:43:04.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:04 smithi023 bash[24949]: audit 2023-12-09T02:43:03.308257+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:43:04.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:04 smithi023 bash[24949]: audit 2023-12-09T02:43:03.310247+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:43:04.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:04 smithi023 bash[24949]: audit 2023-12-09T02:43:03.311751+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:43:04.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:04 smithi023 bash[24949]: audit 2023-12-09T02:43:03.322272+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:43:04.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:04 smithi023 bash[24949]: audit 2023-12-09T02:43:03.331877+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:43:04.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:04 smithi023 bash[24949]: audit 2023-12-09T02:43:03.725337+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-09T02:43:04.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:04 smithi023 bash[24949]: audit 2023-12-09T02:43:03.731839+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-09T02:43:04.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:04 smithi023 bash[24949]: audit 2023-12-09T02:43:03.733414+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:43:04.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:04 smithi023 bash[30415]: cluster 2023-12-09T02:43:02.671508+0000 mgr.y (mgr.14152) 216 : cluster [DBG] pgmap v205: 1 pgs: 1 remapped+peering; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-09T02:43:04.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:04 smithi023 bash[30415]: audit 2023-12-09T02:43:03.305951+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:43:04.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:04 smithi023 bash[30415]: audit 2023-12-09T02:43:03.308257+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:43:04.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:04 smithi023 bash[30415]: audit 2023-12-09T02:43:03.310247+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:43:04.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:04 smithi023 bash[30415]: audit 2023-12-09T02:43:03.311751+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:43:04.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:04 smithi023 bash[30415]: audit 2023-12-09T02:43:03.322272+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:43:04.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:04 smithi023 bash[30415]: audit 2023-12-09T02:43:03.331877+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:43:04.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:04 smithi023 bash[30415]: audit 2023-12-09T02:43:03.725337+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-09T02:43:04.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:04 smithi023 bash[30415]: audit 2023-12-09T02:43:03.731839+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-09T02:43:04.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:04 smithi023 bash[30415]: audit 2023-12-09T02:43:03.733414+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:43:05.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:05 smithi172 bash[25093]: cephadm 2023-12-09T02:43:03.294626+0000 mgr.y (mgr.14152) 217 : cephadm [INF] Detected new or changed devices on smithi172 2023-12-09T02:43:05.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:05 smithi172 bash[25093]: cephadm 2023-12-09T02:43:03.312903+0000 mgr.y (mgr.14152) 218 : cephadm [INF] Adjusting osd_memory_target on smithi172 to 5757M 2023-12-09T02:43:05.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:05 smithi172 bash[25093]: audit 2023-12-09T02:43:03.718337+0000 mgr.y (mgr.14152) 219 : audit [DBG] from='client.24314 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi172:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:43:05.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:05 smithi023 bash[30415]: cephadm 2023-12-09T02:43:03.294626+0000 mgr.y (mgr.14152) 217 : cephadm [INF] Detected new or changed devices on smithi172 2023-12-09T02:43:05.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:05 smithi023 bash[30415]: cephadm 2023-12-09T02:43:03.312903+0000 mgr.y (mgr.14152) 218 : cephadm [INF] Adjusting osd_memory_target on smithi172 to 5757M 2023-12-09T02:43:05.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:05 smithi023 bash[30415]: audit 2023-12-09T02:43:03.718337+0000 mgr.y (mgr.14152) 219 : audit [DBG] from='client.24314 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi172:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:43:05.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:05 smithi023 bash[24949]: cephadm 2023-12-09T02:43:03.294626+0000 mgr.y (mgr.14152) 217 : cephadm [INF] Detected new or changed devices on smithi172 2023-12-09T02:43:05.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:05 smithi023 bash[24949]: cephadm 2023-12-09T02:43:03.312903+0000 mgr.y (mgr.14152) 218 : cephadm [INF] Adjusting osd_memory_target on smithi172 to 5757M 2023-12-09T02:43:05.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:05 smithi023 bash[24949]: audit 2023-12-09T02:43:03.718337+0000 mgr.y (mgr.14152) 219 : audit [DBG] from='client.24314 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi172:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:43:06.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:06 smithi172 bash[25093]: cluster 2023-12-09T02:43:04.672159+0000 mgr.y (mgr.14152) 220 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-12-09T02:43:06.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:06 smithi023 bash[24949]: cluster 2023-12-09T02:43:04.672159+0000 mgr.y (mgr.14152) 220 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-12-09T02:43:06.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:06 smithi023 bash[30415]: cluster 2023-12-09T02:43:04.672159+0000 mgr.y (mgr.14152) 220 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-12-09T02:43:08.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:08 smithi172 bash[25093]: cluster 2023-12-09T02:43:06.672767+0000 mgr.y (mgr.14152) 221 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 68 KiB/s, 0 objects/s recovering 2023-12-09T02:43:08.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:08 smithi023 bash[24949]: cluster 2023-12-09T02:43:06.672767+0000 mgr.y (mgr.14152) 221 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 68 KiB/s, 0 objects/s recovering 2023-12-09T02:43:08.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:08 smithi023 bash[30415]: cluster 2023-12-09T02:43:06.672767+0000 mgr.y (mgr.14152) 221 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 68 KiB/s, 0 objects/s recovering 2023-12-09T02:43:10.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:10 smithi172 bash[25093]: cluster 2023-12-09T02:43:08.673416+0000 mgr.y (mgr.14152) 222 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 63 KiB/s, 0 objects/s recovering 2023-12-09T02:43:10.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:10 smithi172 bash[25093]: audit 2023-12-09T02:43:09.672844+0000 mon.a (mon.0) 536 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "29c0feff-7d12-4cb8-b573-5508502d4bea"}]: dispatch 2023-12-09T02:43:10.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:10 smithi172 bash[25093]: audit 2023-12-09T02:43:09.673839+0000 mon.b (mon.2) 20 : audit [INF] from='client.? 172.21.15.172:0/719564383' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "29c0feff-7d12-4cb8-b573-5508502d4bea"}]: dispatch 2023-12-09T02:43:10.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:10 smithi172 bash[25093]: audit 2023-12-09T02:43:09.686414+0000 mon.a (mon.0) 537 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "29c0feff-7d12-4cb8-b573-5508502d4bea"}]': finished 2023-12-09T02:43:10.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:10 smithi172 bash[25093]: cluster 2023-12-09T02:43:09.686642+0000 mon.a (mon.0) 538 : cluster [DBG] osdmap e52: 8 total, 7 up, 8 in 2023-12-09T02:43:10.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:10 smithi172 bash[25093]: audit 2023-12-09T02:43:09.686895+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-09T02:43:10.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:10 smithi023 bash[24949]: cluster 2023-12-09T02:43:08.673416+0000 mgr.y (mgr.14152) 222 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 63 KiB/s, 0 objects/s recovering 2023-12-09T02:43:10.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:10 smithi023 bash[24949]: audit 2023-12-09T02:43:09.672844+0000 mon.a (mon.0) 536 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "29c0feff-7d12-4cb8-b573-5508502d4bea"}]: dispatch 2023-12-09T02:43:10.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:10 smithi023 bash[24949]: audit 2023-12-09T02:43:09.673839+0000 mon.b (mon.2) 20 : audit [INF] from='client.? 172.21.15.172:0/719564383' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "29c0feff-7d12-4cb8-b573-5508502d4bea"}]: dispatch 2023-12-09T02:43:10.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:10 smithi023 bash[24949]: audit 2023-12-09T02:43:09.686414+0000 mon.a (mon.0) 537 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "29c0feff-7d12-4cb8-b573-5508502d4bea"}]': finished 2023-12-09T02:43:10.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:10 smithi023 bash[24949]: cluster 2023-12-09T02:43:09.686642+0000 mon.a (mon.0) 538 : cluster [DBG] osdmap e52: 8 total, 7 up, 8 in 2023-12-09T02:43:10.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:10 smithi023 bash[24949]: audit 2023-12-09T02:43:09.686895+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-09T02:43:10.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:10 smithi023 bash[30415]: cluster 2023-12-09T02:43:08.673416+0000 mgr.y (mgr.14152) 222 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 63 KiB/s, 0 objects/s recovering 2023-12-09T02:43:10.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:10 smithi023 bash[30415]: audit 2023-12-09T02:43:09.672844+0000 mon.a (mon.0) 536 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "29c0feff-7d12-4cb8-b573-5508502d4bea"}]: dispatch 2023-12-09T02:43:10.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:10 smithi023 bash[30415]: audit 2023-12-09T02:43:09.673839+0000 mon.b (mon.2) 20 : audit [INF] from='client.? 172.21.15.172:0/719564383' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "29c0feff-7d12-4cb8-b573-5508502d4bea"}]: dispatch 2023-12-09T02:43:10.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:10 smithi023 bash[30415]: audit 2023-12-09T02:43:09.686414+0000 mon.a (mon.0) 537 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "29c0feff-7d12-4cb8-b573-5508502d4bea"}]': finished 2023-12-09T02:43:10.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:10 smithi023 bash[30415]: cluster 2023-12-09T02:43:09.686642+0000 mon.a (mon.0) 538 : cluster [DBG] osdmap e52: 8 total, 7 up, 8 in 2023-12-09T02:43:10.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:10 smithi023 bash[30415]: audit 2023-12-09T02:43:09.686895+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-09T02:43:11.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:11 smithi172 bash[25093]: audit 2023-12-09T02:43:10.407929+0000 mon.b (mon.2) 21 : audit [DBG] from='client.? 172.21.15.172:0/3796302764' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-09T02:43:11.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:11 smithi023 bash[24949]: audit 2023-12-09T02:43:10.407929+0000 mon.b (mon.2) 21 : audit [DBG] from='client.? 172.21.15.172:0/3796302764' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-09T02:43:11.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:11 smithi023 bash[30415]: audit 2023-12-09T02:43:10.407929+0000 mon.b (mon.2) 21 : audit [DBG] from='client.? 172.21.15.172:0/3796302764' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-09T02:43:12.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:12 smithi172 bash[25093]: cluster 2023-12-09T02:43:10.674022+0000 mgr.y (mgr.14152) 223 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 56 KiB/s, 0 objects/s recovering 2023-12-09T02:43:12.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:12 smithi023 bash[24949]: cluster 2023-12-09T02:43:10.674022+0000 mgr.y (mgr.14152) 223 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 56 KiB/s, 0 objects/s recovering 2023-12-09T02:43:12.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:12 smithi023 bash[30415]: cluster 2023-12-09T02:43:10.674022+0000 mgr.y (mgr.14152) 223 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 56 KiB/s, 0 objects/s recovering 2023-12-09T02:43:14.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:14 smithi172 bash[25093]: cluster 2023-12-09T02:43:12.674645+0000 mgr.y (mgr.14152) 224 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-09T02:43:14.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:14 smithi023 bash[24949]: cluster 2023-12-09T02:43:12.674645+0000 mgr.y (mgr.14152) 224 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-09T02:43:14.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:14 smithi023 bash[30415]: cluster 2023-12-09T02:43:12.674645+0000 mgr.y (mgr.14152) 224 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-12-09T02:43:16.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:16 smithi172 bash[25093]: cluster 2023-12-09T02:43:14.675273+0000 mgr.y (mgr.14152) 225 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-09T02:43:16.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:16 smithi023 bash[24949]: cluster 2023-12-09T02:43:14.675273+0000 mgr.y (mgr.14152) 225 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-09T02:43:16.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:16 smithi023 bash[30415]: cluster 2023-12-09T02:43:14.675273+0000 mgr.y (mgr.14152) 225 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-09T02:43:18.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:18 smithi172 bash[25093]: cluster 2023-12-09T02:43:16.675896+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 2023-12-09T02:43:18.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:18 smithi023 bash[24949]: cluster 2023-12-09T02:43:16.675896+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 2023-12-09T02:43:18.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:18 smithi023 bash[30415]: cluster 2023-12-09T02:43:16.675896+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 2023-12-09T02:43:20.349 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:20 smithi172 bash[25093]: cluster 2023-12-09T02:43:18.676482+0000 mgr.y (mgr.14152) 227 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-09T02:43:20.349 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:20 smithi172 bash[25093]: audit 2023-12-09T02:43:20.103143+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-09T02:43:20.349 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:20 smithi172 bash[25093]: audit 2023-12-09T02:43:20.104898+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:43:20.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:20 smithi023 bash[24949]: cluster 2023-12-09T02:43:18.676482+0000 mgr.y (mgr.14152) 227 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-09T02:43:20.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:20 smithi023 bash[24949]: audit 2023-12-09T02:43:20.103143+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-09T02:43:20.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:20 smithi023 bash[24949]: audit 2023-12-09T02:43:20.104898+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:43:20.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:20 smithi023 bash[30415]: cluster 2023-12-09T02:43:18.676482+0000 mgr.y (mgr.14152) 227 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-09T02:43:20.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:20 smithi023 bash[30415]: audit 2023-12-09T02:43:20.103143+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-09T02:43:20.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:20 smithi023 bash[30415]: audit 2023-12-09T02:43:20.104898+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:43:21.482 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:21 smithi172 bash[25093]: cephadm 2023-12-09T02:43:20.106216+0000 mgr.y (mgr.14152) 228 : cephadm [INF] Deploying daemon osd.7 on smithi172 2023-12-09T02:43:21.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:21 smithi023 bash[24949]: cephadm 2023-12-09T02:43:20.106216+0000 mgr.y (mgr.14152) 228 : cephadm [INF] Deploying daemon osd.7 on smithi172 2023-12-09T02:43:21.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:21 smithi023 bash[30415]: cephadm 2023-12-09T02:43:20.106216+0000 mgr.y (mgr.14152) 228 : cephadm [INF] Deploying daemon osd.7 on smithi172 2023-12-09T02:43:22.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:22 smithi172 bash[25093]: cluster 2023-12-09T02:43:20.677065+0000 mgr.y (mgr.14152) 229 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-09T02:43:22.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:22 smithi023 bash[24949]: cluster 2023-12-09T02:43:20.677065+0000 mgr.y (mgr.14152) 229 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-09T02:43:22.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:22 smithi023 bash[30415]: cluster 2023-12-09T02:43:20.677065+0000 mgr.y (mgr.14152) 229 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-09T02:43:24.372 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:24 smithi172 bash[25093]: cluster 2023-12-09T02:43:22.677690+0000 mgr.y (mgr.14152) 230 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-09T02:43:24.372 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:24 smithi172 bash[25093]: audit 2023-12-09T02:43:24.152469+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:43:24.459 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:24 smithi023 bash[30415]: cluster 2023-12-09T02:43:22.677690+0000 mgr.y (mgr.14152) 230 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-09T02:43:24.459 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:24 smithi023 bash[30415]: audit 2023-12-09T02:43:24.152469+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:43:24.459 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:24 smithi023 bash[30415]: audit 2023-12-09T02:43:24.158999+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:43:24.459 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:24 smithi023 bash[30415]: audit 2023-12-09T02:43:24.162247+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:43:24.459 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:24 smithi023 bash[30415]: audit 2023-12-09T02:43:24.164858+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:43:24.460 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:24 smithi023 bash[24949]: cluster 2023-12-09T02:43:22.677690+0000 mgr.y (mgr.14152) 230 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-09T02:43:24.460 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:24 smithi023 bash[24949]: audit 2023-12-09T02:43:24.152469+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:43:24.460 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:24 smithi023 bash[24949]: audit 2023-12-09T02:43:24.158999+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:43:24.460 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:24 smithi023 bash[24949]: audit 2023-12-09T02:43:24.162247+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:43:24.460 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:24 smithi023 bash[24949]: audit 2023-12-09T02:43:24.164858+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:43:24.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:24 smithi172 bash[25093]: audit 2023-12-09T02:43:24.158999+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:43:24.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:24 smithi172 bash[25093]: audit 2023-12-09T02:43:24.162247+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:43:24.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:24 smithi172 bash[25093]: audit 2023-12-09T02:43:24.164858+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:43:26.490 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:26 smithi172 bash[25093]: cluster 2023-12-09T02:43:24.678378+0000 mgr.y (mgr.14152) 231 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-09T02:43:26.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:26 smithi023 bash[30415]: cluster 2023-12-09T02:43:24.678378+0000 mgr.y (mgr.14152) 231 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-09T02:43:26.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:26 smithi023 bash[24949]: cluster 2023-12-09T02:43:24.678378+0000 mgr.y (mgr.14152) 231 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-09T02:43:28.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:28 smithi172 bash[25093]: cluster 2023-12-09T02:43:26.679115+0000 mgr.y (mgr.14152) 232 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-09T02:43:28.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:28 smithi172 bash[25093]: audit 2023-12-09T02:43:28.154050+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:43:28.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:28 smithi172 bash[25093]: audit 2023-12-09T02:43:28.162849+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:43:28.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:28 smithi023 bash[24949]: cluster 2023-12-09T02:43:26.679115+0000 mgr.y (mgr.14152) 232 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-09T02:43:28.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:28 smithi023 bash[24949]: audit 2023-12-09T02:43:28.154050+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:43:28.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:28 smithi023 bash[24949]: audit 2023-12-09T02:43:28.162849+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:43:28.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:28 smithi023 bash[30415]: cluster 2023-12-09T02:43:26.679115+0000 mgr.y (mgr.14152) 232 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-09T02:43:28.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:28 smithi023 bash[30415]: audit 2023-12-09T02:43:28.154050+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:43:28.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:28 smithi023 bash[30415]: audit 2023-12-09T02:43:28.162849+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:43:30.515 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:30 smithi023 bash[24949]: cluster 2023-12-09T02:43:28.679789+0000 mgr.y (mgr.14152) 233 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-09T02:43:30.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:30 smithi023 bash[30415]: cluster 2023-12-09T02:43:28.679789+0000 mgr.y (mgr.14152) 233 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-09T02:43:30.623 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:30 smithi172 bash[25093]: cluster 2023-12-09T02:43:28.679789+0000 mgr.y (mgr.14152) 233 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-09T02:43:31.398 INFO:teuthology.orchestra.run.smithi172.stdout:Created osd(s) 7 on host 'smithi172' 2023-12-09T02:43:32.122 DEBUG:teuthology.orchestra.run.smithi172:osd.7> sudo journalctl -f -n 0 -u ceph-9eab968a-963b-11ee-95a3-87774f69a715@osd.7.service 2023-12-09T02:43:32.127 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-12-09T02:43:32.128 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-09T02:43:32.257 INFO:journalctl@ceph.osd.7.smithi172.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-09T02:43:32.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:32 smithi172 bash[25093]: cluster 2023-12-09T02:43:30.680382+0000 mgr.y (mgr.14152) 234 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-09T02:43:32.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:32 smithi172 bash[25093]: audit 2023-12-09T02:43:31.395001+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:43:32.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:32 smithi172 bash[25093]: audit 2023-12-09T02:43:31.395679+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:43:32.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:32 smithi172 bash[25093]: audit 2023-12-09T02:43:31.399708+0000 mon.a (mon.0) 550 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:43:32.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:32 smithi172 bash[25093]: audit 2023-12-09T02:43:31.401742+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:43:32.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:32 smithi172 bash[25093]: audit 2023-12-09T02:43:31.547229+0000 mon.a (mon.0) 552 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-09T02:43:32.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:32 smithi172 bash[25093]: audit 2023-12-09T02:43:31.548096+0000 mon.b (mon.2) 22 : audit [INF] from='osd.7 [v2:172.21.15.172:6824/2820418008,v1:172.21.15.172:6825/2820418008]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-09T02:43:32.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:32 smithi023 bash[24949]: cluster 2023-12-09T02:43:30.680382+0000 mgr.y (mgr.14152) 234 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-09T02:43:32.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:32 smithi023 bash[24949]: audit 2023-12-09T02:43:31.395001+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:43:32.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:32 smithi023 bash[24949]: audit 2023-12-09T02:43:31.395679+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:43:32.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:32 smithi023 bash[24949]: audit 2023-12-09T02:43:31.399708+0000 mon.a (mon.0) 550 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:43:32.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:32 smithi023 bash[24949]: audit 2023-12-09T02:43:31.401742+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:43:32.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:32 smithi023 bash[24949]: audit 2023-12-09T02:43:31.547229+0000 mon.a (mon.0) 552 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-09T02:43:32.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:32 smithi023 bash[24949]: audit 2023-12-09T02:43:31.548096+0000 mon.b (mon.2) 22 : audit [INF] from='osd.7 [v2:172.21.15.172:6824/2820418008,v1:172.21.15.172:6825/2820418008]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-09T02:43:32.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:32 smithi023 bash[30415]: cluster 2023-12-09T02:43:30.680382+0000 mgr.y (mgr.14152) 234 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-09T02:43:32.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:32 smithi023 bash[30415]: audit 2023-12-09T02:43:31.395001+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:43:32.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:32 smithi023 bash[30415]: audit 2023-12-09T02:43:31.395679+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:43:32.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:32 smithi023 bash[30415]: audit 2023-12-09T02:43:31.399708+0000 mon.a (mon.0) 550 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:43:32.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:32 smithi023 bash[30415]: audit 2023-12-09T02:43:31.401742+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:43:32.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:32 smithi023 bash[30415]: audit 2023-12-09T02:43:31.547229+0000 mon.a (mon.0) 552 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-09T02:43:32.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:32 smithi023 bash[30415]: audit 2023-12-09T02:43:31.548096+0000 mon.b (mon.2) 22 : audit [INF] from='osd.7 [v2:172.21.15.172:6824/2820418008,v1:172.21.15.172:6825/2820418008]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-09T02:43:33.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:33 smithi172 bash[25093]: audit 2023-12-09T02:43:32.406208+0000 mon.a (mon.0) 553 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-09T02:43:33.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:33 smithi172 bash[25093]: cluster 2023-12-09T02:43:32.406434+0000 mon.a (mon.0) 554 : cluster [DBG] osdmap e53: 8 total, 7 up, 8 in 2023-12-09T02:43:33.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:33 smithi172 bash[25093]: audit 2023-12-09T02:43:32.406800+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-09T02:43:33.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:33 smithi172 bash[25093]: audit 2023-12-09T02:43:32.408575+0000 mon.a (mon.0) 556 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-09T02:43:33.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:33 smithi172 bash[25093]: audit 2023-12-09T02:43:32.409326+0000 mon.b (mon.2) 23 : audit [INF] from='osd.7 [v2:172.21.15.172:6824/2820418008,v1:172.21.15.172:6825/2820418008]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-09T02:43:33.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:33 smithi172 bash[25093]: cluster 2023-12-09T02:43:32.681000+0000 mgr.y (mgr.14152) 235 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-09T02:43:33.749 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 02:43:33 smithi172 bash[37689]: debug 2023-12-09T02:43:33.426+0000 7f337c8b4700 -1 osd.7 0 waiting for initial osdmap 2023-12-09T02:43:33.749 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 02:43:33 smithi172 bash[37689]: debug 2023-12-09T02:43:33.442+0000 7f337724b700 -1 osd.7 54 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-09T02:43:33.767 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:33 smithi023 bash[24949]: audit 2023-12-09T02:43:32.406208+0000 mon.a (mon.0) 553 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-09T02:43:33.767 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:33 smithi023 bash[24949]: cluster 2023-12-09T02:43:32.406434+0000 mon.a (mon.0) 554 : cluster [DBG] osdmap e53: 8 total, 7 up, 8 in 2023-12-09T02:43:33.767 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:33 smithi023 bash[24949]: audit 2023-12-09T02:43:32.406800+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-09T02:43:33.767 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:33 smithi023 bash[24949]: audit 2023-12-09T02:43:32.408575+0000 mon.a (mon.0) 556 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-09T02:43:33.767 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:33 smithi023 bash[24949]: audit 2023-12-09T02:43:32.409326+0000 mon.b (mon.2) 23 : audit [INF] from='osd.7 [v2:172.21.15.172:6824/2820418008,v1:172.21.15.172:6825/2820418008]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-09T02:43:33.767 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:33 smithi023 bash[24949]: cluster 2023-12-09T02:43:32.681000+0000 mgr.y (mgr.14152) 235 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-09T02:43:33.767 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:33 smithi023 bash[30415]: audit 2023-12-09T02:43:32.406208+0000 mon.a (mon.0) 553 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-09T02:43:33.768 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:33 smithi023 bash[30415]: cluster 2023-12-09T02:43:32.406434+0000 mon.a (mon.0) 554 : cluster [DBG] osdmap e53: 8 total, 7 up, 8 in 2023-12-09T02:43:33.768 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:33 smithi023 bash[30415]: audit 2023-12-09T02:43:32.406800+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-09T02:43:33.768 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:33 smithi023 bash[30415]: audit 2023-12-09T02:43:32.408575+0000 mon.a (mon.0) 556 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-09T02:43:33.768 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:33 smithi023 bash[30415]: audit 2023-12-09T02:43:32.409326+0000 mon.b (mon.2) 23 : audit [INF] from='osd.7 [v2:172.21.15.172:6824/2820418008,v1:172.21.15.172:6825/2820418008]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-09T02:43:33.768 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:33 smithi023 bash[30415]: cluster 2023-12-09T02:43:32.681000+0000 mgr.y (mgr.14152) 235 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-12-09T02:43:34.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:34 smithi172 bash[25093]: audit 2023-12-09T02:43:33.416589+0000 mon.a (mon.0) 557 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]': finished 2023-12-09T02:43:34.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:34 smithi172 bash[25093]: cluster 2023-12-09T02:43:33.416779+0000 mon.a (mon.0) 558 : cluster [DBG] osdmap e54: 8 total, 7 up, 8 in 2023-12-09T02:43:34.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:34 smithi172 bash[25093]: audit 2023-12-09T02:43:33.417747+0000 mon.a (mon.0) 559 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-09T02:43:34.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:34 smithi172 bash[25093]: audit 2023-12-09T02:43:33.431139+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-09T02:43:34.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:34 smithi172 bash[25093]: cluster 2023-12-09T02:43:34.417532+0000 mon.a (mon.0) 561 : cluster [INF] osd.7 [v2:172.21.15.172:6824/2820418008,v1:172.21.15.172:6825/2820418008] boot 2023-12-09T02:43:34.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:34 smithi172 bash[25093]: cluster 2023-12-09T02:43:34.417688+0000 mon.a (mon.0) 562 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2023-12-09T02:43:34.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:34 smithi172 bash[25093]: audit 2023-12-09T02:43:34.417931+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-09T02:43:34.678 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:34 smithi023 bash[24949]: audit 2023-12-09T02:43:33.416589+0000 mon.a (mon.0) 557 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]': finished 2023-12-09T02:43:34.678 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:34 smithi023 bash[24949]: cluster 2023-12-09T02:43:33.416779+0000 mon.a (mon.0) 558 : cluster [DBG] osdmap e54: 8 total, 7 up, 8 in 2023-12-09T02:43:34.678 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:34 smithi023 bash[24949]: audit 2023-12-09T02:43:33.417747+0000 mon.a (mon.0) 559 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-09T02:43:34.678 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:34 smithi023 bash[24949]: audit 2023-12-09T02:43:33.431139+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-09T02:43:34.678 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:34 smithi023 bash[24949]: cluster 2023-12-09T02:43:34.417532+0000 mon.a (mon.0) 561 : cluster [INF] osd.7 [v2:172.21.15.172:6824/2820418008,v1:172.21.15.172:6825/2820418008] boot 2023-12-09T02:43:34.678 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:34 smithi023 bash[24949]: cluster 2023-12-09T02:43:34.417688+0000 mon.a (mon.0) 562 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2023-12-09T02:43:34.678 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:34 smithi023 bash[24949]: audit 2023-12-09T02:43:34.417931+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-09T02:43:34.679 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:34 smithi023 bash[30415]: audit 2023-12-09T02:43:33.416589+0000 mon.a (mon.0) 557 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]': finished 2023-12-09T02:43:34.679 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:34 smithi023 bash[30415]: cluster 2023-12-09T02:43:33.416779+0000 mon.a (mon.0) 558 : cluster [DBG] osdmap e54: 8 total, 7 up, 8 in 2023-12-09T02:43:34.679 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:34 smithi023 bash[30415]: audit 2023-12-09T02:43:33.417747+0000 mon.a (mon.0) 559 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-09T02:43:34.679 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:34 smithi023 bash[30415]: audit 2023-12-09T02:43:33.431139+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-09T02:43:34.679 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:34 smithi023 bash[30415]: cluster 2023-12-09T02:43:34.417532+0000 mon.a (mon.0) 561 : cluster [INF] osd.7 [v2:172.21.15.172:6824/2820418008,v1:172.21.15.172:6825/2820418008] boot 2023-12-09T02:43:34.679 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:34 smithi023 bash[30415]: cluster 2023-12-09T02:43:34.417688+0000 mon.a (mon.0) 562 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2023-12-09T02:43:34.679 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:34 smithi023 bash[30415]: audit 2023-12-09T02:43:34.417931+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-09T02:43:35.088 INFO:teuthology.orchestra.run.smithi023.stdout: 2023-12-09T02:43:35.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:35 smithi172 bash[25093]: cluster 2023-12-09T02:43:32.588137+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-09T02:43:35.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:35 smithi172 bash[25093]: cluster 2023-12-09T02:43:32.588327+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-09T02:43:35.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:35 smithi172 bash[25093]: audit 2023-12-09T02:43:34.677813+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:43:35.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:35 smithi172 bash[25093]: audit 2023-12-09T02:43:34.680082+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:43:35.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:35 smithi172 bash[25093]: cluster 2023-12-09T02:43:34.681634+0000 mgr.y (mgr.14152) 236 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:43:35.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:35 smithi172 bash[25093]: audit 2023-12-09T02:43:35.086999+0000 mon.a (mon.0) 566 : audit [DBG] from='client.? 172.21.15.23:0/153424480' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-09T02:43:35.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:35 smithi172 bash[25093]: cluster 2023-12-09T02:43:35.423010+0000 mon.a (mon.0) 567 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2023-12-09T02:43:35.766 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:35 smithi023 bash[24949]: cluster 2023-12-09T02:43:32.588137+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-09T02:43:35.766 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:35 smithi023 bash[24949]: cluster 2023-12-09T02:43:32.588327+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-09T02:43:35.766 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:35 smithi023 bash[24949]: audit 2023-12-09T02:43:34.677813+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:43:35.766 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:35 smithi023 bash[24949]: audit 2023-12-09T02:43:34.680082+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:43:35.766 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:35 smithi023 bash[24949]: cluster 2023-12-09T02:43:34.681634+0000 mgr.y (mgr.14152) 236 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:43:35.766 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:35 smithi023 bash[24949]: audit 2023-12-09T02:43:35.086999+0000 mon.a (mon.0) 566 : audit [DBG] from='client.? 172.21.15.23:0/153424480' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-09T02:43:35.766 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:35 smithi023 bash[24949]: cluster 2023-12-09T02:43:35.423010+0000 mon.a (mon.0) 567 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2023-12-09T02:43:35.767 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:35 smithi023 bash[30415]: cluster 2023-12-09T02:43:32.588137+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-09T02:43:35.767 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:35 smithi023 bash[30415]: cluster 2023-12-09T02:43:32.588327+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-09T02:43:35.767 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:35 smithi023 bash[30415]: audit 2023-12-09T02:43:34.677813+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:43:35.767 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:35 smithi023 bash[30415]: audit 2023-12-09T02:43:34.680082+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:43:35.767 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:35 smithi023 bash[30415]: cluster 2023-12-09T02:43:34.681634+0000 mgr.y (mgr.14152) 236 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:43:35.767 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:35 smithi023 bash[30415]: audit 2023-12-09T02:43:35.086999+0000 mon.a (mon.0) 566 : audit [DBG] from='client.? 172.21.15.23:0/153424480' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-09T02:43:35.767 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:35 smithi023 bash[30415]: cluster 2023-12-09T02:43:35.423010+0000 mon.a (mon.0) 567 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2023-12-09T02:43:35.926 INFO:teuthology.orchestra.run.smithi023.stdout:{"epoch":55,"num_osds":8,"num_up_osds":8,"osd_up_since":1702089814,"num_in_osds":8,"osd_in_since":1702089789,"num_remapped_pgs":1} 2023-12-09T02:43:35.927 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -- ceph osd dump --format=json 2023-12-09T02:43:37.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:37 smithi172 bash[25093]: cluster 2023-12-09T02:43:36.440438+0000 mon.a (mon.0) 568 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2023-12-09T02:43:37.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:37 smithi172 bash[25093]: cluster 2023-12-09T02:43:36.682255+0000 mgr.y (mgr.14152) 237 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:43:37.766 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:37 smithi023 bash[24949]: cluster 2023-12-09T02:43:36.440438+0000 mon.a (mon.0) 568 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2023-12-09T02:43:37.766 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:37 smithi023 bash[24949]: cluster 2023-12-09T02:43:36.682255+0000 mgr.y (mgr.14152) 237 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:43:37.766 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:37 smithi023 bash[30415]: cluster 2023-12-09T02:43:36.440438+0000 mon.a (mon.0) 568 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2023-12-09T02:43:37.766 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:37 smithi023 bash[30415]: cluster 2023-12-09T02:43:36.682255+0000 mgr.y (mgr.14152) 237 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:43:38.652 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/9eab968a-963b-11ee-95a3-87774f69a715/mon.a/config 2023-12-09T02:43:38.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:38 smithi172 bash[25093]: cluster 2023-12-09T02:43:37.453856+0000 mon.a (mon.0) 569 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2023-12-09T02:43:38.765 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:38 smithi023 bash[30415]: cluster 2023-12-09T02:43:37.453856+0000 mon.a (mon.0) 569 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2023-12-09T02:43:38.766 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:38 smithi023 bash[24949]: cluster 2023-12-09T02:43:37.453856+0000 mon.a (mon.0) 569 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2023-12-09T02:43:39.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:39 smithi172 bash[25093]: cluster 2023-12-09T02:43:38.471085+0000 mon.a (mon.0) 570 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2023-12-09T02:43:39.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:39 smithi172 bash[25093]: cluster 2023-12-09T02:43:38.682863+0000 mgr.y (mgr.14152) 238 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:43:39.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:39 smithi172 bash[25093]: cephadm 2023-12-09T02:43:38.828061+0000 mgr.y (mgr.14152) 239 : cephadm [INF] Detected new or changed devices on smithi172 2023-12-09T02:43:39.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:39 smithi172 bash[25093]: audit 2023-12-09T02:43:38.840442+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:43:39.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:39 smithi172 bash[25093]: audit 2023-12-09T02:43:38.842711+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:43:39.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:39 smithi172 bash[25093]: audit 2023-12-09T02:43:38.844785+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:43:39.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:39 smithi172 bash[25093]: audit 2023-12-09T02:43:38.846710+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:43:39.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:39 smithi172 bash[25093]: audit 2023-12-09T02:43:38.848590+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:43:39.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:39 smithi172 bash[25093]: cephadm 2023-12-09T02:43:38.849881+0000 mgr.y (mgr.14152) 240 : cephadm [INF] Adjusting osd_memory_target on smithi172 to 4317M 2023-12-09T02:43:39.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:39 smithi172 bash[25093]: audit 2023-12-09T02:43:38.862426+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:43:39.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:39 smithi172 bash[25093]: audit 2023-12-09T02:43:38.876245+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:43:39.766 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:39 smithi023 bash[24949]: cluster 2023-12-09T02:43:38.471085+0000 mon.a (mon.0) 570 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2023-12-09T02:43:39.766 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:39 smithi023 bash[24949]: cluster 2023-12-09T02:43:38.682863+0000 mgr.y (mgr.14152) 238 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:43:39.766 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:39 smithi023 bash[24949]: cephadm 2023-12-09T02:43:38.828061+0000 mgr.y (mgr.14152) 239 : cephadm [INF] Detected new or changed devices on smithi172 2023-12-09T02:43:39.766 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:39 smithi023 bash[24949]: audit 2023-12-09T02:43:38.840442+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:43:39.766 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:39 smithi023 bash[24949]: audit 2023-12-09T02:43:38.842711+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:43:39.766 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:39 smithi023 bash[24949]: audit 2023-12-09T02:43:38.844785+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:43:39.766 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:39 smithi023 bash[24949]: audit 2023-12-09T02:43:38.846710+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:43:39.767 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:39 smithi023 bash[24949]: audit 2023-12-09T02:43:38.848590+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:43:39.767 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:39 smithi023 bash[24949]: cephadm 2023-12-09T02:43:38.849881+0000 mgr.y (mgr.14152) 240 : cephadm [INF] Adjusting osd_memory_target on smithi172 to 4317M 2023-12-09T02:43:39.767 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:39 smithi023 bash[24949]: audit 2023-12-09T02:43:38.862426+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:43:39.767 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:39 smithi023 bash[24949]: audit 2023-12-09T02:43:38.876245+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:43:39.767 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:39 smithi023 bash[30415]: cluster 2023-12-09T02:43:38.471085+0000 mon.a (mon.0) 570 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2023-12-09T02:43:39.767 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:39 smithi023 bash[30415]: cluster 2023-12-09T02:43:38.682863+0000 mgr.y (mgr.14152) 238 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:43:39.768 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:39 smithi023 bash[30415]: cephadm 2023-12-09T02:43:38.828061+0000 mgr.y (mgr.14152) 239 : cephadm [INF] Detected new or changed devices on smithi172 2023-12-09T02:43:39.768 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:39 smithi023 bash[30415]: audit 2023-12-09T02:43:38.840442+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:43:39.768 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:39 smithi023 bash[30415]: audit 2023-12-09T02:43:38.842711+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:43:39.768 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:39 smithi023 bash[30415]: audit 2023-12-09T02:43:38.844785+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:43:39.768 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:39 smithi023 bash[30415]: audit 2023-12-09T02:43:38.846710+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:43:39.768 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:39 smithi023 bash[30415]: audit 2023-12-09T02:43:38.848590+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:43:39.768 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:39 smithi023 bash[30415]: cephadm 2023-12-09T02:43:38.849881+0000 mgr.y (mgr.14152) 240 : cephadm [INF] Adjusting osd_memory_target on smithi172 to 4317M 2023-12-09T02:43:39.769 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:39 smithi023 bash[30415]: audit 2023-12-09T02:43:38.862426+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:43:39.769 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:39 smithi023 bash[30415]: audit 2023-12-09T02:43:38.876245+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:43:41.565 INFO:teuthology.orchestra.run.smithi023.stdout: 2023-12-09T02:43:41.565 INFO:teuthology.orchestra.run.smithi023.stdout:{"epoch":59,"fsid":"9eab968a-963b-11ee-95a3-87774f69a715","created":"2023-12-09T02:36:30.849599+0000","modified":"2023-12-09T02:43:38.445143+0000","last_up_change":"2023-12-09T02:43:34.405355+0000","last_in_change":"2023-12-09T02:43:09.674204+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-12-09T02:40:33.180780+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"e233ad26-39b1-43c0-b956-b5069477c5b1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6802","nonce":68470476},{"type":"v1","addr":"172.21.15.23:6803","nonce":68470476}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6804","nonce":68470476},{"type":"v1","addr":"172.21.15.23:6805","nonce":68470476}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6808","nonce":68470476},{"type":"v1","addr":"172.21.15.23:6809","nonce":68470476}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6806","nonce":68470476},{"type":"v1","addr":"172.21.15.23:6807","nonce":68470476}]},"public_addr":"172.21.15.23:6803/68470476","cluster_addr":"172.21.15.23:6805/68470476","heartbeat_back_addr":"172.21.15.23:6809/68470476","heartbeat_front_addr":"172.21.15.23:6807/68470476","state":["exists","up"]},{"osd":1,"uuid":"08e5e83f-a555-4ecb-a022-8b4a1f8b9c6b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6810","nonce":3759177430},{"type":"v1","addr":"172.21.15.23:6811","nonce":3759177430}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6812","nonce":3759177430},{"type":"v1","addr":"172.21.15.23:6813","nonce":3759177430}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6816","nonce":3759177430},{"type":"v1","addr":"172.21.15.23:6817","nonce":3759177430}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6814","nonce":3759177430},{"type":"v1","addr":"172.21.15.23:6815","nonce":3759177430}]},"public_addr":"172.21.15.23:6811/3759177430","cluster_addr":"172.21.15.23:6813/3759177430","heartbeat_back_addr":"172.21.15.23:6817/3759177430","heartbeat_front_addr":"172.21.15.23:6815/3759177430","state":["exists","up"]},{"osd":2,"uuid":"e94723aa-ace9-4c9c-8294-4deb68561e2b","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.23:6818","nonce":1028017657},{"type":"v1","addr":"172.21.15.23:6819","nonce":1028017657}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6820","nonce":1028017657},{"type":"v1","addr":"172.21.15.23:6821","nonce":1028017657}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6824","nonce":1028017657},{"type":"v1","addr":"172.21.15.23:6825","nonce":1028017657}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6822","nonce":1028017657},{"type":"v1","addr":"172.21.15.23:6823","nonce":1028017657}]},"public_addr":"172.21.15.23:6819/1028017657","cluster_addr":"172.21.15.23:6821/1028017657","heartbeat_back_addr":"172.21.15.23:6825/1028017657","heartbeat_front_addr":"172.21.15.23:6823/1028017657","state":["exists","up"]},{"osd":3,"uuid":"519573ec-35f7-44ac-a681-c725b9cfc618","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6826","nonce":4053325907},{"type":"v1","addr":"172.21.15.23:6827","nonce":4053325907}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6828","nonce":4053325907},{"type":"v1","addr":"172.21.15.23:6829","nonce":4053325907}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6832","nonce":4053325907},{"type":"v1","addr":"172.21.15.23:6833","nonce":4053325907}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6830","nonce":4053325907},{"type":"v1","addr":"172.21.15.23:6831","nonce":4053325907}]},"public_addr":"172.21.15.23:6827/4053325907","cluster_addr":"172.21.15.23:6829/4053325907","heartbeat_back_addr":"172.21.15.23:6833/4053325907","heartbeat_front_addr":"172.21.15.23:6831/4053325907","state":["exists","up"]},{"osd":4,"uuid":"4988d1d1-47b5-42bd-aa34-0bcc3b57e884","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6800","nonce":3818645942},{"type":"v1","addr":"172.21.15.172:6801","nonce":3818645942}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6802","nonce":3818645942},{"type":"v1","addr":"172.21.15.172:6803","nonce":3818645942}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6806","nonce":3818645942},{"type":"v1","addr":"172.21.15.172:6807","nonce":3818645942}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6804","nonce":3818645942},{"type":"v1","addr":"172.21.15.172:6805","nonce":3818645942}]},"public_addr":"172.21.15.172:6801/3818645942","cluster_addr":"172.21.15.172:6803/3818645942","heartbeat_back_addr":"172.21.15.172:6807/3818645942","heartbeat_front_addr":"172.21.15.172:6805/3818645942","state":["exists","up"]},{"osd":5,"uuid":"8c03be1a-cf9d-4778-a6f8-051028575c58","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6808","nonce":2571417422},{"type":"v1","addr":"172.21.15.172:6809","nonce":2571417422}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6810","nonce":2571417422},{"type":"v1","addr":"172.21.15.172:6811","nonce":2571417422}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6814","nonce":2571417422},{"type":"v1","addr":"172.21.15.172:6815","nonce":2571417422}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6812","nonce":2571417422},{"type":"v1","addr":"172.21.15.172:6813","nonce":2571417422}]},"public_addr":"172.21.15.172:6809/2571417422","cluster_addr":"172.21.15.172:6811/2571417422","heartbeat_back_addr":"172.21.15.172:6815/2571417422","heartbeat_front_addr":"172.21.15.172:6813/2571417422","state":["exists","up"]},{"osd":6,"uuid":"c57db8ad-aa15-431b-9514-327c6b2eff3a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":47,"up_thru":50,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6816","nonce":2900201301},{"type":"v1","addr":"172.21.15.172:6817","nonce":2900201301}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6818","nonce":2900201301},{"type":"v1","addr":"172.21.15.172:6819","nonce":2900201301}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6822","nonce":2900201301},{"type":"v1","addr":"172.21.15.172:6823","nonce":2900201301}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6820","nonce":2900201301},{"type":"v1","addr":"172.21.15.172:6821","nonce":2900201301}]},"public_addr":"172.21.15.172:6817/2900201301","cluster_addr":"172.21.15.172:6819/2900201301","heartbeat_back_addr":"172.21.15.172:6823/2900201301","heartbeat_front_addr":"172.21.15.172:6821/2900201301","state":["exists","up"]},{"osd":7,"uuid":"29c0feff-7d12-4cb8-b573-5508502d4bea","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":55,"up_thru":58,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6824","nonce":2820418008},{"type":"v1","addr":"172.21.15.172:6825","nonce":2820418008}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6826","nonce":2820418008},{"type":"v1","addr":"172.21.15.172:6827","nonce":2820418008}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6830","nonce":2820418008},{"type":"v1","addr":"172.21.15.172:6831","nonce":2820418008}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6828","nonce":2820418008},{"type":"v1","addr":"172.21.15.172:6829","nonce":2820418008}]},"public_addr":"172.21.15.172:6825/2820418008","cluster_addr":"172.21.15.172:6827/2820418008","heartbeat_back_addr":"172.21.15.172:6831/2820418008","heartbeat_front_addr":"172.21.15.172:6829/2820418008","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-09T02:39:15.478061+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-09T02:39:52.475285+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-09T02:40:29.048097+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-09T02:41:06.276497+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-09T02:41:41.070400+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-09T02:42:18.029360+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-09T02:42:56.103196+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-09T02:43:32.588332+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.23:0/1405757428":"2023-12-10T02:37:34.518807+0000","172.21.15.23:6800/2143112161":"2023-12-10T02:37:34.518807+0000","172.21.15.23:0/3379804935":"2023-12-10T02:37:34.518807+0000","172.21.15.23:6800/4217671716":"2023-12-10T02:37:02.609786+0000","172.21.15.23:0/2563957863":"2023-12-10T02:37:34.518807+0000","172.21.15.23:6801/4217671716":"2023-12-10T02:37:02.609786+0000","172.21.15.23:0/1921867315":"2023-12-10T02:37:02.609786+0000","172.21.15.23:0/2322399699":"2023-12-10T02:37:02.609786+0000","172.21.15.23:6801/2143112161":"2023-12-10T02:37:34.518807+0000","172.21.15.23:0/3130007030":"2023-12-10T02:37:02.609786+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-12-09T02:43:41.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:41 smithi172 bash[25093]: cluster 2023-12-09T02:43:40.683562+0000 mgr.y (mgr.14152) 241 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 98 KiB/s, 0 objects/s recovering 2023-12-09T02:43:41.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:41 smithi172 bash[25093]: audit 2023-12-09T02:43:41.561584+0000 mon.c (mon.1) 12 : audit [DBG] from='client.? 172.21.15.23:0/1077585886' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-09T02:43:42.016 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:41 smithi023 bash[24949]: cluster 2023-12-09T02:43:40.683562+0000 mgr.y (mgr.14152) 241 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 98 KiB/s, 0 objects/s recovering 2023-12-09T02:43:42.016 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:41 smithi023 bash[24949]: audit 2023-12-09T02:43:41.561584+0000 mon.c (mon.1) 12 : audit [DBG] from='client.? 172.21.15.23:0/1077585886' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-09T02:43:42.016 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:41 smithi023 bash[30415]: cluster 2023-12-09T02:43:40.683562+0000 mgr.y (mgr.14152) 241 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 98 KiB/s, 0 objects/s recovering 2023-12-09T02:43:42.016 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:41 smithi023 bash[30415]: audit 2023-12-09T02:43:41.561584+0000 mon.c (mon.1) 12 : audit [DBG] from='client.? 172.21.15.23:0/1077585886' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-09T02:43:42.213 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-12-09T02:40:33.180780+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '22', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}}] 2023-12-09T02:43:42.213 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -- ceph osd pool get .mgr pg_num 2023-12-09T02:43:44.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:44 smithi172 bash[25093]: cluster 2023-12-09T02:43:42.684291+0000 mgr.y (mgr.14152) 242 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 83 KiB/s, 0 objects/s recovering 2023-12-09T02:43:44.515 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:44 smithi023 bash[24949]: cluster 2023-12-09T02:43:42.684291+0000 mgr.y (mgr.14152) 242 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 83 KiB/s, 0 objects/s recovering 2023-12-09T02:43:44.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:44 smithi023 bash[30415]: cluster 2023-12-09T02:43:42.684291+0000 mgr.y (mgr.14152) 242 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 83 KiB/s, 0 objects/s recovering 2023-12-09T02:43:44.936 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/9eab968a-963b-11ee-95a3-87774f69a715/mon.a/config 2023-12-09T02:43:46.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:46 smithi172 bash[25093]: cluster 2023-12-09T02:43:44.685008+0000 mgr.y (mgr.14152) 243 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-09T02:43:46.515 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:46 smithi023 bash[24949]: cluster 2023-12-09T02:43:44.685008+0000 mgr.y (mgr.14152) 243 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-09T02:43:46.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:46 smithi023 bash[30415]: cluster 2023-12-09T02:43:44.685008+0000 mgr.y (mgr.14152) 243 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-12-09T02:43:47.698 INFO:teuthology.orchestra.run.smithi023.stdout:pg_num: 1 2023-12-09T02:43:48.335 INFO:tasks.cephadm:Adding prometheus.a on smithi172 2023-12-09T02:43:48.335 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -- ceph orch apply prometheus '1;smithi172=a' 2023-12-09T02:43:48.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:48 smithi172 bash[25093]: cluster 2023-12-09T02:43:46.685747+0000 mgr.y (mgr.14152) 244 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 56 KiB/s, 0 objects/s recovering 2023-12-09T02:43:48.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:48 smithi172 bash[25093]: audit 2023-12-09T02:43:47.696978+0000 mon.c (mon.1) 13 : audit [DBG] from='client.? 172.21.15.23:0/2904100675' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-09T02:43:48.515 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:48 smithi023 bash[24949]: cluster 2023-12-09T02:43:46.685747+0000 mgr.y (mgr.14152) 244 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 56 KiB/s, 0 objects/s recovering 2023-12-09T02:43:48.515 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:48 smithi023 bash[24949]: audit 2023-12-09T02:43:47.696978+0000 mon.c (mon.1) 13 : audit [DBG] from='client.? 172.21.15.23:0/2904100675' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-09T02:43:48.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:48 smithi023 bash[30415]: cluster 2023-12-09T02:43:46.685747+0000 mgr.y (mgr.14152) 244 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 56 KiB/s, 0 objects/s recovering 2023-12-09T02:43:48.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:48 smithi023 bash[30415]: audit 2023-12-09T02:43:47.696978+0000 mon.c (mon.1) 13 : audit [DBG] from='client.? 172.21.15.23:0/2904100675' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-09T02:43:50.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:50 smithi172 bash[25093]: cluster 2023-12-09T02:43:48.686519+0000 mgr.y (mgr.14152) 245 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 51 KiB/s, 0 objects/s recovering 2023-12-09T02:43:50.515 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:50 smithi023 bash[24949]: cluster 2023-12-09T02:43:48.686519+0000 mgr.y (mgr.14152) 245 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 51 KiB/s, 0 objects/s recovering 2023-12-09T02:43:50.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:50 smithi023 bash[30415]: cluster 2023-12-09T02:43:48.686519+0000 mgr.y (mgr.14152) 245 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 51 KiB/s, 0 objects/s recovering 2023-12-09T02:43:51.603 INFO:teuthology.orchestra.run.smithi172.stdout:Scheduled prometheus update... 2023-12-09T02:43:52.286 DEBUG:teuthology.orchestra.run.smithi172:prometheus.a> sudo journalctl -f -n 0 -u ceph-9eab968a-963b-11ee-95a3-87774f69a715@prometheus.a.service 2023-12-09T02:43:52.289 INFO:tasks.cephadm:Adding node-exporter.a on smithi023 2023-12-09T02:43:52.289 INFO:tasks.cephadm:Adding node-exporter.b on smithi172 2023-12-09T02:43:52.289 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -- ceph orch apply node-exporter '2;smithi023=a;smithi172=b' 2023-12-09T02:43:52.478 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:52 smithi172 bash[25093]: cluster 2023-12-09T02:43:50.687216+0000 mgr.y (mgr.14152) 246 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s, 0 objects/s recovering 2023-12-09T02:43:52.478 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:52 smithi172 bash[25093]: audit 2023-12-09T02:43:51.601269+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:43:52.478 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:52 smithi172 bash[25093]: audit 2023-12-09T02:43:51.625360+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:43:52.478 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:52 smithi172 bash[25093]: audit 2023-12-09T02:43:51.628091+0000 mon.a (mon.0) 580 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:43:52.478 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:52 smithi172 bash[25093]: audit 2023-12-09T02:43:51.629929+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:43:52.478 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:52 smithi172 bash[25093]: audit 2023-12-09T02:43:51.639376+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:43:52.478 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:52 smithi172 bash[25093]: audit 2023-12-09T02:43:51.650256+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-09T02:43:52.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:52 smithi023 bash[24949]: cluster 2023-12-09T02:43:50.687216+0000 mgr.y (mgr.14152) 246 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s, 0 objects/s recovering 2023-12-09T02:43:52.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:52 smithi023 bash[24949]: audit 2023-12-09T02:43:51.601269+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:43:52.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:52 smithi023 bash[24949]: audit 2023-12-09T02:43:51.625360+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:43:52.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:52 smithi023 bash[24949]: audit 2023-12-09T02:43:51.628091+0000 mon.a (mon.0) 580 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:43:52.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:52 smithi023 bash[24949]: audit 2023-12-09T02:43:51.629929+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:43:52.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:52 smithi023 bash[24949]: audit 2023-12-09T02:43:51.639376+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:43:52.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:52 smithi023 bash[24949]: audit 2023-12-09T02:43:51.650256+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-09T02:43:52.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:52 smithi023 bash[30415]: cluster 2023-12-09T02:43:50.687216+0000 mgr.y (mgr.14152) 246 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s, 0 objects/s recovering 2023-12-09T02:43:52.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:52 smithi023 bash[30415]: audit 2023-12-09T02:43:51.601269+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:43:52.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:52 smithi023 bash[30415]: audit 2023-12-09T02:43:51.625360+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:43:52.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:52 smithi023 bash[30415]: audit 2023-12-09T02:43:51.628091+0000 mon.a (mon.0) 580 : audit [DBG] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:43:52.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:52 smithi023 bash[30415]: audit 2023-12-09T02:43:51.629929+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:43:52.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:52 smithi023 bash[30415]: audit 2023-12-09T02:43:51.639376+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' 2023-12-09T02:43:52.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:52 smithi023 bash[30415]: audit 2023-12-09T02:43:51.650256+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-09T02:43:52.748 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:43:52 smithi172 bash[26000]: ignoring --setuser ceph since I am not root 2023-12-09T02:43:52.748 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:43:52 smithi172 bash[26000]: ignoring --setgroup ceph since I am not root 2023-12-09T02:43:52.748 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:43:52 smithi172 bash[26000]: debug 2023-12-09T02:43:52.694+0000 7fbe3febd700 1 -- 172.21.15.172:0/747648913 <== mon.2 v2:172.21.15.172:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x56510f7b4340 con 0x565110530800 2023-12-09T02:43:53.016 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:43:52 smithi023 bash[25223]: ignoring --setuser ceph since I am not root 2023-12-09T02:43:53.016 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:43:52 smithi023 bash[25223]: ignoring --setgroup ceph since I am not root 2023-12-09T02:43:53.016 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:43:52 smithi023 bash[25223]: debug 2023-12-09T02:43:52.695+0000 7fa130fab700 1 -- 172.21.15.23:0/2786860096 <== mon.2 v2:172.21.15.172:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x56411ec26340 con 0x56411f9a2800 2023-12-09T02:43:53.016 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:43:52 smithi023 bash[25223]: debug 2023-12-09T02:43:52.851+0000 7fa139a07000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-09T02:43:53.076 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-09T02:43:53.143 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:43:52 smithi172 bash[26000]: debug 2023-12-09T02:43:52.858+0000 7fbe48919000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-09T02:43:53.486 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:53 smithi172 bash[25093]: audit 2023-12-09T02:43:51.586918+0000 mgr.y (mgr.14152) 247 : audit [DBG] from='client.24356 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi172=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:43:53.486 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:53 smithi172 bash[25093]: cephadm 2023-12-09T02:43:51.590449+0000 mgr.y (mgr.14152) 248 : cephadm [INF] Saving service prometheus spec with placement smithi172=a;count:1 2023-12-09T02:43:53.486 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:53 smithi172 bash[25093]: audit 2023-12-09T02:43:52.654890+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-09T02:43:53.486 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:53 smithi172 bash[25093]: cluster 2023-12-09T02:43:52.654969+0000 mon.a (mon.0) 585 : cluster [DBG] mgrmap e16: y(active, since 6m), standbys: x 2023-12-09T02:43:53.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:53 smithi023 bash[30415]: audit 2023-12-09T02:43:51.586918+0000 mgr.y (mgr.14152) 247 : audit [DBG] from='client.24356 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi172=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:43:53.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:53 smithi023 bash[30415]: cephadm 2023-12-09T02:43:51.590449+0000 mgr.y (mgr.14152) 248 : cephadm [INF] Saving service prometheus spec with placement smithi172=a;count:1 2023-12-09T02:43:53.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:53 smithi023 bash[30415]: audit 2023-12-09T02:43:52.654890+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-09T02:43:53.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:53 smithi023 bash[30415]: cluster 2023-12-09T02:43:52.654969+0000 mon.a (mon.0) 585 : cluster [DBG] mgrmap e16: y(active, since 6m), standbys: x 2023-12-09T02:43:53.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:53 smithi023 bash[24949]: audit 2023-12-09T02:43:51.586918+0000 mgr.y (mgr.14152) 247 : audit [DBG] from='client.24356 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi172=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:43:53.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:53 smithi023 bash[24949]: cephadm 2023-12-09T02:43:51.590449+0000 mgr.y (mgr.14152) 248 : cephadm [INF] Saving service prometheus spec with placement smithi172=a;count:1 2023-12-09T02:43:53.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:53 smithi023 bash[24949]: audit 2023-12-09T02:43:52.654890+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.23:0/1514219179' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-09T02:43:53.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:53 smithi023 bash[24949]: cluster 2023-12-09T02:43:52.654969+0000 mon.a (mon.0) 585 : cluster [DBG] mgrmap e16: y(active, since 6m), standbys: x 2023-12-09T02:43:53.748 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:43:53 smithi172 bash[26000]: debug 2023-12-09T02:43:53.526+0000 7fbe48919000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-09T02:43:53.748 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:43:53 smithi172 bash[26000]: debug 2023-12-09T02:43:53.654+0000 7fbe48919000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-09T02:43:53.828 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:43:53 smithi023 bash[25223]: debug 2023-12-09T02:43:53.535+0000 7fa139a07000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-09T02:43:53.828 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:43:53 smithi023 bash[25223]: debug 2023-12-09T02:43:53.659+0000 7fa139a07000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-09T02:43:54.153 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:43:53 smithi172 bash[26000]: debug 2023-12-09T02:43:53.818+0000 7fbe48919000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-09T02:43:54.169 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:43:53 smithi023 bash[25223]: debug 2023-12-09T02:43:53.823+0000 7fa139a07000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-09T02:43:54.451 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:43:54 smithi172 bash[26000]: debug 2023-12-09T02:43:54.150+0000 7fbe48919000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-09T02:43:54.451 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:43:54 smithi172 bash[26000]: debug 2023-12-09T02:43:54.242+0000 7fbe48919000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-09T02:43:54.471 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:43:54 smithi023 bash[25223]: debug 2023-12-09T02:43:54.163+0000 7fa139a07000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-09T02:43:54.471 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:43:54 smithi023 bash[25223]: debug 2023-12-09T02:43:54.259+0000 7fa139a07000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-09T02:43:54.472 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:43:54 smithi023 bash[25223]: debug 2023-12-09T02:43:54.467+0000 7fa139a07000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-09T02:43:54.748 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:43:54 smithi172 bash[26000]: debug 2023-12-09T02:43:54.446+0000 7fbe48919000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-09T02:43:55.498 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:43:55 smithi172 bash[26000]: debug 2023-12-09T02:43:55.310+0000 7fbe48919000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-09T02:43:55.498 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:43:55 smithi172 bash[26000]: debug 2023-12-09T02:43:55.422+0000 7fbe48919000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-09T02:43:55.648 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:43:55 smithi023 bash[25223]: debug 2023-12-09T02:43:55.323+0000 7fa139a07000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-09T02:43:55.649 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:43:55 smithi023 bash[25223]: debug 2023-12-09T02:43:55.435+0000 7fa139a07000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-09T02:43:55.649 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:43:55 smithi023 bash[25223]: debug 2023-12-09T02:43:55.643+0000 7fa139a07000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-09T02:43:55.977 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:43:55 smithi172 bash[26000]: debug 2023-12-09T02:43:55.630+0000 7fbe48919000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-09T02:43:56.248 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:43:55 smithi172 bash[26000]: debug 2023-12-09T02:43:55.974+0000 7fbe48919000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-09T02:43:56.265 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:43:56 smithi023 bash[25223]: debug 2023-12-09T02:43:56.007+0000 7fa139a07000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-09T02:43:56.669 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:43:56 smithi172 bash[26000]: debug 2023-12-09T02:43:56.297+0000 7fbe48919000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-09T02:43:56.731 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:43:56 smithi023 bash[25223]: debug 2023-12-09T02:43:56.343+0000 7fa139a07000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-09T02:43:56.731 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:43:56 smithi023 bash[25223]: debug 2023-12-09T02:43:56.727+0000 7fa139a07000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-09T02:43:56.936 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:43:56 smithi172 bash[26000]: debug 2023-12-09T02:43:56.665+0000 7fbe48919000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-09T02:43:57.248 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:43:56 smithi172 bash[26000]: debug 2023-12-09T02:43:56.929+0000 7fbe48919000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-09T02:43:57.265 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:43:57 smithi023 bash[25223]: debug 2023-12-09T02:43:57.007+0000 7fa139a07000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-09T02:43:57.869 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:43:57 smithi172 bash[26000]: debug 2023-12-09T02:43:57.605+0000 7fbe48919000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-09T02:43:57.869 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:43:57 smithi172 bash[26000]: debug 2023-12-09T02:43:57.709+0000 7fbe48919000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-09T02:43:57.983 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:43:57 smithi023 bash[25223]: debug 2023-12-09T02:43:57.707+0000 7fa139a07000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-09T02:43:57.983 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:43:57 smithi023 bash[25223]: debug 2023-12-09T02:43:57.815+0000 7fa139a07000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-09T02:43:57.983 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:43:57 smithi023 bash[25223]: debug 2023-12-09T02:43:57.979+0000 7fa139a07000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-09T02:43:58.238 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:43:58 smithi023 bash[25223]: debug 2023-12-09T02:43:58.091+0000 7fa139a07000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-09T02:43:58.248 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:43:57 smithi172 bash[26000]: debug 2023-12-09T02:43:57.865+0000 7fbe48919000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-09T02:43:58.248 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:43:57 smithi172 bash[26000]: debug 2023-12-09T02:43:57.969+0000 7fbe48919000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-09T02:43:58.249 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:43:58 smithi172 bash[26000]: debug 2023-12-09T02:43:58.105+0000 7fbe48919000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-09T02:43:58.516 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:43:58 smithi023 bash[25223]: debug 2023-12-09T02:43:58.235+0000 7fa139a07000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-09T02:43:58.700 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:43:58 smithi172 bash[26000]: debug 2023-12-09T02:43:58.397+0000 7fbe48919000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-09T02:43:58.700 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:43:58 smithi172 bash[26000]: debug 2023-12-09T02:43:58.517+0000 7fbe48919000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-09T02:43:58.847 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:43:58 smithi023 bash[25223]: debug 2023-12-09T02:43:58.531+0000 7fa139a07000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-09T02:43:58.847 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:43:58 smithi023 bash[25223]: debug 2023-12-09T02:43:58.655+0000 7fa139a07000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-09T02:43:58.998 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:43:58 smithi172 bash[26000]: debug 2023-12-09T02:43:58.693+0000 7fbe48919000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-09T02:43:58.998 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:43:58 smithi172 bash[26000]: debug 2023-12-09T02:43:58.813+0000 7fbe48919000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-09T02:43:59.265 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:43:58 smithi023 bash[25223]: debug 2023-12-09T02:43:58.843+0000 7fa139a07000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-09T02:43:59.266 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:43:58 smithi023 bash[25223]: debug 2023-12-09T02:43:58.967+0000 7fa139a07000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-09T02:43:59.998 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:43:59 smithi172 bash[26000]: debug 2023-12-09T02:43:59.653+0000 7fbe48919000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-09T02:43:59.998 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:43:59 smithi172 bash[26000]: [09/Dec/2023:02:43:59] ENGINE Bus STARTING 2023-12-09T02:43:59.998 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:43:59 smithi172 bash[26000]: CherryPy Checker: 2023-12-09T02:43:59.998 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:43:59 smithi172 bash[26000]: The Application mounted at '' has an empty config. 2023-12-09T02:43:59.999 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:43:59 smithi172 bash[26000]: [09/Dec/2023:02:43:59] ENGINE Serving on http://:::9283 2023-12-09T02:43:59.999 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:43:59 smithi172 bash[26000]: [09/Dec/2023:02:43:59] ENGINE Bus STARTED 2023-12-09T02:43:59.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:59 smithi172 bash[25093]: cluster 2023-12-09T02:43:59.678966+0000 mon.a (mon.0) 586 : cluster [DBG] Standby manager daemon x restarted 2023-12-09T02:43:59.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:59 smithi172 bash[25093]: cluster 2023-12-09T02:43:59.679163+0000 mon.a (mon.0) 587 : cluster [DBG] Standby manager daemon x started 2023-12-09T02:43:59.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:59 smithi172 bash[25093]: audit 2023-12-09T02:43:59.684904+0000 mon.b (mon.2) 24 : audit [DBG] from='mgr.? 172.21.15.172:0/563713245' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-09T02:43:59.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:59 smithi172 bash[25093]: audit 2023-12-09T02:43:59.686541+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.? 172.21.15.172:0/563713245' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-09T02:43:59.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:59 smithi172 bash[25093]: audit 2023-12-09T02:43:59.691465+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.? 172.21.15.172:0/563713245' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-09T02:43:59.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:43:59 smithi172 bash[25093]: audit 2023-12-09T02:43:59.694398+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.172:0/563713245' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-09T02:44:00.015 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:43:59 smithi023 bash[25223]: debug 2023-12-09T02:43:59.854+0000 7fa139a07000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-09T02:44:00.016 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:59 smithi023 bash[24949]: cluster 2023-12-09T02:43:59.678966+0000 mon.a (mon.0) 586 : cluster [DBG] Standby manager daemon x restarted 2023-12-09T02:44:00.016 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:59 smithi023 bash[24949]: cluster 2023-12-09T02:43:59.679163+0000 mon.a (mon.0) 587 : cluster [DBG] Standby manager daemon x started 2023-12-09T02:44:00.016 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:59 smithi023 bash[24949]: audit 2023-12-09T02:43:59.684904+0000 mon.b (mon.2) 24 : audit [DBG] from='mgr.? 172.21.15.172:0/563713245' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-09T02:44:00.016 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:59 smithi023 bash[24949]: audit 2023-12-09T02:43:59.686541+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.? 172.21.15.172:0/563713245' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-09T02:44:00.016 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:59 smithi023 bash[24949]: audit 2023-12-09T02:43:59.691465+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.? 172.21.15.172:0/563713245' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-09T02:44:00.016 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:43:59 smithi023 bash[24949]: audit 2023-12-09T02:43:59.694398+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.172:0/563713245' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-09T02:44:00.016 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:59 smithi023 bash[30415]: cluster 2023-12-09T02:43:59.678966+0000 mon.a (mon.0) 586 : cluster [DBG] Standby manager daemon x restarted 2023-12-09T02:44:00.016 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:59 smithi023 bash[30415]: cluster 2023-12-09T02:43:59.679163+0000 mon.a (mon.0) 587 : cluster [DBG] Standby manager daemon x started 2023-12-09T02:44:00.017 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:59 smithi023 bash[30415]: audit 2023-12-09T02:43:59.684904+0000 mon.b (mon.2) 24 : audit [DBG] from='mgr.? 172.21.15.172:0/563713245' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-09T02:44:00.017 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:59 smithi023 bash[30415]: audit 2023-12-09T02:43:59.686541+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.? 172.21.15.172:0/563713245' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-09T02:44:00.017 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:59 smithi023 bash[30415]: audit 2023-12-09T02:43:59.691465+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.? 172.21.15.172:0/563713245' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-09T02:44:00.017 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:43:59 smithi023 bash[30415]: audit 2023-12-09T02:43:59.694398+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.172:0/563713245' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-09T02:44:01.016 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:00 smithi023 bash[24949]: cluster 2023-12-09T02:43:59.741216+0000 mon.a (mon.0) 588 : cluster [DBG] mgrmap e17: y(active, since 6m), standbys: x 2023-12-09T02:44:01.016 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:00 smithi023 bash[24949]: cluster 2023-12-09T02:43:59.877667+0000 mon.a (mon.0) 589 : cluster [INF] Active manager daemon y restarted 2023-12-09T02:44:01.016 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:00 smithi023 bash[24949]: cluster 2023-12-09T02:43:59.878912+0000 mon.a (mon.0) 590 : cluster [INF] Activating manager daemon y 2023-12-09T02:44:01.016 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:00 smithi023 bash[24949]: cluster 2023-12-09T02:43:59.886590+0000 mon.a (mon.0) 591 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2023-12-09T02:44:01.016 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:00 smithi023 bash[30415]: cluster 2023-12-09T02:43:59.741216+0000 mon.a (mon.0) 588 : cluster [DBG] mgrmap e17: y(active, since 6m), standbys: x 2023-12-09T02:44:01.016 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:00 smithi023 bash[30415]: cluster 2023-12-09T02:43:59.877667+0000 mon.a (mon.0) 589 : cluster [INF] Active manager daemon y restarted 2023-12-09T02:44:01.017 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:00 smithi023 bash[30415]: cluster 2023-12-09T02:43:59.878912+0000 mon.a (mon.0) 590 : cluster [INF] Activating manager daemon y 2023-12-09T02:44:01.017 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:00 smithi023 bash[30415]: cluster 2023-12-09T02:43:59.886590+0000 mon.a (mon.0) 591 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2023-12-09T02:44:01.017 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:44:00 smithi023 bash[25223]: [09/Dec/2023:02:44:00] ENGINE Bus STARTING 2023-12-09T02:44:01.203 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:00 smithi172 bash[25093]: cluster 2023-12-09T02:43:59.741216+0000 mon.a (mon.0) 588 : cluster [DBG] mgrmap e17: y(active, since 6m), standbys: x 2023-12-09T02:44:01.203 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:00 smithi172 bash[25093]: cluster 2023-12-09T02:43:59.877667+0000 mon.a (mon.0) 589 : cluster [INF] Active manager daemon y restarted 2023-12-09T02:44:01.203 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:00 smithi172 bash[25093]: cluster 2023-12-09T02:43:59.878912+0000 mon.a (mon.0) 590 : cluster [INF] Activating manager daemon y 2023-12-09T02:44:01.203 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:00 smithi172 bash[25093]: cluster 2023-12-09T02:43:59.886590+0000 mon.a (mon.0) 591 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2023-12-09T02:44:01.497 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:44:01 smithi023 bash[25223]: CherryPy Checker: 2023-12-09T02:44:01.498 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:44:01 smithi023 bash[25223]: The Application mounted at '' has an empty config. 2023-12-09T02:44:01.498 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:44:01 smithi023 bash[25223]: [09/Dec/2023:02:44:01] ENGINE Serving on http://:::9283 2023-12-09T02:44:01.498 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:44:01 smithi023 bash[25223]: [09/Dec/2023:02:44:01] ENGINE Bus STARTED 2023-12-09T02:44:01.799 INFO:teuthology.orchestra.run.smithi172.stdout:Scheduled node-exporter update... 2023-12-09T02:44:02.227 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:01 smithi023 bash[30415]: cluster 2023-12-09T02:44:00.767458+0000 mon.a (mon.0) 592 : cluster [DBG] mgrmap e18: y(active, starting, since 0.888821s), standbys: x 2023-12-09T02:44:02.227 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:01 smithi023 bash[30415]: audit 2023-12-09T02:44:00.773827+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-09T02:44:02.227 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:01 smithi023 bash[30415]: audit 2023-12-09T02:44:00.774050+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T02:44:02.227 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:01 smithi023 bash[30415]: audit 2023-12-09T02:44:00.774222+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T02:44:02.227 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:01 smithi023 bash[30415]: audit 2023-12-09T02:44:00.775747+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-09T02:44:02.227 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:01 smithi023 bash[30415]: audit 2023-12-09T02:44:00.775994+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-09T02:44:02.227 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:01 smithi023 bash[30415]: audit 2023-12-09T02:44:00.776224+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-09T02:44:02.228 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:01 smithi023 bash[30415]: audit 2023-12-09T02:44:00.776484+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-09T02:44:02.228 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:01 smithi023 bash[30415]: audit 2023-12-09T02:44:00.776732+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-09T02:44:02.228 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:01 smithi023 bash[30415]: audit 2023-12-09T02:44:00.776968+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-09T02:44:02.228 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:01 smithi023 bash[30415]: audit 2023-12-09T02:44:00.777215+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-09T02:44:02.228 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:01 smithi023 bash[30415]: audit 2023-12-09T02:44:00.777493+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-09T02:44:02.228 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:01 smithi023 bash[30415]: audit 2023-12-09T02:44:00.777747+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-09T02:44:02.228 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:01 smithi023 bash[30415]: audit 2023-12-09T02:44:00.777981+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-09T02:44:02.228 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:01 smithi023 bash[30415]: audit 2023-12-09T02:44:00.778298+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-09T02:44:02.228 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:01 smithi023 bash[30415]: audit 2023-12-09T02:44:00.778499+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-09T02:44:02.228 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:01 smithi023 bash[30415]: audit 2023-12-09T02:44:00.778990+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-09T02:44:02.228 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:01 smithi023 bash[30415]: cluster 2023-12-09T02:44:00.790896+0000 mon.a (mon.0) 593 : cluster [INF] Manager daemon y is now available 2023-12-09T02:44:02.228 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:01 smithi023 bash[30415]: audit 2023-12-09T02:44:00.825628+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:44:02.229 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:01 smithi023 bash[24949]: cluster 2023-12-09T02:44:00.767458+0000 mon.a (mon.0) 592 : cluster [DBG] mgrmap e18: y(active, starting, since 0.888821s), standbys: x 2023-12-09T02:44:02.229 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:01 smithi023 bash[24949]: audit 2023-12-09T02:44:00.773827+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-09T02:44:02.229 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:01 smithi023 bash[24949]: audit 2023-12-09T02:44:00.774050+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T02:44:02.229 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:01 smithi023 bash[24949]: audit 2023-12-09T02:44:00.774222+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T02:44:02.229 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:01 smithi023 bash[24949]: audit 2023-12-09T02:44:00.775747+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-09T02:44:02.229 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:01 smithi023 bash[24949]: audit 2023-12-09T02:44:00.775994+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-09T02:44:02.229 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:01 smithi023 bash[24949]: audit 2023-12-09T02:44:00.776224+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-09T02:44:02.229 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:01 smithi023 bash[24949]: audit 2023-12-09T02:44:00.776484+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-09T02:44:02.229 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:01 smithi023 bash[24949]: audit 2023-12-09T02:44:00.776732+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-09T02:44:02.229 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:01 smithi023 bash[24949]: audit 2023-12-09T02:44:00.776968+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-09T02:44:02.229 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:01 smithi023 bash[24949]: audit 2023-12-09T02:44:00.777215+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-09T02:44:02.229 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:01 smithi023 bash[24949]: audit 2023-12-09T02:44:00.777493+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-09T02:44:02.229 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:01 smithi023 bash[24949]: audit 2023-12-09T02:44:00.777747+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-09T02:44:02.229 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:01 smithi023 bash[24949]: audit 2023-12-09T02:44:00.777981+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-09T02:44:02.230 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:01 smithi023 bash[24949]: audit 2023-12-09T02:44:00.778298+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-09T02:44:02.230 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:01 smithi023 bash[24949]: audit 2023-12-09T02:44:00.778499+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-09T02:44:02.230 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:01 smithi023 bash[24949]: audit 2023-12-09T02:44:00.778990+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-09T02:44:02.230 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:01 smithi023 bash[24949]: cluster 2023-12-09T02:44:00.790896+0000 mon.a (mon.0) 593 : cluster [INF] Manager daemon y is now available 2023-12-09T02:44:02.230 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:01 smithi023 bash[24949]: audit 2023-12-09T02:44:00.825628+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:44:02.230 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:01 smithi023 bash[30415]: audit 2023-12-09T02:44:00.831110+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:44:02.230 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:01 smithi023 bash[30415]: audit 2023-12-09T02:44:00.835396+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:44:02.230 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:01 smithi023 bash[30415]: audit 2023-12-09T02:44:00.838471+0000 mon.b (mon.2) 47 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:44:02.230 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:01 smithi023 bash[30415]: audit 2023-12-09T02:44:00.867564+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:44:02.230 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:01 smithi023 bash[30415]: audit 2023-12-09T02:44:01.142323+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:44:02.230 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:01 smithi023 bash[30415]: audit 2023-12-09T02:44:01.143126+0000 mon.b (mon.2) 48 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:44:02.231 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:01 smithi023 bash[30415]: audit 2023-12-09T02:44:01.154878+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:44:02.231 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:01 smithi023 bash[30415]: audit 2023-12-09T02:44:01.155924+0000 mon.b (mon.2) 49 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:44:02.231 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:01 smithi023 bash[24949]: audit 2023-12-09T02:44:00.831110+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:44:02.231 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:01 smithi023 bash[24949]: audit 2023-12-09T02:44:00.835396+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:44:02.231 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:01 smithi023 bash[24949]: audit 2023-12-09T02:44:00.838471+0000 mon.b (mon.2) 47 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:44:02.231 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:01 smithi023 bash[24949]: audit 2023-12-09T02:44:00.867564+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:44:02.231 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:01 smithi023 bash[24949]: audit 2023-12-09T02:44:01.142323+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:44:02.231 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:01 smithi023 bash[24949]: audit 2023-12-09T02:44:01.143126+0000 mon.b (mon.2) 48 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:44:02.231 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:01 smithi023 bash[24949]: audit 2023-12-09T02:44:01.154878+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:44:02.231 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:01 smithi023 bash[24949]: audit 2023-12-09T02:44:01.155924+0000 mon.b (mon.2) 49 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:44:02.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:01 smithi172 bash[25093]: cluster 2023-12-09T02:44:00.767458+0000 mon.a (mon.0) 592 : cluster [DBG] mgrmap e18: y(active, starting, since 0.888821s), standbys: x 2023-12-09T02:44:02.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:01 smithi172 bash[25093]: audit 2023-12-09T02:44:00.773827+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-09T02:44:02.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:01 smithi172 bash[25093]: audit 2023-12-09T02:44:00.774050+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T02:44:02.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:01 smithi172 bash[25093]: audit 2023-12-09T02:44:00.774222+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T02:44:02.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:01 smithi172 bash[25093]: audit 2023-12-09T02:44:00.775747+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-09T02:44:02.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:01 smithi172 bash[25093]: audit 2023-12-09T02:44:00.775994+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-09T02:44:02.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:01 smithi172 bash[25093]: audit 2023-12-09T02:44:00.776224+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-09T02:44:02.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:01 smithi172 bash[25093]: audit 2023-12-09T02:44:00.776484+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-09T02:44:02.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:01 smithi172 bash[25093]: audit 2023-12-09T02:44:00.776732+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-09T02:44:02.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:01 smithi172 bash[25093]: audit 2023-12-09T02:44:00.776968+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-09T02:44:02.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:01 smithi172 bash[25093]: audit 2023-12-09T02:44:00.777215+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-09T02:44:02.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:01 smithi172 bash[25093]: audit 2023-12-09T02:44:00.777493+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-09T02:44:02.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:01 smithi172 bash[25093]: audit 2023-12-09T02:44:00.777747+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-09T02:44:02.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:01 smithi172 bash[25093]: audit 2023-12-09T02:44:00.777981+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-09T02:44:02.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:01 smithi172 bash[25093]: audit 2023-12-09T02:44:00.778298+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-09T02:44:02.250 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:01 smithi172 bash[25093]: audit 2023-12-09T02:44:00.778499+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-09T02:44:02.250 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:01 smithi172 bash[25093]: audit 2023-12-09T02:44:00.778990+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-09T02:44:02.250 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:01 smithi172 bash[25093]: cluster 2023-12-09T02:44:00.790896+0000 mon.a (mon.0) 593 : cluster [INF] Manager daemon y is now available 2023-12-09T02:44:02.250 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:01 smithi172 bash[25093]: audit 2023-12-09T02:44:00.825628+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:44:02.250 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:01 smithi172 bash[25093]: audit 2023-12-09T02:44:00.831110+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:44:02.250 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:01 smithi172 bash[25093]: audit 2023-12-09T02:44:00.835396+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:44:02.250 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:01 smithi172 bash[25093]: audit 2023-12-09T02:44:00.838471+0000 mon.b (mon.2) 47 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:44:02.250 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:01 smithi172 bash[25093]: audit 2023-12-09T02:44:00.867564+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:44:02.250 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:01 smithi172 bash[25093]: audit 2023-12-09T02:44:01.142323+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:44:02.250 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:01 smithi172 bash[25093]: audit 2023-12-09T02:44:01.143126+0000 mon.b (mon.2) 48 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:44:02.250 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:01 smithi172 bash[25093]: audit 2023-12-09T02:44:01.154878+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:44:02.250 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:01 smithi172 bash[25093]: audit 2023-12-09T02:44:01.155924+0000 mon.b (mon.2) 49 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:44:02.516 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:44:02 smithi023 bash[25223]: [09/Dec/2023:02:44:02] ENGINE Bus STARTING 2023-12-09T02:44:02.516 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:44:02 smithi023 bash[25223]: [09/Dec/2023:02:44:02] ENGINE Serving on https://172.21.15.23:7150 2023-12-09T02:44:02.516 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:44:02 smithi023 bash[25223]: [09/Dec/2023:02:44:02] ENGINE Bus STARTED 2023-12-09T02:44:02.591 DEBUG:teuthology.orchestra.run.smithi023:node-exporter.a> sudo journalctl -f -n 0 -u ceph-9eab968a-963b-11ee-95a3-87774f69a715@node-exporter.a.service 2023-12-09T02:44:02.594 DEBUG:teuthology.orchestra.run.smithi172:node-exporter.b> sudo journalctl -f -n 0 -u ceph-9eab968a-963b-11ee-95a3-87774f69a715@node-exporter.b.service 2023-12-09T02:44:02.596 INFO:tasks.cephadm:Adding alertmanager.a on smithi023 2023-12-09T02:44:02.596 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -- ceph orch apply alertmanager '1;smithi023=a' 2023-12-09T02:44:02.656 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-09T02:44:02.658 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-09T02:44:02.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:02 smithi172 bash[25093]: cluster 2023-12-09T02:44:01.776673+0000 mon.a (mon.0) 597 : cluster [DBG] mgrmap e19: y(active, since 1.89805s), standbys: x 2023-12-09T02:44:02.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:02 smithi172 bash[25093]: cephadm 2023-12-09T02:44:01.785787+0000 mgr.y (mgr.14469) 2 : cephadm [INF] Saving service node-exporter spec with placement smithi023=a;smithi172=b;count:2 2023-12-09T02:44:02.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:02 smithi172 bash[25093]: cluster 2023-12-09T02:44:01.786284+0000 mgr.y (mgr.14469) 3 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:02.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:02 smithi172 bash[25093]: audit 2023-12-09T02:44:01.796421+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:44:02.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:02 smithi172 bash[25093]: cephadm 2023-12-09T02:44:02.225326+0000 mgr.y (mgr.14469) 4 : cephadm [INF] [09/Dec/2023:02:44:02] ENGINE Bus STARTING 2023-12-09T02:44:02.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:02 smithi172 bash[25093]: cephadm 2023-12-09T02:44:02.349593+0000 mgr.y (mgr.14469) 5 : cephadm [INF] [09/Dec/2023:02:44:02] ENGINE Serving on https://172.21.15.23:7150 2023-12-09T02:44:02.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:02 smithi172 bash[25093]: cephadm 2023-12-09T02:44:02.350522+0000 mgr.y (mgr.14469) 6 : cephadm [INF] [09/Dec/2023:02:44:02] ENGINE Bus STARTED 2023-12-09T02:44:02.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:02 smithi172 bash[25093]: audit 2023-12-09T02:44:02.364838+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:44:03.016 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:02 smithi023 bash[30415]: cluster 2023-12-09T02:44:01.776673+0000 mon.a (mon.0) 597 : cluster [DBG] mgrmap e19: y(active, since 1.89805s), standbys: x 2023-12-09T02:44:03.016 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:02 smithi023 bash[30415]: cephadm 2023-12-09T02:44:01.785787+0000 mgr.y (mgr.14469) 2 : cephadm [INF] Saving service node-exporter spec with placement smithi023=a;smithi172=b;count:2 2023-12-09T02:44:03.016 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:02 smithi023 bash[30415]: cluster 2023-12-09T02:44:01.786284+0000 mgr.y (mgr.14469) 3 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:03.016 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:02 smithi023 bash[30415]: audit 2023-12-09T02:44:01.796421+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:44:03.016 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:02 smithi023 bash[30415]: cephadm 2023-12-09T02:44:02.225326+0000 mgr.y (mgr.14469) 4 : cephadm [INF] [09/Dec/2023:02:44:02] ENGINE Bus STARTING 2023-12-09T02:44:03.016 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:02 smithi023 bash[30415]: cephadm 2023-12-09T02:44:02.349593+0000 mgr.y (mgr.14469) 5 : cephadm [INF] [09/Dec/2023:02:44:02] ENGINE Serving on https://172.21.15.23:7150 2023-12-09T02:44:03.016 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:02 smithi023 bash[30415]: cephadm 2023-12-09T02:44:02.350522+0000 mgr.y (mgr.14469) 6 : cephadm [INF] [09/Dec/2023:02:44:02] ENGINE Bus STARTED 2023-12-09T02:44:03.016 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:02 smithi023 bash[30415]: audit 2023-12-09T02:44:02.364838+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:44:03.017 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:02 smithi023 bash[24949]: cluster 2023-12-09T02:44:01.776673+0000 mon.a (mon.0) 597 : cluster [DBG] mgrmap e19: y(active, since 1.89805s), standbys: x 2023-12-09T02:44:03.017 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:02 smithi023 bash[24949]: cephadm 2023-12-09T02:44:01.785787+0000 mgr.y (mgr.14469) 2 : cephadm [INF] Saving service node-exporter spec with placement smithi023=a;smithi172=b;count:2 2023-12-09T02:44:03.017 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:02 smithi023 bash[24949]: cluster 2023-12-09T02:44:01.786284+0000 mgr.y (mgr.14469) 3 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:03.017 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:02 smithi023 bash[24949]: audit 2023-12-09T02:44:01.796421+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:44:03.017 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:02 smithi023 bash[24949]: cephadm 2023-12-09T02:44:02.225326+0000 mgr.y (mgr.14469) 4 : cephadm [INF] [09/Dec/2023:02:44:02] ENGINE Bus STARTING 2023-12-09T02:44:03.017 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:02 smithi023 bash[24949]: cephadm 2023-12-09T02:44:02.349593+0000 mgr.y (mgr.14469) 5 : cephadm [INF] [09/Dec/2023:02:44:02] ENGINE Serving on https://172.21.15.23:7150 2023-12-09T02:44:03.017 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:02 smithi023 bash[24949]: cephadm 2023-12-09T02:44:02.350522+0000 mgr.y (mgr.14469) 6 : cephadm [INF] [09/Dec/2023:02:44:02] ENGINE Bus STARTED 2023-12-09T02:44:03.017 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:02 smithi023 bash[24949]: audit 2023-12-09T02:44:02.364838+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:44:03.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:03 smithi172 bash[25093]: cluster 2023-12-09T02:44:02.775988+0000 mgr.y (mgr.14469) 7 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:03.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:03 smithi172 bash[25093]: cluster 2023-12-09T02:44:02.826499+0000 mon.a (mon.0) 600 : cluster [DBG] mgrmap e20: y(active, since 2s), standbys: x 2023-12-09T02:44:04.221 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:03 smithi023 bash[24949]: cluster 2023-12-09T02:44:02.775988+0000 mgr.y (mgr.14469) 7 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:04.221 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:03 smithi023 bash[24949]: cluster 2023-12-09T02:44:02.826499+0000 mon.a (mon.0) 600 : cluster [DBG] mgrmap e20: y(active, since 2s), standbys: x 2023-12-09T02:44:04.222 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:03 smithi023 bash[30415]: cluster 2023-12-09T02:44:02.775988+0000 mgr.y (mgr.14469) 7 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:04.222 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:03 smithi023 bash[30415]: cluster 2023-12-09T02:44:02.826499+0000 mon.a (mon.0) 600 : cluster [DBG] mgrmap e20: y(active, since 2s), standbys: x 2023-12-09T02:44:05.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:05 smithi172 bash[25093]: audit 2023-12-09T02:44:04.759451+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:44:05.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:05 smithi172 bash[25093]: audit 2023-12-09T02:44:04.769552+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:44:05.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:05 smithi172 bash[25093]: cluster 2023-12-09T02:44:04.776544+0000 mgr.y (mgr.14469) 8 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:05.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:05 smithi172 bash[25093]: audit 2023-12-09T02:44:05.252884+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:44:05.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:05 smithi172 bash[25093]: cephadm 2023-12-09T02:44:05.258925+0000 mgr.y (mgr.14469) 9 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.conf 2023-12-09T02:44:05.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:05 smithi172 bash[25093]: audit 2023-12-09T02:44:05.264586+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:44:05.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:05 smithi172 bash[25093]: cephadm 2023-12-09T02:44:05.267295+0000 mgr.y (mgr.14469) 10 : cephadm [INF] Updating smithi023:/etc/ceph/ceph.conf 2023-12-09T02:44:05.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:05 smithi172 bash[25093]: cephadm 2023-12-09T02:44:05.371932+0000 mgr.y (mgr.14469) 11 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.client.admin.keyring 2023-12-09T02:44:05.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:05 smithi172 bash[25093]: cephadm 2023-12-09T02:44:05.377975+0000 mgr.y (mgr.14469) 12 : cephadm [INF] Updating smithi023:/etc/ceph/ceph.client.admin.keyring 2023-12-09T02:44:05.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:05 smithi172 bash[25093]: audit 2023-12-09T02:44:05.489697+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:44:05.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:05 smithi172 bash[25093]: audit 2023-12-09T02:44:05.503774+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:44:06.000 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:05 smithi172 bash[25093]: audit 2023-12-09T02:44:05.525289+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:44:06.000 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:05 smithi172 bash[25093]: cephadm 2023-12-09T02:44:05.560157+0000 mgr.y (mgr.14469) 13 : cephadm [INF] Deploying daemon prometheus.a on smithi172 2023-12-09T02:44:06.009 INFO:teuthology.orchestra.run.smithi172.stdout:Scheduled alertmanager update... 2023-12-09T02:44:06.016 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:05 smithi023 bash[24949]: audit 2023-12-09T02:44:04.759451+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:44:06.016 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:05 smithi023 bash[24949]: audit 2023-12-09T02:44:04.769552+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:44:06.017 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:05 smithi023 bash[24949]: cluster 2023-12-09T02:44:04.776544+0000 mgr.y (mgr.14469) 8 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:06.017 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:05 smithi023 bash[24949]: audit 2023-12-09T02:44:05.252884+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:44:06.017 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:05 smithi023 bash[24949]: cephadm 2023-12-09T02:44:05.258925+0000 mgr.y (mgr.14469) 9 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.conf 2023-12-09T02:44:06.017 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:05 smithi023 bash[24949]: audit 2023-12-09T02:44:05.264586+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:44:06.017 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:05 smithi023 bash[24949]: cephadm 2023-12-09T02:44:05.267295+0000 mgr.y (mgr.14469) 10 : cephadm [INF] Updating smithi023:/etc/ceph/ceph.conf 2023-12-09T02:44:06.017 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:05 smithi023 bash[24949]: cephadm 2023-12-09T02:44:05.371932+0000 mgr.y (mgr.14469) 11 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.client.admin.keyring 2023-12-09T02:44:06.017 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:05 smithi023 bash[24949]: cephadm 2023-12-09T02:44:05.377975+0000 mgr.y (mgr.14469) 12 : cephadm [INF] Updating smithi023:/etc/ceph/ceph.client.admin.keyring 2023-12-09T02:44:06.017 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:05 smithi023 bash[24949]: audit 2023-12-09T02:44:05.489697+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:44:06.017 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:05 smithi023 bash[24949]: audit 2023-12-09T02:44:05.503774+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:44:06.017 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:05 smithi023 bash[24949]: audit 2023-12-09T02:44:05.525289+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:44:06.017 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:05 smithi023 bash[24949]: cephadm 2023-12-09T02:44:05.560157+0000 mgr.y (mgr.14469) 13 : cephadm [INF] Deploying daemon prometheus.a on smithi172 2023-12-09T02:44:06.018 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:05 smithi023 bash[30415]: audit 2023-12-09T02:44:04.759451+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:44:06.018 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:05 smithi023 bash[30415]: audit 2023-12-09T02:44:04.769552+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:44:06.018 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:05 smithi023 bash[30415]: cluster 2023-12-09T02:44:04.776544+0000 mgr.y (mgr.14469) 8 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:06.018 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:05 smithi023 bash[30415]: audit 2023-12-09T02:44:05.252884+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:44:06.018 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:05 smithi023 bash[30415]: cephadm 2023-12-09T02:44:05.258925+0000 mgr.y (mgr.14469) 9 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.conf 2023-12-09T02:44:06.018 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:05 smithi023 bash[30415]: audit 2023-12-09T02:44:05.264586+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:44:06.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:05 smithi023 bash[30415]: cephadm 2023-12-09T02:44:05.267295+0000 mgr.y (mgr.14469) 10 : cephadm [INF] Updating smithi023:/etc/ceph/ceph.conf 2023-12-09T02:44:06.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:05 smithi023 bash[30415]: cephadm 2023-12-09T02:44:05.371932+0000 mgr.y (mgr.14469) 11 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.client.admin.keyring 2023-12-09T02:44:06.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:05 smithi023 bash[30415]: cephadm 2023-12-09T02:44:05.377975+0000 mgr.y (mgr.14469) 12 : cephadm [INF] Updating smithi023:/etc/ceph/ceph.client.admin.keyring 2023-12-09T02:44:06.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:05 smithi023 bash[30415]: audit 2023-12-09T02:44:05.489697+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:44:06.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:05 smithi023 bash[30415]: audit 2023-12-09T02:44:05.503774+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:44:06.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:05 smithi023 bash[30415]: audit 2023-12-09T02:44:05.525289+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:44:06.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:05 smithi023 bash[30415]: cephadm 2023-12-09T02:44:05.560157+0000 mgr.y (mgr.14469) 13 : cephadm [INF] Deploying daemon prometheus.a on smithi172 2023-12-09T02:44:07.073 DEBUG:teuthology.orchestra.run.smithi023:alertmanager.a> sudo journalctl -f -n 0 -u ceph-9eab968a-963b-11ee-95a3-87774f69a715@alertmanager.a.service 2023-12-09T02:44:07.076 INFO:tasks.cephadm:Adding grafana.a on smithi172 2023-12-09T02:44:07.076 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -- ceph orch apply grafana '1;smithi172=a' 2023-12-09T02:44:07.248 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-09T02:44:07.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:07 smithi172 bash[25093]: audit 2023-12-09T02:44:05.991423+0000 mgr.y (mgr.14469) 14 : audit [DBG] from='client.24395 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi023=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:44:07.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:07 smithi172 bash[25093]: cephadm 2023-12-09T02:44:05.994863+0000 mgr.y (mgr.14469) 15 : cephadm [INF] Saving service alertmanager spec with placement smithi023=a;count:1 2023-12-09T02:44:07.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:07 smithi172 bash[25093]: audit 2023-12-09T02:44:06.006222+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:44:07.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:07 smithi023 bash[30415]: audit 2023-12-09T02:44:05.991423+0000 mgr.y (mgr.14469) 14 : audit [DBG] from='client.24395 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi023=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:44:07.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:07 smithi023 bash[30415]: cephadm 2023-12-09T02:44:05.994863+0000 mgr.y (mgr.14469) 15 : cephadm [INF] Saving service alertmanager spec with placement smithi023=a;count:1 2023-12-09T02:44:07.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:07 smithi023 bash[30415]: audit 2023-12-09T02:44:06.006222+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:44:07.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:07 smithi023 bash[24949]: audit 2023-12-09T02:44:05.991423+0000 mgr.y (mgr.14469) 14 : audit [DBG] from='client.24395 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi023=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:44:07.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:07 smithi023 bash[24949]: cephadm 2023-12-09T02:44:05.994863+0000 mgr.y (mgr.14469) 15 : cephadm [INF] Saving service alertmanager spec with placement smithi023=a;count:1 2023-12-09T02:44:07.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:07 smithi023 bash[24949]: audit 2023-12-09T02:44:06.006222+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:44:08.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:08 smithi172 bash[25093]: cluster 2023-12-09T02:44:06.777270+0000 mgr.y (mgr.14469) 16 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:08.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:08 smithi023 bash[24949]: cluster 2023-12-09T02:44:06.777270+0000 mgr.y (mgr.14469) 16 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:08.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:08 smithi023 bash[30415]: cluster 2023-12-09T02:44:06.777270+0000 mgr.y (mgr.14469) 16 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:10.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:10 smithi172 bash[25093]: cluster 2023-12-09T02:44:08.777996+0000 mgr.y (mgr.14469) 17 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:10.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:10 smithi023 bash[24949]: cluster 2023-12-09T02:44:08.777996+0000 mgr.y (mgr.14469) 17 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:10.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:10 smithi023 bash[30415]: cluster 2023-12-09T02:44:08.777996+0000 mgr.y (mgr.14469) 17 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:12.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:12 smithi172 bash[25093]: cluster 2023-12-09T02:44:10.778742+0000 mgr.y (mgr.14469) 18 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:12.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:12 smithi023 bash[24949]: cluster 2023-12-09T02:44:10.778742+0000 mgr.y (mgr.14469) 18 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:12.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:12 smithi023 bash[30415]: cluster 2023-12-09T02:44:10.778742+0000 mgr.y (mgr.14469) 18 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:13.475 INFO:teuthology.orchestra.run.smithi172.stdout:Scheduled grafana update... 2023-12-09T02:44:14.707 DEBUG:teuthology.orchestra.run.smithi172:grafana.a> sudo journalctl -f -n 0 -u ceph-9eab968a-963b-11ee-95a3-87774f69a715@grafana.a.service 2023-12-09T02:44:14.709 INFO:tasks.cephadm:Setting up client nodes... 2023-12-09T02:44:14.709 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-09T02:44:14.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:14 smithi172 bash[25093]: cluster 2023-12-09T02:44:12.779605+0000 mgr.y (mgr.14469) 19 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:14.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:14 smithi172 bash[25093]: audit 2023-12-09T02:44:13.457641+0000 mgr.y (mgr.14469) 20 : audit [DBG] from='client.24401 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi172=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:44:14.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:14 smithi172 bash[25093]: cephadm 2023-12-09T02:44:13.461007+0000 mgr.y (mgr.14469) 21 : cephadm [INF] Saving service grafana spec with placement smithi172=a;count:1 2023-12-09T02:44:14.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:14 smithi172 bash[25093]: audit 2023-12-09T02:44:13.472316+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:44:14.766 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:14 smithi023 bash[24949]: cluster 2023-12-09T02:44:12.779605+0000 mgr.y (mgr.14469) 19 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:14.766 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:14 smithi023 bash[24949]: audit 2023-12-09T02:44:13.457641+0000 mgr.y (mgr.14469) 20 : audit [DBG] from='client.24401 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi172=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:44:14.766 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:14 smithi023 bash[24949]: cephadm 2023-12-09T02:44:13.461007+0000 mgr.y (mgr.14469) 21 : cephadm [INF] Saving service grafana spec with placement smithi172=a;count:1 2023-12-09T02:44:14.766 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:14 smithi023 bash[24949]: audit 2023-12-09T02:44:13.472316+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:44:14.766 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:14 smithi023 bash[30415]: cluster 2023-12-09T02:44:12.779605+0000 mgr.y (mgr.14469) 19 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:14.766 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:14 smithi023 bash[30415]: audit 2023-12-09T02:44:13.457641+0000 mgr.y (mgr.14469) 20 : audit [DBG] from='client.24401 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi172=a", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:44:14.767 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:14 smithi023 bash[30415]: cephadm 2023-12-09T02:44:13.461007+0000 mgr.y (mgr.14469) 21 : cephadm [INF] Saving service grafana spec with placement smithi172=a;count:1 2023-12-09T02:44:14.767 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:14 smithi023 bash[30415]: audit 2023-12-09T02:44:13.472316+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:44:15.098 INFO:journalctl@ceph.grafana.a.smithi172.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-09T02:44:16.744 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:16 smithi172 bash[25093]: cluster 2023-12-09T02:44:14.780227+0000 mgr.y (mgr.14469) 22 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:16.766 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:16 smithi023 bash[30415]: cluster 2023-12-09T02:44:14.780227+0000 mgr.y (mgr.14469) 22 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:16.766 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:16 smithi023 bash[24949]: cluster 2023-12-09T02:44:14.780227+0000 mgr.y (mgr.14469) 22 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:17.836 INFO:teuthology.orchestra.run.smithi023.stdout:[client.0] 2023-12-09T02:44:17.836 INFO:teuthology.orchestra.run.smithi023.stdout: key = AQCB1HNldEVGMRAAlO9HM65P9g0T8fPS4tQyaw== 2023-12-09T02:44:18.470 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2023-12-09T02:44:18.470 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-12-09T02:44:18.470 DEBUG:teuthology.orchestra.run.smithi023:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-12-09T02:44:18.495 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-09T02:44:18.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:18 smithi172 bash[25093]: cluster 2023-12-09T02:44:16.780852+0000 mgr.y (mgr.14469) 23 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:18.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:18 smithi172 bash[25093]: audit 2023-12-09T02:44:17.826243+0000 mon.a (mon.0) 610 : audit [INF] from='client.? 172.21.15.23:0/3587596142' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-09T02:44:18.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:18 smithi172 bash[25093]: audit 2023-12-09T02:44:17.834096+0000 mon.a (mon.0) 611 : audit [INF] from='client.? 172.21.15.23:0/3587596142' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-09T02:44:18.766 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:18 smithi023 bash[24949]: cluster 2023-12-09T02:44:16.780852+0000 mgr.y (mgr.14469) 23 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:18.766 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:18 smithi023 bash[24949]: audit 2023-12-09T02:44:17.826243+0000 mon.a (mon.0) 610 : audit [INF] from='client.? 172.21.15.23:0/3587596142' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-09T02:44:18.766 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:18 smithi023 bash[24949]: audit 2023-12-09T02:44:17.834096+0000 mon.a (mon.0) 611 : audit [INF] from='client.? 172.21.15.23:0/3587596142' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-09T02:44:18.766 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:18 smithi023 bash[30415]: cluster 2023-12-09T02:44:16.780852+0000 mgr.y (mgr.14469) 23 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:18.766 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:18 smithi023 bash[30415]: audit 2023-12-09T02:44:17.826243+0000 mon.a (mon.0) 610 : audit [INF] from='client.? 172.21.15.23:0/3587596142' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-09T02:44:18.767 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:18 smithi023 bash[30415]: audit 2023-12-09T02:44:17.834096+0000 mon.a (mon.0) 611 : audit [INF] from='client.? 172.21.15.23:0/3587596142' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-09T02:44:20.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:20 smithi172 bash[25093]: cluster 2023-12-09T02:44:18.781518+0000 mgr.y (mgr.14469) 24 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:20.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:20 smithi172 bash[25093]: audit 2023-12-09T02:44:20.425583+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:44:20.766 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:20 smithi023 bash[24949]: cluster 2023-12-09T02:44:18.781518+0000 mgr.y (mgr.14469) 24 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:20.766 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:20 smithi023 bash[24949]: audit 2023-12-09T02:44:20.425583+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:44:20.766 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:20 smithi023 bash[30415]: cluster 2023-12-09T02:44:18.781518+0000 mgr.y (mgr.14469) 24 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:20.766 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:20 smithi023 bash[30415]: audit 2023-12-09T02:44:20.425583+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:44:21.201 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:44:21 smithi023 systemd[1]: Started Ceph node-exporter.a for 9eab968a-963b-11ee-95a3-87774f69a715. 2023-12-09T02:44:21.511 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:44:21 smithi023 bash[45144]: Unable to find image 'quay.io/prometheus/node-exporter:v1.3.1' locally 2023-12-09T02:44:21.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:21 smithi172 bash[25093]: cephadm 2023-12-09T02:44:20.430154+0000 mgr.y (mgr.14469) 25 : cephadm [INF] Deploying daemon node-exporter.a on smithi023 2023-12-09T02:44:21.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:21 smithi172 bash[25093]: audit 2023-12-09T02:44:20.872022+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:44:21.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:21 smithi172 bash[25093]: audit 2023-12-09T02:44:21.214807+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:44:21.766 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:21 smithi023 bash[24949]: cephadm 2023-12-09T02:44:20.430154+0000 mgr.y (mgr.14469) 25 : cephadm [INF] Deploying daemon node-exporter.a on smithi023 2023-12-09T02:44:21.766 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:21 smithi023 bash[24949]: audit 2023-12-09T02:44:20.872022+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:44:21.767 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:21 smithi023 bash[24949]: audit 2023-12-09T02:44:21.214807+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:44:21.767 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:21 smithi023 bash[30415]: cephadm 2023-12-09T02:44:20.430154+0000 mgr.y (mgr.14469) 25 : cephadm [INF] Deploying daemon node-exporter.a on smithi023 2023-12-09T02:44:21.767 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:21 smithi023 bash[30415]: audit 2023-12-09T02:44:20.872022+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:44:21.767 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:21 smithi023 bash[30415]: audit 2023-12-09T02:44:21.214807+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:44:21.768 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:44:21 smithi023 bash[45144]: v1.3.1: Pulling from prometheus/node-exporter 2023-12-09T02:44:22.090 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:44:22 smithi172 systemd[1]: Started Ceph node-exporter.b for 9eab968a-963b-11ee-95a3-87774f69a715. 2023-12-09T02:44:22.264 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:44:21 smithi023 bash[45144]: aa2a8d90b84c: Pulling fs layer 2023-12-09T02:44:22.264 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:44:21 smithi023 bash[45144]: b45d31ee2d7f: Pulling fs layer 2023-12-09T02:44:22.264 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:44:21 smithi023 bash[45144]: b5db1e299295: Pulling fs layer 2023-12-09T02:44:22.264 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:44:22 smithi023 bash[45144]: b45d31ee2d7f: Download complete 2023-12-09T02:44:22.264 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:44:22 smithi023 bash[45144]: aa2a8d90b84c: Download complete 2023-12-09T02:44:22.498 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:44:22 smithi172 bash[40398]: Unable to find image 'quay.io/prometheus/node-exporter:v1.3.1' locally 2023-12-09T02:44:22.516 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:44:22 smithi023 bash[45144]: b5db1e299295: Verifying Checksum 2023-12-09T02:44:22.516 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:44:22 smithi023 bash[45144]: b5db1e299295: Download complete 2023-12-09T02:44:22.516 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:44:22 smithi023 bash[45144]: aa2a8d90b84c: Pull complete 2023-12-09T02:44:22.962 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:22 smithi023 bash[30415]: cluster 2023-12-09T02:44:20.781975+0000 mgr.y (mgr.14469) 26 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:22.962 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:22 smithi023 bash[30415]: cephadm 2023-12-09T02:44:21.218651+0000 mgr.y (mgr.14469) 27 : cephadm [INF] Deploying daemon node-exporter.b on smithi172 2023-12-09T02:44:22.962 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:22 smithi023 bash[30415]: audit 2023-12-09T02:44:22.048120+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:44:22.963 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:22 smithi023 bash[30415]: audit 2023-12-09T02:44:22.053670+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:44:22.963 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:22 smithi023 bash[30415]: audit 2023-12-09T02:44:22.056268+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:44:22.963 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:22 smithi023 bash[30415]: audit 2023-12-09T02:44:22.057547+0000 mon.b (mon.2) 52 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:44:22.963 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:22 smithi023 bash[24949]: cluster 2023-12-09T02:44:20.781975+0000 mgr.y (mgr.14469) 26 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:22.963 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:22 smithi023 bash[24949]: cephadm 2023-12-09T02:44:21.218651+0000 mgr.y (mgr.14469) 27 : cephadm [INF] Deploying daemon node-exporter.b on smithi172 2023-12-09T02:44:22.963 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:22 smithi023 bash[24949]: audit 2023-12-09T02:44:22.048120+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:44:22.963 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:22 smithi023 bash[24949]: audit 2023-12-09T02:44:22.053670+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:44:22.963 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:22 smithi023 bash[24949]: audit 2023-12-09T02:44:22.056268+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:44:22.963 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:22 smithi023 bash[24949]: audit 2023-12-09T02:44:22.057547+0000 mon.b (mon.2) 52 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:44:22.998 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:44:22 smithi172 bash[40271]: ts=2023-12-09T02:44:22.715Z caller=main.go:896 level=info msg="Server is ready to receive web requests." 2023-12-09T02:44:22.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:22 smithi172 bash[25093]: cluster 2023-12-09T02:44:20.781975+0000 mgr.y (mgr.14469) 26 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:22.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:22 smithi172 bash[25093]: cephadm 2023-12-09T02:44:21.218651+0000 mgr.y (mgr.14469) 27 : cephadm [INF] Deploying daemon node-exporter.b on smithi172 2023-12-09T02:44:22.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:22 smithi172 bash[25093]: audit 2023-12-09T02:44:22.048120+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:44:22.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:22 smithi172 bash[25093]: audit 2023-12-09T02:44:22.053670+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:44:22.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:22 smithi172 bash[25093]: audit 2023-12-09T02:44:22.056268+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:44:22.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:22 smithi172 bash[25093]: audit 2023-12-09T02:44:22.057547+0000 mon.b (mon.2) 52 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:44:23.266 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:44:22 smithi023 bash[45144]: b45d31ee2d7f: Pull complete 2023-12-09T02:44:23.455 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:44:23 smithi172 bash[40398]: v1.3.1: Pulling from prometheus/node-exporter 2023-12-09T02:44:23.455 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:44:23 smithi172 bash[40398]: aa2a8d90b84c: Pulling fs layer 2023-12-09T02:44:23.455 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:44:23 smithi172 bash[40398]: b45d31ee2d7f: Pulling fs layer 2023-12-09T02:44:23.455 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:44:23 smithi172 bash[40398]: b5db1e299295: Pulling fs layer 2023-12-09T02:44:23.544 INFO:teuthology.orchestra.run.smithi172.stdout:[client.1] 2023-12-09T02:44:23.544 INFO:teuthology.orchestra.run.smithi172.stdout: key = AQCH1HNlm6qmHxAA5l0PoP3z0tUmeZXNsbsolw== 2023-12-09T02:44:23.741 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:44:23 smithi172 bash[40398]: b45d31ee2d7f: Verifying Checksum 2023-12-09T02:44:23.741 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:44:23 smithi172 bash[40398]: b45d31ee2d7f: Download complete 2023-12-09T02:44:23.741 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:44:23 smithi172 bash[40398]: aa2a8d90b84c: Verifying Checksum 2023-12-09T02:44:23.741 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:44:23 smithi172 bash[40398]: aa2a8d90b84c: Download complete 2023-12-09T02:44:23.766 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:44:23 smithi023 bash[45144]: b5db1e299295: Pull complete 2023-12-09T02:44:23.766 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:44:23 smithi023 bash[45144]: Digest: sha256:f2269e73124dd0f60a7d19a2ce1264d33d08a985aed0ee6b0b89d0be470592cd 2023-12-09T02:44:23.766 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:44:23 smithi023 bash[45144]: Status: Downloaded newer image for quay.io/prometheus/node-exporter:v1.3.1 2023-12-09T02:44:23.998 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:44:23 smithi172 bash[40398]: b5db1e299295: Verifying Checksum 2023-12-09T02:44:23.998 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:44:23 smithi172 bash[40398]: b5db1e299295: Download complete 2023-12-09T02:44:23.998 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:44:23 smithi172 bash[40398]: aa2a8d90b84c: Pull complete 2023-12-09T02:44:24.781 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:24 smithi172 bash[25093]: cluster 2023-12-09T02:44:22.782506+0000 mgr.y (mgr.14469) 28 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:24.781 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:24 smithi172 bash[25093]: audit 2023-12-09T02:44:23.530646+0000 mon.a (mon.0) 616 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-09T02:44:24.781 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:24 smithi172 bash[25093]: audit 2023-12-09T02:44:23.531935+0000 mon.b (mon.2) 53 : audit [INF] from='client.? 172.21.15.172:0/2289336899' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-09T02:44:24.781 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:24 smithi172 bash[25093]: audit 2023-12-09T02:44:23.541433+0000 mon.a (mon.0) 617 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-09T02:44:24.782 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:44:24 smithi172 bash[40398]: b45d31ee2d7f: Pull complete 2023-12-09T02:44:24.783 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2023-12-09T02:44:24.784 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2023-12-09T02:44:24.784 DEBUG:teuthology.orchestra.run.smithi172:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2023-12-09T02:44:24.805 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-12-09T02:44:24.805 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-12-09T02:44:24.805 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -- ceph mgr dump --format=json 2023-12-09T02:44:24.806 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:24 smithi023 bash[30415]: cluster 2023-12-09T02:44:22.782506+0000 mgr.y (mgr.14469) 28 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:24.806 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:24 smithi023 bash[30415]: audit 2023-12-09T02:44:23.530646+0000 mon.a (mon.0) 616 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-09T02:44:24.806 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:24 smithi023 bash[30415]: audit 2023-12-09T02:44:23.531935+0000 mon.b (mon.2) 53 : audit [INF] from='client.? 172.21.15.172:0/2289336899' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-09T02:44:24.806 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:24 smithi023 bash[30415]: audit 2023-12-09T02:44:23.541433+0000 mon.a (mon.0) 617 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-09T02:44:24.807 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:24 smithi023 bash[24949]: cluster 2023-12-09T02:44:22.782506+0000 mgr.y (mgr.14469) 28 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:24.807 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:24 smithi023 bash[24949]: audit 2023-12-09T02:44:23.530646+0000 mon.a (mon.0) 616 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-09T02:44:24.807 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:24 smithi023 bash[24949]: audit 2023-12-09T02:44:23.531935+0000 mon.b (mon.2) 53 : audit [INF] from='client.? 172.21.15.172:0/2289336899' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-09T02:44:24.808 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:24 smithi023 bash[24949]: audit 2023-12-09T02:44:23.541433+0000 mon.a (mon.0) 617 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-09T02:44:25.267 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:44:24 smithi023 bash[45144]: ts=2023-12-09T02:44:24.849Z caller=node_exporter.go:182 level=info msg="Starting node_exporter" version="(version=1.3.1, branch=HEAD, revision=a2321e7b940ddcff26873612bccdf7cd4c42b6b6)" 2023-12-09T02:44:25.267 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:44:24 smithi023 bash[45144]: ts=2023-12-09T02:44:24.849Z caller=node_exporter.go:183 level=info msg="Build context" build_context="(go=go1.17.3, user=root@243aafa5525c, date=20211205-11:09:49)" 2023-12-09T02:44:25.267 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:44:24 smithi023 bash[45144]: ts=2023-12-09T02:44:24.850Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+)($|/) 2023-12-09T02:44:25.267 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:44:24 smithi023 bash[45144]: ts=2023-12-09T02:44:24.850Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2023-12-09T02:44:25.267 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:44:24 smithi023 bash[45144]: ts=2023-12-09T02:44:24.851Z caller=node_exporter.go:108 level=info msg="Enabled collectors" 2023-12-09T02:44:25.267 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:44:24 smithi023 bash[45144]: ts=2023-12-09T02:44:24.851Z caller=node_exporter.go:115 level=info collector=arp 2023-12-09T02:44:25.267 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:44:24 smithi023 bash[45144]: ts=2023-12-09T02:44:24.851Z caller=node_exporter.go:115 level=info collector=bcache 2023-12-09T02:44:25.267 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:44:24 smithi023 bash[45144]: ts=2023-12-09T02:44:24.851Z caller=node_exporter.go:115 level=info collector=bonding 2023-12-09T02:44:25.267 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:44:24 smithi023 bash[45144]: ts=2023-12-09T02:44:24.851Z caller=node_exporter.go:115 level=info collector=btrfs 2023-12-09T02:44:25.268 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:44:24 smithi023 bash[45144]: ts=2023-12-09T02:44:24.851Z caller=node_exporter.go:115 level=info collector=conntrack 2023-12-09T02:44:25.268 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:44:24 smithi023 bash[45144]: ts=2023-12-09T02:44:24.851Z caller=node_exporter.go:115 level=info collector=cpu 2023-12-09T02:44:25.268 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:44:24 smithi023 bash[45144]: ts=2023-12-09T02:44:24.851Z caller=node_exporter.go:115 level=info collector=cpufreq 2023-12-09T02:44:25.268 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:44:24 smithi023 bash[45144]: ts=2023-12-09T02:44:24.851Z caller=node_exporter.go:115 level=info collector=diskstats 2023-12-09T02:44:25.268 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:44:24 smithi023 bash[45144]: ts=2023-12-09T02:44:24.851Z caller=node_exporter.go:115 level=info collector=dmi 2023-12-09T02:44:25.268 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:44:24 smithi023 bash[45144]: ts=2023-12-09T02:44:24.851Z caller=node_exporter.go:115 level=info collector=edac 2023-12-09T02:44:25.268 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:44:24 smithi023 bash[45144]: ts=2023-12-09T02:44:24.851Z caller=node_exporter.go:115 level=info collector=entropy 2023-12-09T02:44:25.268 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:44:24 smithi023 bash[45144]: ts=2023-12-09T02:44:24.851Z caller=node_exporter.go:115 level=info collector=fibrechannel 2023-12-09T02:44:25.268 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:44:24 smithi023 bash[45144]: ts=2023-12-09T02:44:24.851Z caller=node_exporter.go:115 level=info collector=filefd 2023-12-09T02:44:25.268 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:44:24 smithi023 bash[45144]: ts=2023-12-09T02:44:24.851Z caller=node_exporter.go:115 level=info collector=filesystem 2023-12-09T02:44:25.268 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:44:24 smithi023 bash[45144]: ts=2023-12-09T02:44:24.851Z caller=node_exporter.go:115 level=info collector=hwmon 2023-12-09T02:44:25.268 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:44:24 smithi023 bash[45144]: ts=2023-12-09T02:44:24.851Z caller=node_exporter.go:115 level=info collector=infiniband 2023-12-09T02:44:25.268 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:44:24 smithi023 bash[45144]: ts=2023-12-09T02:44:24.851Z caller=node_exporter.go:115 level=info collector=ipvs 2023-12-09T02:44:25.268 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:44:24 smithi023 bash[45144]: ts=2023-12-09T02:44:24.851Z caller=node_exporter.go:115 level=info collector=loadavg 2023-12-09T02:44:25.269 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:44:24 smithi023 bash[45144]: ts=2023-12-09T02:44:24.851Z caller=node_exporter.go:115 level=info collector=mdadm 2023-12-09T02:44:25.269 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:44:24 smithi023 bash[45144]: ts=2023-12-09T02:44:24.851Z caller=node_exporter.go:115 level=info collector=meminfo 2023-12-09T02:44:25.269 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:44:24 smithi023 bash[45144]: ts=2023-12-09T02:44:24.851Z caller=node_exporter.go:115 level=info collector=netclass 2023-12-09T02:44:25.269 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:44:24 smithi023 bash[45144]: ts=2023-12-09T02:44:24.851Z caller=node_exporter.go:115 level=info collector=netdev 2023-12-09T02:44:25.269 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:44:24 smithi023 bash[45144]: ts=2023-12-09T02:44:24.851Z caller=node_exporter.go:115 level=info collector=netstat 2023-12-09T02:44:25.269 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:44:24 smithi023 bash[45144]: ts=2023-12-09T02:44:24.851Z caller=node_exporter.go:115 level=info collector=nfs 2023-12-09T02:44:25.269 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:44:24 smithi023 bash[45144]: ts=2023-12-09T02:44:24.851Z caller=node_exporter.go:115 level=info collector=nfsd 2023-12-09T02:44:25.269 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:44:24 smithi023 bash[45144]: ts=2023-12-09T02:44:24.851Z caller=node_exporter.go:115 level=info collector=nvme 2023-12-09T02:44:25.269 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:44:24 smithi023 bash[45144]: ts=2023-12-09T02:44:24.851Z caller=node_exporter.go:115 level=info collector=os 2023-12-09T02:44:25.269 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:44:24 smithi023 bash[45144]: ts=2023-12-09T02:44:24.851Z caller=node_exporter.go:115 level=info collector=powersupplyclass 2023-12-09T02:44:25.269 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:44:24 smithi023 bash[45144]: ts=2023-12-09T02:44:24.851Z caller=node_exporter.go:115 level=info collector=pressure 2023-12-09T02:44:25.269 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:44:24 smithi023 bash[45144]: ts=2023-12-09T02:44:24.851Z caller=node_exporter.go:115 level=info collector=rapl 2023-12-09T02:44:25.269 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:44:24 smithi023 bash[45144]: ts=2023-12-09T02:44:24.851Z caller=node_exporter.go:115 level=info collector=schedstat 2023-12-09T02:44:25.269 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:44:24 smithi023 bash[45144]: ts=2023-12-09T02:44:24.851Z caller=node_exporter.go:115 level=info collector=sockstat 2023-12-09T02:44:25.269 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:44:24 smithi023 bash[45144]: ts=2023-12-09T02:44:24.851Z caller=node_exporter.go:115 level=info collector=softnet 2023-12-09T02:44:25.270 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:44:24 smithi023 bash[45144]: ts=2023-12-09T02:44:24.851Z caller=node_exporter.go:115 level=info collector=stat 2023-12-09T02:44:25.270 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:44:24 smithi023 bash[45144]: ts=2023-12-09T02:44:24.851Z caller=node_exporter.go:115 level=info collector=tapestats 2023-12-09T02:44:25.270 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:44:24 smithi023 bash[45144]: ts=2023-12-09T02:44:24.851Z caller=node_exporter.go:115 level=info collector=textfile 2023-12-09T02:44:25.270 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:44:24 smithi023 bash[45144]: ts=2023-12-09T02:44:24.851Z caller=node_exporter.go:115 level=info collector=thermal_zone 2023-12-09T02:44:25.270 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:44:24 smithi023 bash[45144]: ts=2023-12-09T02:44:24.851Z caller=node_exporter.go:115 level=info collector=time 2023-12-09T02:44:25.270 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:44:24 smithi023 bash[45144]: ts=2023-12-09T02:44:24.851Z caller=node_exporter.go:115 level=info collector=udp_queues 2023-12-09T02:44:25.270 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:44:24 smithi023 bash[45144]: ts=2023-12-09T02:44:24.851Z caller=node_exporter.go:115 level=info collector=uname 2023-12-09T02:44:25.270 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:44:24 smithi023 bash[45144]: ts=2023-12-09T02:44:24.851Z caller=node_exporter.go:115 level=info collector=vmstat 2023-12-09T02:44:25.270 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:44:24 smithi023 bash[45144]: ts=2023-12-09T02:44:24.851Z caller=node_exporter.go:115 level=info collector=xfs 2023-12-09T02:44:25.270 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:44:24 smithi023 bash[45144]: ts=2023-12-09T02:44:24.851Z caller=node_exporter.go:115 level=info collector=zfs 2023-12-09T02:44:25.270 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:44:24 smithi023 bash[45144]: ts=2023-12-09T02:44:24.851Z caller=node_exporter.go:199 level=info msg="Listening on" address=:9100 2023-12-09T02:44:25.270 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:44:24 smithi023 bash[45144]: ts=2023-12-09T02:44:24.851Z caller=tls_config.go:195 level=info msg="TLS is disabled." http2=false 2023-12-09T02:44:25.498 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:44:25 smithi172 bash[40398]: b5db1e299295: Pull complete 2023-12-09T02:44:25.498 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:44:25 smithi172 bash[40398]: Digest: sha256:f2269e73124dd0f60a7d19a2ce1264d33d08a985aed0ee6b0b89d0be470592cd 2023-12-09T02:44:25.498 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:44:25 smithi172 bash[40398]: Status: Downloaded newer image for quay.io/prometheus/node-exporter:v1.3.1 2023-12-09T02:44:26.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:26 smithi172 bash[25093]: cluster 2023-12-09T02:44:24.783126+0000 mgr.y (mgr.14469) 29 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:26.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:26 smithi172 bash[25093]: audit 2023-12-09T02:44:25.515225+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:44:26.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:26 smithi172 bash[25093]: audit 2023-12-09T02:44:25.883673+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:44:26.749 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:44:26 smithi172 bash[40398]: ts=2023-12-09T02:44:26.552Z caller=node_exporter.go:182 level=info msg="Starting node_exporter" version="(version=1.3.1, branch=HEAD, revision=a2321e7b940ddcff26873612bccdf7cd4c42b6b6)" 2023-12-09T02:44:26.749 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:44:26 smithi172 bash[40398]: ts=2023-12-09T02:44:26.552Z caller=node_exporter.go:183 level=info msg="Build context" build_context="(go=go1.17.3, user=root@243aafa5525c, date=20211205-11:09:49)" 2023-12-09T02:44:26.749 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:44:26 smithi172 bash[40398]: ts=2023-12-09T02:44:26.552Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+)($|/) 2023-12-09T02:44:26.749 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:44:26 smithi172 bash[40398]: ts=2023-12-09T02:44:26.553Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2023-12-09T02:44:26.749 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:44:26 smithi172 bash[40398]: ts=2023-12-09T02:44:26.555Z caller=node_exporter.go:108 level=info msg="Enabled collectors" 2023-12-09T02:44:26.749 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:44:26 smithi172 bash[40398]: ts=2023-12-09T02:44:26.555Z caller=node_exporter.go:115 level=info collector=arp 2023-12-09T02:44:26.749 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:44:26 smithi172 bash[40398]: ts=2023-12-09T02:44:26.555Z caller=node_exporter.go:115 level=info collector=bcache 2023-12-09T02:44:26.749 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:44:26 smithi172 bash[40398]: ts=2023-12-09T02:44:26.555Z caller=node_exporter.go:115 level=info collector=bonding 2023-12-09T02:44:26.749 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:44:26 smithi172 bash[40398]: ts=2023-12-09T02:44:26.555Z caller=node_exporter.go:115 level=info collector=btrfs 2023-12-09T02:44:26.749 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:44:26 smithi172 bash[40398]: ts=2023-12-09T02:44:26.555Z caller=node_exporter.go:115 level=info collector=conntrack 2023-12-09T02:44:26.749 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:44:26 smithi172 bash[40398]: ts=2023-12-09T02:44:26.555Z caller=node_exporter.go:115 level=info collector=cpu 2023-12-09T02:44:26.749 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:44:26 smithi172 bash[40398]: ts=2023-12-09T02:44:26.555Z caller=node_exporter.go:115 level=info collector=cpufreq 2023-12-09T02:44:26.749 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:44:26 smithi172 bash[40398]: ts=2023-12-09T02:44:26.555Z caller=node_exporter.go:115 level=info collector=diskstats 2023-12-09T02:44:26.749 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:44:26 smithi172 bash[40398]: ts=2023-12-09T02:44:26.555Z caller=node_exporter.go:115 level=info collector=dmi 2023-12-09T02:44:26.750 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:44:26 smithi172 bash[40398]: ts=2023-12-09T02:44:26.556Z caller=node_exporter.go:115 level=info collector=edac 2023-12-09T02:44:26.750 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:44:26 smithi172 bash[40398]: ts=2023-12-09T02:44:26.556Z caller=node_exporter.go:115 level=info collector=entropy 2023-12-09T02:44:26.750 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:44:26 smithi172 bash[40398]: ts=2023-12-09T02:44:26.556Z caller=node_exporter.go:115 level=info collector=fibrechannel 2023-12-09T02:44:26.750 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:44:26 smithi172 bash[40398]: ts=2023-12-09T02:44:26.556Z caller=node_exporter.go:115 level=info collector=filefd 2023-12-09T02:44:26.750 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:44:26 smithi172 bash[40398]: ts=2023-12-09T02:44:26.556Z caller=node_exporter.go:115 level=info collector=filesystem 2023-12-09T02:44:26.750 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:44:26 smithi172 bash[40398]: ts=2023-12-09T02:44:26.556Z caller=node_exporter.go:115 level=info collector=hwmon 2023-12-09T02:44:26.750 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:44:26 smithi172 bash[40398]: ts=2023-12-09T02:44:26.556Z caller=node_exporter.go:115 level=info collector=infiniband 2023-12-09T02:44:26.750 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:44:26 smithi172 bash[40398]: ts=2023-12-09T02:44:26.556Z caller=node_exporter.go:115 level=info collector=ipvs 2023-12-09T02:44:26.750 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:44:26 smithi172 bash[40398]: ts=2023-12-09T02:44:26.556Z caller=node_exporter.go:115 level=info collector=loadavg 2023-12-09T02:44:26.750 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:44:26 smithi172 bash[40398]: ts=2023-12-09T02:44:26.556Z caller=node_exporter.go:115 level=info collector=mdadm 2023-12-09T02:44:26.750 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:44:26 smithi172 bash[40398]: ts=2023-12-09T02:44:26.556Z caller=node_exporter.go:115 level=info collector=meminfo 2023-12-09T02:44:26.750 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:44:26 smithi172 bash[40398]: ts=2023-12-09T02:44:26.556Z caller=node_exporter.go:115 level=info collector=netclass 2023-12-09T02:44:26.750 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:44:26 smithi172 bash[40398]: ts=2023-12-09T02:44:26.556Z caller=node_exporter.go:115 level=info collector=netdev 2023-12-09T02:44:26.750 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:44:26 smithi172 bash[40398]: ts=2023-12-09T02:44:26.556Z caller=node_exporter.go:115 level=info collector=netstat 2023-12-09T02:44:26.751 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:44:26 smithi172 bash[40398]: ts=2023-12-09T02:44:26.556Z caller=node_exporter.go:115 level=info collector=nfs 2023-12-09T02:44:26.751 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:44:26 smithi172 bash[40398]: ts=2023-12-09T02:44:26.556Z caller=node_exporter.go:115 level=info collector=nfsd 2023-12-09T02:44:26.751 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:44:26 smithi172 bash[40398]: ts=2023-12-09T02:44:26.556Z caller=node_exporter.go:115 level=info collector=nvme 2023-12-09T02:44:26.751 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:44:26 smithi172 bash[40398]: ts=2023-12-09T02:44:26.556Z caller=node_exporter.go:115 level=info collector=os 2023-12-09T02:44:26.751 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:44:26 smithi172 bash[40398]: ts=2023-12-09T02:44:26.556Z caller=node_exporter.go:115 level=info collector=powersupplyclass 2023-12-09T02:44:26.751 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:44:26 smithi172 bash[40398]: ts=2023-12-09T02:44:26.556Z caller=node_exporter.go:115 level=info collector=pressure 2023-12-09T02:44:26.751 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:44:26 smithi172 bash[40398]: ts=2023-12-09T02:44:26.556Z caller=node_exporter.go:115 level=info collector=rapl 2023-12-09T02:44:26.751 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:44:26 smithi172 bash[40398]: ts=2023-12-09T02:44:26.556Z caller=node_exporter.go:115 level=info collector=schedstat 2023-12-09T02:44:26.751 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:44:26 smithi172 bash[40398]: ts=2023-12-09T02:44:26.556Z caller=node_exporter.go:115 level=info collector=sockstat 2023-12-09T02:44:26.751 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:44:26 smithi172 bash[40398]: ts=2023-12-09T02:44:26.556Z caller=node_exporter.go:115 level=info collector=softnet 2023-12-09T02:44:26.751 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:44:26 smithi172 bash[40398]: ts=2023-12-09T02:44:26.556Z caller=node_exporter.go:115 level=info collector=stat 2023-12-09T02:44:26.751 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:44:26 smithi172 bash[40398]: ts=2023-12-09T02:44:26.556Z caller=node_exporter.go:115 level=info collector=tapestats 2023-12-09T02:44:26.751 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:44:26 smithi172 bash[40398]: ts=2023-12-09T02:44:26.556Z caller=node_exporter.go:115 level=info collector=textfile 2023-12-09T02:44:26.751 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:44:26 smithi172 bash[40398]: ts=2023-12-09T02:44:26.556Z caller=node_exporter.go:115 level=info collector=thermal_zone 2023-12-09T02:44:26.752 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:44:26 smithi172 bash[40398]: ts=2023-12-09T02:44:26.556Z caller=node_exporter.go:115 level=info collector=time 2023-12-09T02:44:26.752 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:44:26 smithi172 bash[40398]: ts=2023-12-09T02:44:26.556Z caller=node_exporter.go:115 level=info collector=udp_queues 2023-12-09T02:44:26.752 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:44:26 smithi172 bash[40398]: ts=2023-12-09T02:44:26.556Z caller=node_exporter.go:115 level=info collector=uname 2023-12-09T02:44:26.752 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:44:26 smithi172 bash[40398]: ts=2023-12-09T02:44:26.556Z caller=node_exporter.go:115 level=info collector=vmstat 2023-12-09T02:44:26.752 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:44:26 smithi172 bash[40398]: ts=2023-12-09T02:44:26.556Z caller=node_exporter.go:115 level=info collector=xfs 2023-12-09T02:44:26.752 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:44:26 smithi172 bash[40398]: ts=2023-12-09T02:44:26.556Z caller=node_exporter.go:115 level=info collector=zfs 2023-12-09T02:44:26.752 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:44:26 smithi172 bash[40398]: ts=2023-12-09T02:44:26.557Z caller=node_exporter.go:199 level=info msg="Listening on" address=:9100 2023-12-09T02:44:26.752 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:44:26 smithi172 bash[40398]: ts=2023-12-09T02:44:26.557Z caller=tls_config.go:195 level=info msg="TLS is disabled." http2=false 2023-12-09T02:44:26.809 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:26 smithi023 bash[30415]: cluster 2023-12-09T02:44:24.783126+0000 mgr.y (mgr.14469) 29 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:26.809 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:26 smithi023 bash[30415]: audit 2023-12-09T02:44:25.515225+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:44:26.809 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:26 smithi023 bash[30415]: audit 2023-12-09T02:44:25.883673+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:44:26.810 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:26 smithi023 bash[24949]: cluster 2023-12-09T02:44:24.783126+0000 mgr.y (mgr.14469) 29 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:26.810 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:26 smithi023 bash[24949]: audit 2023-12-09T02:44:25.515225+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:44:26.810 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:26 smithi023 bash[24949]: audit 2023-12-09T02:44:25.883673+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:44:26.840 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/9eab968a-963b-11ee-95a3-87774f69a715/mon.a/config 2023-12-09T02:44:28.142 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:27 smithi023 bash[24949]: audit 2023-12-09T02:44:26.771120+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:44:28.142 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:27 smithi023 bash[24949]: audit 2023-12-09T02:44:26.782269+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:44:28.142 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:27 smithi023 bash[24949]: cluster 2023-12-09T02:44:26.783673+0000 mgr.y (mgr.14469) 30 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:28.143 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:27 smithi023 bash[24949]: cephadm 2023-12-09T02:44:26.796419+0000 mgr.y (mgr.14469) 31 : cephadm [INF] Deploying daemon alertmanager.a on smithi023 2023-12-09T02:44:28.143 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:27 smithi023 bash[30415]: audit 2023-12-09T02:44:26.771120+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:44:28.143 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:27 smithi023 bash[30415]: audit 2023-12-09T02:44:26.782269+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:44:28.143 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:27 smithi023 bash[30415]: cluster 2023-12-09T02:44:26.783673+0000 mgr.y (mgr.14469) 30 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:28.143 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:27 smithi023 bash[30415]: cephadm 2023-12-09T02:44:26.796419+0000 mgr.y (mgr.14469) 31 : cephadm [INF] Deploying daemon alertmanager.a on smithi023 2023-12-09T02:44:28.248 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:44:27 smithi172 bash[26000]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:44:27] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:44:28.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:27 smithi172 bash[25093]: audit 2023-12-09T02:44:26.771120+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:44:28.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:27 smithi172 bash[25093]: audit 2023-12-09T02:44:26.782269+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:44:28.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:27 smithi172 bash[25093]: cluster 2023-12-09T02:44:26.783673+0000 mgr.y (mgr.14469) 30 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:28.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:27 smithi172 bash[25093]: cephadm 2023-12-09T02:44:26.796419+0000 mgr.y (mgr.14469) 31 : cephadm [INF] Deploying daemon alertmanager.a on smithi023 2023-12-09T02:44:29.016 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:44:28 smithi023 bash[25223]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:44:28] "GET /metrics HTTP/1.1" 200 191523 "" "Prometheus/2.33.4" 2023-12-09T02:44:30.481 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:30 smithi023 bash[30415]: cluster 2023-12-09T02:44:28.784397+0000 mgr.y (mgr.14469) 32 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:30.481 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:30 smithi023 bash[24949]: cluster 2023-12-09T02:44:28.784397+0000 mgr.y (mgr.14469) 32 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:30.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:30 smithi172 bash[25093]: cluster 2023-12-09T02:44:28.784397+0000 mgr.y (mgr.14469) 32 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:30.973 INFO:teuthology.orchestra.run.smithi023.stdout: 2023-12-09T02:44:31.266 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:31 smithi023 bash[24949]: audit 2023-12-09T02:44:30.962462+0000 mon.c (mon.1) 14 : audit [DBG] from='client.? 172.21.15.23:0/199279823' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-09T02:44:31.267 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:31 smithi023 bash[30415]: audit 2023-12-09T02:44:30.962462+0000 mon.c (mon.1) 14 : audit [DBG] from='client.? 172.21.15.23:0/199279823' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-09T02:44:31.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:31 smithi172 bash[25093]: audit 2023-12-09T02:44:30.962462+0000 mon.c (mon.1) 14 : audit [DBG] from='client.? 172.21.15.23:0/199279823' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-09T02:44:32.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:32 smithi172 bash[25093]: cluster 2023-12-09T02:44:30.784992+0000 mgr.y (mgr.14469) 33 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:32.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:32 smithi023 bash[24949]: cluster 2023-12-09T02:44:30.784992+0000 mgr.y (mgr.14469) 33 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:32.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:32 smithi023 bash[30415]: cluster 2023-12-09T02:44:30.784992+0000 mgr.y (mgr.14469) 33 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:32.708 INFO:teuthology.orchestra.run.smithi023.stdout:{"epoch":20,"active_gid":14469,"active_name":"y","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6800","nonce":2602619406},{"type":"v1","addr":"172.21.15.23:6801","nonce":2602619406}]},"active_addr":"172.21.15.23:6801/2602619406","active_change":"2023-12-09T02:43:59.878612+0000","active_mgr_features":4540138303579357183,"available":true,"standbys":[{"gid":24365,"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.23:8443/","prometheus":"http://172.21.15.23:9283/"},"always_on_modules":{"octopus":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"pacific":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"quincy":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"last_failure_osd_epoch":60,"active_clients":[{"addrvec":[{"type":"v2","addr":"172.21.15.23:0","nonce":2982835696}]},{"addrvec":[{"type":"v2","addr":"172.21.15.23:0","nonce":46255628}]},{"addrvec":[{"type":"v2","addr":"172.21.15.23:0","nonce":3649309499}]},{"addrvec":[{"type":"v2","addr":"172.21.15.23:0","nonce":3884234318}]}]}} 2023-12-09T02:44:32.712 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-12-09T02:44:32.712 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-12-09T02:44:32.713 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -- ceph osd dump --format=json 2023-12-09T02:44:34.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:34 smithi172 bash[25093]: cluster 2023-12-09T02:44:32.785635+0000 mgr.y (mgr.14469) 34 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:34.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:34 smithi023 bash[24949]: cluster 2023-12-09T02:44:32.785635+0000 mgr.y (mgr.14469) 34 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:34.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:34 smithi023 bash[30415]: cluster 2023-12-09T02:44:32.785635+0000 mgr.y (mgr.14469) 34 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:35.443 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/9eab968a-963b-11ee-95a3-87774f69a715/mon.a/config 2023-12-09T02:44:36.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:36 smithi172 bash[25093]: cluster 2023-12-09T02:44:34.786264+0000 mgr.y (mgr.14469) 35 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:36.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:36 smithi023 bash[30415]: cluster 2023-12-09T02:44:34.786264+0000 mgr.y (mgr.14469) 35 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:36.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:36 smithi023 bash[24949]: cluster 2023-12-09T02:44:34.786264+0000 mgr.y (mgr.14469) 35 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:36.783 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:44:36 smithi023 systemd[1]: Started Ceph alertmanager.a for 9eab968a-963b-11ee-95a3-87774f69a715. 2023-12-09T02:44:38.017 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:37 smithi023 bash[24949]: cluster 2023-12-09T02:44:36.787191+0000 mgr.y (mgr.14469) 36 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:38.017 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:37 smithi023 bash[24949]: audit 2023-12-09T02:44:36.799126+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:44:38.017 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:37 smithi023 bash[24949]: audit 2023-12-09T02:44:36.892898+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:44:38.017 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:37 smithi023 bash[24949]: audit 2023-12-09T02:44:36.901295+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:44:38.017 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:37 smithi023 bash[24949]: audit 2023-12-09T02:44:36.907397+0000 mgr.y (mgr.14469) 37 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-09T02:44:38.017 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:37 smithi023 bash[24949]: audit 2023-12-09T02:44:36.908496+0000 mon.b (mon.2) 54 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-09T02:44:38.017 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:37 smithi023 bash[24949]: audit 2023-12-09T02:44:36.917127+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:44:38.017 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:37 smithi023 bash[24949]: cephadm 2023-12-09T02:44:36.925679+0000 mgr.y (mgr.14469) 38 : cephadm [INF] Deploying daemon grafana.a on smithi172 2023-12-09T02:44:38.017 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:37 smithi023 bash[30415]: cluster 2023-12-09T02:44:36.787191+0000 mgr.y (mgr.14469) 36 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:38.018 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:37 smithi023 bash[30415]: audit 2023-12-09T02:44:36.799126+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:44:38.018 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:37 smithi023 bash[30415]: audit 2023-12-09T02:44:36.892898+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:44:38.018 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:37 smithi023 bash[30415]: audit 2023-12-09T02:44:36.901295+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:44:38.018 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:37 smithi023 bash[30415]: audit 2023-12-09T02:44:36.907397+0000 mgr.y (mgr.14469) 37 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-09T02:44:38.018 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:37 smithi023 bash[30415]: audit 2023-12-09T02:44:36.908496+0000 mon.b (mon.2) 54 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-09T02:44:38.018 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:37 smithi023 bash[30415]: audit 2023-12-09T02:44:36.917127+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:44:38.018 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:37 smithi023 bash[30415]: cephadm 2023-12-09T02:44:36.925679+0000 mgr.y (mgr.14469) 38 : cephadm [INF] Deploying daemon grafana.a on smithi172 2023-12-09T02:44:38.248 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:44:37 smithi172 bash[26000]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:44:37] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:44:38.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:37 smithi172 bash[25093]: cluster 2023-12-09T02:44:36.787191+0000 mgr.y (mgr.14469) 36 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:38.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:37 smithi172 bash[25093]: audit 2023-12-09T02:44:36.799126+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:44:38.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:37 smithi172 bash[25093]: audit 2023-12-09T02:44:36.892898+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:44:38.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:37 smithi172 bash[25093]: audit 2023-12-09T02:44:36.901295+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:44:38.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:37 smithi172 bash[25093]: audit 2023-12-09T02:44:36.907397+0000 mgr.y (mgr.14469) 37 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-09T02:44:38.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:37 smithi172 bash[25093]: audit 2023-12-09T02:44:36.908496+0000 mon.b (mon.2) 54 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-09T02:44:38.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:37 smithi172 bash[25093]: audit 2023-12-09T02:44:36.917127+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:44:38.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:37 smithi172 bash[25093]: cephadm 2023-12-09T02:44:36.925679+0000 mgr.y (mgr.14469) 38 : cephadm [INF] Deploying daemon grafana.a on smithi172 2023-12-09T02:44:39.016 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:44:38 smithi023 bash[25223]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:44:38] "GET /metrics HTTP/1.1" 200 191507 "" "Prometheus/2.33.4" 2023-12-09T02:44:39.016 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:44:38 smithi023 bash[46010]: level=info ts=2023-12-09T02:44:38.958Z caller=main.go:225 msg="Starting Alertmanager" version="(version=0.23.0, branch=HEAD, revision=61046b17771a57cfd4c4a51be370ab930a4d7d54)" 2023-12-09T02:44:39.017 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:44:38 smithi023 bash[46010]: level=info ts=2023-12-09T02:44:38.958Z caller=main.go:226 build_context="(go=go1.16.7, user=root@e21a959be8d2, date=20210825-10:48:55)" 2023-12-09T02:44:39.017 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:44:38 smithi023 bash[46010]: level=info ts=2023-12-09T02:44:38.960Z caller=cluster.go:184 component=cluster msg="setting advertise address explicitly" addr=172.21.15.23 port=9094 2023-12-09T02:44:39.017 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:44:38 smithi023 bash[46010]: level=info ts=2023-12-09T02:44:38.962Z caller=cluster.go:671 component=cluster msg="Waiting for gossip to settle..." interval=2s 2023-12-09T02:44:39.295 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:44:39 smithi023 bash[46010]: level=info ts=2023-12-09T02:44:39.014Z caller=coordinator.go:113 component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2023-12-09T02:44:39.295 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:44:39 smithi023 bash[46010]: level=info ts=2023-12-09T02:44:39.014Z caller=coordinator.go:126 component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2023-12-09T02:44:39.295 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:44:39 smithi023 bash[46010]: level=info ts=2023-12-09T02:44:39.019Z caller=main.go:518 msg=Listening address=:9093 2023-12-09T02:44:39.295 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:44:39 smithi023 bash[46010]: level=info ts=2023-12-09T02:44:39.019Z caller=tls_config.go:191 msg="TLS is disabled." http2=false 2023-12-09T02:44:39.647 INFO:teuthology.orchestra.run.smithi023.stdout: 2023-12-09T02:44:39.648 INFO:teuthology.orchestra.run.smithi023.stdout:{"epoch":60,"fsid":"9eab968a-963b-11ee-95a3-87774f69a715","created":"2023-12-09T02:36:30.849599+0000","modified":"2023-12-09T02:43:59.877771+0000","last_up_change":"2023-12-09T02:43:34.405355+0000","last_in_change":"2023-12-09T02:43:09.674204+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-12-09T02:40:33.180780+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"e233ad26-39b1-43c0-b956-b5069477c5b1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6802","nonce":68470476},{"type":"v1","addr":"172.21.15.23:6803","nonce":68470476}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6804","nonce":68470476},{"type":"v1","addr":"172.21.15.23:6805","nonce":68470476}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6808","nonce":68470476},{"type":"v1","addr":"172.21.15.23:6809","nonce":68470476}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6806","nonce":68470476},{"type":"v1","addr":"172.21.15.23:6807","nonce":68470476}]},"public_addr":"172.21.15.23:6803/68470476","cluster_addr":"172.21.15.23:6805/68470476","heartbeat_back_addr":"172.21.15.23:6809/68470476","heartbeat_front_addr":"172.21.15.23:6807/68470476","state":["exists","up"]},{"osd":1,"uuid":"08e5e83f-a555-4ecb-a022-8b4a1f8b9c6b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6810","nonce":3759177430},{"type":"v1","addr":"172.21.15.23:6811","nonce":3759177430}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6812","nonce":3759177430},{"type":"v1","addr":"172.21.15.23:6813","nonce":3759177430}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6816","nonce":3759177430},{"type":"v1","addr":"172.21.15.23:6817","nonce":3759177430}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6814","nonce":3759177430},{"type":"v1","addr":"172.21.15.23:6815","nonce":3759177430}]},"public_addr":"172.21.15.23:6811/3759177430","cluster_addr":"172.21.15.23:6813/3759177430","heartbeat_back_addr":"172.21.15.23:6817/3759177430","heartbeat_front_addr":"172.21.15.23:6815/3759177430","state":["exists","up"]},{"osd":2,"uuid":"e94723aa-ace9-4c9c-8294-4deb68561e2b","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.23:6818","nonce":1028017657},{"type":"v1","addr":"172.21.15.23:6819","nonce":1028017657}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6820","nonce":1028017657},{"type":"v1","addr":"172.21.15.23:6821","nonce":1028017657}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6824","nonce":1028017657},{"type":"v1","addr":"172.21.15.23:6825","nonce":1028017657}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6822","nonce":1028017657},{"type":"v1","addr":"172.21.15.23:6823","nonce":1028017657}]},"public_addr":"172.21.15.23:6819/1028017657","cluster_addr":"172.21.15.23:6821/1028017657","heartbeat_back_addr":"172.21.15.23:6825/1028017657","heartbeat_front_addr":"172.21.15.23:6823/1028017657","state":["exists","up"]},{"osd":3,"uuid":"519573ec-35f7-44ac-a681-c725b9cfc618","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6826","nonce":4053325907},{"type":"v1","addr":"172.21.15.23:6827","nonce":4053325907}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6828","nonce":4053325907},{"type":"v1","addr":"172.21.15.23:6829","nonce":4053325907}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6832","nonce":4053325907},{"type":"v1","addr":"172.21.15.23:6833","nonce":4053325907}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6830","nonce":4053325907},{"type":"v1","addr":"172.21.15.23:6831","nonce":4053325907}]},"public_addr":"172.21.15.23:6827/4053325907","cluster_addr":"172.21.15.23:6829/4053325907","heartbeat_back_addr":"172.21.15.23:6833/4053325907","heartbeat_front_addr":"172.21.15.23:6831/4053325907","state":["exists","up"]},{"osd":4,"uuid":"4988d1d1-47b5-42bd-aa34-0bcc3b57e884","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6800","nonce":3818645942},{"type":"v1","addr":"172.21.15.172:6801","nonce":3818645942}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6802","nonce":3818645942},{"type":"v1","addr":"172.21.15.172:6803","nonce":3818645942}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6806","nonce":3818645942},{"type":"v1","addr":"172.21.15.172:6807","nonce":3818645942}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6804","nonce":3818645942},{"type":"v1","addr":"172.21.15.172:6805","nonce":3818645942}]},"public_addr":"172.21.15.172:6801/3818645942","cluster_addr":"172.21.15.172:6803/3818645942","heartbeat_back_addr":"172.21.15.172:6807/3818645942","heartbeat_front_addr":"172.21.15.172:6805/3818645942","state":["exists","up"]},{"osd":5,"uuid":"8c03be1a-cf9d-4778-a6f8-051028575c58","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6808","nonce":2571417422},{"type":"v1","addr":"172.21.15.172:6809","nonce":2571417422}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6810","nonce":2571417422},{"type":"v1","addr":"172.21.15.172:6811","nonce":2571417422}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6814","nonce":2571417422},{"type":"v1","addr":"172.21.15.172:6815","nonce":2571417422}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6812","nonce":2571417422},{"type":"v1","addr":"172.21.15.172:6813","nonce":2571417422}]},"public_addr":"172.21.15.172:6809/2571417422","cluster_addr":"172.21.15.172:6811/2571417422","heartbeat_back_addr":"172.21.15.172:6815/2571417422","heartbeat_front_addr":"172.21.15.172:6813/2571417422","state":["exists","up"]},{"osd":6,"uuid":"c57db8ad-aa15-431b-9514-327c6b2eff3a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":47,"up_thru":50,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6816","nonce":2900201301},{"type":"v1","addr":"172.21.15.172:6817","nonce":2900201301}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6818","nonce":2900201301},{"type":"v1","addr":"172.21.15.172:6819","nonce":2900201301}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6822","nonce":2900201301},{"type":"v1","addr":"172.21.15.172:6823","nonce":2900201301}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6820","nonce":2900201301},{"type":"v1","addr":"172.21.15.172:6821","nonce":2900201301}]},"public_addr":"172.21.15.172:6817/2900201301","cluster_addr":"172.21.15.172:6819/2900201301","heartbeat_back_addr":"172.21.15.172:6823/2900201301","heartbeat_front_addr":"172.21.15.172:6821/2900201301","state":["exists","up"]},{"osd":7,"uuid":"29c0feff-7d12-4cb8-b573-5508502d4bea","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":55,"up_thru":58,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6824","nonce":2820418008},{"type":"v1","addr":"172.21.15.172:6825","nonce":2820418008}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6826","nonce":2820418008},{"type":"v1","addr":"172.21.15.172:6827","nonce":2820418008}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6830","nonce":2820418008},{"type":"v1","addr":"172.21.15.172:6831","nonce":2820418008}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6828","nonce":2820418008},{"type":"v1","addr":"172.21.15.172:6829","nonce":2820418008}]},"public_addr":"172.21.15.172:6825/2820418008","cluster_addr":"172.21.15.172:6827/2820418008","heartbeat_back_addr":"172.21.15.172:6831/2820418008","heartbeat_front_addr":"172.21.15.172:6829/2820418008","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-09T02:39:15.478061+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-09T02:39:52.475285+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-09T02:40:29.048097+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-09T02:41:06.276497+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-09T02:41:41.070400+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-09T02:42:18.029360+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-09T02:42:56.103196+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-09T02:43:32.588332+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.23:0/3029945792":"2023-12-10T02:43:59.877704+0000","172.21.15.23:0/3136145199":"2023-12-10T02:43:59.877704+0000","172.21.15.23:0/1405757428":"2023-12-10T02:37:34.518807+0000","172.21.15.23:6800/2143112161":"2023-12-10T02:37:34.518807+0000","172.21.15.23:0/3885458016":"2023-12-10T02:43:59.877704+0000","172.21.15.23:0/755991135":"2023-12-10T02:43:59.877704+0000","172.21.15.23:6800/3332518214":"2023-12-10T02:43:59.877704+0000","172.21.15.23:0/3379804935":"2023-12-10T02:37:34.518807+0000","172.21.15.23:6801/3332518214":"2023-12-10T02:43:59.877704+0000","172.21.15.23:6800/4217671716":"2023-12-10T02:37:02.609786+0000","172.21.15.23:0/2563957863":"2023-12-10T02:37:34.518807+0000","172.21.15.23:6801/4217671716":"2023-12-10T02:37:02.609786+0000","172.21.15.23:0/1921867315":"2023-12-10T02:37:02.609786+0000","172.21.15.23:0/2322399699":"2023-12-10T02:37:02.609786+0000","172.21.15.23:6801/2143112161":"2023-12-10T02:37:34.518807+0000","172.21.15.23:0/3130007030":"2023-12-10T02:37:02.609786+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-12-09T02:44:40.361 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-12-09T02:44:40.361 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -- ceph osd dump --format=json 2023-12-09T02:44:40.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:40 smithi172 bash[25093]: cluster 2023-12-09T02:44:38.787799+0000 mgr.y (mgr.14469) 39 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:40.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:40 smithi172 bash[25093]: audit 2023-12-09T02:44:39.644026+0000 mon.a (mon.0) 626 : audit [DBG] from='client.? 172.21.15.23:0/2334802570' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-09T02:44:40.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:40 smithi023 bash[24949]: cluster 2023-12-09T02:44:38.787799+0000 mgr.y (mgr.14469) 39 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:40.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:40 smithi023 bash[24949]: audit 2023-12-09T02:44:39.644026+0000 mon.a (mon.0) 626 : audit [DBG] from='client.? 172.21.15.23:0/2334802570' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-09T02:44:40.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:40 smithi023 bash[30415]: cluster 2023-12-09T02:44:38.787799+0000 mgr.y (mgr.14469) 39 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:40.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:40 smithi023 bash[30415]: audit 2023-12-09T02:44:39.644026+0000 mon.a (mon.0) 626 : audit [DBG] from='client.? 172.21.15.23:0/2334802570' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-09T02:44:41.266 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:44:40 smithi023 bash[46010]: level=info ts=2023-12-09T02:44:40.963Z caller=cluster.go:696 component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.00019352s 2023-12-09T02:44:42.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:41 smithi172 bash[25093]: cluster 2023-12-09T02:44:40.788462+0000 mgr.y (mgr.14469) 40 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:42.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:41 smithi172 bash[25093]: audit 2023-12-09T02:44:40.896526+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:44:42.266 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:41 smithi023 bash[24949]: cluster 2023-12-09T02:44:40.788462+0000 mgr.y (mgr.14469) 40 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:42.266 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:41 smithi023 bash[24949]: audit 2023-12-09T02:44:40.896526+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:44:42.267 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:41 smithi023 bash[30415]: cluster 2023-12-09T02:44:40.788462+0000 mgr.y (mgr.14469) 40 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:42.267 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:41 smithi023 bash[30415]: audit 2023-12-09T02:44:40.896526+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:44:43.104 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/9eab968a-963b-11ee-95a3-87774f69a715/mon.a/config 2023-12-09T02:44:44.260 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:44 smithi023 bash[24949]: cluster 2023-12-09T02:44:42.789144+0000 mgr.y (mgr.14469) 41 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:44.261 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:44 smithi023 bash[30415]: cluster 2023-12-09T02:44:42.789144+0000 mgr.y (mgr.14469) 41 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:44.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:44 smithi172 bash[25093]: cluster 2023-12-09T02:44:42.789144+0000 mgr.y (mgr.14469) 41 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:46.028 INFO:teuthology.orchestra.run.smithi023.stdout: 2023-12-09T02:44:46.028 INFO:teuthology.orchestra.run.smithi023.stdout:{"epoch":60,"fsid":"9eab968a-963b-11ee-95a3-87774f69a715","created":"2023-12-09T02:36:30.849599+0000","modified":"2023-12-09T02:43:59.877771+0000","last_up_change":"2023-12-09T02:43:34.405355+0000","last_in_change":"2023-12-09T02:43:09.674204+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-12-09T02:40:33.180780+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"e233ad26-39b1-43c0-b956-b5069477c5b1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6802","nonce":68470476},{"type":"v1","addr":"172.21.15.23:6803","nonce":68470476}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6804","nonce":68470476},{"type":"v1","addr":"172.21.15.23:6805","nonce":68470476}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6808","nonce":68470476},{"type":"v1","addr":"172.21.15.23:6809","nonce":68470476}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6806","nonce":68470476},{"type":"v1","addr":"172.21.15.23:6807","nonce":68470476}]},"public_addr":"172.21.15.23:6803/68470476","cluster_addr":"172.21.15.23:6805/68470476","heartbeat_back_addr":"172.21.15.23:6809/68470476","heartbeat_front_addr":"172.21.15.23:6807/68470476","state":["exists","up"]},{"osd":1,"uuid":"08e5e83f-a555-4ecb-a022-8b4a1f8b9c6b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6810","nonce":3759177430},{"type":"v1","addr":"172.21.15.23:6811","nonce":3759177430}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6812","nonce":3759177430},{"type":"v1","addr":"172.21.15.23:6813","nonce":3759177430}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6816","nonce":3759177430},{"type":"v1","addr":"172.21.15.23:6817","nonce":3759177430}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6814","nonce":3759177430},{"type":"v1","addr":"172.21.15.23:6815","nonce":3759177430}]},"public_addr":"172.21.15.23:6811/3759177430","cluster_addr":"172.21.15.23:6813/3759177430","heartbeat_back_addr":"172.21.15.23:6817/3759177430","heartbeat_front_addr":"172.21.15.23:6815/3759177430","state":["exists","up"]},{"osd":2,"uuid":"e94723aa-ace9-4c9c-8294-4deb68561e2b","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.23:6818","nonce":1028017657},{"type":"v1","addr":"172.21.15.23:6819","nonce":1028017657}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6820","nonce":1028017657},{"type":"v1","addr":"172.21.15.23:6821","nonce":1028017657}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6824","nonce":1028017657},{"type":"v1","addr":"172.21.15.23:6825","nonce":1028017657}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6822","nonce":1028017657},{"type":"v1","addr":"172.21.15.23:6823","nonce":1028017657}]},"public_addr":"172.21.15.23:6819/1028017657","cluster_addr":"172.21.15.23:6821/1028017657","heartbeat_back_addr":"172.21.15.23:6825/1028017657","heartbeat_front_addr":"172.21.15.23:6823/1028017657","state":["exists","up"]},{"osd":3,"uuid":"519573ec-35f7-44ac-a681-c725b9cfc618","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6826","nonce":4053325907},{"type":"v1","addr":"172.21.15.23:6827","nonce":4053325907}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6828","nonce":4053325907},{"type":"v1","addr":"172.21.15.23:6829","nonce":4053325907}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6832","nonce":4053325907},{"type":"v1","addr":"172.21.15.23:6833","nonce":4053325907}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6830","nonce":4053325907},{"type":"v1","addr":"172.21.15.23:6831","nonce":4053325907}]},"public_addr":"172.21.15.23:6827/4053325907","cluster_addr":"172.21.15.23:6829/4053325907","heartbeat_back_addr":"172.21.15.23:6833/4053325907","heartbeat_front_addr":"172.21.15.23:6831/4053325907","state":["exists","up"]},{"osd":4,"uuid":"4988d1d1-47b5-42bd-aa34-0bcc3b57e884","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6800","nonce":3818645942},{"type":"v1","addr":"172.21.15.172:6801","nonce":3818645942}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6802","nonce":3818645942},{"type":"v1","addr":"172.21.15.172:6803","nonce":3818645942}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6806","nonce":3818645942},{"type":"v1","addr":"172.21.15.172:6807","nonce":3818645942}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6804","nonce":3818645942},{"type":"v1","addr":"172.21.15.172:6805","nonce":3818645942}]},"public_addr":"172.21.15.172:6801/3818645942","cluster_addr":"172.21.15.172:6803/3818645942","heartbeat_back_addr":"172.21.15.172:6807/3818645942","heartbeat_front_addr":"172.21.15.172:6805/3818645942","state":["exists","up"]},{"osd":5,"uuid":"8c03be1a-cf9d-4778-a6f8-051028575c58","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6808","nonce":2571417422},{"type":"v1","addr":"172.21.15.172:6809","nonce":2571417422}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6810","nonce":2571417422},{"type":"v1","addr":"172.21.15.172:6811","nonce":2571417422}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6814","nonce":2571417422},{"type":"v1","addr":"172.21.15.172:6815","nonce":2571417422}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6812","nonce":2571417422},{"type":"v1","addr":"172.21.15.172:6813","nonce":2571417422}]},"public_addr":"172.21.15.172:6809/2571417422","cluster_addr":"172.21.15.172:6811/2571417422","heartbeat_back_addr":"172.21.15.172:6815/2571417422","heartbeat_front_addr":"172.21.15.172:6813/2571417422","state":["exists","up"]},{"osd":6,"uuid":"c57db8ad-aa15-431b-9514-327c6b2eff3a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":47,"up_thru":50,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6816","nonce":2900201301},{"type":"v1","addr":"172.21.15.172:6817","nonce":2900201301}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6818","nonce":2900201301},{"type":"v1","addr":"172.21.15.172:6819","nonce":2900201301}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6822","nonce":2900201301},{"type":"v1","addr":"172.21.15.172:6823","nonce":2900201301}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6820","nonce":2900201301},{"type":"v1","addr":"172.21.15.172:6821","nonce":2900201301}]},"public_addr":"172.21.15.172:6817/2900201301","cluster_addr":"172.21.15.172:6819/2900201301","heartbeat_back_addr":"172.21.15.172:6823/2900201301","heartbeat_front_addr":"172.21.15.172:6821/2900201301","state":["exists","up"]},{"osd":7,"uuid":"29c0feff-7d12-4cb8-b573-5508502d4bea","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":55,"up_thru":58,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6824","nonce":2820418008},{"type":"v1","addr":"172.21.15.172:6825","nonce":2820418008}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6826","nonce":2820418008},{"type":"v1","addr":"172.21.15.172:6827","nonce":2820418008}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6830","nonce":2820418008},{"type":"v1","addr":"172.21.15.172:6831","nonce":2820418008}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6828","nonce":2820418008},{"type":"v1","addr":"172.21.15.172:6829","nonce":2820418008}]},"public_addr":"172.21.15.172:6825/2820418008","cluster_addr":"172.21.15.172:6827/2820418008","heartbeat_back_addr":"172.21.15.172:6831/2820418008","heartbeat_front_addr":"172.21.15.172:6829/2820418008","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-09T02:39:15.478061+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-09T02:39:52.475285+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-09T02:40:29.048097+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-09T02:41:06.276497+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-09T02:41:41.070400+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-09T02:42:18.029360+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-09T02:42:56.103196+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2023-12-09T02:43:32.588332+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.23:0/3029945792":"2023-12-10T02:43:59.877704+0000","172.21.15.23:0/3136145199":"2023-12-10T02:43:59.877704+0000","172.21.15.23:0/1405757428":"2023-12-10T02:37:34.518807+0000","172.21.15.23:6800/2143112161":"2023-12-10T02:37:34.518807+0000","172.21.15.23:0/3885458016":"2023-12-10T02:43:59.877704+0000","172.21.15.23:0/755991135":"2023-12-10T02:43:59.877704+0000","172.21.15.23:6800/3332518214":"2023-12-10T02:43:59.877704+0000","172.21.15.23:0/3379804935":"2023-12-10T02:37:34.518807+0000","172.21.15.23:6801/3332518214":"2023-12-10T02:43:59.877704+0000","172.21.15.23:6800/4217671716":"2023-12-10T02:37:02.609786+0000","172.21.15.23:0/2563957863":"2023-12-10T02:37:34.518807+0000","172.21.15.23:6801/4217671716":"2023-12-10T02:37:02.609786+0000","172.21.15.23:0/1921867315":"2023-12-10T02:37:02.609786+0000","172.21.15.23:0/2322399699":"2023-12-10T02:37:02.609786+0000","172.21.15.23:6801/2143112161":"2023-12-10T02:37:34.518807+0000","172.21.15.23:0/3130007030":"2023-12-10T02:37:02.609786+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-12-09T02:44:46.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:46 smithi172 bash[25093]: cluster 2023-12-09T02:44:44.789779+0000 mgr.y (mgr.14469) 42 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:46.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:46 smithi172 bash[25093]: audit 2023-12-09T02:44:46.024233+0000 mon.a (mon.0) 628 : audit [DBG] from='client.? 172.21.15.23:0/1313411377' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-09T02:44:46.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:46 smithi023 bash[24949]: cluster 2023-12-09T02:44:44.789779+0000 mgr.y (mgr.14469) 42 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:46.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:46 smithi023 bash[24949]: audit 2023-12-09T02:44:46.024233+0000 mon.a (mon.0) 628 : audit [DBG] from='client.? 172.21.15.23:0/1313411377' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-09T02:44:46.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:46 smithi023 bash[30415]: cluster 2023-12-09T02:44:44.789779+0000 mgr.y (mgr.14469) 42 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:46.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:46 smithi023 bash[30415]: audit 2023-12-09T02:44:46.024233+0000 mon.a (mon.0) 628 : audit [DBG] from='client.? 172.21.15.23:0/1313411377' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-09T02:44:46.768 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2023-12-09T02:44:46.769 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2023-12-09T02:44:46.769 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2023-12-09T02:44:46.769 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2023-12-09T02:44:46.770 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2023-12-09T02:44:46.770 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2023-12-09T02:44:46.771 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2023-12-09T02:44:46.771 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2023-12-09T02:44:48.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:48 smithi172 bash[25093]: cluster 2023-12-09T02:44:46.790302+0000 mgr.y (mgr.14469) 43 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:48.248 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:44:47 smithi172 bash[26000]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:44:47] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:44:48.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:48 smithi023 bash[24949]: cluster 2023-12-09T02:44:46.790302+0000 mgr.y (mgr.14469) 43 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:48.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:48 smithi023 bash[30415]: cluster 2023-12-09T02:44:46.790302+0000 mgr.y (mgr.14469) 43 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:49.016 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:44:48 smithi023 bash[25223]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:44:48] "GET /metrics HTTP/1.1" 200 191499 "" "Prometheus/2.33.4" 2023-12-09T02:44:49.017 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:44:48 smithi023 bash[46010]: level=info ts=2023-12-09T02:44:48.966Z caller=cluster.go:688 component=cluster msg="gossip settled; proceeding" elapsed=10.003451712s 2023-12-09T02:44:49.603 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/9eab968a-963b-11ee-95a3-87774f69a715/mon.a/config 2023-12-09T02:44:49.604 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/9eab968a-963b-11ee-95a3-87774f69a715/mon.a/config 2023-12-09T02:44:49.604 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/9eab968a-963b-11ee-95a3-87774f69a715/mon.a/config 2023-12-09T02:44:49.604 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/9eab968a-963b-11ee-95a3-87774f69a715/mon.a/config 2023-12-09T02:44:49.605 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/9eab968a-963b-11ee-95a3-87774f69a715/mon.a/config 2023-12-09T02:44:49.606 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/9eab968a-963b-11ee-95a3-87774f69a715/mon.a/config 2023-12-09T02:44:49.607 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/9eab968a-963b-11ee-95a3-87774f69a715/mon.a/config 2023-12-09T02:44:49.610 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/9eab968a-963b-11ee-95a3-87774f69a715/mon.a/config 2023-12-09T02:44:50.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:50 smithi172 bash[25093]: cluster 2023-12-09T02:44:48.790871+0000 mgr.y (mgr.14469) 44 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:50.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:50 smithi023 bash[30415]: cluster 2023-12-09T02:44:48.790871+0000 mgr.y (mgr.14469) 44 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:50.519 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:50 smithi023 bash[24949]: cluster 2023-12-09T02:44:48.790871+0000 mgr.y (mgr.14469) 44 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:52.447 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:52 smithi023 bash[24949]: cluster 2023-12-09T02:44:50.791438+0000 mgr.y (mgr.14469) 45 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:52.447 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:52 smithi023 bash[30415]: cluster 2023-12-09T02:44:50.791438+0000 mgr.y (mgr.14469) 45 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:52.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:52 smithi172 bash[25093]: cluster 2023-12-09T02:44:50.791438+0000 mgr.y (mgr.14469) 45 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:54.266 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:54 smithi023 bash[24949]: cluster 2023-12-09T02:44:52.792133+0000 mgr.y (mgr.14469) 46 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:54.267 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:54 smithi023 bash[30415]: cluster 2023-12-09T02:44:52.792133+0000 mgr.y (mgr.14469) 46 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:54.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:54 smithi172 bash[25093]: cluster 2023-12-09T02:44:52.792133+0000 mgr.y (mgr.14469) 46 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:56.208 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:56 smithi023 bash[24949]: cluster 2023-12-09T02:44:54.792761+0000 mgr.y (mgr.14469) 47 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:56.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:56 smithi172 bash[25093]: cluster 2023-12-09T02:44:54.792761+0000 mgr.y (mgr.14469) 47 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:56.516 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:56 smithi023 bash[30415]: cluster 2023-12-09T02:44:54.792761+0000 mgr.y (mgr.14469) 47 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:58.248 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:44:57 smithi172 bash[26000]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:44:57] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:44:58.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:58 smithi172 bash[25093]: cluster 2023-12-09T02:44:56.793406+0000 mgr.y (mgr.14469) 48 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:58.516 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:58 smithi023 bash[24949]: cluster 2023-12-09T02:44:56.793406+0000 mgr.y (mgr.14469) 48 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:58.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:58 smithi023 bash[30415]: cluster 2023-12-09T02:44:56.793406+0000 mgr.y (mgr.14469) 48 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:44:58.748 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:44:58 smithi172 systemd[1]: Started Ceph grafana.a for 9eab968a-963b-11ee-95a3-87774f69a715. 2023-12-09T02:44:58.897 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:44:58 smithi023 bash[25223]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:44:58] "GET /metrics HTTP/1.1" 200 191499 "" "Prometheus/2.33.4" 2023-12-09T02:44:59.791 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:59 smithi172 bash[25093]: audit 2023-12-09T02:44:58.504431+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:44:59.791 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:59 smithi172 bash[25093]: audit 2023-12-09T02:44:58.510778+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:44:59.791 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:59 smithi172 bash[25093]: audit 2023-12-09T02:44:58.513049+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:44:59.791 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:44:59 smithi172 bash[25093]: audit 2023-12-09T02:44:58.514644+0000 mon.b (mon.2) 57 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:44:59.791 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:44:59 smithi172 bash[41159]: t=2023-12-09T02:44:59+0000 lvl=info msg="The state of unified alerting is still not defined. The decision will be made during as we run the database migrations" logger=settings 2023-12-09T02:44:59.791 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:44:59 smithi172 bash[41159]: t=2023-12-09T02:44:59+0000 lvl=warn msg="falling back to legacy setting of 'min_interval_seconds'; please use the configuration option in the `unified_alerting` section if Grafana 8 alerts are enabled." logger=settings 2023-12-09T02:44:59.791 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:44:59 smithi172 bash[41159]: t=2023-12-09T02:44:59+0000 lvl=info msg="Config loaded from" logger=settings file=/usr/share/grafana/conf/defaults.ini 2023-12-09T02:44:59.791 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:44:59 smithi172 bash[41159]: t=2023-12-09T02:44:59+0000 lvl=info msg="Config loaded from" logger=settings file=/etc/grafana/grafana.ini 2023-12-09T02:44:59.792 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:44:59 smithi172 bash[41159]: t=2023-12-09T02:44:59+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_DATA=/var/lib/grafana" 2023-12-09T02:44:59.792 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:44:59 smithi172 bash[41159]: t=2023-12-09T02:44:59+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_LOGS=/var/log/grafana" 2023-12-09T02:44:59.792 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:44:59 smithi172 bash[41159]: t=2023-12-09T02:44:59+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins" 2023-12-09T02:44:59.792 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:44:59 smithi172 bash[41159]: t=2023-12-09T02:44:59+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning" 2023-12-09T02:44:59.792 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:44:59 smithi172 bash[41159]: t=2023-12-09T02:44:59+0000 lvl=info msg="Path Home" logger=settings path=/usr/share/grafana 2023-12-09T02:44:59.792 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:44:59 smithi172 bash[41159]: t=2023-12-09T02:44:59+0000 lvl=info msg="Path Data" logger=settings path=/var/lib/grafana 2023-12-09T02:44:59.792 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:44:59 smithi172 bash[41159]: t=2023-12-09T02:44:59+0000 lvl=info msg="Path Logs" logger=settings path=/var/log/grafana 2023-12-09T02:44:59.792 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:44:59 smithi172 bash[41159]: t=2023-12-09T02:44:59+0000 lvl=info msg="Path Plugins" logger=settings path=/var/lib/grafana/plugins 2023-12-09T02:44:59.792 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:44:59 smithi172 bash[41159]: t=2023-12-09T02:44:59+0000 lvl=info msg="Path Provisioning" logger=settings path=/etc/grafana/provisioning 2023-12-09T02:44:59.792 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:44:59 smithi172 bash[41159]: t=2023-12-09T02:44:59+0000 lvl=info msg="App mode production" logger=settings 2023-12-09T02:44:59.792 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:44:59 smithi172 bash[41159]: t=2023-12-09T02:44:59+0000 lvl=info msg="Connecting to DB" logger=sqlstore dbtype=sqlite3 2023-12-09T02:44:59.792 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:44:59 smithi172 bash[41159]: t=2023-12-09T02:44:59+0000 lvl=warn msg="SQLite database file has broader permissions than it should" logger=sqlstore path=/var/lib/grafana/grafana.db mode=-rw-r--r-- expected=-rw-r----- 2023-12-09T02:44:59.792 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:44:59 smithi172 bash[41159]: t=2023-12-09T02:44:59+0000 lvl=info msg="Starting DB migrations" logger=migrator 2023-12-09T02:44:59.792 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:44:59 smithi172 bash[41159]: t=2023-12-09T02:44:59+0000 lvl=info msg="Executing migration" logger=migrator id="create migration_log table" 2023-12-09T02:44:59.793 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:44:59 smithi172 bash[41159]: t=2023-12-09T02:44:59+0000 lvl=info msg="Executing migration" logger=migrator id="create user table" 2023-12-09T02:44:59.793 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:44:59 smithi172 bash[41159]: t=2023-12-09T02:44:59+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.login" 2023-12-09T02:45:00.034 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:59 smithi023 bash[30415]: audit 2023-12-09T02:44:58.504431+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:45:00.034 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:59 smithi023 bash[30415]: audit 2023-12-09T02:44:58.510778+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:45:00.034 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:59 smithi023 bash[30415]: audit 2023-12-09T02:44:58.513049+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:45:00.034 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:44:59 smithi023 bash[30415]: audit 2023-12-09T02:44:58.514644+0000 mon.b (mon.2) 57 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:45:00.034 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:59 smithi023 bash[24949]: audit 2023-12-09T02:44:58.504431+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:45:00.035 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:59 smithi023 bash[24949]: audit 2023-12-09T02:44:58.510778+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:45:00.035 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:59 smithi023 bash[24949]: audit 2023-12-09T02:44:58.513049+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:45:00.035 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:44:59 smithi023 bash[24949]: audit 2023-12-09T02:44:58.514644+0000 mon.b (mon.2) 57 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:45:00.048 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:44:59 smithi172 bash[41159]: t=2023-12-09T02:44:59+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.email" 2023-12-09T02:45:00.048 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:44:59 smithi172 bash[41159]: t=2023-12-09T02:44:59+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_login - v1" 2023-12-09T02:45:00.049 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:44:59 smithi172 bash[41159]: t=2023-12-09T02:44:59+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_email - v1" 2023-12-09T02:45:00.049 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:44:59 smithi172 bash[41159]: t=2023-12-09T02:44:59+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table user to user_v1 - v1" 2023-12-09T02:45:00.049 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:44:59 smithi172 bash[41159]: t=2023-12-09T02:44:59+0000 lvl=info msg="Executing migration" logger=migrator id="create user table v2" 2023-12-09T02:45:00.049 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:44:59 smithi172 bash[41159]: t=2023-12-09T02:44:59+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_login - v2" 2023-12-09T02:45:00.049 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:44:59 smithi172 bash[41159]: t=2023-12-09T02:44:59+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_email - v2" 2023-12-09T02:45:00.049 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:00 smithi172 bash[41159]: t=2023-12-09T02:45:00+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2023-12-09T02:45:00.309 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:00 smithi172 bash[41159]: t=2023-12-09T02:45:00+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table user_v1" 2023-12-09T02:45:00.309 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:00 smithi172 bash[41159]: t=2023-12-09T02:45:00+0000 lvl=info msg="Executing migration" logger=migrator id="Add column help_flags1 to user table" 2023-12-09T02:45:00.309 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:00 smithi172 bash[41159]: t=2023-12-09T02:45:00+0000 lvl=info msg="Executing migration" logger=migrator id="Update user table charset" 2023-12-09T02:45:00.309 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:00 smithi172 bash[41159]: t=2023-12-09T02:45:00+0000 lvl=info msg="Executing migration" logger=migrator id="Add last_seen_at column to user" 2023-12-09T02:45:00.309 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:00 smithi172 bash[41159]: t=2023-12-09T02:45:00+0000 lvl=info msg="Executing migration" logger=migrator id="Add missing user data" 2023-12-09T02:45:00.309 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:00 smithi172 bash[41159]: t=2023-12-09T02:45:00+0000 lvl=info msg="Executing migration" logger=migrator id="Add is_disabled column to user" 2023-12-09T02:45:00.561 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:00 smithi172 bash[25093]: cluster 2023-12-09T02:44:58.793854+0000 mgr.y (mgr.14469) 49 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:00.561 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:00 smithi172 bash[41159]: t=2023-12-09T02:45:00+0000 lvl=info msg="Executing migration" logger=migrator id="Add index user.login/user.email" 2023-12-09T02:45:00.561 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:00 smithi172 bash[41159]: t=2023-12-09T02:45:00+0000 lvl=info msg="Executing migration" logger=migrator id="Add is_service_account column to user" 2023-12-09T02:45:00.562 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:00 smithi172 bash[41159]: t=2023-12-09T02:45:00+0000 lvl=info msg="Executing migration" logger=migrator id="create temp user table v1-7" 2023-12-09T02:45:00.562 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:00 smithi172 bash[41159]: t=2023-12-09T02:45:00+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_email - v1-7" 2023-12-09T02:45:00.562 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:00 smithi172 bash[41159]: t=2023-12-09T02:45:00+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_org_id - v1-7" 2023-12-09T02:45:00.562 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:00 smithi172 bash[41159]: t=2023-12-09T02:45:00+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_code - v1-7" 2023-12-09T02:45:00.562 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:00 smithi172 bash[41159]: t=2023-12-09T02:45:00+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_status - v1-7" 2023-12-09T02:45:00.766 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:00 smithi023 bash[24949]: cluster 2023-12-09T02:44:58.793854+0000 mgr.y (mgr.14469) 49 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:00.767 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:00 smithi023 bash[30415]: cluster 2023-12-09T02:44:58.793854+0000 mgr.y (mgr.14469) 49 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:00.822 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:00 smithi172 bash[41159]: t=2023-12-09T02:45:00+0000 lvl=info msg="Executing migration" logger=migrator id="Update temp_user table charset" 2023-12-09T02:45:00.822 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:00 smithi172 bash[41159]: t=2023-12-09T02:45:00+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_email - v1" 2023-12-09T02:45:00.822 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:00 smithi172 bash[41159]: t=2023-12-09T02:45:00+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_org_id - v1" 2023-12-09T02:45:00.822 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:00 smithi172 bash[41159]: t=2023-12-09T02:45:00+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_code - v1" 2023-12-09T02:45:00.822 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:00 smithi172 bash[41159]: t=2023-12-09T02:45:00+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_temp_user_status - v1" 2023-12-09T02:45:00.822 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:00 smithi172 bash[41159]: t=2023-12-09T02:45:00+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table temp_user to temp_user_tmp_qwerty - v1" 2023-12-09T02:45:00.822 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:00 smithi172 bash[41159]: t=2023-12-09T02:45:00+0000 lvl=info msg="Executing migration" logger=migrator id="create temp_user v2" 2023-12-09T02:45:00.823 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:00 smithi172 bash[41159]: t=2023-12-09T02:45:00+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_email - v2" 2023-12-09T02:45:01.116 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:00 smithi172 bash[41159]: t=2023-12-09T02:45:00+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_org_id - v2" 2023-12-09T02:45:01.116 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:00 smithi172 bash[41159]: t=2023-12-09T02:45:00+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_code - v2" 2023-12-09T02:45:01.116 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:00 smithi172 bash[41159]: t=2023-12-09T02:45:00+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_status - v2" 2023-12-09T02:45:01.116 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:01 smithi172 bash[41159]: t=2023-12-09T02:45:01+0000 lvl=info msg="Executing migration" logger=migrator id="copy temp_user v1 to v2" 2023-12-09T02:45:01.116 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:01 smithi172 bash[41159]: t=2023-12-09T02:45:01+0000 lvl=info msg="Executing migration" logger=migrator id="drop temp_user_tmp_qwerty" 2023-12-09T02:45:01.116 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:01 smithi172 bash[41159]: t=2023-12-09T02:45:01+0000 lvl=info msg="Executing migration" logger=migrator id="Set created for temp users that will otherwise prematurely expire" 2023-12-09T02:45:01.368 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:01 smithi172 bash[41159]: t=2023-12-09T02:45:01+0000 lvl=info msg="Executing migration" logger=migrator id="create star table" 2023-12-09T02:45:01.368 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:01 smithi172 bash[41159]: t=2023-12-09T02:45:01+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index star.user_id_dashboard_id" 2023-12-09T02:45:01.368 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:01 smithi172 bash[41159]: t=2023-12-09T02:45:01+0000 lvl=info msg="Executing migration" logger=migrator id="create org table v1" 2023-12-09T02:45:01.368 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:01 smithi172 bash[41159]: t=2023-12-09T02:45:01+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_name - v1" 2023-12-09T02:45:01.368 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:01 smithi172 bash[41159]: t=2023-12-09T02:45:01+0000 lvl=info msg="Executing migration" logger=migrator id="create org_user table v1" 2023-12-09T02:45:01.369 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:01 smithi172 bash[41159]: t=2023-12-09T02:45:01+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_org_user_org_id - v1" 2023-12-09T02:45:01.439 INFO:teuthology.orchestra.run.smithi023.stdout:111669149744 2023-12-09T02:45:01.439 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.3 2023-12-09T02:45:01.654 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:01 smithi172 bash[41159]: t=2023-12-09T02:45:01+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_user_org_id_user_id - v1" 2023-12-09T02:45:01.654 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:01 smithi172 bash[41159]: t=2023-12-09T02:45:01+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_org_user_user_id - v1" 2023-12-09T02:45:01.654 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:01 smithi172 bash[41159]: t=2023-12-09T02:45:01+0000 lvl=info msg="Executing migration" logger=migrator id="Update org table charset" 2023-12-09T02:45:01.655 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:01 smithi172 bash[41159]: t=2023-12-09T02:45:01+0000 lvl=info msg="Executing migration" logger=migrator id="Update org_user table charset" 2023-12-09T02:45:01.655 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:01 smithi172 bash[41159]: t=2023-12-09T02:45:01+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate all Read Only Viewers to Viewers" 2023-12-09T02:45:01.906 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:01 smithi172 bash[41159]: t=2023-12-09T02:45:01+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard table" 2023-12-09T02:45:01.907 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:01 smithi172 bash[41159]: t=2023-12-09T02:45:01+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard.account_id" 2023-12-09T02:45:01.907 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:01 smithi172 bash[41159]: t=2023-12-09T02:45:01+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_account_id_slug" 2023-12-09T02:45:01.907 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:01 smithi172 bash[41159]: t=2023-12-09T02:45:01+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_tag table" 2023-12-09T02:45:01.907 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:01 smithi172 bash[41159]: t=2023-12-09T02:45:01+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_tag.dasboard_id_term" 2023-12-09T02:45:01.907 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:01 smithi172 bash[41159]: t=2023-12-09T02:45:01+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_dashboard_tag_dashboard_id_term - v1" 2023-12-09T02:45:02.226 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:01 smithi172 bash[41159]: t=2023-12-09T02:45:01+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard to dashboard_v1 - v1" 2023-12-09T02:45:02.226 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:02 smithi172 bash[41159]: t=2023-12-09T02:45:02+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard v2" 2023-12-09T02:45:02.226 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:02 smithi172 bash[41159]: t=2023-12-09T02:45:02+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_org_id - v2" 2023-12-09T02:45:02.226 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:02 smithi172 bash[41159]: t=2023-12-09T02:45:02+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_org_id_slug - v2" 2023-12-09T02:45:02.226 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:02 smithi172 bash[41159]: t=2023-12-09T02:45:02+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard v1 to v2" 2023-12-09T02:45:02.226 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:01 smithi172 bash[25093]: cluster 2023-12-09T02:45:00.794425+0000 mgr.y (mgr.14469) 50 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:02.226 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:01 smithi172 bash[25093]: audit 2023-12-09T02:45:00.917202+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:45:02.226 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:01 smithi172 bash[25093]: audit 2023-12-09T02:45:01.149053+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:45:02.226 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:01 smithi172 bash[25093]: audit 2023-12-09T02:45:01.150762+0000 mon.b (mon.2) 58 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:45:02.226 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:01 smithi172 bash[25093]: audit 2023-12-09T02:45:01.161296+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:45:02.227 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:01 smithi172 bash[25093]: audit 2023-12-09T02:45:01.163037+0000 mon.b (mon.2) 59 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:45:02.267 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:01 smithi023 bash[24949]: cluster 2023-12-09T02:45:00.794425+0000 mgr.y (mgr.14469) 50 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:02.267 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:01 smithi023 bash[24949]: audit 2023-12-09T02:45:00.917202+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:45:02.267 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:01 smithi023 bash[24949]: audit 2023-12-09T02:45:01.149053+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:45:02.267 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:01 smithi023 bash[24949]: audit 2023-12-09T02:45:01.150762+0000 mon.b (mon.2) 58 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:45:02.267 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:01 smithi023 bash[24949]: audit 2023-12-09T02:45:01.161296+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:45:02.267 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:01 smithi023 bash[24949]: audit 2023-12-09T02:45:01.163037+0000 mon.b (mon.2) 59 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:45:02.267 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:01 smithi023 bash[30415]: cluster 2023-12-09T02:45:00.794425+0000 mgr.y (mgr.14469) 50 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:02.267 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:01 smithi023 bash[30415]: audit 2023-12-09T02:45:00.917202+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:45:02.267 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:01 smithi023 bash[30415]: audit 2023-12-09T02:45:01.149053+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:45:02.267 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:01 smithi023 bash[30415]: audit 2023-12-09T02:45:01.150762+0000 mon.b (mon.2) 58 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:45:02.268 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:01 smithi023 bash[30415]: audit 2023-12-09T02:45:01.161296+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:45:02.268 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:01 smithi023 bash[30415]: audit 2023-12-09T02:45:01.163037+0000 mon.b (mon.2) 59 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:45:02.478 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:02 smithi172 bash[41159]: t=2023-12-09T02:45:02+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_v1" 2023-12-09T02:45:02.479 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:02 smithi172 bash[41159]: t=2023-12-09T02:45:02+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard.data to mediumtext v1" 2023-12-09T02:45:02.479 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:02 smithi172 bash[41159]: t=2023-12-09T02:45:02+0000 lvl=info msg="Executing migration" logger=migrator id="Add column updated_by in dashboard - v2" 2023-12-09T02:45:02.479 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:02 smithi172 bash[41159]: t=2023-12-09T02:45:02+0000 lvl=info msg="Executing migration" logger=migrator id="Add column created_by in dashboard - v2" 2023-12-09T02:45:02.479 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:02 smithi172 bash[41159]: t=2023-12-09T02:45:02+0000 lvl=info msg="Executing migration" logger=migrator id="Add column gnetId in dashboard" 2023-12-09T02:45:02.479 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:02 smithi172 bash[41159]: t=2023-12-09T02:45:02+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for gnetId in dashboard" 2023-12-09T02:45:02.479 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:02 smithi172 bash[41159]: t=2023-12-09T02:45:02+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_id in dashboard" 2023-12-09T02:45:02.747 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:02 smithi172 bash[41159]: t=2023-12-09T02:45:02+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for plugin_id in dashboard" 2023-12-09T02:45:02.748 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:02 smithi172 bash[41159]: t=2023-12-09T02:45:02+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_id in dashboard_tag" 2023-12-09T02:45:02.748 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:02 smithi172 bash[41159]: t=2023-12-09T02:45:02+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard table charset" 2023-12-09T02:45:02.748 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:02 smithi172 bash[41159]: t=2023-12-09T02:45:02+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_tag table charset" 2023-12-09T02:45:02.748 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:02 smithi172 bash[41159]: t=2023-12-09T02:45:02+0000 lvl=info msg="Executing migration" logger=migrator id="Add column folder_id in dashboard" 2023-12-09T02:45:02.748 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:02 smithi172 bash[41159]: t=2023-12-09T02:45:02+0000 lvl=info msg="Executing migration" logger=migrator id="Add column isFolder in dashboard" 2023-12-09T02:45:02.999 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:02 smithi172 bash[41159]: t=2023-12-09T02:45:02+0000 lvl=info msg="Executing migration" logger=migrator id="Add column has_acl in dashboard" 2023-12-09T02:45:03.000 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:02 smithi172 bash[41159]: t=2023-12-09T02:45:02+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in dashboard" 2023-12-09T02:45:03.000 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:02 smithi172 bash[41159]: t=2023-12-09T02:45:02+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in dashboard" 2023-12-09T02:45:03.000 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:02 smithi172 bash[41159]: t=2023-12-09T02:45:02+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index dashboard_org_id_uid" 2023-12-09T02:45:03.000 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:02 smithi172 bash[41159]: t=2023-12-09T02:45:02+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_slug" 2023-12-09T02:45:03.000 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:02 smithi172 bash[41159]: t=2023-12-09T02:45:02+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard title length" 2023-12-09T02:45:03.000 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:02 smithi172 bash[41159]: t=2023-12-09T02:45:02+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index for dashboard_org_id_title_folder_id" 2023-12-09T02:45:03.269 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:03 smithi172 bash[41159]: t=2023-12-09T02:45:03+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning" 2023-12-09T02:45:03.269 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:03 smithi172 bash[41159]: t=2023-12-09T02:45:03+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard_provisioning to dashboard_provisioning_tmp_qwerty - v1" 2023-12-09T02:45:03.269 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:03 smithi172 bash[41159]: t=2023-12-09T02:45:03+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning v2" 2023-12-09T02:45:03.269 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:03 smithi172 bash[41159]: t=2023-12-09T02:45:03+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id - v2" 2023-12-09T02:45:03.269 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:03 smithi172 bash[41159]: t=2023-12-09T02:45:03+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id_name - v2" 2023-12-09T02:45:03.269 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:03 smithi172 bash[41159]: t=2023-12-09T02:45:03+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard_provisioning v1 to v2" 2023-12-09T02:45:03.269 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:03 smithi172 bash[41159]: t=2023-12-09T02:45:03+0000 lvl=info msg="Executing migration" logger=migrator id="drop dashboard_provisioning_tmp_qwerty" 2023-12-09T02:45:03.270 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:03 smithi172 bash[41159]: t=2023-12-09T02:45:03+0000 lvl=info msg="Executing migration" logger=migrator id="Add check_sum column" 2023-12-09T02:45:03.458 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:03 smithi023 bash[30415]: audit 2023-12-09T02:45:02.392647+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:45:03.458 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:03 smithi023 bash[24949]: audit 2023-12-09T02:45:02.392647+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:45:03.538 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:03 smithi172 bash[25093]: audit 2023-12-09T02:45:02.392647+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:45:03.538 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:03 smithi172 bash[41159]: t=2023-12-09T02:45:03+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_title" 2023-12-09T02:45:03.538 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:03 smithi172 bash[41159]: t=2023-12-09T02:45:03+0000 lvl=info msg="Executing migration" logger=migrator id="delete tags for deleted dashboards" 2023-12-09T02:45:03.538 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:03 smithi172 bash[41159]: t=2023-12-09T02:45:03+0000 lvl=info msg="Executing migration" logger=migrator id="delete stars for deleted dashboards" 2023-12-09T02:45:03.538 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:03 smithi172 bash[41159]: t=2023-12-09T02:45:03+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_is_folder" 2023-12-09T02:45:03.538 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:03 smithi172 bash[41159]: t=2023-12-09T02:45:03+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table" 2023-12-09T02:45:03.538 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:03 smithi172 bash[41159]: t=2023-12-09T02:45:03+0000 lvl=info msg="Executing migration" logger=migrator id="add index data_source.account_id" 2023-12-09T02:45:03.790 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:03 smithi172 bash[41159]: t=2023-12-09T02:45:03+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index data_source.account_id_name" 2023-12-09T02:45:03.790 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:03 smithi172 bash[41159]: t=2023-12-09T02:45:03+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_data_source_account_id - v1" 2023-12-09T02:45:03.790 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:03 smithi172 bash[41159]: t=2023-12-09T02:45:03+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_data_source_account_id_name - v1" 2023-12-09T02:45:03.790 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:03 smithi172 bash[41159]: t=2023-12-09T02:45:03+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table data_source to data_source_v1 - v1" 2023-12-09T02:45:03.791 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:03 smithi172 bash[41159]: t=2023-12-09T02:45:03+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table v2" 2023-12-09T02:45:03.791 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:03 smithi172 bash[41159]: t=2023-12-09T02:45:03+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_data_source_org_id - v2" 2023-12-09T02:45:03.791 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:03 smithi172 bash[41159]: t=2023-12-09T02:45:03+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_data_source_org_id_name - v2" 2023-12-09T02:45:03.791 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:03 smithi172 bash[41159]: t=2023-12-09T02:45:03+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2023-12-09T02:45:04.117 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:03 smithi172 bash[41159]: t=2023-12-09T02:45:03+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table data_source_v1 #2" 2023-12-09T02:45:04.117 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:03 smithi172 bash[41159]: t=2023-12-09T02:45:03+0000 lvl=info msg="Executing migration" logger=migrator id="Add column with_credentials" 2023-12-09T02:45:04.117 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:03 smithi172 bash[41159]: t=2023-12-09T02:45:03+0000 lvl=info msg="Executing migration" logger=migrator id="Add secure json data column" 2023-12-09T02:45:04.117 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:03 smithi172 bash[41159]: t=2023-12-09T02:45:03+0000 lvl=info msg="Executing migration" logger=migrator id="Update data_source table charset" 2023-12-09T02:45:04.118 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:04 smithi172 bash[41159]: t=2023-12-09T02:45:04+0000 lvl=info msg="Executing migration" logger=migrator id="Update initial version to 1" 2023-12-09T02:45:04.118 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:04 smithi172 bash[41159]: t=2023-12-09T02:45:04+0000 lvl=info msg="Executing migration" logger=migrator id="Add read_only data column" 2023-12-09T02:45:04.387 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:04 smithi172 bash[41159]: t=2023-12-09T02:45:04+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate logging ds to loki ds" 2023-12-09T02:45:04.387 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:04 smithi172 bash[41159]: t=2023-12-09T02:45:04+0000 lvl=info msg="Executing migration" logger=migrator id="Update json_data with nulls" 2023-12-09T02:45:04.387 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:04 smithi172 bash[41159]: t=2023-12-09T02:45:04+0000 lvl=info msg="Executing migration" logger=migrator id="Add uid column" 2023-12-09T02:45:04.387 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:04 smithi172 bash[41159]: t=2023-12-09T02:45:04+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid value" 2023-12-09T02:45:04.387 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:04 smithi172 bash[41159]: t=2023-12-09T02:45:04+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index datasource_org_id_uid" 2023-12-09T02:45:04.387 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:04 smithi172 bash[41159]: t=2023-12-09T02:45:04+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index datasource_org_id_is_default" 2023-12-09T02:45:04.387 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:04 smithi172 bash[41159]: t=2023-12-09T02:45:04+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table" 2023-12-09T02:45:04.648 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:04 smithi172 bash[25093]: cluster 2023-12-09T02:45:02.794993+0000 mgr.y (mgr.14469) 51 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:04.648 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:04 smithi172 bash[25093]: audit 2023-12-09T02:45:03.777762+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:45:04.648 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:04 smithi172 bash[25093]: audit 2023-12-09T02:45:03.787938+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:45:04.649 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:04 smithi172 bash[41159]: t=2023-12-09T02:45:04+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id" 2023-12-09T02:45:04.649 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:04 smithi172 bash[41159]: t=2023-12-09T02:45:04+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.key" 2023-12-09T02:45:04.649 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:04 smithi172 bash[41159]: t=2023-12-09T02:45:04+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id_name" 2023-12-09T02:45:04.649 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:04 smithi172 bash[41159]: t=2023-12-09T02:45:04+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_api_key_account_id - v1" 2023-12-09T02:45:04.649 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:04 smithi172 bash[41159]: t=2023-12-09T02:45:04+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_key - v1" 2023-12-09T02:45:04.649 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:04 smithi172 bash[41159]: t=2023-12-09T02:45:04+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_account_id_name - v1" 2023-12-09T02:45:04.767 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:04 smithi023 bash[24949]: cluster 2023-12-09T02:45:02.794993+0000 mgr.y (mgr.14469) 51 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:04.767 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:04 smithi023 bash[24949]: audit 2023-12-09T02:45:03.777762+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:45:04.767 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:04 smithi023 bash[24949]: audit 2023-12-09T02:45:03.787938+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:45:04.767 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:04 smithi023 bash[30415]: cluster 2023-12-09T02:45:02.794993+0000 mgr.y (mgr.14469) 51 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:04.767 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:04 smithi023 bash[30415]: audit 2023-12-09T02:45:03.777762+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:45:04.768 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:04 smithi023 bash[30415]: audit 2023-12-09T02:45:03.787938+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:45:04.924 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:04 smithi172 bash[41159]: t=2023-12-09T02:45:04+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table api_key to api_key_v1 - v1" 2023-12-09T02:45:04.924 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:04 smithi172 bash[41159]: t=2023-12-09T02:45:04+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table v2" 2023-12-09T02:45:04.925 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:04 smithi172 bash[41159]: t=2023-12-09T02:45:04+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_api_key_org_id - v2" 2023-12-09T02:45:04.925 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:04 smithi172 bash[41159]: t=2023-12-09T02:45:04+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_key - v2" 2023-12-09T02:45:04.925 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:04 smithi172 bash[41159]: t=2023-12-09T02:45:04+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_org_id_name - v2" 2023-12-09T02:45:04.925 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:04 smithi172 bash[41159]: t=2023-12-09T02:45:04+0000 lvl=info msg="Executing migration" logger=migrator id="copy api_key v1 to v2" 2023-12-09T02:45:04.925 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:04 smithi172 bash[41159]: t=2023-12-09T02:45:04+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table api_key_v1" 2023-12-09T02:45:05.194 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:04 smithi172 bash[41159]: t=2023-12-09T02:45:04+0000 lvl=info msg="Executing migration" logger=migrator id="Update api_key table charset" 2023-12-09T02:45:05.194 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:04 smithi172 bash[41159]: t=2023-12-09T02:45:04+0000 lvl=info msg="Executing migration" logger=migrator id="Add expires to api_key table" 2023-12-09T02:45:05.194 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:05 smithi172 bash[41159]: t=2023-12-09T02:45:05+0000 lvl=info msg="Executing migration" logger=migrator id="Add service account foreign key" 2023-12-09T02:45:05.194 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:05 smithi172 bash[41159]: t=2023-12-09T02:45:05+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v4" 2023-12-09T02:45:05.194 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:05 smithi172 bash[41159]: t=2023-12-09T02:45:05+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_snapshot_v4 #1" 2023-12-09T02:45:05.194 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:05 smithi172 bash[41159]: t=2023-12-09T02:45:05+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v5 #2" 2023-12-09T02:45:05.195 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:05 smithi172 bash[41159]: t=2023-12-09T02:45:05+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_key - v5" 2023-12-09T02:45:05.195 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:05 smithi172 bash[41159]: t=2023-12-09T02:45:05+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_delete_key - v5" 2023-12-09T02:45:05.195 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:05 smithi172 bash[41159]: t=2023-12-09T02:45:05+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_snapshot_user_id - v5" 2023-12-09T02:45:05.463 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:05 smithi172 bash[25093]: cephadm 2023-12-09T02:45:03.794545+0000 mgr.y (mgr.14469) 52 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-09T02:45:05.463 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:05 smithi172 bash[25093]: cephadm 2023-12-09T02:45:03.799420+0000 mgr.y (mgr.14469) 53 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi023 2023-12-09T02:45:05.463 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:05 smithi172 bash[41159]: t=2023-12-09T02:45:05+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_snapshot to mediumtext v2" 2023-12-09T02:45:05.463 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:05 smithi172 bash[41159]: t=2023-12-09T02:45:05+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_snapshot table charset" 2023-12-09T02:45:05.463 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:05 smithi172 bash[41159]: t=2023-12-09T02:45:05+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external_delete_url to dashboard_snapshots table" 2023-12-09T02:45:05.463 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:05 smithi172 bash[41159]: t=2023-12-09T02:45:05+0000 lvl=info msg="Executing migration" logger=migrator id="Add encrypted dashboard json column" 2023-12-09T02:45:05.463 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:05 smithi172 bash[41159]: t=2023-12-09T02:45:05+0000 lvl=info msg="Executing migration" logger=migrator id="Change dashboard_encrypted column to MEDIUMBLOB" 2023-12-09T02:45:05.464 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:05 smithi172 bash[41159]: t=2023-12-09T02:45:05+0000 lvl=info msg="Executing migration" logger=migrator id="create quota table v1" 2023-12-09T02:45:05.464 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:05 smithi172 bash[41159]: t=2023-12-09T02:45:05+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_quota_org_id_user_id_target - v1" 2023-12-09T02:45:05.534 INFO:teuthology.orchestra.run.smithi023.stdout:34359738439 2023-12-09T02:45:05.535 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.0 2023-12-09T02:45:05.536 INFO:teuthology.orchestra.run.smithi023.stdout:236223201298 2023-12-09T02:45:05.536 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.7 2023-12-09T02:45:05.549 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:05 smithi023 bash[24949]: cephadm 2023-12-09T02:45:03.794545+0000 mgr.y (mgr.14469) 52 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-09T02:45:05.549 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:05 smithi023 bash[24949]: cephadm 2023-12-09T02:45:03.799420+0000 mgr.y (mgr.14469) 53 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi023 2023-12-09T02:45:05.550 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:05 smithi023 bash[30415]: cephadm 2023-12-09T02:45:03.794545+0000 mgr.y (mgr.14469) 52 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-09T02:45:05.550 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:05 smithi023 bash[30415]: cephadm 2023-12-09T02:45:03.799420+0000 mgr.y (mgr.14469) 53 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi023 2023-12-09T02:45:05.748 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:05 smithi172 bash[41159]: t=2023-12-09T02:45:05+0000 lvl=info msg="Executing migration" logger=migrator id="Update quota table charset" 2023-12-09T02:45:05.748 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:05 smithi172 bash[41159]: t=2023-12-09T02:45:05+0000 lvl=info msg="Executing migration" logger=migrator id="create plugin_setting table" 2023-12-09T02:45:05.748 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:05 smithi172 bash[41159]: t=2023-12-09T02:45:05+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_plugin_setting_org_id_plugin_id - v1" 2023-12-09T02:45:05.748 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:05 smithi172 bash[41159]: t=2023-12-09T02:45:05+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_version to plugin_settings" 2023-12-09T02:45:05.748 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:05 smithi172 bash[41159]: t=2023-12-09T02:45:05+0000 lvl=info msg="Executing migration" logger=migrator id="Update plugin_setting table charset" 2023-12-09T02:45:05.748 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:05 smithi172 bash[41159]: t=2023-12-09T02:45:05+0000 lvl=info msg="Executing migration" logger=migrator id="create session table" 2023-12-09T02:45:05.860 INFO:teuthology.orchestra.run.smithi023.stdout:167503724579 2023-12-09T02:45:05.861 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.5 2023-12-09T02:45:06.042 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:05 smithi172 bash[41159]: t=2023-12-09T02:45:05+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist table" 2023-12-09T02:45:06.043 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:05 smithi172 bash[41159]: t=2023-12-09T02:45:05+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist_item table" 2023-12-09T02:45:06.043 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:05 smithi172 bash[41159]: t=2023-12-09T02:45:05+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist table v2" 2023-12-09T02:45:06.043 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:05 smithi172 bash[41159]: t=2023-12-09T02:45:05+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist item table v2" 2023-12-09T02:45:06.043 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:05 smithi172 bash[41159]: t=2023-12-09T02:45:05+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist table charset" 2023-12-09T02:45:06.043 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:05 smithi172 bash[41159]: t=2023-12-09T02:45:05+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist_item table charset" 2023-12-09T02:45:06.043 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:06 smithi172 bash[41159]: t=2023-12-09T02:45:06+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v2" 2023-12-09T02:45:06.043 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:06 smithi172 bash[41159]: t=2023-12-09T02:45:06+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v3" 2023-12-09T02:45:06.311 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:06 smithi172 bash[41159]: t=2023-12-09T02:45:06+0000 lvl=info msg="Executing migration" logger=migrator id="create preferences table v3" 2023-12-09T02:45:06.312 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:06 smithi172 bash[41159]: t=2023-12-09T02:45:06+0000 lvl=info msg="Executing migration" logger=migrator id="Update preferences table charset" 2023-12-09T02:45:06.312 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:06 smithi172 bash[41159]: t=2023-12-09T02:45:06+0000 lvl=info msg="Executing migration" logger=migrator id="Add column team_id in preferences" 2023-12-09T02:45:06.312 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:06 smithi172 bash[41159]: t=2023-12-09T02:45:06+0000 lvl=info msg="Executing migration" logger=migrator id="Update team_id column values in preferences" 2023-12-09T02:45:06.312 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:06 smithi172 bash[41159]: t=2023-12-09T02:45:06+0000 lvl=info msg="Executing migration" logger=migrator id="Add column week_start in preferences" 2023-12-09T02:45:06.312 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:06 smithi172 bash[41159]: t=2023-12-09T02:45:06+0000 lvl=info msg="Executing migration" logger=migrator id="create alert table v1" 2023-12-09T02:45:06.312 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:06 smithi172 bash[41159]: t=2023-12-09T02:45:06+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert org_id & id " 2023-12-09T02:45:06.597 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:06 smithi172 bash[25093]: cluster 2023-12-09T02:45:04.795580+0000 mgr.y (mgr.14469) 54 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:06.598 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:06 smithi172 bash[41159]: t=2023-12-09T02:45:06+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert state" 2023-12-09T02:45:06.598 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:06 smithi172 bash[41159]: t=2023-12-09T02:45:06+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert dashboard_id" 2023-12-09T02:45:06.598 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:06 smithi172 bash[41159]: t=2023-12-09T02:45:06+0000 lvl=info msg="Executing migration" logger=migrator id="Create alert_rule_tag table v1" 2023-12-09T02:45:06.598 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:06 smithi172 bash[41159]: t=2023-12-09T02:45:06+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_rule_tag.alert_id_tag_id" 2023-12-09T02:45:06.598 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:06 smithi172 bash[41159]: t=2023-12-09T02:45:06+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_alert_rule_tag_alert_id_tag_id - v1" 2023-12-09T02:45:06.598 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:06 smithi172 bash[41159]: t=2023-12-09T02:45:06+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table alert_rule_tag to alert_rule_tag_v1 - v1" 2023-12-09T02:45:06.598 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:06 smithi172 bash[41159]: t=2023-12-09T02:45:06+0000 lvl=info msg="Executing migration" logger=migrator id="Create alert_rule_tag table v2" 2023-12-09T02:45:06.740 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:06 smithi023 bash[30415]: cluster 2023-12-09T02:45:04.795580+0000 mgr.y (mgr.14469) 54 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:06.741 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:06 smithi023 bash[24949]: cluster 2023-12-09T02:45:04.795580+0000 mgr.y (mgr.14469) 54 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:06.742 INFO:teuthology.orchestra.run.smithi023.stdout:133143986218 2023-12-09T02:45:06.742 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.4 2023-12-09T02:45:06.748 INFO:teuthology.orchestra.run.smithi023.stdout:77309411384 2023-12-09T02:45:06.748 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.2 2023-12-09T02:45:06.849 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:06 smithi172 bash[41159]: t=2023-12-09T02:45:06+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_alert_rule_tag_alert_id_tag_id - Add unique index alert_rule_tag.alert_id_tag_id V2" 2023-12-09T02:45:06.849 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:06 smithi172 bash[41159]: t=2023-12-09T02:45:06+0000 lvl=info msg="Executing migration" logger=migrator id="copy alert_rule_tag v1 to v2" 2023-12-09T02:45:06.849 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:06 smithi172 bash[41159]: t=2023-12-09T02:45:06+0000 lvl=info msg="Executing migration" logger=migrator id="drop table alert_rule_tag_v1" 2023-12-09T02:45:06.850 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:06 smithi172 bash[41159]: t=2023-12-09T02:45:06+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification table v1" 2023-12-09T02:45:06.850 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:06 smithi172 bash[41159]: t=2023-12-09T02:45:06+0000 lvl=info msg="Executing migration" logger=migrator id="Add column is_default" 2023-12-09T02:45:06.850 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:06 smithi172 bash[41159]: t=2023-12-09T02:45:06+0000 lvl=info msg="Executing migration" logger=migrator id="Add column frequency" 2023-12-09T02:45:07.126 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:06 smithi172 bash[41159]: t=2023-12-09T02:45:06+0000 lvl=info msg="Executing migration" logger=migrator id="Add column send_reminder" 2023-12-09T02:45:07.127 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:06 smithi172 bash[41159]: t=2023-12-09T02:45:06+0000 lvl=info msg="Executing migration" logger=migrator id="Add column disable_resolve_message" 2023-12-09T02:45:07.127 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:06 smithi172 bash[41159]: t=2023-12-09T02:45:06+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification org_id & name" 2023-12-09T02:45:07.127 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:07 smithi172 bash[41159]: t=2023-12-09T02:45:07+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert table charset" 2023-12-09T02:45:07.127 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:07 smithi172 bash[41159]: t=2023-12-09T02:45:07+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert_notification table charset" 2023-12-09T02:45:07.127 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:07 smithi172 bash[41159]: t=2023-12-09T02:45:07+0000 lvl=info msg="Executing migration" logger=migrator id="create notification_journal table v1" 2023-12-09T02:45:07.127 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:07 smithi172 bash[41159]: t=2023-12-09T02:45:07+0000 lvl=info msg="Executing migration" logger=migrator id="add index notification_journal org_id & alert_id & notifier_id" 2023-12-09T02:45:07.214 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/9eab968a-963b-11ee-95a3-87774f69a715/mon.a/config 2023-12-09T02:45:07.412 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:07 smithi172 bash[41159]: t=2023-12-09T02:45:07+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_notification_journal" 2023-12-09T02:45:07.412 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:07 smithi172 bash[41159]: t=2023-12-09T02:45:07+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification_state table v1" 2023-12-09T02:45:07.412 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:07 smithi172 bash[41159]: t=2023-12-09T02:45:07+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification_state org_id & alert_id & notifier_id" 2023-12-09T02:45:07.412 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:07 smithi172 bash[41159]: t=2023-12-09T02:45:07+0000 lvl=info msg="Executing migration" logger=migrator id="Add for to alert table" 2023-12-09T02:45:07.412 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:07 smithi172 bash[41159]: t=2023-12-09T02:45:07+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in alert_notification" 2023-12-09T02:45:07.412 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:07 smithi172 bash[41159]: t=2023-12-09T02:45:07+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in alert_notification" 2023-12-09T02:45:07.413 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:07 smithi172 bash[41159]: t=2023-12-09T02:45:07+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_notification_org_id_uid" 2023-12-09T02:45:07.690 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:07 smithi172 bash[41159]: t=2023-12-09T02:45:07+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_name" 2023-12-09T02:45:07.690 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:07 smithi172 bash[41159]: t=2023-12-09T02:45:07+0000 lvl=info msg="Executing migration" logger=migrator id="Add column secure_settings in alert_notification" 2023-12-09T02:45:07.690 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:07 smithi172 bash[41159]: t=2023-12-09T02:45:07+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert.settings to mediumtext" 2023-12-09T02:45:07.690 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:07 smithi172 bash[41159]: t=2023-12-09T02:45:07+0000 lvl=info msg="Executing migration" logger=migrator id="Add non-unique index alert_notification_state_alert_id" 2023-12-09T02:45:07.690 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:07 smithi172 bash[41159]: t=2023-12-09T02:45:07+0000 lvl=info msg="Executing migration" logger=migrator id="Add non-unique index alert_rule_tag_alert_id" 2023-12-09T02:45:07.690 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:07 smithi172 bash[41159]: t=2023-12-09T02:45:07+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old annotation table v4" 2023-12-09T02:45:07.690 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:07 smithi172 bash[41159]: t=2023-12-09T02:45:07+0000 lvl=info msg="Executing migration" logger=migrator id="create annotation table v5" 2023-12-09T02:45:07.958 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:07 smithi172 bash[41159]: t=2023-12-09T02:45:07+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 0 v3" 2023-12-09T02:45:07.959 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:07 smithi172 bash[41159]: t=2023-12-09T02:45:07+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 1 v3" 2023-12-09T02:45:07.959 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:07 smithi172 bash[41159]: t=2023-12-09T02:45:07+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 2 v3" 2023-12-09T02:45:07.959 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:07 smithi172 bash[41159]: t=2023-12-09T02:45:07+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 3 v3" 2023-12-09T02:45:07.959 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:07 smithi172 bash[41159]: t=2023-12-09T02:45:07+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 4 v3" 2023-12-09T02:45:07.959 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:07 smithi172 bash[41159]: t=2023-12-09T02:45:07+0000 lvl=info msg="Executing migration" logger=migrator id="Update annotation table charset" 2023-12-09T02:45:07.959 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:07 smithi172 bash[41159]: t=2023-12-09T02:45:07+0000 lvl=info msg="Executing migration" logger=migrator id="Add column region_id to annotation table" 2023-12-09T02:45:08.219 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:45:07 smithi172 bash[26000]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:45:07] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:45:08.219 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:08 smithi172 bash[41159]: t=2023-12-09T02:45:08+0000 lvl=info msg="Executing migration" logger=migrator id="Drop category_id index" 2023-12-09T02:45:08.219 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:08 smithi172 bash[41159]: t=2023-12-09T02:45:08+0000 lvl=info msg="Executing migration" logger=migrator id="Add column tags to annotation table" 2023-12-09T02:45:08.219 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:08 smithi172 bash[41159]: t=2023-12-09T02:45:08+0000 lvl=info msg="Executing migration" logger=migrator id="Create annotation_tag table v2" 2023-12-09T02:45:08.219 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:08 smithi172 bash[41159]: t=2023-12-09T02:45:08+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index annotation_tag.annotation_id_tag_id" 2023-12-09T02:45:08.219 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:08 smithi172 bash[41159]: t=2023-12-09T02:45:08+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_annotation_tag_annotation_id_tag_id - v2" 2023-12-09T02:45:08.219 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:08 smithi172 bash[41159]: t=2023-12-09T02:45:08+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table annotation_tag to annotation_tag_v2 - v2" 2023-12-09T02:45:08.224 INFO:teuthology.orchestra.run.smithi023.stdout:55834574912 2023-12-09T02:45:08.225 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.1 2023-12-09T02:45:08.309 INFO:teuthology.orchestra.run.smithi023.stdout:201863462939 2023-12-09T02:45:08.309 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.6 2023-12-09T02:45:08.496 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:08 smithi172 bash[25093]: cluster 2023-12-09T02:45:06.796115+0000 mgr.y (mgr.14469) 55 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:08.496 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:08 smithi172 bash[41159]: t=2023-12-09T02:45:08+0000 lvl=info msg="Executing migration" logger=migrator id="Create annotation_tag table v3" 2023-12-09T02:45:08.496 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:08 smithi172 bash[41159]: t=2023-12-09T02:45:08+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_annotation_tag_annotation_id_tag_id - Add unique index annotation_tag.annotation_id_tag_id V3" 2023-12-09T02:45:08.496 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:08 smithi172 bash[41159]: t=2023-12-09T02:45:08+0000 lvl=info msg="Executing migration" logger=migrator id="copy annotation_tag v2 to v3" 2023-12-09T02:45:08.497 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:08 smithi172 bash[41159]: t=2023-12-09T02:45:08+0000 lvl=info msg="Executing migration" logger=migrator id="drop table annotation_tag_v2" 2023-12-09T02:45:08.497 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:08 smithi172 bash[41159]: t=2023-12-09T02:45:08+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert annotations and set TEXT to empty" 2023-12-09T02:45:08.497 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:08 smithi172 bash[41159]: t=2023-12-09T02:45:08+0000 lvl=info msg="Executing migration" logger=migrator id="Add created time to annotation table" 2023-12-09T02:45:08.739 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:08 smithi023 bash[24949]: cluster 2023-12-09T02:45:06.796115+0000 mgr.y (mgr.14469) 55 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:08.740 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:08 smithi023 bash[30415]: cluster 2023-12-09T02:45:06.796115+0000 mgr.y (mgr.14469) 55 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:08.748 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:08 smithi172 bash[41159]: t=2023-12-09T02:45:08+0000 lvl=info msg="Executing migration" logger=migrator id="Add updated time to annotation table" 2023-12-09T02:45:08.748 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:08 smithi172 bash[41159]: t=2023-12-09T02:45:08+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for created in annotation table" 2023-12-09T02:45:08.749 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:08 smithi172 bash[41159]: t=2023-12-09T02:45:08+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for updated in annotation table" 2023-12-09T02:45:08.749 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:08 smithi172 bash[41159]: t=2023-12-09T02:45:08+0000 lvl=info msg="Executing migration" logger=migrator id="Convert existing annotations from seconds to milliseconds" 2023-12-09T02:45:08.749 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:08 smithi172 bash[41159]: t=2023-12-09T02:45:08+0000 lvl=info msg="Executing migration" logger=migrator id="Add epoch_end column" 2023-12-09T02:45:08.749 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:08 smithi172 bash[41159]: t=2023-12-09T02:45:08+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for epoch_end" 2023-12-09T02:45:09.017 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:45:08 smithi023 bash[25223]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:45:08] "GET /metrics HTTP/1.1" 200 191501 "" "Prometheus/2.33.4" 2023-12-09T02:45:09.034 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:08 smithi172 bash[41159]: t=2023-12-09T02:45:08+0000 lvl=info msg="Executing migration" logger=migrator id="Make epoch_end the same as epoch" 2023-12-09T02:45:09.034 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:08 smithi172 bash[41159]: t=2023-12-09T02:45:08+0000 lvl=info msg="Executing migration" logger=migrator id="Move region to single row" 2023-12-09T02:45:09.034 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:08 smithi172 bash[41159]: t=2023-12-09T02:45:08+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch from annotation table" 2023-12-09T02:45:09.035 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:08 smithi172 bash[41159]: t=2023-12-09T02:45:08+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_dashboard_id_panel_id_epoch from annotation table" 2023-12-09T02:45:09.035 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:08 smithi172 bash[41159]: t=2023-12-09T02:45:08+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_dashboard_id_epoch_end_epoch on annotation table" 2023-12-09T02:45:09.035 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:08 smithi172 bash[41159]: t=2023-12-09T02:45:08+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_epoch_end_epoch on annotation table" 2023-12-09T02:45:09.035 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:08 smithi172 bash[41159]: t=2023-12-09T02:45:08+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch_epoch_end from annotation table" 2023-12-09T02:45:09.035 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:09 smithi172 bash[41159]: t=2023-12-09T02:45:09+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for alert_id on annotation table" 2023-12-09T02:45:09.362 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:09 smithi172 bash[41159]: t=2023-12-09T02:45:09+0000 lvl=info msg="Executing migration" logger=migrator id="create test_data table" 2023-12-09T02:45:09.362 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:09 smithi172 bash[41159]: t=2023-12-09T02:45:09+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_version table v1" 2023-12-09T02:45:09.362 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:09 smithi172 bash[41159]: t=2023-12-09T02:45:09+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_version.dashboard_id" 2023-12-09T02:45:09.362 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:09 smithi172 bash[41159]: t=2023-12-09T02:45:09+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_version.dashboard_id and dashboard_version.version" 2023-12-09T02:45:09.362 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:09 smithi172 bash[41159]: t=2023-12-09T02:45:09+0000 lvl=info msg="Executing migration" logger=migrator id="Set dashboard version to 1 where 0" 2023-12-09T02:45:09.362 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:09 smithi172 bash[41159]: t=2023-12-09T02:45:09+0000 lvl=info msg="Executing migration" logger=migrator id="save existing dashboard data in dashboard_version table v1" 2023-12-09T02:45:09.362 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:09 smithi172 bash[41159]: t=2023-12-09T02:45:09+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_version.data to mediumtext v1" 2023-12-09T02:45:09.362 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:09 smithi172 bash[41159]: t=2023-12-09T02:45:09+0000 lvl=info msg="Executing migration" logger=migrator id="create team table" 2023-12-09T02:45:09.622 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:09 smithi172 bash[41159]: t=2023-12-09T02:45:09+0000 lvl=info msg="Executing migration" logger=migrator id="add index team.org_id" 2023-12-09T02:45:09.622 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:09 smithi172 bash[41159]: t=2023-12-09T02:45:09+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_org_id_name" 2023-12-09T02:45:09.622 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:09 smithi172 bash[41159]: t=2023-12-09T02:45:09+0000 lvl=info msg="Executing migration" logger=migrator id="create team member table" 2023-12-09T02:45:09.622 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:09 smithi172 bash[41159]: t=2023-12-09T02:45:09+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_member.org_id" 2023-12-09T02:45:09.623 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:09 smithi172 bash[41159]: t=2023-12-09T02:45:09+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_member_org_id_team_id_user_id" 2023-12-09T02:45:09.623 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:09 smithi172 bash[41159]: t=2023-12-09T02:45:09+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_member.team_id" 2023-12-09T02:45:09.623 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:09 smithi172 bash[41159]: t=2023-12-09T02:45:09+0000 lvl=info msg="Executing migration" logger=migrator id="Add column email to team table" 2023-12-09T02:45:09.805 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/9eab968a-963b-11ee-95a3-87774f69a715/mon.a/config 2023-12-09T02:45:09.806 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/9eab968a-963b-11ee-95a3-87774f69a715/mon.a/config 2023-12-09T02:45:09.806 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/9eab968a-963b-11ee-95a3-87774f69a715/mon.a/config 2023-12-09T02:45:09.874 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:09 smithi172 bash[41159]: t=2023-12-09T02:45:09+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external to team_member table" 2023-12-09T02:45:09.874 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:09 smithi172 bash[41159]: t=2023-12-09T02:45:09+0000 lvl=info msg="Executing migration" logger=migrator id="Add column permission to team_member table" 2023-12-09T02:45:09.875 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:09 smithi172 bash[41159]: t=2023-12-09T02:45:09+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard acl table" 2023-12-09T02:45:09.875 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:09 smithi172 bash[41159]: t=2023-12-09T02:45:09+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_dashboard_id" 2023-12-09T02:45:09.875 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:09 smithi172 bash[41159]: t=2023-12-09T02:45:09+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_user_id" 2023-12-09T02:45:09.875 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:09 smithi172 bash[41159]: t=2023-12-09T02:45:09+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_team_id" 2023-12-09T02:45:09.875 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:09 smithi172 bash[41159]: t=2023-12-09T02:45:09+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_user_id" 2023-12-09T02:45:10.160 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:09 smithi172 bash[41159]: t=2023-12-09T02:45:09+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_team_id" 2023-12-09T02:45:10.160 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:09 smithi172 bash[41159]: t=2023-12-09T02:45:09+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_org_id_role" 2023-12-09T02:45:10.160 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:09 smithi172 bash[41159]: t=2023-12-09T02:45:09+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_permission" 2023-12-09T02:45:10.160 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:09 smithi172 bash[41159]: t=2023-12-09T02:45:09+0000 lvl=info msg="Executing migration" logger=migrator id="save default acl rules in dashboard_acl table" 2023-12-09T02:45:10.160 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:10 smithi172 bash[41159]: t=2023-12-09T02:45:10+0000 lvl=info msg="Executing migration" logger=migrator id="delete acl rules for deleted dashboards and folders" 2023-12-09T02:45:10.160 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:10 smithi172 bash[41159]: t=2023-12-09T02:45:10+0000 lvl=info msg="Executing migration" logger=migrator id="create tag table" 2023-12-09T02:45:10.160 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:10 smithi172 bash[41159]: t=2023-12-09T02:45:10+0000 lvl=info msg="Executing migration" logger=migrator id="add index tag.key_value" 2023-12-09T02:45:10.421 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:10 smithi172 bash[41159]: t=2023-12-09T02:45:10+0000 lvl=info msg="Executing migration" logger=migrator id="create login attempt table" 2023-12-09T02:45:10.421 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:10 smithi172 bash[41159]: t=2023-12-09T02:45:10+0000 lvl=info msg="Executing migration" logger=migrator id="add index login_attempt.username" 2023-12-09T02:45:10.421 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:10 smithi172 bash[41159]: t=2023-12-09T02:45:10+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_login_attempt_username - v1" 2023-12-09T02:45:10.421 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:10 smithi172 bash[41159]: t=2023-12-09T02:45:10+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table login_attempt to login_attempt_tmp_qwerty - v1" 2023-12-09T02:45:10.421 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:10 smithi172 bash[41159]: t=2023-12-09T02:45:10+0000 lvl=info msg="Executing migration" logger=migrator id="create login_attempt v2" 2023-12-09T02:45:10.421 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:10 smithi172 bash[41159]: t=2023-12-09T02:45:10+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_login_attempt_username - v2" 2023-12-09T02:45:10.421 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:10 smithi172 bash[41159]: t=2023-12-09T02:45:10+0000 lvl=info msg="Executing migration" logger=migrator id="copy login_attempt v1 to v2" 2023-12-09T02:45:10.421 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:10 smithi172 bash[41159]: t=2023-12-09T02:45:10+0000 lvl=info msg="Executing migration" logger=migrator id="drop login_attempt_tmp_qwerty" 2023-12-09T02:45:10.698 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:10 smithi172 bash[25093]: cluster 2023-12-09T02:45:08.796789+0000 mgr.y (mgr.14469) 56 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:10.698 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:10 smithi172 bash[41159]: t=2023-12-09T02:45:10+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth table" 2023-12-09T02:45:10.698 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:10 smithi172 bash[41159]: t=2023-12-09T02:45:10+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_user_auth_auth_module_auth_id - v1" 2023-12-09T02:45:10.699 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:10 smithi172 bash[41159]: t=2023-12-09T02:45:10+0000 lvl=info msg="Executing migration" logger=migrator id="alter user_auth.auth_id to length 190" 2023-12-09T02:45:10.699 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:10 smithi172 bash[41159]: t=2023-12-09T02:45:10+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth access token to user_auth" 2023-12-09T02:45:10.699 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:10 smithi172 bash[41159]: t=2023-12-09T02:45:10+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth refresh token to user_auth" 2023-12-09T02:45:10.699 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:10 smithi172 bash[41159]: t=2023-12-09T02:45:10+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth token type to user_auth" 2023-12-09T02:45:10.699 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:10 smithi172 bash[41159]: t=2023-12-09T02:45:10+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth expiry to user_auth" 2023-12-09T02:45:10.699 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:10 smithi172 bash[41159]: t=2023-12-09T02:45:10+0000 lvl=info msg="Executing migration" logger=migrator id="Add index to user_id column in user_auth" 2023-12-09T02:45:10.766 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:10 smithi023 bash[24949]: cluster 2023-12-09T02:45:08.796789+0000 mgr.y (mgr.14469) 56 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:10.767 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:10 smithi023 bash[30415]: cluster 2023-12-09T02:45:08.796789+0000 mgr.y (mgr.14469) 56 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:10.998 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:10 smithi172 bash[41159]: t=2023-12-09T02:45:10+0000 lvl=info msg="Executing migration" logger=migrator id="create server_lock table" 2023-12-09T02:45:10.998 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:10 smithi172 bash[41159]: t=2023-12-09T02:45:10+0000 lvl=info msg="Executing migration" logger=migrator id="add index server_lock.operation_uid" 2023-12-09T02:45:10.998 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:10 smithi172 bash[41159]: t=2023-12-09T02:45:10+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth token table" 2023-12-09T02:45:10.998 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:10 smithi172 bash[41159]: t=2023-12-09T02:45:10+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.auth_token" 2023-12-09T02:45:10.998 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:10 smithi172 bash[41159]: t=2023-12-09T02:45:10+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.prev_auth_token" 2023-12-09T02:45:10.998 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:10 smithi172 bash[41159]: t=2023-12-09T02:45:10+0000 lvl=info msg="Executing migration" logger=migrator id="add index user_auth_token.user_id" 2023-12-09T02:45:11.269 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:11 smithi172 bash[41159]: t=2023-12-09T02:45:11+0000 lvl=info msg="Executing migration" logger=migrator id="Add revoked_at to the user auth token" 2023-12-09T02:45:11.270 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:11 smithi172 bash[41159]: t=2023-12-09T02:45:11+0000 lvl=info msg="Executing migration" logger=migrator id="create cache_data table" 2023-12-09T02:45:11.270 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:11 smithi172 bash[41159]: t=2023-12-09T02:45:11+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index cache_data.cache_key" 2023-12-09T02:45:11.270 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:11 smithi172 bash[41159]: t=2023-12-09T02:45:11+0000 lvl=info msg="Executing migration" logger=migrator id="create short_url table v1" 2023-12-09T02:45:11.270 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:11 smithi172 bash[41159]: t=2023-12-09T02:45:11+0000 lvl=info msg="Executing migration" logger=migrator id="add index short_url.org_id-uid" 2023-12-09T02:45:11.270 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:11 smithi172 bash[41159]: t=2023-12-09T02:45:11+0000 lvl=info msg="Executing migration" logger=migrator id="delete alert_definition table" 2023-12-09T02:45:11.270 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:11 smithi172 bash[41159]: t=2023-12-09T02:45:11+0000 lvl=info msg="Executing migration" logger=migrator id="recreate alert_definition table" 2023-12-09T02:45:11.270 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:11 smithi172 bash[41159]: t=2023-12-09T02:45:11+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_definition on org_id and title columns" 2023-12-09T02:45:11.555 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:11 smithi172 bash[41159]: t=2023-12-09T02:45:11+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_definition on org_id and uid columns" 2023-12-09T02:45:11.555 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:11 smithi172 bash[41159]: t=2023-12-09T02:45:11+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_definition table data column to mediumtext in mysql" 2023-12-09T02:45:11.555 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:11 smithi172 bash[41159]: t=2023-12-09T02:45:11+0000 lvl=info msg="Executing migration" logger=migrator id="drop index in alert_definition on org_id and title columns" 2023-12-09T02:45:11.555 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:11 smithi172 bash[41159]: t=2023-12-09T02:45:11+0000 lvl=info msg="Executing migration" logger=migrator id="drop index in alert_definition on org_id and uid columns" 2023-12-09T02:45:11.555 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:11 smithi172 bash[41159]: t=2023-12-09T02:45:11+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index in alert_definition on org_id and title columns" 2023-12-09T02:45:11.556 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:11 smithi172 bash[41159]: t=2023-12-09T02:45:11+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index in alert_definition on org_id and uid columns" 2023-12-09T02:45:11.556 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:11 smithi172 bash[41159]: t=2023-12-09T02:45:11+0000 lvl=info msg="Executing migration" logger=migrator id="Add column paused in alert_definition" 2023-12-09T02:45:11.556 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:11 smithi172 bash[41159]: t=2023-12-09T02:45:11+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_definition table" 2023-12-09T02:45:11.824 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:11 smithi172 bash[41159]: t=2023-12-09T02:45:11+0000 lvl=info msg="Executing migration" logger=migrator id="delete alert_definition_version table" 2023-12-09T02:45:11.824 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:11 smithi172 bash[41159]: t=2023-12-09T02:45:11+0000 lvl=info msg="Executing migration" logger=migrator id="recreate alert_definition_version table" 2023-12-09T02:45:11.824 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:11 smithi172 bash[41159]: t=2023-12-09T02:45:11+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_definition_version table on alert_definition_id and version columns" 2023-12-09T02:45:11.824 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:11 smithi172 bash[41159]: t=2023-12-09T02:45:11+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_definition_version table on alert_definition_uid and version columns" 2023-12-09T02:45:11.825 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:11 smithi172 bash[41159]: t=2023-12-09T02:45:11+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_definition_version table data column to mediumtext in mysql" 2023-12-09T02:45:11.825 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:11 smithi172 bash[41159]: t=2023-12-09T02:45:11+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_definition_version table" 2023-12-09T02:45:11.825 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:11 smithi172 bash[41159]: t=2023-12-09T02:45:11+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_instance table" 2023-12-09T02:45:11.825 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:11 smithi172 bash[41159]: t=2023-12-09T02:45:11+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_instance table on def_org_id, def_uid and current_state columns" 2023-12-09T02:45:11.987 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/9eab968a-963b-11ee-95a3-87774f69a715/mon.a/config 2023-12-09T02:45:11.988 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/9eab968a-963b-11ee-95a3-87774f69a715/mon.a/config 2023-12-09T02:45:11.988 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/9eab968a-963b-11ee-95a3-87774f69a715/mon.a/config 2023-12-09T02:45:11.990 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/9eab968a-963b-11ee-95a3-87774f69a715/mon.a/config 2023-12-09T02:45:12.118 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:11 smithi172 bash[41159]: t=2023-12-09T02:45:11+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_instance table on def_org_id, current_state columns" 2023-12-09T02:45:12.119 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:11 smithi172 bash[41159]: t=2023-12-09T02:45:11+0000 lvl=info msg="Executing migration" logger=migrator id="add column current_state_end to alert_instance" 2023-12-09T02:45:12.119 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:11 smithi172 bash[41159]: t=2023-12-09T02:45:11+0000 lvl=info msg="Executing migration" logger=migrator id="remove index def_org_id, def_uid, current_state on alert_instance" 2023-12-09T02:45:12.119 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:11 smithi172 bash[41159]: t=2023-12-09T02:45:11+0000 lvl=info msg="Executing migration" logger=migrator id="remove index def_org_id, current_state on alert_instance" 2023-12-09T02:45:12.119 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:12 smithi172 bash[41159]: t=2023-12-09T02:45:12+0000 lvl=info msg="Executing migration" logger=migrator id="rename def_org_id to rule_org_id in alert_instance" 2023-12-09T02:45:12.119 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:12 smithi172 bash[41159]: t=2023-12-09T02:45:12+0000 lvl=info msg="Executing migration" logger=migrator id="rename def_uid to rule_uid in alert_instance" 2023-12-09T02:45:12.370 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:12 smithi172 bash[41159]: t=2023-12-09T02:45:12+0000 lvl=info msg="Executing migration" logger=migrator id="add index rule_org_id, rule_uid, current_state on alert_instance" 2023-12-09T02:45:12.370 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:12 smithi172 bash[41159]: t=2023-12-09T02:45:12+0000 lvl=info msg="Executing migration" logger=migrator id="add index rule_org_id, current_state on alert_instance" 2023-12-09T02:45:12.370 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:12 smithi172 bash[41159]: t=2023-12-09T02:45:12+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_rule table" 2023-12-09T02:45:12.370 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:12 smithi172 bash[41159]: t=2023-12-09T02:45:12+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id and title columns" 2023-12-09T02:45:12.371 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:12 smithi172 bash[41159]: t=2023-12-09T02:45:12+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id and uid columns" 2023-12-09T02:45:12.371 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:12 smithi172 bash[41159]: t=2023-12-09T02:45:12+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id, namespace_uid, group_uid columns" 2023-12-09T02:45:12.690 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:12 smithi172 bash[25093]: cluster 2023-12-09T02:45:10.797408+0000 mgr.y (mgr.14469) 57 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:12.690 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:12 smithi172 bash[41159]: t=2023-12-09T02:45:12+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_rule table data column to mediumtext in mysql" 2023-12-09T02:45:12.690 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:12 smithi172 bash[41159]: t=2023-12-09T02:45:12+0000 lvl=info msg="Executing migration" logger=migrator id="add column for to alert_rule" 2023-12-09T02:45:12.690 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:12 smithi172 bash[41159]: t=2023-12-09T02:45:12+0000 lvl=info msg="Executing migration" logger=migrator id="add column annotations to alert_rule" 2023-12-09T02:45:12.691 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:12 smithi172 bash[41159]: t=2023-12-09T02:45:12+0000 lvl=info msg="Executing migration" logger=migrator id="add column labels to alert_rule" 2023-12-09T02:45:12.691 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:12 smithi172 bash[41159]: t=2023-12-09T02:45:12+0000 lvl=info msg="Executing migration" logger=migrator id="remove unique index from alert_rule on org_id, title columns" 2023-12-09T02:45:12.691 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:12 smithi172 bash[41159]: t=2023-12-09T02:45:12+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id, namespase_uid and title columns" 2023-12-09T02:45:12.691 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:12 smithi172 bash[41159]: t=2023-12-09T02:45:12+0000 lvl=info msg="Executing migration" logger=migrator id="add dashboard_uid column to alert_rule" 2023-12-09T02:45:12.691 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:12 smithi172 bash[41159]: t=2023-12-09T02:45:12+0000 lvl=info msg="Executing migration" logger=migrator id="add panel_id column to alert_rule" 2023-12-09T02:45:12.767 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:12 smithi023 bash[24949]: cluster 2023-12-09T02:45:10.797408+0000 mgr.y (mgr.14469) 57 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:12.767 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:12 smithi023 bash[30415]: cluster 2023-12-09T02:45:10.797408+0000 mgr.y (mgr.14469) 57 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:12.949 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:12 smithi172 bash[41159]: t=2023-12-09T02:45:12+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule on org_id, dashboard_uid and panel_id columns" 2023-12-09T02:45:12.950 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:12 smithi172 bash[41159]: t=2023-12-09T02:45:12+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_rule_version table" 2023-12-09T02:45:12.950 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:12 smithi172 bash[41159]: t=2023-12-09T02:45:12+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule_version table on rule_org_id, rule_uid and version columns" 2023-12-09T02:45:12.950 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:12 smithi172 bash[41159]: t=2023-12-09T02:45:12+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_rule_version table on rule_org_id, rule_namespace_uid and rule_group columns" 2023-12-09T02:45:12.950 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:12 smithi172 bash[41159]: t=2023-12-09T02:45:12+0000 lvl=info msg="Executing migration" logger=migrator id="alter alert_rule_version table data column to mediumtext in mysql" 2023-12-09T02:45:12.950 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:12 smithi172 bash[41159]: t=2023-12-09T02:45:12+0000 lvl=info msg="Executing migration" logger=migrator id="add column for to alert_rule_version" 2023-12-09T02:45:12.950 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:12 smithi172 bash[41159]: t=2023-12-09T02:45:12+0000 lvl=info msg="Executing migration" logger=migrator id="add column annotations to alert_rule_version" 2023-12-09T02:45:13.227 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:12 smithi172 bash[41159]: t=2023-12-09T02:45:12+0000 lvl=info msg="Executing migration" logger=migrator id="add column labels to alert_rule_version" 2023-12-09T02:45:13.227 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:13 smithi172 bash[41159]: t=2023-12-09T02:45:13+0000 lvl=info msg="Executing migration" logger=migrator id=create_alert_configuration_table 2023-12-09T02:45:13.228 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:13 smithi172 bash[41159]: t=2023-12-09T02:45:13+0000 lvl=info msg="Executing migration" logger=migrator id="Add column default in alert_configuration" 2023-12-09T02:45:13.228 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:13 smithi172 bash[41159]: t=2023-12-09T02:45:13+0000 lvl=info msg="Executing migration" logger=migrator id="alert alert_configuration alertmanager_configuration column from TEXT to MEDIUMTEXT if mysql" 2023-12-09T02:45:13.228 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:13 smithi172 bash[41159]: t=2023-12-09T02:45:13+0000 lvl=info msg="Executing migration" logger=migrator id="add column org_id in alert_configuration" 2023-12-09T02:45:13.228 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:13 smithi172 bash[41159]: t=2023-12-09T02:45:13+0000 lvl=info msg="Executing migration" logger=migrator id="add index in alert_configuration table on org_id column" 2023-12-09T02:45:13.228 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:13 smithi172 bash[41159]: t=2023-12-09T02:45:13+0000 lvl=info msg="Executing migration" logger=migrator id=create_ngalert_configuration_table 2023-12-09T02:45:13.498 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:13 smithi172 bash[41159]: t=2023-12-09T02:45:13+0000 lvl=info msg="Executing migration" logger=migrator id="add index in ngalert_configuration on org_id column" 2023-12-09T02:45:13.498 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:13 smithi172 bash[41159]: t=2023-12-09T02:45:13+0000 lvl=info msg="Executing migration" logger=migrator id="clear migration entry \"remove unified alerting data\"" 2023-12-09T02:45:13.498 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:13 smithi172 bash[41159]: t=2023-12-09T02:45:13+0000 lvl=info msg="Executing migration" logger=migrator id="move dashboard alerts to unified alerting" 2023-12-09T02:45:13.498 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:13 smithi172 bash[41159]: t=2023-12-09T02:45:13+0000 lvl=info msg="Executing migration" logger=migrator id="create library_element table v1" 2023-12-09T02:45:13.498 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:13 smithi172 bash[41159]: t=2023-12-09T02:45:13+0000 lvl=info msg="Executing migration" logger=migrator id="add index library_element org_id-folder_id-name-kind" 2023-12-09T02:45:13.498 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:13 smithi172 bash[41159]: t=2023-12-09T02:45:13+0000 lvl=info msg="Executing migration" logger=migrator id="create library_element_connection table v1" 2023-12-09T02:45:13.498 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:13 smithi172 bash[41159]: t=2023-12-09T02:45:13+0000 lvl=info msg="Executing migration" logger=migrator id="add index library_element_connection element_id-kind-connection_id" 2023-12-09T02:45:13.765 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:13 smithi172 bash[41159]: t=2023-12-09T02:45:13+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index library_element org_id_uid" 2023-12-09T02:45:13.765 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:13 smithi172 bash[41159]: t=2023-12-09T02:45:13+0000 lvl=info msg="Executing migration" logger=migrator id="clone move dashboard alerts to unified alerting" 2023-12-09T02:45:13.765 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:13 smithi172 bash[41159]: t=2023-12-09T02:45:13+0000 lvl=info msg="Executing migration" logger=migrator id="create data_keys table" 2023-12-09T02:45:13.765 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:13 smithi172 bash[41159]: t=2023-12-09T02:45:13+0000 lvl=info msg="Executing migration" logger=migrator id="create kv_store table v1" 2023-12-09T02:45:13.765 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:13 smithi172 bash[41159]: t=2023-12-09T02:45:13+0000 lvl=info msg="Executing migration" logger=migrator id="add index kv_store.org_id-namespace-key" 2023-12-09T02:45:13.765 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:13 smithi172 bash[41159]: t=2023-12-09T02:45:13+0000 lvl=info msg="Executing migration" logger=migrator id="update dashboard_uid and panel_id from existing annotations" 2023-12-09T02:45:13.765 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:13 smithi172 bash[41159]: t=2023-12-09T02:45:13+0000 lvl=info msg="Executing migration" logger=migrator id="create permission table" 2023-12-09T02:45:13.765 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:13 smithi172 bash[41159]: t=2023-12-09T02:45:13+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index permission.role_id" 2023-12-09T02:45:14.025 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:13 smithi172 bash[41159]: t=2023-12-09T02:45:13+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index role_id_action_scope" 2023-12-09T02:45:14.025 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:13 smithi172 bash[41159]: t=2023-12-09T02:45:13+0000 lvl=info msg="Executing migration" logger=migrator id="create role table" 2023-12-09T02:45:14.025 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:13 smithi172 bash[41159]: t=2023-12-09T02:45:13+0000 lvl=info msg="Executing migration" logger=migrator id="add column display_name" 2023-12-09T02:45:14.025 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:13 smithi172 bash[41159]: t=2023-12-09T02:45:13+0000 lvl=info msg="Executing migration" logger=migrator id="add column group_name" 2023-12-09T02:45:14.025 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:13 smithi172 bash[41159]: t=2023-12-09T02:45:13+0000 lvl=info msg="Executing migration" logger=migrator id="add index role.org_id" 2023-12-09T02:45:14.025 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:13 smithi172 bash[41159]: t=2023-12-09T02:45:13+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index role_org_id_name" 2023-12-09T02:45:14.183 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:45:13 smithi023 systemd[1]: Stopping Ceph alertmanager.a for 9eab968a-963b-11ee-95a3-87774f69a715... 2023-12-09T02:45:14.183 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:45:13 smithi023 bash[48764]: Error response from daemon: No such container: ceph-9eab968a-963b-11ee-95a3-87774f69a715-alertmanager.a 2023-12-09T02:45:14.183 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:45:14 smithi023 bash[46010]: level=info ts=2023-12-09T02:45:14.152Z caller=main.go:557 msg="Received SIGTERM, exiting gracefully..." 2023-12-09T02:45:14.277 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:14 smithi172 bash[41159]: t=2023-12-09T02:45:14+0000 lvl=info msg="Executing migration" logger=migrator id="add index role_org_id_uid" 2023-12-09T02:45:14.277 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:14 smithi172 bash[41159]: t=2023-12-09T02:45:14+0000 lvl=info msg="Executing migration" logger=migrator id="create team role table" 2023-12-09T02:45:14.277 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:14 smithi172 bash[41159]: t=2023-12-09T02:45:14+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_role.org_id" 2023-12-09T02:45:14.277 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:14 smithi172 bash[41159]: t=2023-12-09T02:45:14+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_role_org_id_team_id_role_id" 2023-12-09T02:45:14.278 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:14 smithi172 bash[41159]: t=2023-12-09T02:45:14+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_role.team_id" 2023-12-09T02:45:14.278 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:14 smithi172 bash[41159]: t=2023-12-09T02:45:14+0000 lvl=info msg="Executing migration" logger=migrator id="create user role table" 2023-12-09T02:45:14.278 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:14 smithi172 bash[41159]: t=2023-12-09T02:45:14+0000 lvl=info msg="Executing migration" logger=migrator id="add index user_role.org_id" 2023-12-09T02:45:14.579 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:14 smithi172 bash[25093]: cluster 2023-12-09T02:45:12.798075+0000 mgr.y (mgr.14469) 58 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:14.580 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:14 smithi172 bash[41159]: t=2023-12-09T02:45:14+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_role_org_id_user_id_role_id" 2023-12-09T02:45:14.580 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:14 smithi172 bash[41159]: t=2023-12-09T02:45:14+0000 lvl=info msg="Executing migration" logger=migrator id="add index user_role.user_id" 2023-12-09T02:45:14.580 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:14 smithi172 bash[41159]: t=2023-12-09T02:45:14+0000 lvl=info msg="Executing migration" logger=migrator id="create builtin role table" 2023-12-09T02:45:14.580 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:14 smithi172 bash[41159]: t=2023-12-09T02:45:14+0000 lvl=info msg="Executing migration" logger=migrator id="add index builtin_role.role_id" 2023-12-09T02:45:14.580 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:14 smithi172 bash[41159]: t=2023-12-09T02:45:14+0000 lvl=info msg="Executing migration" logger=migrator id="add index builtin_role.name" 2023-12-09T02:45:14.580 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:14 smithi172 bash[41159]: t=2023-12-09T02:45:14+0000 lvl=info msg="Executing migration" logger=migrator id="Add column org_id to builtin_role table" 2023-12-09T02:45:14.810 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:14 smithi023 bash[24949]: cluster 2023-12-09T02:45:12.798075+0000 mgr.y (mgr.14469) 58 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:14.811 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:14 smithi023 bash[30415]: cluster 2023-12-09T02:45:12.798075+0000 mgr.y (mgr.14469) 58 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:14.848 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:14 smithi172 bash[41159]: t=2023-12-09T02:45:14+0000 lvl=info msg="Executing migration" logger=migrator id="add index builtin_role.org_id" 2023-12-09T02:45:14.848 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:14 smithi172 bash[41159]: t=2023-12-09T02:45:14+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index builtin_role_org_id_role_id_role" 2023-12-09T02:45:14.849 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:14 smithi172 bash[41159]: t=2023-12-09T02:45:14+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index role_org_id_uid" 2023-12-09T02:45:14.849 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:14 smithi172 bash[41159]: t=2023-12-09T02:45:14+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index role.uid" 2023-12-09T02:45:14.849 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:14 smithi172 bash[41159]: t=2023-12-09T02:45:14+0000 lvl=info msg="Executing migration" logger=migrator id="create seed assignment table" 2023-12-09T02:45:14.849 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:14 smithi172 bash[41159]: t=2023-12-09T02:45:14+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index builtin_role_role_name" 2023-12-09T02:45:14.849 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:14 smithi172 bash[41159]: t=2023-12-09T02:45:14+0000 lvl=info msg="migrations completed" logger=migrator performed=381 skipped=0 duration=15.183940915s 2023-12-09T02:45:15.134 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:14 smithi172 bash[41159]: t=2023-12-09T02:45:14+0000 lvl=info msg="Created default organization" logger=sqlstore 2023-12-09T02:45:15.135 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:14 smithi172 bash[41159]: t=2023-12-09T02:45:14+0000 lvl=info msg="Initialising plugins" logger=plugin.manager 2023-12-09T02:45:15.135 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:14 smithi172 bash[41159]: t=2023-12-09T02:45:14+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=input 2023-12-09T02:45:15.135 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:14 smithi172 bash[41159]: t=2023-12-09T02:45:14+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=vonage-status-panel 2023-12-09T02:45:15.135 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:14 smithi172 bash[41159]: t=2023-12-09T02:45:14+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=grafana-piechart-panel 2023-12-09T02:45:15.135 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:14 smithi172 bash[41159]: t=2023-12-09T02:45:14+0000 lvl=info msg="Live Push Gateway initialization" logger=live.push_http 2023-12-09T02:45:15.135 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:15 smithi172 bash[41159]: t=2023-12-09T02:45:15+0000 lvl=warn msg="[Deprecated] the datasource provisioning config is outdated. please upgrade" logger=provisioning.datasources filename=/etc/grafana/provisioning/datasources/ceph-dashboard.yml 2023-12-09T02:45:15.135 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:15 smithi172 bash[41159]: t=2023-12-09T02:45:15+0000 lvl=info msg="inserting datasource from configuration " logger=provisioning.datasources name=Dashboard1 uid=P43CA22E17D0F9596 2023-12-09T02:45:15.498 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:15 smithi172 bash[41159]: t=2023-12-09T02:45:15+0000 lvl=info msg="warming cache for startup" logger=ngalert 2023-12-09T02:45:15.498 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:15 smithi172 bash[41159]: t=2023-12-09T02:45:15+0000 lvl=info msg="HTTP Server Listen" logger=http.server address=[::]:3000 protocol=https subUrl= socket= 2023-12-09T02:45:15.498 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:45:15 smithi172 bash[41159]: t=2023-12-09T02:45:15+0000 lvl=info msg="starting MultiOrg Alertmanager" logger=ngalert.multiorg.alertmanager 2023-12-09T02:45:16.267 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:45:16 smithi023 bash[48774]: ceph-9eab968a-963b-11ee-95a3-87774f69a715-alertmanager-a 2023-12-09T02:45:16.267 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:45:16 smithi023 bash[49107]: Error response from daemon: No such container: ceph-9eab968a-963b-11ee-95a3-87774f69a715-alertmanager.a 2023-12-09T02:45:16.425 INFO:teuthology.orchestra.run.smithi023.stdout:111669149747 2023-12-09T02:45:16.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:16 smithi172 bash[25093]: cluster 2023-12-09T02:45:14.798699+0000 mgr.y (mgr.14469) 59 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:16.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:16 smithi172 bash[25093]: audit 2023-12-09T02:45:16.422417+0000 mon.a (mon.0) 636 : audit [DBG] from='client.? 172.21.15.23:0/1521896855' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-09T02:45:16.767 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:16 smithi023 bash[24949]: cluster 2023-12-09T02:45:14.798699+0000 mgr.y (mgr.14469) 59 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:16.767 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:16 smithi023 bash[24949]: audit 2023-12-09T02:45:16.422417+0000 mon.a (mon.0) 636 : audit [DBG] from='client.? 172.21.15.23:0/1521896855' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-09T02:45:16.767 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:16 smithi023 bash[30415]: cluster 2023-12-09T02:45:14.798699+0000 mgr.y (mgr.14469) 59 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:16.767 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:16 smithi023 bash[30415]: audit 2023-12-09T02:45:16.422417+0000 mon.a (mon.0) 636 : audit [DBG] from='client.? 172.21.15.23:0/1521896855' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-09T02:45:17.267 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:45:17 smithi023 systemd[1]: ceph-9eab968a-963b-11ee-95a3-87774f69a715@alertmanager.a.service: Succeeded. 2023-12-09T02:45:17.267 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:45:17 smithi023 systemd[1]: Stopped Ceph alertmanager.a for 9eab968a-963b-11ee-95a3-87774f69a715. 2023-12-09T02:45:17.267 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:45:17 smithi023 systemd[1]: Started Ceph alertmanager.a for 9eab968a-963b-11ee-95a3-87774f69a715. 2023-12-09T02:45:18.248 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:45:17 smithi172 bash[26000]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:45:17] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:45:18.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:18 smithi172 bash[25093]: cluster 2023-12-09T02:45:16.799356+0000 mgr.y (mgr.14469) 60 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:18.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:18 smithi172 bash[25093]: audit 2023-12-09T02:45:17.142731+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:45:18.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:18 smithi172 bash[25093]: cephadm 2023-12-09T02:45:17.146260+0000 mgr.y (mgr.14469) 61 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-09T02:45:18.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:18 smithi172 bash[25093]: cephadm 2023-12-09T02:45:17.151867+0000 mgr.y (mgr.14469) 62 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi172 2023-12-09T02:45:18.433 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:18 smithi023 bash[24949]: cluster 2023-12-09T02:45:16.799356+0000 mgr.y (mgr.14469) 60 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:18.433 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:18 smithi023 bash[24949]: audit 2023-12-09T02:45:17.142731+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:45:18.433 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:18 smithi023 bash[24949]: cephadm 2023-12-09T02:45:17.146260+0000 mgr.y (mgr.14469) 61 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-09T02:45:18.433 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:18 smithi023 bash[24949]: cephadm 2023-12-09T02:45:17.151867+0000 mgr.y (mgr.14469) 62 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi172 2023-12-09T02:45:18.433 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:18 smithi023 bash[30415]: cluster 2023-12-09T02:45:16.799356+0000 mgr.y (mgr.14469) 60 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:18.433 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:18 smithi023 bash[30415]: audit 2023-12-09T02:45:17.142731+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:45:18.434 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:18 smithi023 bash[30415]: cephadm 2023-12-09T02:45:17.146260+0000 mgr.y (mgr.14469) 61 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-09T02:45:18.434 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:18 smithi023 bash[30415]: cephadm 2023-12-09T02:45:17.151867+0000 mgr.y (mgr.14469) 62 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi172 2023-12-09T02:45:19.084 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:45:18 smithi023 bash[25223]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:45:18] "GET /metrics HTTP/1.1" 200 191504 "" "Prometheus/2.33.4" 2023-12-09T02:45:20.267 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:20 smithi023 bash[24949]: cluster 2023-12-09T02:45:18.799972+0000 mgr.y (mgr.14469) 63 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:20.267 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:20 smithi023 bash[30415]: cluster 2023-12-09T02:45:18.799972+0000 mgr.y (mgr.14469) 63 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:20.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:20 smithi172 bash[25093]: cluster 2023-12-09T02:45:18.799972+0000 mgr.y (mgr.14469) 63 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:20.632 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149744 got 111669149747 for osd.3 2023-12-09T02:45:20.632 DEBUG:teuthology.parallel:result is None 2023-12-09T02:45:21.820 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:45:21 smithi172 systemd[1]: Stopping Ceph prometheus.a for 9eab968a-963b-11ee-95a3-87774f69a715... 2023-12-09T02:45:21.820 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:45:21 smithi172 bash[41721]: Error response from daemon: No such container: ceph-9eab968a-963b-11ee-95a3-87774f69a715-prometheus.a 2023-12-09T02:45:21.820 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:45:21 smithi172 bash[40271]: ts=2023-12-09T02:45:21.618Z caller=main.go:775 level=warn msg="Received SIGTERM, exiting gracefully..." 2023-12-09T02:45:21.820 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:45:21 smithi172 bash[40271]: ts=2023-12-09T02:45:21.618Z caller=main.go:798 level=info msg="Stopping scrape discovery manager..." 2023-12-09T02:45:21.820 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:45:21 smithi172 bash[40271]: ts=2023-12-09T02:45:21.618Z caller=main.go:812 level=info msg="Stopping notify discovery manager..." 2023-12-09T02:45:21.820 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:45:21 smithi172 bash[40271]: ts=2023-12-09T02:45:21.618Z caller=main.go:834 level=info msg="Stopping scrape manager..." 2023-12-09T02:45:21.821 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:45:21 smithi172 bash[40271]: ts=2023-12-09T02:45:21.618Z caller=main.go:808 level=info msg="Notify discovery manager stopped" 2023-12-09T02:45:21.821 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:45:21 smithi172 bash[40271]: ts=2023-12-09T02:45:21.618Z caller=main.go:794 level=info msg="Scrape discovery manager stopped" 2023-12-09T02:45:21.821 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:45:21 smithi172 bash[40271]: ts=2023-12-09T02:45:21.619Z caller=manager.go:945 level=info component="rule manager" msg="Stopping rule manager..." 2023-12-09T02:45:21.821 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:45:21 smithi172 bash[40271]: ts=2023-12-09T02:45:21.619Z caller=main.go:828 level=info msg="Scrape manager stopped" 2023-12-09T02:45:21.821 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:45:21 smithi172 bash[40271]: ts=2023-12-09T02:45:21.619Z caller=manager.go:955 level=info component="rule manager" msg="Rule manager stopped" 2023-12-09T02:45:21.821 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:45:21 smithi172 bash[40271]: ts=2023-12-09T02:45:21.620Z caller=notifier.go:600 level=info component=notifier msg="Stopping notification manager..." 2023-12-09T02:45:21.821 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:45:21 smithi172 bash[40271]: ts=2023-12-09T02:45:21.620Z caller=main.go:1054 level=info msg="Notifier manager stopped" 2023-12-09T02:45:21.821 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:45:21 smithi172 bash[40271]: ts=2023-12-09T02:45:21.620Z caller=main.go:1066 level=info msg="See you next time!" 2023-12-09T02:45:22.396 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:22 smithi172 bash[25093]: cluster 2023-12-09T02:45:20.800549+0000 mgr.y (mgr.14469) 64 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:22.397 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:45:22 smithi172 bash[41730]: ceph-9eab968a-963b-11ee-95a3-87774f69a715-prometheus-a 2023-12-09T02:45:22.397 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:45:22 smithi172 bash[41768]: Error response from daemon: No such container: ceph-9eab968a-963b-11ee-95a3-87774f69a715-prometheus.a 2023-12-09T02:45:22.397 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:45:22 smithi172 systemd[1]: ceph-9eab968a-963b-11ee-95a3-87774f69a715@prometheus.a.service: Succeeded. 2023-12-09T02:45:22.397 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:45:22 smithi172 systemd[1]: Stopped Ceph prometheus.a for 9eab968a-963b-11ee-95a3-87774f69a715. 2023-12-09T02:45:22.397 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:45:22 smithi172 systemd[1]: Started Ceph prometheus.a for 9eab968a-963b-11ee-95a3-87774f69a715. 2023-12-09T02:45:22.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:22 smithi023 bash[24949]: cluster 2023-12-09T02:45:20.800549+0000 mgr.y (mgr.14469) 64 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:22.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:22 smithi023 bash[30415]: cluster 2023-12-09T02:45:20.800549+0000 mgr.y (mgr.14469) 64 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:23.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:23 smithi023 bash[30415]: audit 2023-12-09T02:45:22.376393+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:45:23.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:23 smithi023 bash[30415]: audit 2023-12-09T02:45:22.387454+0000 mgr.y (mgr.14469) 65 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-09T02:45:23.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:23 smithi023 bash[30415]: audit 2023-12-09T02:45:22.389197+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-09T02:45:23.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:23 smithi023 bash[30415]: audit 2023-12-09T02:45:22.390603+0000 mgr.y (mgr.14469) 66 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.23:9093"}]: dispatch 2023-12-09T02:45:23.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:23 smithi023 bash[30415]: audit 2023-12-09T02:45:22.392693+0000 mon.b (mon.2) 61 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.23:9093"}]: dispatch 2023-12-09T02:45:23.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:23 smithi023 bash[30415]: audit 2023-12-09T02:45:22.404703+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:45:23.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:23 smithi023 bash[30415]: audit 2023-12-09T02:45:22.415281+0000 mgr.y (mgr.14469) 67 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-09T02:45:23.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:23 smithi023 bash[30415]: audit 2023-12-09T02:45:22.417369+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-09T02:45:23.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:23 smithi023 bash[30415]: audit 2023-12-09T02:45:22.426318+0000 mgr.y (mgr.14469) 68 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.172:9095"}]: dispatch 2023-12-09T02:45:23.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:23 smithi023 bash[30415]: audit 2023-12-09T02:45:22.428290+0000 mon.b (mon.2) 63 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.172:9095"}]: dispatch 2023-12-09T02:45:23.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:23 smithi023 bash[30415]: audit 2023-12-09T02:45:22.432696+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:45:23.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:23 smithi023 bash[30415]: audit 2023-12-09T02:45:22.445441+0000 mgr.y (mgr.14469) 69 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-09T02:45:23.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:23 smithi023 bash[30415]: audit 2023-12-09T02:45:22.447491+0000 mon.b (mon.2) 64 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-09T02:45:23.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:23 smithi023 bash[30415]: audit 2023-12-09T02:45:22.459508+0000 mgr.y (mgr.14469) 70 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.172:3000"}]: dispatch 2023-12-09T02:45:23.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:23 smithi023 bash[30415]: audit 2023-12-09T02:45:22.461514+0000 mon.b (mon.2) 65 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.172:3000"}]: dispatch 2023-12-09T02:45:23.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:23 smithi023 bash[30415]: audit 2023-12-09T02:45:22.467781+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:45:23.519 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:23 smithi023 bash[30415]: audit 2023-12-09T02:45:22.476950+0000 mon.b (mon.2) 66 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:45:23.519 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:23 smithi023 bash[30415]: audit 2023-12-09T02:45:22.479534+0000 mon.b (mon.2) 67 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:45:23.519 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:23 smithi023 bash[30415]: audit 2023-12-09T02:45:22.481360+0000 mon.b (mon.2) 68 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:45:23.519 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:23 smithi023 bash[24949]: audit 2023-12-09T02:45:22.376393+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:45:23.519 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:23 smithi023 bash[24949]: audit 2023-12-09T02:45:22.387454+0000 mgr.y (mgr.14469) 65 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-09T02:45:23.519 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:23 smithi023 bash[24949]: audit 2023-12-09T02:45:22.389197+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-09T02:45:23.519 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:23 smithi023 bash[24949]: audit 2023-12-09T02:45:22.390603+0000 mgr.y (mgr.14469) 66 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.23:9093"}]: dispatch 2023-12-09T02:45:23.519 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:23 smithi023 bash[24949]: audit 2023-12-09T02:45:22.392693+0000 mon.b (mon.2) 61 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.23:9093"}]: dispatch 2023-12-09T02:45:23.519 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:23 smithi023 bash[24949]: audit 2023-12-09T02:45:22.404703+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:45:23.519 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:23 smithi023 bash[24949]: audit 2023-12-09T02:45:22.415281+0000 mgr.y (mgr.14469) 67 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-09T02:45:23.519 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:23 smithi023 bash[24949]: audit 2023-12-09T02:45:22.417369+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-09T02:45:23.519 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:23 smithi023 bash[24949]: audit 2023-12-09T02:45:22.426318+0000 mgr.y (mgr.14469) 68 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.172:9095"}]: dispatch 2023-12-09T02:45:23.519 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:23 smithi023 bash[24949]: audit 2023-12-09T02:45:22.428290+0000 mon.b (mon.2) 63 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.172:9095"}]: dispatch 2023-12-09T02:45:23.520 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:23 smithi023 bash[24949]: audit 2023-12-09T02:45:22.432696+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:45:23.520 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:23 smithi023 bash[24949]: audit 2023-12-09T02:45:22.445441+0000 mgr.y (mgr.14469) 69 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-09T02:45:23.520 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:23 smithi023 bash[24949]: audit 2023-12-09T02:45:22.447491+0000 mon.b (mon.2) 64 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-09T02:45:23.520 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:23 smithi023 bash[24949]: audit 2023-12-09T02:45:22.459508+0000 mgr.y (mgr.14469) 70 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.172:3000"}]: dispatch 2023-12-09T02:45:23.520 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:23 smithi023 bash[24949]: audit 2023-12-09T02:45:22.461514+0000 mon.b (mon.2) 65 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.172:3000"}]: dispatch 2023-12-09T02:45:23.520 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:23 smithi023 bash[24949]: audit 2023-12-09T02:45:22.467781+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:45:23.520 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:23 smithi023 bash[24949]: audit 2023-12-09T02:45:22.476950+0000 mon.b (mon.2) 66 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:45:23.520 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:23 smithi023 bash[24949]: audit 2023-12-09T02:45:22.479534+0000 mon.b (mon.2) 67 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:45:23.520 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:23 smithi023 bash[24949]: audit 2023-12-09T02:45:22.481360+0000 mon.b (mon.2) 68 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:45:23.736 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:45:23 smithi172 bash[41796]: ts=2023-12-09T02:45:23.574Z caller=main.go:475 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2023-12-09T02:45:23.737 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:45:23 smithi172 bash[41796]: ts=2023-12-09T02:45:23.574Z caller=main.go:512 level=info msg="Starting Prometheus" version="(version=2.33.4, branch=HEAD, revision=83032011a5d3e6102624fe58241a374a7201fee8)" 2023-12-09T02:45:23.737 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:45:23 smithi172 bash[41796]: ts=2023-12-09T02:45:23.574Z caller=main.go:517 level=info build_context="(go=go1.17.7, user=root@d13bf69e7be8, date=20220222-16:51:28)" 2023-12-09T02:45:23.737 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:45:23 smithi172 bash[41796]: ts=2023-12-09T02:45:23.574Z caller=main.go:518 level=info host_details="(Linux 5.4.0-169-generic #187-Ubuntu SMP Thu Nov 23 14:52:28 UTC 2023 x86_64 smithi172 (none))" 2023-12-09T02:45:23.737 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:45:23 smithi172 bash[41796]: ts=2023-12-09T02:45:23.574Z caller=main.go:519 level=info fd_limits="(soft=1048576, hard=1048576)" 2023-12-09T02:45:23.737 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:45:23 smithi172 bash[41796]: ts=2023-12-09T02:45:23.574Z caller=main.go:520 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2023-12-09T02:45:23.737 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:45:23 smithi172 bash[41796]: ts=2023-12-09T02:45:23.577Z caller=web.go:570 level=info component=web msg="Start listening for connections" address=:9095 2023-12-09T02:45:23.737 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:45:23 smithi172 bash[41796]: ts=2023-12-09T02:45:23.578Z caller=main.go:923 level=info msg="Starting TSDB ..." 2023-12-09T02:45:23.737 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:45:23 smithi172 bash[41796]: ts=2023-12-09T02:45:23.582Z caller=tls_config.go:195 level=info component=web msg="TLS is disabled." http2=false 2023-12-09T02:45:23.737 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:45:23 smithi172 bash[41796]: ts=2023-12-09T02:45:23.585Z caller=head.go:493 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2023-12-09T02:45:23.737 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:45:23 smithi172 bash[41796]: ts=2023-12-09T02:45:23.585Z caller=head.go:527 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=3.322µs 2023-12-09T02:45:23.737 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:45:23 smithi172 bash[41796]: ts=2023-12-09T02:45:23.585Z caller=head.go:533 level=info component=tsdb msg="Replaying WAL, this may take a while" 2023-12-09T02:45:23.737 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:45:23 smithi172 bash[41796]: ts=2023-12-09T02:45:23.736Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=1 2023-12-09T02:45:23.738 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:23 smithi172 bash[25093]: audit 2023-12-09T02:45:22.376393+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:45:23.738 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:23 smithi172 bash[25093]: audit 2023-12-09T02:45:22.387454+0000 mgr.y (mgr.14469) 65 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-09T02:45:23.738 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:23 smithi172 bash[25093]: audit 2023-12-09T02:45:22.389197+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-09T02:45:23.738 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:23 smithi172 bash[25093]: audit 2023-12-09T02:45:22.390603+0000 mgr.y (mgr.14469) 66 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.23:9093"}]: dispatch 2023-12-09T02:45:23.738 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:23 smithi172 bash[25093]: audit 2023-12-09T02:45:22.392693+0000 mon.b (mon.2) 61 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.23:9093"}]: dispatch 2023-12-09T02:45:23.738 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:23 smithi172 bash[25093]: audit 2023-12-09T02:45:22.404703+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:45:23.738 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:23 smithi172 bash[25093]: audit 2023-12-09T02:45:22.415281+0000 mgr.y (mgr.14469) 67 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-09T02:45:23.738 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:23 smithi172 bash[25093]: audit 2023-12-09T02:45:22.417369+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-09T02:45:23.738 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:23 smithi172 bash[25093]: audit 2023-12-09T02:45:22.426318+0000 mgr.y (mgr.14469) 68 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.172:9095"}]: dispatch 2023-12-09T02:45:23.738 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:23 smithi172 bash[25093]: audit 2023-12-09T02:45:22.428290+0000 mon.b (mon.2) 63 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.172:9095"}]: dispatch 2023-12-09T02:45:23.738 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:23 smithi172 bash[25093]: audit 2023-12-09T02:45:22.432696+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:45:23.738 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:23 smithi172 bash[25093]: audit 2023-12-09T02:45:22.445441+0000 mgr.y (mgr.14469) 69 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-09T02:45:23.739 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:23 smithi172 bash[25093]: audit 2023-12-09T02:45:22.447491+0000 mon.b (mon.2) 64 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-09T02:45:23.739 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:23 smithi172 bash[25093]: audit 2023-12-09T02:45:22.459508+0000 mgr.y (mgr.14469) 70 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.172:3000"}]: dispatch 2023-12-09T02:45:23.740 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:23 smithi172 bash[25093]: audit 2023-12-09T02:45:22.461514+0000 mon.b (mon.2) 65 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.172:3000"}]: dispatch 2023-12-09T02:45:23.740 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:23 smithi172 bash[25093]: audit 2023-12-09T02:45:22.467781+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:45:23.740 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:23 smithi172 bash[25093]: audit 2023-12-09T02:45:22.476950+0000 mon.b (mon.2) 66 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:45:23.740 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:23 smithi172 bash[25093]: audit 2023-12-09T02:45:22.479534+0000 mon.b (mon.2) 67 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:45:23.740 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:23 smithi172 bash[25093]: audit 2023-12-09T02:45:22.481360+0000 mon.b (mon.2) 68 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:45:23.998 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:45:23 smithi172 bash[41796]: ts=2023-12-09T02:45:23.737Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=1 2023-12-09T02:45:23.998 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:45:23 smithi172 bash[41796]: ts=2023-12-09T02:45:23.737Z caller=head.go:610 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=62.146µs wal_replay_duration=151.63947ms total_replay_duration=151.729375ms 2023-12-09T02:45:23.998 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:45:23 smithi172 bash[41796]: ts=2023-12-09T02:45:23.741Z caller=main.go:944 level=info fs_type=XFS_SUPER_MAGIC 2023-12-09T02:45:23.998 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:45:23 smithi172 bash[41796]: ts=2023-12-09T02:45:23.741Z caller=main.go:947 level=info msg="TSDB started" 2023-12-09T02:45:23.998 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:45:23 smithi172 bash[41796]: ts=2023-12-09T02:45:23.741Z caller=main.go:1128 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2023-12-09T02:45:23.998 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:45:23 smithi172 bash[41796]: ts=2023-12-09T02:45:23.773Z caller=main.go:1165 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=31.922218ms db_storage=1.213µs remote_storage=1.806µs web_handler=535ns query_engine=1.136µs scrape=365.512µs scrape_sd=37.683µs notify=29.261µs notify_sd=11.256µs rules=31.052365ms 2023-12-09T02:45:23.999 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:45:23 smithi172 bash[41796]: ts=2023-12-09T02:45:23.773Z caller=main.go:896 level=info msg="Server is ready to receive web requests." 2023-12-09T02:45:24.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:24 smithi172 bash[25093]: cluster 2023-12-09T02:45:22.801184+0000 mgr.y (mgr.14469) 71 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:24.767 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:24 smithi023 bash[24949]: cluster 2023-12-09T02:45:22.801184+0000 mgr.y (mgr.14469) 71 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:24.767 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:24 smithi023 bash[30415]: cluster 2023-12-09T02:45:22.801184+0000 mgr.y (mgr.14469) 71 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:25.517 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:45:25 smithi023 bash[49219]: level=info ts=2023-12-09T02:45:25.352Z caller=main.go:225 msg="Starting Alertmanager" version="(version=0.23.0, branch=HEAD, revision=61046b17771a57cfd4c4a51be370ab930a4d7d54)" 2023-12-09T02:45:25.517 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:45:25 smithi023 bash[49219]: level=info ts=2023-12-09T02:45:25.352Z caller=main.go:226 build_context="(go=go1.16.7, user=root@e21a959be8d2, date=20210825-10:48:55)" 2023-12-09T02:45:25.517 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:45:25 smithi023 bash[49219]: level=info ts=2023-12-09T02:45:25.356Z caller=cluster.go:184 component=cluster msg="setting advertise address explicitly" addr=172.21.15.23 port=9094 2023-12-09T02:45:25.517 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:45:25 smithi023 bash[49219]: level=info ts=2023-12-09T02:45:25.357Z caller=cluster.go:671 component=cluster msg="Waiting for gossip to settle..." interval=2s 2023-12-09T02:45:25.517 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:45:25 smithi023 bash[49219]: level=info ts=2023-12-09T02:45:25.408Z caller=coordinator.go:113 component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2023-12-09T02:45:25.517 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:45:25 smithi023 bash[49219]: level=info ts=2023-12-09T02:45:25.409Z caller=coordinator.go:126 component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2023-12-09T02:45:25.518 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:45:25 smithi023 bash[49219]: level=info ts=2023-12-09T02:45:25.412Z caller=main.go:518 msg=Listening address=:9093 2023-12-09T02:45:25.518 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:45:25 smithi023 bash[49219]: level=info ts=2023-12-09T02:45:25.413Z caller=tls_config.go:191 msg="TLS is disabled." http2=false 2023-12-09T02:45:25.710 INFO:teuthology.orchestra.run.smithi023.stdout:236223201302 2023-12-09T02:45:25.758 INFO:teuthology.orchestra.run.smithi023.stdout:167503724583 2023-12-09T02:45:26.381 INFO:teuthology.orchestra.run.smithi023.stdout:133143986222 2023-12-09T02:45:26.487 INFO:teuthology.orchestra.run.smithi023.stdout:34359738443 2023-12-09T02:45:26.712 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:26 smithi172 bash[25093]: cluster 2023-12-09T02:45:24.801790+0000 mgr.y (mgr.14469) 72 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:26.713 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:26 smithi172 bash[25093]: audit 2023-12-09T02:45:25.707632+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.23:0/4172189349' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-09T02:45:26.713 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:26 smithi172 bash[25093]: audit 2023-12-09T02:45:25.755640+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.23:0/431257155' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-09T02:45:26.713 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:26 smithi172 bash[25093]: audit 2023-12-09T02:45:26.131345+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:45:26.713 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:26 smithi172 bash[25093]: audit 2023-12-09T02:45:26.378841+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.23:0/3010544076' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-09T02:45:26.713 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:26 smithi172 bash[25093]: audit 2023-12-09T02:45:26.437571+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:45:26.767 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:26 smithi023 bash[30415]: cluster 2023-12-09T02:45:24.801790+0000 mgr.y (mgr.14469) 72 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:26.767 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:26 smithi023 bash[30415]: audit 2023-12-09T02:45:25.707632+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.23:0/4172189349' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-09T02:45:26.767 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:26 smithi023 bash[30415]: audit 2023-12-09T02:45:25.755640+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.23:0/431257155' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-09T02:45:26.767 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:26 smithi023 bash[30415]: audit 2023-12-09T02:45:26.131345+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:45:26.767 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:26 smithi023 bash[30415]: audit 2023-12-09T02:45:26.378841+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.23:0/3010544076' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-09T02:45:26.767 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:26 smithi023 bash[30415]: audit 2023-12-09T02:45:26.437571+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:45:26.767 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:26 smithi023 bash[24949]: cluster 2023-12-09T02:45:24.801790+0000 mgr.y (mgr.14469) 72 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:26.768 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:26 smithi023 bash[24949]: audit 2023-12-09T02:45:25.707632+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.23:0/4172189349' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-09T02:45:26.768 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:26 smithi023 bash[24949]: audit 2023-12-09T02:45:25.755640+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.23:0/431257155' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-09T02:45:26.768 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:26 smithi023 bash[24949]: audit 2023-12-09T02:45:26.131345+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:45:26.768 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:26 smithi023 bash[24949]: audit 2023-12-09T02:45:26.378841+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.23:0/3010544076' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-09T02:45:26.768 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:26 smithi023 bash[24949]: audit 2023-12-09T02:45:26.437571+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:45:27.478 INFO:teuthology.orchestra.run.smithi023.stdout:201863462943 2023-12-09T02:45:27.484 INFO:teuthology.orchestra.run.smithi023.stdout:55834574916 2023-12-09T02:45:27.493 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:45:27 smithi023 bash[49219]: level=info ts=2023-12-09T02:45:27.358Z caller=cluster.go:696 component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000224086s 2023-12-09T02:45:27.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:27 smithi172 bash[25093]: audit 2023-12-09T02:45:26.484756+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.23:0/485423811' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-09T02:45:27.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:27 smithi172 bash[25093]: audit 2023-12-09T02:45:26.732808+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:45:27.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:27 smithi172 bash[25093]: audit 2023-12-09T02:45:26.747205+0000 mon.b (mon.2) 69 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:45:27.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:27 smithi172 bash[25093]: audit 2023-12-09T02:45:26.749472+0000 mon.b (mon.2) 70 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:45:27.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:27 smithi172 bash[25093]: audit 2023-12-09T02:45:26.751166+0000 mon.b (mon.2) 71 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:45:27.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:27 smithi172 bash[25093]: audit 2023-12-09T02:45:27.476063+0000 mon.a (mon.0) 645 : audit [DBG] from='client.? 172.21.15.23:0/725614989' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-09T02:45:27.756 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:27 smithi023 bash[24949]: audit 2023-12-09T02:45:26.484756+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.23:0/485423811' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-09T02:45:27.756 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:27 smithi023 bash[24949]: audit 2023-12-09T02:45:26.732808+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:45:27.756 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:27 smithi023 bash[24949]: audit 2023-12-09T02:45:26.747205+0000 mon.b (mon.2) 69 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:45:27.756 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:27 smithi023 bash[24949]: audit 2023-12-09T02:45:26.749472+0000 mon.b (mon.2) 70 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:45:27.756 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:27 smithi023 bash[24949]: audit 2023-12-09T02:45:26.751166+0000 mon.b (mon.2) 71 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:45:27.756 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:27 smithi023 bash[24949]: audit 2023-12-09T02:45:27.476063+0000 mon.a (mon.0) 645 : audit [DBG] from='client.? 172.21.15.23:0/725614989' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-09T02:45:27.756 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:27 smithi023 bash[30415]: audit 2023-12-09T02:45:26.484756+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.23:0/485423811' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-09T02:45:27.756 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:27 smithi023 bash[30415]: audit 2023-12-09T02:45:26.732808+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:45:27.756 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:27 smithi023 bash[30415]: audit 2023-12-09T02:45:26.747205+0000 mon.b (mon.2) 69 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:45:27.756 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:27 smithi023 bash[30415]: audit 2023-12-09T02:45:26.749472+0000 mon.b (mon.2) 70 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:45:27.756 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:27 smithi023 bash[30415]: audit 2023-12-09T02:45:26.751166+0000 mon.b (mon.2) 71 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:45:27.757 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:27 smithi023 bash[30415]: audit 2023-12-09T02:45:27.476063+0000 mon.a (mon.0) 645 : audit [DBG] from='client.? 172.21.15.23:0/725614989' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-09T02:45:27.757 INFO:tasks.cephadm.ceph_manager.ceph:need seq 236223201298 got 236223201302 for osd.7 2023-12-09T02:45:27.757 DEBUG:teuthology.parallel:result is None 2023-12-09T02:45:28.569 INFO:tasks.cephadm.ceph_manager.ceph:need seq 167503724579 got 167503724583 for osd.5 2023-12-09T02:45:28.569 DEBUG:teuthology.parallel:result is None 2023-12-09T02:45:28.738 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:28 smithi023 bash[30415]: cluster 2023-12-09T02:45:26.802400+0000 mgr.y (mgr.14469) 73 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:28.738 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:28 smithi023 bash[30415]: audit 2023-12-09T02:45:27.481674+0000 mon.a (mon.0) 646 : audit [DBG] from='client.? 172.21.15.23:0/2878598786' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-09T02:45:28.738 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:28 smithi023 bash[24949]: cluster 2023-12-09T02:45:26.802400+0000 mgr.y (mgr.14469) 73 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:28.738 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:28 smithi023 bash[24949]: audit 2023-12-09T02:45:27.481674+0000 mon.a (mon.0) 646 : audit [DBG] from='client.? 172.21.15.23:0/2878598786' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-09T02:45:28.739 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986218 got 133143986222 for osd.4 2023-12-09T02:45:28.739 DEBUG:teuthology.parallel:result is None 2023-12-09T02:45:28.888 INFO:teuthology.orchestra.run.smithi023.stdout:77309411389 2023-12-09T02:45:28.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:28 smithi172 bash[25093]: cluster 2023-12-09T02:45:26.802400+0000 mgr.y (mgr.14469) 73 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:28.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:28 smithi172 bash[25093]: audit 2023-12-09T02:45:27.481674+0000 mon.a (mon.0) 646 : audit [DBG] from='client.? 172.21.15.23:0/2878598786' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-09T02:45:29.863 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:29 smithi023 bash[24949]: audit 2023-12-09T02:45:28.885859+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.23:0/2730768091' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-09T02:45:29.863 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:29 smithi023 bash[30415]: audit 2023-12-09T02:45:28.885859+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.23:0/2730768091' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-09T02:45:30.000 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:29 smithi172 bash[25093]: audit 2023-12-09T02:45:28.885859+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.23:0/2730768091' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-09T02:45:30.170 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738439 got 34359738443 for osd.0 2023-12-09T02:45:30.170 DEBUG:teuthology.parallel:result is None 2023-12-09T02:45:30.229 INFO:tasks.cephadm.ceph_manager.ceph:need seq 201863462939 got 201863462943 for osd.6 2023-12-09T02:45:30.229 DEBUG:teuthology.parallel:result is None 2023-12-09T02:45:30.258 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574912 got 55834574916 for osd.1 2023-12-09T02:45:30.259 DEBUG:teuthology.parallel:result is None 2023-12-09T02:45:30.265 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411384 got 77309411389 for osd.2 2023-12-09T02:45:30.266 DEBUG:teuthology.parallel:result is None 2023-12-09T02:45:30.266 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-12-09T02:45:30.266 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -- ceph pg dump --format=json 2023-12-09T02:45:30.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:30 smithi172 bash[25093]: cluster 2023-12-09T02:45:28.802965+0000 mgr.y (mgr.14469) 74 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:31.017 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:30 smithi023 bash[24949]: cluster 2023-12-09T02:45:28.802965+0000 mgr.y (mgr.14469) 74 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:31.017 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:30 smithi023 bash[30415]: cluster 2023-12-09T02:45:28.802965+0000 mgr.y (mgr.14469) 74 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:31.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:31 smithi172 bash[25093]: audit 2023-12-09T02:45:30.627157+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:45:31.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:31 smithi172 bash[25093]: audit 2023-12-09T02:45:30.641977+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:45:32.017 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:31 smithi023 bash[24949]: audit 2023-12-09T02:45:30.627157+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:45:32.017 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:31 smithi023 bash[24949]: audit 2023-12-09T02:45:30.641977+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:45:32.018 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:31 smithi023 bash[30415]: audit 2023-12-09T02:45:30.627157+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:45:32.018 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:31 smithi023 bash[30415]: audit 2023-12-09T02:45:30.641977+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:45:32.995 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/9eab968a-963b-11ee-95a3-87774f69a715/mon.a/config 2023-12-09T02:45:32.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:32 smithi172 bash[25093]: cluster 2023-12-09T02:45:30.803541+0000 mgr.y (mgr.14469) 75 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:33.017 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:32 smithi023 bash[24949]: cluster 2023-12-09T02:45:30.803541+0000 mgr.y (mgr.14469) 75 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:33.017 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:32 smithi023 bash[30415]: cluster 2023-12-09T02:45:30.803541+0000 mgr.y (mgr.14469) 75 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:34.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:34 smithi172 bash[25093]: cluster 2023-12-09T02:45:32.804242+0000 mgr.y (mgr.14469) 76 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:35.017 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:34 smithi023 bash[24949]: cluster 2023-12-09T02:45:32.804242+0000 mgr.y (mgr.14469) 76 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:35.017 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:34 smithi023 bash[30415]: cluster 2023-12-09T02:45:32.804242+0000 mgr.y (mgr.14469) 76 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:35.640 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:45:35 smithi023 bash[49219]: level=info ts=2023-12-09T02:45:35.361Z caller=cluster.go:688 component=cluster msg="gossip settled; proceeding" elapsed=10.003086912s 2023-12-09T02:45:36.038 INFO:teuthology.orchestra.run.smithi023.stdout: 2023-12-09T02:45:36.040 INFO:teuthology.orchestra.run.smithi023.stderr:dumped all 2023-12-09T02:45:36.763 INFO:teuthology.orchestra.run.smithi023.stdout:{"pg_ready":true,"pg_map":{"version":50,"stamp":"2023-12-09T02:45:34.804570+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":48968,"kb_used_data":6152,"kb_used_omap":0,"kb_used_meta":42752,"kb_avail":749912248,"statfs":{"total":767960285184,"available":767910141952,"internally_reserved":0,"allocated":6299648,"data_stored":3510830,"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.003701"},"pg_stats":[{"pgid":"1.0","version":"60'128","reported_seq":266,"reported_epoch":60,"state":"active+clean","last_fresh":"2023-12-09T02:44:01.181444+0000","last_change":"2023-12-09T02:43:38.479870+0000","last_active":"2023-12-09T02:44:01.181444+0000","last_peered":"2023-12-09T02:44:01.181444+0000","last_clean":"2023-12-09T02:44:01.181444+0000","last_became_active":"2023-12-09T02:43:38.478610+0000","last_became_peered":"2023-12-09T02:43:38.478610+0000","last_unstale":"2023-12-09T02:44:01.181444+0000","last_undegraded":"2023-12-09T02:44:01.181444+0000","last_fullsized":"2023-12-09T02:44:01.181444+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-09T02:40:33.195885+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-09T02:40:33.195885+0000","last_clean_scrub_stamp":"2023-12-09T02:40:33.195885+0000","objects_scrubbed":0,"log_size":128,"ondisk_log_size":128,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-12-10T11:28:48.023301+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":212,"num_read_kb":306,"num_write":179,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":212,"num_read_kb":306,"num_write":179,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1597440,"data_stored":1586784,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":128,"ondisk_log_size":128,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":7,"up_from":55,"seq":236223201304,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6092,"kb_used_data":1092,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739060,"statfs":{"total":95995035648,"available":95988797440,"internally_reserved":0,"allocated":1118208,"data_stored":769265,"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 Dec 9 02:44:38 2023","interfaces":[{"interface":"back","average":{"1min":1.0680000000000001,"5min":1.0680000000000001,"15min":1.0680000000000001},"min":{"1min":0.67300000000000004,"5min":0.67300000000000004,"15min":0.67300000000000004},"max":{"1min":1.407,"5min":1.407,"15min":1.407},"last":0.89500000000000002},{"interface":"front","average":{"1min":0.97399999999999998,"5min":0.97399999999999998,"15min":0.97399999999999998},"min":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"max":{"1min":1.2130000000000001,"5min":1.2130000000000001,"15min":1.2130000000000001},"last":1.097}]},{"osd":1,"last update":"Sat Dec 9 02:44:38 2023","interfaces":[{"interface":"back","average":{"1min":0.98099999999999998,"5min":0.98099999999999998,"15min":0.98099999999999998},"min":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"max":{"1min":1.3120000000000001,"5min":1.3120000000000001,"15min":1.3120000000000001},"last":0.80900000000000005},{"interface":"front","average":{"1min":0.94799999999999995,"5min":0.94799999999999995,"15min":0.94799999999999995},"min":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"max":{"1min":1.7370000000000001,"5min":1.7370000000000001,"15min":1.7370000000000001},"last":0.96699999999999997}]},{"osd":2,"last update":"Sat Dec 9 02:44:38 2023","interfaces":[{"interface":"back","average":{"1min":1.0620000000000001,"5min":1.0620000000000001,"15min":1.0620000000000001},"min":{"1min":0.63100000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"max":{"1min":1.823,"5min":1.823,"15min":1.823},"last":1.206},{"interface":"front","average":{"1min":1.0309999999999999,"5min":1.0309999999999999,"15min":1.0309999999999999},"min":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"max":{"1min":1.3169999999999999,"5min":1.3169999999999999,"15min":1.3169999999999999},"last":1.077}]},{"osd":3,"last update":"Sat Dec 9 02:44:38 2023","interfaces":[{"interface":"back","average":{"1min":1.0229999999999999,"5min":1.0229999999999999,"15min":1.0229999999999999},"min":{"1min":0.70099999999999996,"5min":0.70099999999999996,"15min":0.70099999999999996},"max":{"1min":1.385,"5min":1.385,"15min":1.385},"last":0.995},{"interface":"front","average":{"1min":1.0860000000000001,"5min":1.0860000000000001,"15min":1.0860000000000001},"min":{"1min":0.88200000000000001,"5min":0.88200000000000001,"15min":0.88200000000000001},"max":{"1min":1.4199999999999999,"5min":1.4199999999999999,"15min":1.4199999999999999},"last":0.93700000000000006}]},{"osd":4,"last update":"Sat Dec 9 02:44:38 2023","interfaces":[{"interface":"back","average":{"1min":1.0149999999999999,"5min":1.0149999999999999,"15min":1.0149999999999999},"min":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"max":{"1min":1.357,"5min":1.357,"15min":1.357},"last":1.1259999999999999},{"interface":"front","average":{"1min":1.1160000000000001,"5min":1.1160000000000001,"15min":1.1160000000000001},"min":{"1min":0.69899999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"max":{"1min":1.5229999999999999,"5min":1.5229999999999999,"15min":1.5229999999999999},"last":1.256}]},{"osd":5,"last update":"Sat Dec 9 02:44:38 2023","interfaces":[{"interface":"back","average":{"1min":1.0469999999999999,"5min":1.0469999999999999,"15min":1.0469999999999999},"min":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"max":{"1min":1.399,"5min":1.399,"15min":1.399},"last":1.1950000000000001},{"interface":"front","average":{"1min":1.151,"5min":1.151,"15min":1.151},"min":{"1min":0.878,"5min":0.878,"15min":0.878},"max":{"1min":1.913,"5min":1.913,"15min":1.913},"last":1.3640000000000001}]},{"osd":6,"last update":"Sat Dec 9 02:44:38 2023","interfaces":[{"interface":"back","average":{"1min":1.1339999999999999,"5min":1.1339999999999999,"15min":1.1339999999999999},"min":{"1min":0.82199999999999995,"5min":0.82199999999999995,"15min":0.82199999999999995},"max":{"1min":1.655,"5min":1.655,"15min":1.655},"last":1.2809999999999999},{"interface":"front","average":{"1min":1.262,"5min":1.262,"15min":1.262},"min":{"1min":0.89600000000000002,"5min":0.89600000000000002,"15min":0.89600000000000002},"max":{"1min":1.7070000000000001,"5min":1.7070000000000001,"15min":1.7070000000000001},"last":1.1579999999999999}]}]},{"osd":6,"up_from":47,"seq":201863462945,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6156,"kb_used_data":1092,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93738996,"statfs":{"total":95995035648,"available":95988731904,"internally_reserved":0,"allocated":1118208,"data_stored":769265,"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 Dec 9 02:45:04 2023","interfaces":[{"interface":"back","average":{"1min":0.92900000000000005,"5min":0.96799999999999997,"15min":0.97399999999999998},"min":{"1min":0.625,"5min":0.625,"15min":0.625},"max":{"1min":1.3160000000000001,"5min":1.3620000000000001,"15min":1.3620000000000001},"last":0.79800000000000004},{"interface":"front","average":{"1min":0.98099999999999998,"5min":0.95999999999999996,"15min":0.95599999999999996},"min":{"1min":0.66900000000000004,"5min":0.58399999999999996,"15min":0.58399999999999996},"max":{"1min":1.3620000000000001,"5min":1.3620000000000001,"15min":1.3620000000000001},"last":0.69699999999999995}]},{"osd":1,"last update":"Sat Dec 9 02:45:04 2023","interfaces":[{"interface":"back","average":{"1min":0.95299999999999996,"5min":0.90200000000000002,"15min":0.89400000000000002},"min":{"1min":0.62,"5min":0.48499999999999999,"15min":0.48499999999999999},"max":{"1min":1.1639999999999999,"5min":1.175,"15min":1.175},"last":0.89000000000000001},{"interface":"front","average":{"1min":0.92300000000000004,"5min":0.94799999999999995,"15min":0.95199999999999996},"min":{"1min":0.67700000000000005,"5min":0.65800000000000003,"15min":0.65800000000000003},"max":{"1min":1.2450000000000001,"5min":1.2450000000000001,"15min":1.2450000000000001},"last":0.66700000000000004}]},{"osd":2,"last update":"Sat Dec 9 02:45:04 2023","interfaces":[{"interface":"back","average":{"1min":0.98799999999999999,"5min":0.97999999999999998,"15min":0.97799999999999998},"min":{"1min":0.69699999999999995,"5min":0.58099999999999996,"15min":0.58099999999999996},"max":{"1min":1.244,"5min":1.244,"15min":1.244},"last":1.0349999999999999},{"interface":"front","average":{"1min":1.02,"5min":1.0449999999999999,"15min":1.0489999999999999},"min":{"1min":0.81000000000000005,"5min":0.78300000000000003,"15min":0.78300000000000003},"max":{"1min":1.248,"5min":2.032,"15min":2.032},"last":0.63500000000000001}]},{"osd":3,"last update":"Sat Dec 9 02:45:04 2023","interfaces":[{"interface":"back","average":{"1min":0.94499999999999995,"5min":0.90700000000000003,"15min":0.90100000000000002},"min":{"1min":0.72899999999999998,"5min":0.439,"15min":0.439},"max":{"1min":1.4239999999999999,"5min":1.4239999999999999,"15min":1.4239999999999999},"last":0.83199999999999996},{"interface":"front","average":{"1min":1.087,"5min":1.105,"15min":1.1080000000000001},"min":{"1min":0.91200000000000003,"5min":0.60999999999999999,"15min":0.60999999999999999},"max":{"1min":1.3560000000000001,"5min":1.454,"15min":1.454},"last":1.125}]},{"osd":4,"last update":"Sat Dec 9 02:45:04 2023","interfaces":[{"interface":"back","average":{"1min":1.0009999999999999,"5min":1.014,"15min":1.016},"min":{"1min":0.68700000000000006,"5min":0.64700000000000002,"15min":0.64700000000000002},"max":{"1min":1.2649999999999999,"5min":1.855,"15min":1.855},"last":1.0680000000000001},{"interface":"front","average":{"1min":1.016,"5min":1.03,"15min":1.032},"min":{"1min":0.79300000000000004,"5min":0.66000000000000003,"15min":0.66000000000000003},"max":{"1min":1.3360000000000001,"5min":1.401,"15min":1.401},"last":0.93700000000000006}]},{"osd":5,"last update":"Sat Dec 9 02:45:04 2023","interfaces":[{"interface":"back","average":{"1min":1.0409999999999999,"5min":1.05,"15min":1.052},"min":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"max":{"1min":1.3839999999999999,"5min":1.3839999999999999,"15min":1.3839999999999999},"last":1.206},{"interface":"front","average":{"1min":1.05,"5min":1.1339999999999999,"15min":1.1479999999999999},"min":{"1min":0.74199999999999999,"5min":0.73199999999999998,"15min":0.73199999999999998},"max":{"1min":1.3480000000000001,"5min":1.9179999999999999,"15min":1.9179999999999999},"last":1.153}]},{"osd":7,"last update":"Sat Dec 9 02:44:36 2023","interfaces":[{"interface":"back","average":{"1min":1.0760000000000001,"5min":1.0760000000000001,"15min":1.0760000000000001},"min":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"max":{"1min":1.6970000000000001,"5min":1.6970000000000001,"15min":1.6970000000000001},"last":1.171},{"interface":"front","average":{"1min":1.1990000000000001,"5min":1.1990000000000001,"15min":1.1990000000000001},"min":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"max":{"1min":1.6899999999999999,"5min":1.6899999999999999,"15min":1.6899999999999999},"last":1.2689999999999999}]}]},{"osd":1,"up_from":13,"seq":55834574918,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6340,"kb_used_data":572,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738812,"statfs":{"total":95995035648,"available":95988543488,"internally_reserved":0,"allocated":585728,"data_stored":240395,"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 Dec 9 02:45:06 2023","interfaces":[{"interface":"back","average":{"1min":0.90500000000000003,"5min":0.72599999999999998,"15min":0.63600000000000001},"min":{"1min":0.49399999999999999,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":2.012,"5min":2.0539999999999998,"15min":2.0539999999999998},"last":0.90500000000000003},{"interface":"front","average":{"1min":1.0029999999999999,"5min":0.78100000000000003,"15min":0.66100000000000003},"min":{"1min":0.60499999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":2.7309999999999999,"5min":2.7309999999999999,"15min":2.7309999999999999},"last":0.60399999999999998}]},{"osd":2,"last update":"Sat Dec 9 02:44:40 2023","interfaces":[{"interface":"back","average":{"1min":0.88100000000000001,"5min":0.77500000000000002,"15min":0.71099999999999997},"min":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":2.1400000000000001,"5min":2.1400000000000001,"15min":2.1400000000000001},"last":0.99099999999999999},{"interface":"front","average":{"1min":0.878,"5min":0.85899999999999999,"15min":0.79700000000000004},"min":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":1.212,"5min":1.212,"15min":1.212},"last":0.71399999999999997}]},{"osd":3,"last update":"Sat Dec 9 02:45:16 2023","interfaces":[{"interface":"back","average":{"1min":0.95899999999999996,"5min":0.84399999999999997,"15min":0.79400000000000004},"min":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"max":{"1min":2.8660000000000001,"5min":2.8660000000000001,"15min":2.8660000000000001},"last":0.95999999999999996},{"interface":"front","average":{"1min":0.96399999999999997,"5min":0.94199999999999995,"15min":0.86799999999999999},"min":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"max":{"1min":1.47,"5min":2.218,"15min":2.218},"last":0.77000000000000002}]},{"osd":4,"last update":"Sat Dec 9 02:44:50 2023","interfaces":[{"interface":"back","average":{"1min":1.1419999999999999,"5min":1.024,"15min":0.97799999999999998},"min":{"1min":0.68700000000000006,"5min":0.68700000000000006,"15min":0.68700000000000006},"max":{"1min":1.998,"5min":1.998,"15min":1.998},"last":1.115},{"interface":"front","average":{"1min":0.97499999999999998,"5min":0.96599999999999997,"15min":0.94599999999999995},"min":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"max":{"1min":1.2310000000000001,"5min":1.579,"15min":1.579},"last":0.66100000000000003}]},{"osd":5,"last update":"Sat Dec 9 02:45:25 2023","interfaces":[{"interface":"back","average":{"1min":1.0680000000000001,"5min":1.054,"15min":1.0529999999999999},"min":{"1min":0.82299999999999995,"5min":0.79100000000000004,"15min":0.79100000000000004},"max":{"1min":1.597,"5min":1.597,"15min":1.597},"last":0.746},{"interface":"front","average":{"1min":1.2829999999999999,"5min":1.1819999999999999,"15min":1.1719999999999999},"min":{"1min":0.82199999999999995,"5min":0.82199999999999995,"15min":0.82199999999999995},"max":{"1min":2.9700000000000002,"5min":2.9700000000000002,"15min":2.9700000000000002},"last":0.81899999999999995}]},{"osd":6,"last update":"Sat Dec 9 02:45:01 2023","interfaces":[{"interface":"back","average":{"1min":1.2390000000000001,"5min":1.2589999999999999,"15min":1.262},"min":{"1min":0.72099999999999997,"5min":0.72099999999999997,"15min":0.72099999999999997},"max":{"1min":2.0960000000000001,"5min":2.0960000000000001,"15min":2.0960000000000001},"last":1.161},{"interface":"front","average":{"1min":1.1699999999999999,"5min":1.175,"15min":1.1759999999999999},"min":{"1min":0.97899999999999998,"5min":0.93600000000000005,"15min":0.93600000000000005},"max":{"1min":1.341,"5min":1.585,"15min":1.585},"last":0.93300000000000005}]},{"osd":7,"last update":"Sat Dec 9 02:44:35 2023","interfaces":[{"interface":"back","average":{"1min":1.2030000000000001,"5min":1.2030000000000001,"15min":1.2030000000000001},"min":{"1min":0.84999999999999998,"5min":0.84999999999999998,"15min":0.84999999999999998},"max":{"1min":1.4370000000000001,"5min":1.4370000000000001,"15min":1.4370000000000001},"last":1.014},{"interface":"front","average":{"1min":1.296,"5min":1.296,"15min":1.296},"min":{"1min":0.78800000000000003,"5min":0.78800000000000003,"15min":0.78800000000000003},"max":{"1min":2.1749999999999998,"5min":2.1749999999999998,"15min":2.1749999999999998},"last":1.3080000000000001}]}]},{"osd":0,"up_from":8,"seq":34359738445,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6928,"kb_used_data":1096,"kb_used_omap":0,"kb_used_meta":5824,"kb_avail":93738224,"statfs":{"total":95995035648,"available":95987941376,"internally_reserved":0,"allocated":1122304,"data_stored":769588,"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 Dec 9 02:44:58 2023","interfaces":[{"interface":"back","average":{"1min":0.751,"5min":0.70799999999999996,"15min":0.64000000000000001},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":1.002,"5min":1.27,"15min":1.27},"last":0.83799999999999997},{"interface":"front","average":{"1min":0.872,"5min":0.80400000000000005,"15min":0.69799999999999995},"min":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"max":{"1min":1.1220000000000001,"5min":1.276,"15min":1.276},"last":0.92300000000000004}]},{"osd":2,"last update":"Sat Dec 9 02:44:42 2023","interfaces":[{"interface":"back","average":{"1min":0.89500000000000002,"5min":0.78000000000000003,"15min":0.71799999999999997},"min":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":1.21,"5min":1.21,"15min":1.21},"last":0.89000000000000001},{"interface":"front","average":{"1min":0.92700000000000005,"5min":0.86199999999999999,"15min":0.80200000000000005},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":1.1739999999999999,"5min":1.548,"15min":1.548},"last":1.1259999999999999}]},{"osd":3,"last update":"Sat Dec 9 02:45:16 2023","interfaces":[{"interface":"back","average":{"1min":0.91700000000000004,"5min":0.85199999999999998,"15min":0.84499999999999997},"min":{"1min":0.63800000000000001,"5min":0.60599999999999998,"15min":0.60599999999999998},"max":{"1min":1.532,"5min":1.532,"15min":1.532},"last":1.022},{"interface":"front","average":{"1min":0.97899999999999998,"5min":0.93899999999999995,"15min":0.91200000000000003},"min":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"max":{"1min":1.2629999999999999,"5min":1.3979999999999999,"15min":1.3979999999999999},"last":1.087}]},{"osd":4,"last update":"Sat Dec 9 02:44:45 2023","interfaces":[{"interface":"back","average":{"1min":1.125,"5min":1.1120000000000001,"15min":1.099},"min":{"1min":0.871,"5min":0.79000000000000004,"15min":0.79000000000000004},"max":{"1min":1.47,"5min":1.482,"15min":1.482},"last":1.171},{"interface":"front","average":{"1min":1.127,"5min":1.1459999999999999,"15min":1.1439999999999999},"min":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"max":{"1min":1.4490000000000001,"5min":1.5389999999999999,"15min":1.5389999999999999},"last":1.242}]},{"osd":5,"last update":"Sat Dec 9 02:45:25 2023","interfaces":[{"interface":"back","average":{"1min":1.1479999999999999,"5min":1.1919999999999999,"15min":1.1910000000000001},"min":{"1min":0.91100000000000003,"5min":0.91100000000000003,"15min":0.91100000000000003},"max":{"1min":1.4930000000000001,"5min":1.665,"15min":1.665},"last":1.2250000000000001},{"interface":"front","average":{"1min":1.252,"5min":1.216,"15min":1.2010000000000001},"min":{"1min":0.72199999999999998,"5min":0.72199999999999998,"15min":0.72199999999999998},"max":{"1min":1.6559999999999999,"5min":1.6559999999999999,"15min":1.6559999999999999},"last":1.3540000000000001}]},{"osd":6,"last update":"Sat Dec 9 02:44:58 2023","interfaces":[{"interface":"back","average":{"1min":1.2529999999999999,"5min":1.2909999999999999,"15min":1.2969999999999999},"min":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"max":{"1min":1.5580000000000001,"5min":1.7310000000000001,"15min":1.7310000000000001},"last":1.6220000000000001},{"interface":"front","average":{"1min":1.2969999999999999,"5min":1.3089999999999999,"15min":1.3109999999999999},"min":{"1min":0.77400000000000002,"5min":0.77400000000000002,"15min":0.77400000000000002},"max":{"1min":1.7170000000000001,"5min":1.7190000000000001,"15min":1.7190000000000001},"last":1.5}]},{"osd":7,"last update":"Sat Dec 9 02:44:36 2023","interfaces":[{"interface":"back","average":{"1min":1.268,"5min":1.268,"15min":1.268},"min":{"1min":0.71599999999999997,"5min":0.71599999999999997,"15min":0.71599999999999997},"max":{"1min":1.6799999999999999,"5min":1.6799999999999999,"15min":1.6799999999999999},"last":1.3919999999999999},{"interface":"front","average":{"1min":1.3720000000000001,"5min":1.3720000000000001,"15min":1.3720000000000001},"min":{"1min":0.93200000000000005,"5min":0.93200000000000005,"15min":0.93200000000000005},"max":{"1min":1.7210000000000001,"5min":1.7210000000000001,"15min":1.7210000000000001},"last":1.478}]}]},{"osd":2,"up_from":18,"seq":77309411390,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6276,"kb_used_data":572,"kb_used_omap":0,"kb_used_meta":5696,"kb_avail":93738876,"statfs":{"total":95995035648,"available":95988609024,"internally_reserved":0,"allocated":585728,"data_stored":240337,"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 Dec 9 02:44:38 2023","interfaces":[{"interface":"back","average":{"1min":0.77900000000000003,"5min":0.70199999999999996,"15min":0.66500000000000004},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":1.1599999999999999,"5min":1.2330000000000001,"15min":1.2330000000000001},"last":0.51200000000000001},{"interface":"front","average":{"1min":0.93100000000000005,"5min":0.79600000000000004,"15min":0.73199999999999998},"min":{"1min":0.627,"5min":0.51000000000000001,"15min":0.51000000000000001},"max":{"1min":1.554,"5min":1.554,"15min":1.554},"last":0.58899999999999997}]},{"osd":1,"last update":"Sat Dec 9 02:44:38 2023","interfaces":[{"interface":"back","average":{"1min":0.94399999999999995,"5min":0.83399999999999996,"15min":0.77200000000000002},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":1.3180000000000001,"5min":1.3180000000000001,"15min":1.3180000000000001},"last":0.47599999999999998},{"interface":"front","average":{"1min":0.85799999999999998,"5min":0.79900000000000004,"15min":0.746},"min":{"1min":0.46400000000000002,"5min":0.44,"15min":0.44},"max":{"1min":1.2989999999999999,"5min":1.2989999999999999,"15min":1.2989999999999999},"last":0.61299999999999999}]},{"osd":3,"last update":"Sat Dec 9 02:45:12 2023","interfaces":[{"interface":"back","average":{"1min":1.0049999999999999,"5min":0.92700000000000005,"15min":0.85799999999999998},"min":{"1min":0.45900000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"max":{"1min":1.4019999999999999,"5min":1.4019999999999999,"15min":1.4019999999999999},"last":0.73099999999999998},{"interface":"front","average":{"1min":0.86499999999999999,"5min":0.86199999999999999,"15min":0.81999999999999995},"min":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"max":{"1min":1.212,"5min":1.3100000000000001,"15min":1.3100000000000001},"last":0.64400000000000002}]},{"osd":4,"last update":"Sat Dec 9 02:44:49 2023","interfaces":[{"interface":"back","average":{"1min":0.97199999999999998,"5min":0.99199999999999999,"15min":1},"min":{"1min":0.83899999999999997,"5min":0.67000000000000004,"15min":0.67000000000000004},"max":{"1min":1.1990000000000001,"5min":1.3080000000000001,"15min":1.3080000000000001},"last":0.94899999999999995},{"interface":"front","average":{"1min":1.2210000000000001,"5min":1.1439999999999999,"15min":1.1200000000000001},"min":{"1min":0.78000000000000003,"5min":0.78000000000000003,"15min":0.78000000000000003},"max":{"1min":1.645,"5min":1.645,"15min":1.645},"last":0.77200000000000002}]},{"osd":5,"last update":"Sat Dec 9 02:45:23 2023","interfaces":[{"interface":"back","average":{"1min":1.2430000000000001,"5min":1.2090000000000001,"15min":1.1899999999999999},"min":{"1min":0.75,"5min":0.72199999999999998,"15min":0.72199999999999998},"max":{"1min":1.774,"5min":1.774,"15min":1.774},"last":0.97299999999999998},{"interface":"front","average":{"1min":1.0820000000000001,"5min":1.137,"15min":1.143},"min":{"1min":0.70999999999999996,"5min":0.70999999999999996,"15min":0.70999999999999996},"max":{"1min":1.5580000000000001,"5min":1.5580000000000001,"15min":1.5580000000000001},"last":1.107}]},{"osd":6,"last update":"Sat Dec 9 02:44:58 2023","interfaces":[{"interface":"back","average":{"1min":1.226,"5min":1.23,"15min":1.2310000000000001},"min":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"max":{"1min":1.6779999999999999,"5min":1.6779999999999999,"15min":1.6779999999999999},"last":1.143},{"interface":"front","average":{"1min":1.4279999999999999,"5min":1.3300000000000001,"15min":1.3140000000000001},"min":{"1min":0.879,"5min":0.82799999999999996,"15min":0.82799999999999996},"max":{"1min":1.859,"5min":1.859,"15min":1.859},"last":1.028}]},{"osd":7,"last update":"Sat Dec 9 02:44:36 2023","interfaces":[{"interface":"back","average":{"1min":1.252,"5min":1.252,"15min":1.252},"min":{"1min":0.99199999999999999,"5min":0.99199999999999999,"15min":0.99199999999999999},"max":{"1min":1.639,"5min":1.639,"15min":1.639},"last":1.014},{"interface":"front","average":{"1min":1.2809999999999999,"5min":1.2809999999999999,"15min":1.2809999999999999},"min":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"max":{"1min":1.55,"5min":1.55,"15min":1.55},"last":1.095}]}]},{"osd":3,"up_from":26,"seq":111669149751,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5704,"kb_used_data":576,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739448,"statfs":{"total":95995035648,"available":95989194752,"internally_reserved":0,"allocated":589824,"data_stored":240660,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Dec 9 02:45:15 2023","interfaces":[{"interface":"back","average":{"1min":0.80400000000000005,"5min":0.73999999999999999,"15min":0.71199999999999997},"min":{"1min":0.58799999999999997,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":1.204,"5min":1.204,"15min":1.204},"last":0.627},{"interface":"front","average":{"1min":0.85799999999999998,"5min":0.81899999999999995,"15min":0.78700000000000003},"min":{"1min":0.55900000000000005,"5min":0.46700000000000003,"15min":0.46700000000000003},"max":{"1min":1.2909999999999999,"5min":1.2909999999999999,"15min":1.2909999999999999},"last":0.93400000000000005}]},{"osd":1,"last update":"Sat Dec 9 02:45:15 2023","interfaces":[{"interface":"back","average":{"1min":0.879,"5min":0.78400000000000003,"15min":0.76200000000000001},"min":{"1min":0.72799999999999998,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":1.3640000000000001,"5min":1.3640000000000001,"15min":1.3640000000000001},"last":0.70099999999999996},{"interface":"front","average":{"1min":1.002,"5min":0.95599999999999996,"15min":0.94099999999999995},"min":{"1min":0.76800000000000002,"5min":0.44500000000000001,"15min":0.44500000000000001},"max":{"1min":1.468,"5min":1.534,"15min":1.534},"last":0.98199999999999998}]},{"osd":2,"last update":"Sat Dec 9 02:45:15 2023","interfaces":[{"interface":"back","average":{"1min":1.0569999999999999,"5min":0.96699999999999997,"15min":0.94299999999999995},"min":{"1min":0.79400000000000004,"5min":0.61399999999999999,"15min":0.61399999999999999},"max":{"1min":1.593,"5min":1.593,"15min":1.593},"last":0.84099999999999997},{"interface":"front","average":{"1min":1.04,"5min":0.95399999999999996,"15min":0.94399999999999995},"min":{"1min":0.71599999999999997,"5min":0.52600000000000002,"15min":0.52600000000000002},"max":{"1min":1.3360000000000001,"5min":1.367,"15min":1.367},"last":0.75700000000000001}]},{"osd":4,"last update":"Sat Dec 9 02:44:48 2023","interfaces":[{"interface":"back","average":{"1min":1.1579999999999999,"5min":1.1140000000000001,"15min":1.0940000000000001},"min":{"1min":0.84299999999999997,"5min":0.68200000000000005,"15min":0.68200000000000005},"max":{"1min":1.6779999999999999,"5min":1.6779999999999999,"15min":1.6779999999999999},"last":0.91100000000000003},{"interface":"front","average":{"1min":1.1180000000000001,"5min":1.0980000000000001,"15min":1.083},"min":{"1min":0.86699999999999999,"5min":0.70099999999999996,"15min":0.70099999999999996},"max":{"1min":1.6060000000000001,"5min":1.6060000000000001,"15min":1.6060000000000001},"last":1.2}]},{"osd":5,"last update":"Sat Dec 9 02:45:27 2023","interfaces":[{"interface":"back","average":{"1min":1.323,"5min":1.1850000000000001,"15min":1.1539999999999999},"min":{"1min":0.94999999999999996,"5min":0.75,"15min":0.75},"max":{"1min":1.8080000000000001,"5min":1.8080000000000001,"15min":1.8080000000000001},"last":1.306},{"interface":"front","average":{"1min":1.25,"5min":1.2050000000000001,"15min":1.2010000000000001},"min":{"1min":0.98399999999999999,"5min":0.66600000000000004,"15min":0.66600000000000004},"max":{"1min":1.587,"5min":1.6259999999999999,"15min":1.6259999999999999},"last":1.1100000000000001}]},{"osd":6,"last update":"Sat Dec 9 02:45:05 2023","interfaces":[{"interface":"back","average":{"1min":1.3180000000000001,"5min":1.236,"15min":1.222},"min":{"1min":0.92700000000000005,"5min":0.749,"15min":0.749},"max":{"1min":1.667,"5min":1.667,"15min":1.667},"last":1.3560000000000001},{"interface":"front","average":{"1min":1.351,"5min":1.2889999999999999,"15min":1.2789999999999999},"min":{"1min":0.93799999999999994,"5min":0.74399999999999999,"15min":0.74399999999999999},"max":{"1min":1.744,"5min":1.744,"15min":1.744},"last":1.1739999999999999}]},{"osd":7,"last update":"Sat Dec 9 02:44:38 2023","interfaces":[{"interface":"back","average":{"1min":1.246,"5min":1.246,"15min":1.246},"min":{"1min":0.755,"5min":0.755,"15min":0.755},"max":{"1min":1.534,"5min":1.534,"15min":1.534},"last":1.5229999999999999},{"interface":"front","average":{"1min":1.286,"5min":1.286,"15min":1.286},"min":{"1min":0.78500000000000003,"5min":0.78500000000000003,"15min":0.78500000000000003},"max":{"1min":1.5029999999999999,"5min":1.5029999999999999,"15min":1.5029999999999999},"last":1.4490000000000001}]}]},{"osd":4,"up_from":31,"seq":133143986224,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5768,"kb_used_data":576,"kb_used_omap":0,"kb_used_meta":5184,"kb_avail":93739384,"statfs":{"total":95995035648,"available":95989129216,"internally_reserved":0,"allocated":589824,"data_stored":240660,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5308416},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Dec 9 02:44:49 2023","interfaces":[{"interface":"back","average":{"1min":0.86399999999999999,"5min":0.83799999999999997,"15min":0.82999999999999996},"min":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"max":{"1min":1.1870000000000001,"5min":1.1870000000000001,"15min":1.1870000000000001},"last":1.1459999999999999},{"interface":"front","average":{"1min":0.93500000000000005,"5min":0.96099999999999997,"15min":0.94599999999999995},"min":{"1min":0.66200000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"max":{"1min":1.617,"5min":1.617,"15min":1.617},"last":0.70399999999999996}]},{"osd":1,"last update":"Sat Dec 9 02:44:49 2023","interfaces":[{"interface":"back","average":{"1min":0.85299999999999998,"5min":0.86099999999999999,"15min":0.85599999999999998},"min":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"max":{"1min":1.1890000000000001,"5min":1.1890000000000001,"15min":1.1890000000000001},"last":1.0800000000000001},{"interface":"front","average":{"1min":0.90200000000000002,"5min":0.89300000000000002,"15min":0.876},"min":{"1min":0.63800000000000001,"5min":0.63800000000000001,"15min":0.63800000000000001},"max":{"1min":1.2210000000000001,"5min":1.3089999999999999,"15min":1.3089999999999999},"last":1.0189999999999999}]},{"osd":2,"last update":"Sat Dec 9 02:44:49 2023","interfaces":[{"interface":"back","average":{"1min":0.86699999999999999,"5min":0.92200000000000004,"15min":0.92600000000000005},"min":{"1min":0.622,"5min":0.622,"15min":0.622},"max":{"1min":1.1339999999999999,"5min":1.306,"15min":1.306},"last":0.83499999999999996},{"interface":"front","average":{"1min":0.92400000000000004,"5min":0.91400000000000003,"15min":0.89500000000000002},"min":{"1min":0.68300000000000005,"5min":0.64300000000000002,"15min":0.64300000000000002},"max":{"1min":1.2669999999999999,"5min":1.419,"15min":1.419},"last":1.046}]},{"osd":3,"last update":"Sat Dec 9 02:44:49 2023","interfaces":[{"interface":"back","average":{"1min":0.97899999999999998,"5min":0.98399999999999999,"15min":0.97199999999999998},"min":{"1min":0.66700000000000004,"5min":0.61199999999999999,"15min":0.61199999999999999},"max":{"1min":1.399,"5min":1.5129999999999999,"15min":1.5129999999999999},"last":1.1890000000000001},{"interface":"front","average":{"1min":1.0449999999999999,"5min":1.006,"15min":0.98199999999999998},"min":{"1min":0.80100000000000005,"5min":0.70199999999999996,"15min":0.70199999999999996},"max":{"1min":1.3009999999999999,"5min":1.3819999999999999,"15min":1.3819999999999999},"last":1.2230000000000001}]},{"osd":5,"last update":"Sat Dec 9 02:45:27 2023","interfaces":[{"interface":"back","average":{"1min":1.028,"5min":0.88800000000000001,"15min":0.84399999999999997},"min":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"max":{"1min":1.5409999999999999,"5min":1.589,"15min":1.589},"last":0.86299999999999999},{"interface":"front","average":{"1min":1.079,"5min":1.008,"15min":0.98399999999999999},"min":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"max":{"1min":1.476,"5min":1.792,"15min":1.792},"last":1.127}]},{"osd":6,"last update":"Sat Dec 9 02:44:59 2023","interfaces":[{"interface":"back","average":{"1min":0.96699999999999997,"5min":0.92600000000000005,"15min":0.91900000000000004},"min":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"max":{"1min":1.4059999999999999,"5min":1.4059999999999999,"15min":1.4059999999999999},"last":0.91000000000000003},{"interface":"front","average":{"1min":1.1040000000000001,"5min":1.0860000000000001,"15min":1.083},"min":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"max":{"1min":1.6299999999999999,"5min":1.6299999999999999,"15min":1.6299999999999999},"last":1.1639999999999999}]},{"osd":7,"last update":"Sat Dec 9 02:44:36 2023","interfaces":[{"interface":"back","average":{"1min":1.089,"5min":1.089,"15min":1.089},"min":{"1min":0.88,"5min":0.88,"15min":0.88},"max":{"1min":1.641,"5min":1.641,"15min":1.641},"last":1.111},{"interface":"front","average":{"1min":1.169,"5min":1.169,"15min":1.169},"min":{"1min":0.89000000000000001,"5min":0.89000000000000001,"15min":0.89000000000000001},"max":{"1min":1.46,"5min":1.46,"15min":1.46},"last":1.2829999999999999}]}]},{"osd":5,"up_from":39,"seq":167503724585,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5704,"kb_used_data":576,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739448,"statfs":{"total":95995035648,"available":95989194752,"internally_reserved":0,"allocated":589824,"data_stored":240660,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[0,1,2,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 Dec 9 02:45:25 2023","interfaces":[{"interface":"back","average":{"1min":0.93700000000000006,"5min":0.92800000000000005,"15min":0.92700000000000005},"min":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"max":{"1min":1.2170000000000001,"5min":1.2170000000000001,"15min":1.2170000000000001},"last":1.022},{"interface":"front","average":{"1min":0.89800000000000002,"5min":0.86799999999999999,"15min":0.85599999999999998},"min":{"1min":0.65800000000000003,"5min":0.58499999999999996,"15min":0.58499999999999996},"max":{"1min":1.1839999999999999,"5min":1.1839999999999999,"15min":1.1839999999999999},"last":0.92200000000000004}]},{"osd":1,"last update":"Sat Dec 9 02:45:25 2023","interfaces":[{"interface":"back","average":{"1min":0.98099999999999998,"5min":0.95499999999999996,"15min":0.95499999999999996},"min":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"max":{"1min":1.361,"5min":1.361,"15min":1.361},"last":0.94499999999999995},{"interface":"front","average":{"1min":0.92200000000000004,"5min":0.94099999999999995,"15min":0.93799999999999994},"min":{"1min":0.64900000000000002,"5min":0.55700000000000005,"15min":0.55700000000000005},"max":{"1min":1.3280000000000001,"5min":1.538,"15min":1.538},"last":1.0660000000000001}]},{"osd":2,"last update":"Sat Dec 9 02:45:25 2023","interfaces":[{"interface":"back","average":{"1min":0.92000000000000004,"5min":0.91700000000000004,"15min":0.91700000000000004},"min":{"1min":0.75600000000000001,"5min":0.64700000000000002,"15min":0.64700000000000002},"max":{"1min":1.1060000000000001,"5min":1.2210000000000001,"15min":1.2210000000000001},"last":0.79500000000000004},{"interface":"front","average":{"1min":1.0309999999999999,"5min":0.98099999999999998,"15min":0.98499999999999999},"min":{"1min":0.70599999999999996,"5min":0.59099999999999997,"15min":0.59099999999999997},"max":{"1min":1.472,"5min":1.472,"15min":1.472},"last":1.107}]},{"osd":3,"last update":"Sat Dec 9 02:45:25 2023","interfaces":[{"interface":"back","average":{"1min":1.01,"5min":0.96199999999999997,"15min":0.95599999999999996},"min":{"1min":0.83099999999999996,"5min":0.63100000000000001,"15min":0.63100000000000001},"max":{"1min":1.3089999999999999,"5min":1.3089999999999999,"15min":1.3089999999999999},"last":0.875},{"interface":"front","average":{"1min":1.0629999999999999,"5min":0.999,"15min":0.98499999999999999},"min":{"1min":0.78200000000000003,"5min":0.60899999999999999,"15min":0.60899999999999999},"max":{"1min":1.393,"5min":1.393,"15min":1.393},"last":1.226}]},{"osd":4,"last update":"Sat Dec 9 02:45:25 2023","interfaces":[{"interface":"back","average":{"1min":0.89700000000000002,"5min":0.86299999999999999,"15min":0.84999999999999998},"min":{"1min":0.69799999999999995,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":1.2290000000000001,"5min":1.385,"15min":1.385},"last":0.83499999999999996},{"interface":"front","average":{"1min":1.0089999999999999,"5min":0.89300000000000002,"15min":0.878},"min":{"1min":0.60399999999999998,"5min":0.54100000000000004,"15min":0.54100000000000004},"max":{"1min":1.4390000000000001,"5min":1.4390000000000001,"15min":1.4390000000000001},"last":0.98699999999999999}]},{"osd":6,"last update":"Sat Dec 9 02:45:00 2023","interfaces":[{"interface":"back","average":{"1min":0.94399999999999995,"5min":0.96299999999999997,"15min":0.96599999999999997},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":1.482,"5min":1.482,"15min":1.482},"last":0.69399999999999995},{"interface":"front","average":{"1min":1.034,"5min":1.03,"15min":1.0289999999999999},"min":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"max":{"1min":1.3009999999999999,"5min":1.3560000000000001,"15min":1.3560000000000001},"last":1.044}]},{"osd":7,"last update":"Sat Dec 9 02:44:39 2023","interfaces":[{"interface":"back","average":{"1min":1.002,"5min":1.002,"15min":1.002},"min":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"max":{"1min":1.288,"5min":1.288,"15min":1.288},"last":0.91400000000000003},{"interface":"front","average":{"1min":1.0660000000000001,"5min":1.0660000000000001,"15min":1.0660000000000001},"min":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":1.458,"5min":1.458,"15min":1.458},"last":1.381}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-12-09T02:45:36.765 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -- ceph pg dump --format=json 2023-12-09T02:45:36.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:36 smithi172 bash[25093]: cluster 2023-12-09T02:45:34.804837+0000 mgr.y (mgr.14469) 77 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:37.017 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:36 smithi023 bash[24949]: cluster 2023-12-09T02:45:34.804837+0000 mgr.y (mgr.14469) 77 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:37.017 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:36 smithi023 bash[30415]: cluster 2023-12-09T02:45:34.804837+0000 mgr.y (mgr.14469) 77 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:37.992 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:37 smithi172 bash[25093]: audit 2023-12-09T02:45:36.031411+0000 mgr.y (mgr.14469) 78 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-09T02:45:38.017 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:37 smithi023 bash[24949]: audit 2023-12-09T02:45:36.031411+0000 mgr.y (mgr.14469) 78 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-09T02:45:38.017 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:37 smithi023 bash[30415]: audit 2023-12-09T02:45:36.031411+0000 mgr.y (mgr.14469) 78 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-09T02:45:38.248 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:45:37 smithi172 bash[26000]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:45:37] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:45:38.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:38 smithi172 bash[25093]: cluster 2023-12-09T02:45:36.805383+0000 mgr.y (mgr.14469) 79 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:39.017 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:38 smithi023 bash[24949]: cluster 2023-12-09T02:45:36.805383+0000 mgr.y (mgr.14469) 79 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:39.017 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:45:38 smithi023 bash[25223]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:45:38] "GET /metrics HTTP/1.1" 200 191506 "" "Prometheus/2.33.4" 2023-12-09T02:45:39.017 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:38 smithi023 bash[30415]: cluster 2023-12-09T02:45:36.805383+0000 mgr.y (mgr.14469) 79 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:39.501 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/9eab968a-963b-11ee-95a3-87774f69a715/mon.a/config 2023-12-09T02:45:40.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:40 smithi172 bash[25093]: cluster 2023-12-09T02:45:38.805967+0000 mgr.y (mgr.14469) 80 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:41.017 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:40 smithi023 bash[24949]: cluster 2023-12-09T02:45:38.805967+0000 mgr.y (mgr.14469) 80 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:41.017 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:40 smithi023 bash[30415]: cluster 2023-12-09T02:45:38.805967+0000 mgr.y (mgr.14469) 80 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:42.356 INFO:teuthology.orchestra.run.smithi023.stdout: 2023-12-09T02:45:42.358 INFO:teuthology.orchestra.run.smithi023.stderr:dumped all 2023-12-09T02:45:42.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:42 smithi172 bash[25093]: cluster 2023-12-09T02:45:40.806580+0000 mgr.y (mgr.14469) 81 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:43.017 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:42 smithi023 bash[24949]: cluster 2023-12-09T02:45:40.806580+0000 mgr.y (mgr.14469) 81 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:43.017 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:42 smithi023 bash[30415]: cluster 2023-12-09T02:45:40.806580+0000 mgr.y (mgr.14469) 81 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:43.071 INFO:teuthology.orchestra.run.smithi023.stdout:{"pg_ready":true,"pg_map":{"version":53,"stamp":"2023-12-09T02:45:40.806274+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":48968,"kb_used_data":6152,"kb_used_omap":0,"kb_used_meta":42752,"kb_avail":749912248,"statfs":{"total":767960285184,"available":767910141952,"internally_reserved":0,"allocated":6299648,"data_stored":3510830,"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.003584"},"pg_stats":[{"pgid":"1.0","version":"60'128","reported_seq":266,"reported_epoch":60,"state":"active+clean","last_fresh":"2023-12-09T02:44:01.181444+0000","last_change":"2023-12-09T02:43:38.479870+0000","last_active":"2023-12-09T02:44:01.181444+0000","last_peered":"2023-12-09T02:44:01.181444+0000","last_clean":"2023-12-09T02:44:01.181444+0000","last_became_active":"2023-12-09T02:43:38.478610+0000","last_became_peered":"2023-12-09T02:43:38.478610+0000","last_unstale":"2023-12-09T02:44:01.181444+0000","last_undegraded":"2023-12-09T02:44:01.181444+0000","last_fullsized":"2023-12-09T02:44:01.181444+0000","mapping_epoch":58,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":59,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-09T02:40:33.195885+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-09T02:40:33.195885+0000","last_clean_scrub_stamp":"2023-12-09T02:40:33.195885+0000","objects_scrubbed":0,"log_size":128,"ondisk_log_size":128,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-12-10T11:28:48.023301+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":212,"num_read_kb":306,"num_write":179,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":212,"num_read_kb":306,"num_write":179,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1597440,"data_stored":1586784,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":128,"ondisk_log_size":128,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":7,"up_from":55,"seq":236223201305,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6092,"kb_used_data":1092,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739060,"statfs":{"total":95995035648,"available":95988797440,"internally_reserved":0,"allocated":1118208,"data_stored":769265,"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 Dec 9 02:44:38 2023","interfaces":[{"interface":"back","average":{"1min":1.0680000000000001,"5min":1.0680000000000001,"15min":1.0680000000000001},"min":{"1min":0.67300000000000004,"5min":0.67300000000000004,"15min":0.67300000000000004},"max":{"1min":1.407,"5min":1.407,"15min":1.407},"last":1.089},{"interface":"front","average":{"1min":0.97399999999999998,"5min":0.97399999999999998,"15min":0.97399999999999998},"min":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"max":{"1min":1.2130000000000001,"5min":1.2130000000000001,"15min":1.2130000000000001},"last":0.85799999999999998}]},{"osd":1,"last update":"Sat Dec 9 02:44:38 2023","interfaces":[{"interface":"back","average":{"1min":0.98099999999999998,"5min":0.98099999999999998,"15min":0.98099999999999998},"min":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"max":{"1min":1.3120000000000001,"5min":1.3120000000000001,"15min":1.3120000000000001},"last":0.76500000000000001},{"interface":"front","average":{"1min":0.94799999999999995,"5min":0.94799999999999995,"15min":0.94799999999999995},"min":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"max":{"1min":1.7370000000000001,"5min":1.7370000000000001,"15min":1.7370000000000001},"last":1.1339999999999999}]},{"osd":2,"last update":"Sat Dec 9 02:44:38 2023","interfaces":[{"interface":"back","average":{"1min":1.0620000000000001,"5min":1.0620000000000001,"15min":1.0620000000000001},"min":{"1min":0.63100000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"max":{"1min":1.823,"5min":1.823,"15min":1.823},"last":0.80000000000000004},{"interface":"front","average":{"1min":1.0309999999999999,"5min":1.0309999999999999,"15min":1.0309999999999999},"min":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"max":{"1min":1.3169999999999999,"5min":1.3169999999999999,"15min":1.3169999999999999},"last":0.96599999999999997}]},{"osd":3,"last update":"Sat Dec 9 02:44:38 2023","interfaces":[{"interface":"back","average":{"1min":1.0229999999999999,"5min":1.0229999999999999,"15min":1.0229999999999999},"min":{"1min":0.70099999999999996,"5min":0.70099999999999996,"15min":0.70099999999999996},"max":{"1min":1.385,"5min":1.385,"15min":1.385},"last":1.167},{"interface":"front","average":{"1min":1.0860000000000001,"5min":1.0860000000000001,"15min":1.0860000000000001},"min":{"1min":0.88200000000000001,"5min":0.88200000000000001,"15min":0.88200000000000001},"max":{"1min":1.4199999999999999,"5min":1.4199999999999999,"15min":1.4199999999999999},"last":1.1819999999999999}]},{"osd":4,"last update":"Sat Dec 9 02:44:38 2023","interfaces":[{"interface":"back","average":{"1min":1.0149999999999999,"5min":1.0149999999999999,"15min":1.0149999999999999},"min":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"max":{"1min":1.357,"5min":1.357,"15min":1.357},"last":0.88500000000000001},{"interface":"front","average":{"1min":1.1160000000000001,"5min":1.1160000000000001,"15min":1.1160000000000001},"min":{"1min":0.69899999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"max":{"1min":1.5229999999999999,"5min":1.5229999999999999,"15min":1.5229999999999999},"last":1.2490000000000001}]},{"osd":5,"last update":"Sat Dec 9 02:44:38 2023","interfaces":[{"interface":"back","average":{"1min":1.0469999999999999,"5min":1.0469999999999999,"15min":1.0469999999999999},"min":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"max":{"1min":1.399,"5min":1.399,"15min":1.399},"last":1.274},{"interface":"front","average":{"1min":1.151,"5min":1.151,"15min":1.151},"min":{"1min":0.878,"5min":0.878,"15min":0.878},"max":{"1min":1.913,"5min":1.913,"15min":1.913},"last":1.23}]},{"osd":6,"last update":"Sat Dec 9 02:44:38 2023","interfaces":[{"interface":"back","average":{"1min":1.1339999999999999,"5min":1.1339999999999999,"15min":1.1339999999999999},"min":{"1min":0.82199999999999995,"5min":0.82199999999999995,"15min":0.82199999999999995},"max":{"1min":1.655,"5min":1.655,"15min":1.655},"last":1.0569999999999999},{"interface":"front","average":{"1min":1.262,"5min":1.262,"15min":1.262},"min":{"1min":0.89600000000000002,"5min":0.89600000000000002,"15min":0.89600000000000002},"max":{"1min":1.7070000000000001,"5min":1.7070000000000001,"15min":1.7070000000000001},"last":1.3100000000000001}]}]},{"osd":6,"up_from":47,"seq":201863462946,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6156,"kb_used_data":1092,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93738996,"statfs":{"total":95995035648,"available":95988731904,"internally_reserved":0,"allocated":1118208,"data_stored":769265,"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 Dec 9 02:45:04 2023","interfaces":[{"interface":"back","average":{"1min":0.92900000000000005,"5min":0.96799999999999997,"15min":0.97399999999999998},"min":{"1min":0.625,"5min":0.625,"15min":0.625},"max":{"1min":1.3160000000000001,"5min":1.3620000000000001,"15min":1.3620000000000001},"last":0.98799999999999999},{"interface":"front","average":{"1min":0.98099999999999998,"5min":0.95999999999999996,"15min":0.95599999999999996},"min":{"1min":0.66900000000000004,"5min":0.58399999999999996,"15min":0.58399999999999996},"max":{"1min":1.3620000000000001,"5min":1.3620000000000001,"15min":1.3620000000000001},"last":1.2649999999999999}]},{"osd":1,"last update":"Sat Dec 9 02:45:04 2023","interfaces":[{"interface":"back","average":{"1min":0.95299999999999996,"5min":0.90200000000000002,"15min":0.89400000000000002},"min":{"1min":0.62,"5min":0.48499999999999999,"15min":0.48499999999999999},"max":{"1min":1.1639999999999999,"5min":1.175,"15min":1.175},"last":0.85499999999999998},{"interface":"front","average":{"1min":0.92300000000000004,"5min":0.94799999999999995,"15min":0.95199999999999996},"min":{"1min":0.67700000000000005,"5min":0.65800000000000003,"15min":0.65800000000000003},"max":{"1min":1.2450000000000001,"5min":1.2450000000000001,"15min":1.2450000000000001},"last":1.139}]},{"osd":2,"last update":"Sat Dec 9 02:45:04 2023","interfaces":[{"interface":"back","average":{"1min":0.98799999999999999,"5min":0.97999999999999998,"15min":0.97799999999999998},"min":{"1min":0.69699999999999995,"5min":0.58099999999999996,"15min":0.58099999999999996},"max":{"1min":1.244,"5min":1.244,"15min":1.244},"last":1.196},{"interface":"front","average":{"1min":1.02,"5min":1.0449999999999999,"15min":1.0489999999999999},"min":{"1min":0.81000000000000005,"5min":0.78300000000000003,"15min":0.78300000000000003},"max":{"1min":1.248,"5min":2.032,"15min":2.032},"last":1.0169999999999999}]},{"osd":3,"last update":"Sat Dec 9 02:45:04 2023","interfaces":[{"interface":"back","average":{"1min":0.94499999999999995,"5min":0.90700000000000003,"15min":0.90100000000000002},"min":{"1min":0.72899999999999998,"5min":0.439,"15min":0.439},"max":{"1min":1.4239999999999999,"5min":1.4239999999999999,"15min":1.4239999999999999},"last":0.91500000000000004},{"interface":"front","average":{"1min":1.087,"5min":1.105,"15min":1.1080000000000001},"min":{"1min":0.91200000000000003,"5min":0.60999999999999999,"15min":0.60999999999999999},"max":{"1min":1.3560000000000001,"5min":1.454,"15min":1.454},"last":1.0980000000000001}]},{"osd":4,"last update":"Sat Dec 9 02:45:04 2023","interfaces":[{"interface":"back","average":{"1min":1.0009999999999999,"5min":1.014,"15min":1.016},"min":{"1min":0.68700000000000006,"5min":0.64700000000000002,"15min":0.64700000000000002},"max":{"1min":1.2649999999999999,"5min":1.855,"15min":1.855},"last":0.752},{"interface":"front","average":{"1min":1.016,"5min":1.03,"15min":1.032},"min":{"1min":0.79300000000000004,"5min":0.66000000000000003,"15min":0.66000000000000003},"max":{"1min":1.3360000000000001,"5min":1.401,"15min":1.401},"last":0.80700000000000005}]},{"osd":5,"last update":"Sat Dec 9 02:45:04 2023","interfaces":[{"interface":"back","average":{"1min":1.0409999999999999,"5min":1.05,"15min":1.052},"min":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"max":{"1min":1.3839999999999999,"5min":1.3839999999999999,"15min":1.3839999999999999},"last":1.393},{"interface":"front","average":{"1min":1.05,"5min":1.1339999999999999,"15min":1.1479999999999999},"min":{"1min":0.74199999999999999,"5min":0.73199999999999998,"15min":0.73199999999999998},"max":{"1min":1.3480000000000001,"5min":1.9179999999999999,"15min":1.9179999999999999},"last":0.96599999999999997}]},{"osd":7,"last update":"Sat Dec 9 02:44:36 2023","interfaces":[{"interface":"back","average":{"1min":1.0760000000000001,"5min":1.0760000000000001,"15min":1.0760000000000001},"min":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"max":{"1min":1.6970000000000001,"5min":1.6970000000000001,"15min":1.6970000000000001},"last":1.034},{"interface":"front","average":{"1min":1.1990000000000001,"5min":1.1990000000000001,"15min":1.1990000000000001},"min":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"max":{"1min":1.6899999999999999,"5min":1.6899999999999999,"15min":1.6899999999999999},"last":1.5649999999999999}]}]},{"osd":1,"up_from":13,"seq":55834574919,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6340,"kb_used_data":572,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738812,"statfs":{"total":95995035648,"available":95988543488,"internally_reserved":0,"allocated":585728,"data_stored":240395,"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 Dec 9 02:45:06 2023","interfaces":[{"interface":"back","average":{"1min":0.90500000000000003,"5min":0.72599999999999998,"15min":0.63600000000000001},"min":{"1min":0.49399999999999999,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":2.012,"5min":2.0539999999999998,"15min":2.0539999999999998},"last":1.3120000000000001},{"interface":"front","average":{"1min":1.0029999999999999,"5min":0.78100000000000003,"15min":0.66100000000000003},"min":{"1min":0.60499999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":2.7309999999999999,"5min":2.7309999999999999,"15min":2.7309999999999999},"last":0.89900000000000002}]},{"osd":2,"last update":"Sat Dec 9 02:44:40 2023","interfaces":[{"interface":"back","average":{"1min":0.88100000000000001,"5min":0.77500000000000002,"15min":0.71099999999999997},"min":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":2.1400000000000001,"5min":2.1400000000000001,"15min":2.1400000000000001},"last":1.2210000000000001},{"interface":"front","average":{"1min":0.878,"5min":0.85899999999999999,"15min":0.79700000000000004},"min":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":1.212,"5min":1.212,"15min":1.212},"last":0.96099999999999997}]},{"osd":3,"last update":"Sat Dec 9 02:45:16 2023","interfaces":[{"interface":"back","average":{"1min":0.95899999999999996,"5min":0.84399999999999997,"15min":0.79400000000000004},"min":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"max":{"1min":2.8660000000000001,"5min":2.8660000000000001,"15min":2.8660000000000001},"last":0.81200000000000006},{"interface":"front","average":{"1min":0.96399999999999997,"5min":0.94199999999999995,"15min":0.86799999999999999},"min":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"max":{"1min":1.47,"5min":2.218,"15min":2.218},"last":0.84999999999999998}]},{"osd":4,"last update":"Sat Dec 9 02:44:50 2023","interfaces":[{"interface":"back","average":{"1min":1.1419999999999999,"5min":1.024,"15min":0.97799999999999998},"min":{"1min":0.68700000000000006,"5min":0.68700000000000006,"15min":0.68700000000000006},"max":{"1min":1.998,"5min":1.998,"15min":1.998},"last":0.99099999999999999},{"interface":"front","average":{"1min":0.97499999999999998,"5min":0.96599999999999997,"15min":0.94599999999999995},"min":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"max":{"1min":1.2310000000000001,"5min":1.579,"15min":1.579},"last":1.091}]},{"osd":5,"last update":"Sat Dec 9 02:45:25 2023","interfaces":[{"interface":"back","average":{"1min":1.0680000000000001,"5min":1.054,"15min":1.0529999999999999},"min":{"1min":0.82299999999999995,"5min":0.79100000000000004,"15min":0.79100000000000004},"max":{"1min":1.597,"5min":1.597,"15min":1.597},"last":0.91100000000000003},{"interface":"front","average":{"1min":1.2829999999999999,"5min":1.1819999999999999,"15min":1.1719999999999999},"min":{"1min":0.82199999999999995,"5min":0.82199999999999995,"15min":0.82199999999999995},"max":{"1min":2.9700000000000002,"5min":2.9700000000000002,"15min":2.9700000000000002},"last":1.0309999999999999}]},{"osd":6,"last update":"Sat Dec 9 02:45:01 2023","interfaces":[{"interface":"back","average":{"1min":1.2390000000000001,"5min":1.2589999999999999,"15min":1.262},"min":{"1min":0.72099999999999997,"5min":0.72099999999999997,"15min":0.72099999999999997},"max":{"1min":2.0960000000000001,"5min":2.0960000000000001,"15min":2.0960000000000001},"last":1.427},{"interface":"front","average":{"1min":1.1699999999999999,"5min":1.175,"15min":1.1759999999999999},"min":{"1min":0.97899999999999998,"5min":0.93600000000000005,"15min":0.93600000000000005},"max":{"1min":1.341,"5min":1.585,"15min":1.585},"last":1.2030000000000001}]},{"osd":7,"last update":"Sat Dec 9 02:45:35 2023","interfaces":[{"interface":"back","average":{"1min":1.161,"5min":1.194,"15min":1.2},"min":{"1min":0.86799999999999999,"5min":0.84999999999999998,"15min":0.84999999999999998},"max":{"1min":1.571,"5min":1.571,"15min":1.571},"last":1.2949999999999999},{"interface":"front","average":{"1min":1.367,"5min":1.3100000000000001,"15min":1.3},"min":{"1min":0.99199999999999999,"5min":0.78800000000000003,"15min":0.78800000000000003},"max":{"1min":2.2549999999999999,"5min":2.2549999999999999,"15min":2.2549999999999999},"last":1.4930000000000001}]}]},{"osd":0,"up_from":8,"seq":34359738446,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6928,"kb_used_data":1096,"kb_used_omap":0,"kb_used_meta":5824,"kb_avail":93738224,"statfs":{"total":95995035648,"available":95987941376,"internally_reserved":0,"allocated":1122304,"data_stored":769588,"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 Dec 9 02:44:58 2023","interfaces":[{"interface":"back","average":{"1min":0.751,"5min":0.70799999999999996,"15min":0.64000000000000001},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":1.002,"5min":1.27,"15min":1.27},"last":0.79500000000000004},{"interface":"front","average":{"1min":0.872,"5min":0.80400000000000005,"15min":0.69799999999999995},"min":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"max":{"1min":1.1220000000000001,"5min":1.276,"15min":1.276},"last":0.91900000000000004}]},{"osd":2,"last update":"Sat Dec 9 02:44:42 2023","interfaces":[{"interface":"back","average":{"1min":0.89500000000000002,"5min":0.78000000000000003,"15min":0.71799999999999997},"min":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":1.21,"5min":1.21,"15min":1.21},"last":0.66300000000000003},{"interface":"front","average":{"1min":0.92700000000000005,"5min":0.86199999999999999,"15min":0.80200000000000005},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":1.1739999999999999,"5min":1.548,"15min":1.548},"last":0.98899999999999999}]},{"osd":3,"last update":"Sat Dec 9 02:45:16 2023","interfaces":[{"interface":"back","average":{"1min":0.91700000000000004,"5min":0.85199999999999998,"15min":0.84499999999999997},"min":{"1min":0.63800000000000001,"5min":0.60599999999999998,"15min":0.60599999999999998},"max":{"1min":1.532,"5min":1.532,"15min":1.532},"last":1.0740000000000001},{"interface":"front","average":{"1min":0.97899999999999998,"5min":0.93899999999999995,"15min":0.91200000000000003},"min":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"max":{"1min":1.2629999999999999,"5min":1.3979999999999999,"15min":1.3979999999999999},"last":1.03}]},{"osd":4,"last update":"Sat Dec 9 02:44:45 2023","interfaces":[{"interface":"back","average":{"1min":1.125,"5min":1.1120000000000001,"15min":1.099},"min":{"1min":0.871,"5min":0.79000000000000004,"15min":0.79000000000000004},"max":{"1min":1.47,"5min":1.482,"15min":1.482},"last":0.85899999999999999},{"interface":"front","average":{"1min":1.127,"5min":1.1459999999999999,"15min":1.1439999999999999},"min":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"max":{"1min":1.4490000000000001,"5min":1.5389999999999999,"15min":1.5389999999999999},"last":1.244}]},{"osd":5,"last update":"Sat Dec 9 02:45:25 2023","interfaces":[{"interface":"back","average":{"1min":1.1479999999999999,"5min":1.1919999999999999,"15min":1.1910000000000001},"min":{"1min":0.91100000000000003,"5min":0.91100000000000003,"15min":0.91100000000000003},"max":{"1min":1.4930000000000001,"5min":1.665,"15min":1.665},"last":1.216},{"interface":"front","average":{"1min":1.252,"5min":1.216,"15min":1.2010000000000001},"min":{"1min":0.72199999999999998,"5min":0.72199999999999998,"15min":0.72199999999999998},"max":{"1min":1.6559999999999999,"5min":1.6559999999999999,"15min":1.6559999999999999},"last":1.5049999999999999}]},{"osd":6,"last update":"Sat Dec 9 02:44:58 2023","interfaces":[{"interface":"back","average":{"1min":1.2529999999999999,"5min":1.2909999999999999,"15min":1.2969999999999999},"min":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"max":{"1min":1.5580000000000001,"5min":1.7310000000000001,"15min":1.7310000000000001},"last":1.5940000000000001},{"interface":"front","average":{"1min":1.2969999999999999,"5min":1.3089999999999999,"15min":1.3109999999999999},"min":{"1min":0.77400000000000002,"5min":0.77400000000000002,"15min":0.77400000000000002},"max":{"1min":1.7170000000000001,"5min":1.7190000000000001,"15min":1.7190000000000001},"last":1.1399999999999999}]},{"osd":7,"last update":"Sat Dec 9 02:44:36 2023","interfaces":[{"interface":"back","average":{"1min":1.268,"5min":1.268,"15min":1.268},"min":{"1min":0.71599999999999997,"5min":0.71599999999999997,"15min":0.71599999999999997},"max":{"1min":1.6799999999999999,"5min":1.6799999999999999,"15min":1.6799999999999999},"last":1.363},{"interface":"front","average":{"1min":1.3720000000000001,"5min":1.3720000000000001,"15min":1.3720000000000001},"min":{"1min":0.93200000000000005,"5min":0.93200000000000005,"15min":0.93200000000000005},"max":{"1min":1.7210000000000001,"5min":1.7210000000000001,"15min":1.7210000000000001},"last":1.6439999999999999}]}]},{"osd":2,"up_from":18,"seq":77309411391,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6276,"kb_used_data":572,"kb_used_omap":0,"kb_used_meta":5696,"kb_avail":93738876,"statfs":{"total":95995035648,"available":95988609024,"internally_reserved":0,"allocated":585728,"data_stored":240337,"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 Dec 9 02:44:38 2023","interfaces":[{"interface":"back","average":{"1min":0.77900000000000003,"5min":0.70199999999999996,"15min":0.66500000000000004},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":1.1599999999999999,"5min":1.2330000000000001,"15min":1.2330000000000001},"last":1.018},{"interface":"front","average":{"1min":0.93100000000000005,"5min":0.79600000000000004,"15min":0.73199999999999998},"min":{"1min":0.627,"5min":0.51000000000000001,"15min":0.51000000000000001},"max":{"1min":1.554,"5min":1.554,"15min":1.554},"last":0.67300000000000004}]},{"osd":1,"last update":"Sat Dec 9 02:44:38 2023","interfaces":[{"interface":"back","average":{"1min":0.94399999999999995,"5min":0.83399999999999996,"15min":0.77200000000000002},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":1.3180000000000001,"5min":1.3180000000000001,"15min":1.3180000000000001},"last":0.61799999999999999},{"interface":"front","average":{"1min":0.85799999999999998,"5min":0.79900000000000004,"15min":0.746},"min":{"1min":0.46400000000000002,"5min":0.44,"15min":0.44},"max":{"1min":1.2989999999999999,"5min":1.2989999999999999,"15min":1.2989999999999999},"last":0.76600000000000001}]},{"osd":3,"last update":"Sat Dec 9 02:45:12 2023","interfaces":[{"interface":"back","average":{"1min":1.0049999999999999,"5min":0.92700000000000005,"15min":0.85799999999999998},"min":{"1min":0.45900000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"max":{"1min":1.4019999999999999,"5min":1.4019999999999999,"15min":1.4019999999999999},"last":0.73499999999999999},{"interface":"front","average":{"1min":0.86499999999999999,"5min":0.86199999999999999,"15min":0.81999999999999995},"min":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"max":{"1min":1.212,"5min":1.3100000000000001,"15min":1.3100000000000001},"last":0.81999999999999995}]},{"osd":4,"last update":"Sat Dec 9 02:44:49 2023","interfaces":[{"interface":"back","average":{"1min":0.97199999999999998,"5min":0.99199999999999999,"15min":1},"min":{"1min":0.83899999999999997,"5min":0.67000000000000004,"15min":0.67000000000000004},"max":{"1min":1.1990000000000001,"5min":1.3080000000000001,"15min":1.3080000000000001},"last":1.1519999999999999},{"interface":"front","average":{"1min":1.2210000000000001,"5min":1.1439999999999999,"15min":1.1200000000000001},"min":{"1min":0.78000000000000003,"5min":0.78000000000000003,"15min":0.78000000000000003},"max":{"1min":1.645,"5min":1.645,"15min":1.645},"last":0.99399999999999999}]},{"osd":5,"last update":"Sat Dec 9 02:45:23 2023","interfaces":[{"interface":"back","average":{"1min":1.2430000000000001,"5min":1.2090000000000001,"15min":1.1899999999999999},"min":{"1min":0.75,"5min":0.72199999999999998,"15min":0.72199999999999998},"max":{"1min":1.774,"5min":1.774,"15min":1.774},"last":0.95899999999999996},{"interface":"front","average":{"1min":1.0820000000000001,"5min":1.137,"15min":1.143},"min":{"1min":0.70999999999999996,"5min":0.70999999999999996,"15min":0.70999999999999996},"max":{"1min":1.5580000000000001,"5min":1.5580000000000001,"15min":1.5580000000000001},"last":1.073}]},{"osd":6,"last update":"Sat Dec 9 02:44:58 2023","interfaces":[{"interface":"back","average":{"1min":1.226,"5min":1.23,"15min":1.2310000000000001},"min":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"max":{"1min":1.6779999999999999,"5min":1.6779999999999999,"15min":1.6779999999999999},"last":1.2390000000000001},{"interface":"front","average":{"1min":1.4279999999999999,"5min":1.3300000000000001,"15min":1.3140000000000001},"min":{"1min":0.879,"5min":0.82799999999999996,"15min":0.82799999999999996},"max":{"1min":1.859,"5min":1.859,"15min":1.859},"last":1.0589999999999999}]},{"osd":7,"last update":"Sat Dec 9 02:44:36 2023","interfaces":[{"interface":"back","average":{"1min":1.252,"5min":1.252,"15min":1.252},"min":{"1min":0.99199999999999999,"5min":0.99199999999999999,"15min":0.99199999999999999},"max":{"1min":1.639,"5min":1.639,"15min":1.639},"last":1.2210000000000001},{"interface":"front","average":{"1min":1.2809999999999999,"5min":1.2809999999999999,"15min":1.2809999999999999},"min":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"max":{"1min":1.55,"5min":1.55,"15min":1.55},"last":1.302}]}]},{"osd":3,"up_from":26,"seq":111669149752,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5704,"kb_used_data":576,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739448,"statfs":{"total":95995035648,"available":95989194752,"internally_reserved":0,"allocated":589824,"data_stored":240660,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Dec 9 02:45:15 2023","interfaces":[{"interface":"back","average":{"1min":0.80400000000000005,"5min":0.73999999999999999,"15min":0.71199999999999997},"min":{"1min":0.58799999999999997,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":1.204,"5min":1.204,"15min":1.204},"last":0.61499999999999999},{"interface":"front","average":{"1min":0.85799999999999998,"5min":0.81899999999999995,"15min":0.78700000000000003},"min":{"1min":0.55900000000000005,"5min":0.46700000000000003,"15min":0.46700000000000003},"max":{"1min":1.2909999999999999,"5min":1.2909999999999999,"15min":1.2909999999999999},"last":0.98099999999999998}]},{"osd":1,"last update":"Sat Dec 9 02:45:15 2023","interfaces":[{"interface":"back","average":{"1min":0.879,"5min":0.78400000000000003,"15min":0.76200000000000001},"min":{"1min":0.72799999999999998,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":1.3640000000000001,"5min":1.3640000000000001,"15min":1.3640000000000001},"last":0.67100000000000004},{"interface":"front","average":{"1min":1.002,"5min":0.95599999999999996,"15min":0.94099999999999995},"min":{"1min":0.76800000000000002,"5min":0.44500000000000001,"15min":0.44500000000000001},"max":{"1min":1.468,"5min":1.534,"15min":1.534},"last":0.90600000000000003}]},{"osd":2,"last update":"Sat Dec 9 02:45:15 2023","interfaces":[{"interface":"back","average":{"1min":1.0569999999999999,"5min":0.96699999999999997,"15min":0.94299999999999995},"min":{"1min":0.79400000000000004,"5min":0.61399999999999999,"15min":0.61399999999999999},"max":{"1min":1.593,"5min":1.593,"15min":1.593},"last":0.82599999999999996},{"interface":"front","average":{"1min":1.04,"5min":0.95399999999999996,"15min":0.94399999999999995},"min":{"1min":0.71599999999999997,"5min":0.52600000000000002,"15min":0.52600000000000002},"max":{"1min":1.3360000000000001,"5min":1.367,"15min":1.367},"last":0.84299999999999997}]},{"osd":4,"last update":"Sat Dec 9 02:44:48 2023","interfaces":[{"interface":"back","average":{"1min":1.1579999999999999,"5min":1.1140000000000001,"15min":1.0940000000000001},"min":{"1min":0.84299999999999997,"5min":0.68200000000000005,"15min":0.68200000000000005},"max":{"1min":1.6779999999999999,"5min":1.6779999999999999,"15min":1.6779999999999999},"last":0.96699999999999997},{"interface":"front","average":{"1min":1.1180000000000001,"5min":1.0980000000000001,"15min":1.083},"min":{"1min":0.86699999999999999,"5min":0.70099999999999996,"15min":0.70099999999999996},"max":{"1min":1.6060000000000001,"5min":1.6060000000000001,"15min":1.6060000000000001},"last":1.1850000000000001}]},{"osd":5,"last update":"Sat Dec 9 02:45:27 2023","interfaces":[{"interface":"back","average":{"1min":1.323,"5min":1.1850000000000001,"15min":1.1539999999999999},"min":{"1min":0.94999999999999996,"5min":0.75,"15min":0.75},"max":{"1min":1.8080000000000001,"5min":1.8080000000000001,"15min":1.8080000000000001},"last":1.415},{"interface":"front","average":{"1min":1.25,"5min":1.2050000000000001,"15min":1.2010000000000001},"min":{"1min":0.98399999999999999,"5min":0.66600000000000004,"15min":0.66600000000000004},"max":{"1min":1.587,"5min":1.6259999999999999,"15min":1.6259999999999999},"last":1.121}]},{"osd":6,"last update":"Sat Dec 9 02:45:05 2023","interfaces":[{"interface":"back","average":{"1min":1.3180000000000001,"5min":1.236,"15min":1.222},"min":{"1min":0.92700000000000005,"5min":0.749,"15min":0.749},"max":{"1min":1.667,"5min":1.667,"15min":1.667},"last":1.286},{"interface":"front","average":{"1min":1.351,"5min":1.2889999999999999,"15min":1.2789999999999999},"min":{"1min":0.93799999999999994,"5min":0.74399999999999999,"15min":0.74399999999999999},"max":{"1min":1.744,"5min":1.744,"15min":1.744},"last":1.1639999999999999}]},{"osd":7,"last update":"Sat Dec 9 02:44:38 2023","interfaces":[{"interface":"back","average":{"1min":1.246,"5min":1.246,"15min":1.246},"min":{"1min":0.755,"5min":0.755,"15min":0.755},"max":{"1min":1.534,"5min":1.534,"15min":1.534},"last":1.4990000000000001},{"interface":"front","average":{"1min":1.286,"5min":1.286,"15min":1.286},"min":{"1min":0.78500000000000003,"5min":0.78500000000000003,"15min":0.78500000000000003},"max":{"1min":1.5029999999999999,"5min":1.5029999999999999,"15min":1.5029999999999999},"last":1.222}]}]},{"osd":4,"up_from":31,"seq":133143986225,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5768,"kb_used_data":576,"kb_used_omap":0,"kb_used_meta":5184,"kb_avail":93739384,"statfs":{"total":95995035648,"available":95989129216,"internally_reserved":0,"allocated":589824,"data_stored":240660,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5308416},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sat Dec 9 02:44:49 2023","interfaces":[{"interface":"back","average":{"1min":0.86399999999999999,"5min":0.83799999999999997,"15min":0.82999999999999996},"min":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"max":{"1min":1.1870000000000001,"5min":1.1870000000000001,"15min":1.1870000000000001},"last":0.64900000000000002},{"interface":"front","average":{"1min":0.93500000000000005,"5min":0.96099999999999997,"15min":0.94599999999999995},"min":{"1min":0.66200000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"max":{"1min":1.617,"5min":1.617,"15min":1.617},"last":0.86099999999999999}]},{"osd":1,"last update":"Sat Dec 9 02:44:49 2023","interfaces":[{"interface":"back","average":{"1min":0.85299999999999998,"5min":0.86099999999999999,"15min":0.85599999999999998},"min":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"max":{"1min":1.1890000000000001,"5min":1.1890000000000001,"15min":1.1890000000000001},"last":0.78600000000000003},{"interface":"front","average":{"1min":0.90200000000000002,"5min":0.89300000000000002,"15min":0.876},"min":{"1min":0.63800000000000001,"5min":0.63800000000000001,"15min":0.63800000000000001},"max":{"1min":1.2210000000000001,"5min":1.3089999999999999,"15min":1.3089999999999999},"last":0.73299999999999998}]},{"osd":2,"last update":"Sat Dec 9 02:44:49 2023","interfaces":[{"interface":"back","average":{"1min":0.86699999999999999,"5min":0.92200000000000004,"15min":0.92600000000000005},"min":{"1min":0.622,"5min":0.622,"15min":0.622},"max":{"1min":1.1339999999999999,"5min":1.306,"15min":1.306},"last":0.82199999999999995},{"interface":"front","average":{"1min":0.92400000000000004,"5min":0.91400000000000003,"15min":0.89500000000000002},"min":{"1min":0.68300000000000005,"5min":0.64300000000000002,"15min":0.64300000000000002},"max":{"1min":1.2669999999999999,"5min":1.419,"15min":1.419},"last":0.96599999999999997}]},{"osd":3,"last update":"Sat Dec 9 02:44:49 2023","interfaces":[{"interface":"back","average":{"1min":0.97899999999999998,"5min":0.98399999999999999,"15min":0.97199999999999998},"min":{"1min":0.66700000000000004,"5min":0.61199999999999999,"15min":0.61199999999999999},"max":{"1min":1.399,"5min":1.5129999999999999,"15min":1.5129999999999999},"last":1.0680000000000001},{"interface":"front","average":{"1min":1.0449999999999999,"5min":1.006,"15min":0.98199999999999998},"min":{"1min":0.80100000000000005,"5min":0.70199999999999996,"15min":0.70199999999999996},"max":{"1min":1.3009999999999999,"5min":1.3819999999999999,"15min":1.3819999999999999},"last":1.0009999999999999}]},{"osd":5,"last update":"Sat Dec 9 02:45:27 2023","interfaces":[{"interface":"back","average":{"1min":1.028,"5min":0.88800000000000001,"15min":0.84399999999999997},"min":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"max":{"1min":1.5409999999999999,"5min":1.589,"15min":1.589},"last":1.121},{"interface":"front","average":{"1min":1.079,"5min":1.008,"15min":0.98399999999999999},"min":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"max":{"1min":1.476,"5min":1.792,"15min":1.792},"last":1.1639999999999999}]},{"osd":6,"last update":"Sat Dec 9 02:44:59 2023","interfaces":[{"interface":"back","average":{"1min":0.96699999999999997,"5min":0.92600000000000005,"15min":0.91900000000000004},"min":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"max":{"1min":1.4059999999999999,"5min":1.4059999999999999,"15min":1.4059999999999999},"last":0.91100000000000003},{"interface":"front","average":{"1min":1.1040000000000001,"5min":1.0860000000000001,"15min":1.083},"min":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"max":{"1min":1.6299999999999999,"5min":1.6299999999999999,"15min":1.6299999999999999},"last":1.034}]},{"osd":7,"last update":"Sat Dec 9 02:44:36 2023","interfaces":[{"interface":"back","average":{"1min":1.089,"5min":1.089,"15min":1.089},"min":{"1min":0.88,"5min":0.88,"15min":0.88},"max":{"1min":1.641,"5min":1.641,"15min":1.641},"last":0.98799999999999999},{"interface":"front","average":{"1min":1.169,"5min":1.169,"15min":1.169},"min":{"1min":0.89000000000000001,"5min":0.89000000000000001,"15min":0.89000000000000001},"max":{"1min":1.46,"5min":1.46,"15min":1.46},"last":1.21}]}]},{"osd":5,"up_from":39,"seq":167503724586,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5704,"kb_used_data":576,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739448,"statfs":{"total":95995035648,"available":95989194752,"internally_reserved":0,"allocated":589824,"data_stored":240660,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[0,1,2,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 Dec 9 02:45:25 2023","interfaces":[{"interface":"back","average":{"1min":0.93700000000000006,"5min":0.92800000000000005,"15min":0.92700000000000005},"min":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"max":{"1min":1.2170000000000001,"5min":1.2170000000000001,"15min":1.2170000000000001},"last":0.61299999999999999},{"interface":"front","average":{"1min":0.89800000000000002,"5min":0.86799999999999999,"15min":0.85599999999999998},"min":{"1min":0.65800000000000003,"5min":0.58499999999999996,"15min":0.58499999999999996},"max":{"1min":1.1839999999999999,"5min":1.1839999999999999,"15min":1.1839999999999999},"last":0.96699999999999997}]},{"osd":1,"last update":"Sat Dec 9 02:45:25 2023","interfaces":[{"interface":"back","average":{"1min":0.98099999999999998,"5min":0.95499999999999996,"15min":0.95499999999999996},"min":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"max":{"1min":1.361,"5min":1.361,"15min":1.361},"last":1.1519999999999999},{"interface":"front","average":{"1min":0.92200000000000004,"5min":0.94099999999999995,"15min":0.93799999999999994},"min":{"1min":0.64900000000000002,"5min":0.55700000000000005,"15min":0.55700000000000005},"max":{"1min":1.3280000000000001,"5min":1.538,"15min":1.538},"last":1.012}]},{"osd":2,"last update":"Sat Dec 9 02:45:25 2023","interfaces":[{"interface":"back","average":{"1min":0.92000000000000004,"5min":0.91700000000000004,"15min":0.91700000000000004},"min":{"1min":0.75600000000000001,"5min":0.64700000000000002,"15min":0.64700000000000002},"max":{"1min":1.1060000000000001,"5min":1.2210000000000001,"15min":1.2210000000000001},"last":0.998},{"interface":"front","average":{"1min":1.0309999999999999,"5min":0.98099999999999998,"15min":0.98499999999999999},"min":{"1min":0.70599999999999996,"5min":0.59099999999999997,"15min":0.59099999999999997},"max":{"1min":1.472,"5min":1.472,"15min":1.472},"last":1.2030000000000001}]},{"osd":3,"last update":"Sat Dec 9 02:45:25 2023","interfaces":[{"interface":"back","average":{"1min":1.01,"5min":0.96199999999999997,"15min":0.95599999999999996},"min":{"1min":0.83099999999999996,"5min":0.63100000000000001,"15min":0.63100000000000001},"max":{"1min":1.3089999999999999,"5min":1.3089999999999999,"15min":1.3089999999999999},"last":1.0429999999999999},{"interface":"front","average":{"1min":1.0629999999999999,"5min":0.999,"15min":0.98499999999999999},"min":{"1min":0.78200000000000003,"5min":0.60899999999999999,"15min":0.60899999999999999},"max":{"1min":1.393,"5min":1.393,"15min":1.393},"last":1.244}]},{"osd":4,"last update":"Sat Dec 9 02:45:25 2023","interfaces":[{"interface":"back","average":{"1min":0.89700000000000002,"5min":0.86299999999999999,"15min":0.84999999999999998},"min":{"1min":0.69799999999999995,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":1.2290000000000001,"5min":1.385,"15min":1.385},"last":0.77100000000000002},{"interface":"front","average":{"1min":1.0089999999999999,"5min":0.89300000000000002,"15min":0.878},"min":{"1min":0.60399999999999998,"5min":0.54100000000000004,"15min":0.54100000000000004},"max":{"1min":1.4390000000000001,"5min":1.4390000000000001,"15min":1.4390000000000001},"last":0.875}]},{"osd":6,"last update":"Sat Dec 9 02:45:00 2023","interfaces":[{"interface":"back","average":{"1min":0.94399999999999995,"5min":0.96299999999999997,"15min":0.96599999999999997},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":1.482,"5min":1.482,"15min":1.482},"last":0.91700000000000004},{"interface":"front","average":{"1min":1.034,"5min":1.03,"15min":1.0289999999999999},"min":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"max":{"1min":1.3009999999999999,"5min":1.3560000000000001,"15min":1.3560000000000001},"last":1.0840000000000001}]},{"osd":7,"last update":"Sat Dec 9 02:44:39 2023","interfaces":[{"interface":"back","average":{"1min":1.002,"5min":1.002,"15min":1.002},"min":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"max":{"1min":1.288,"5min":1.288,"15min":1.288},"last":1.1299999999999999},{"interface":"front","average":{"1min":1.0660000000000001,"5min":1.0660000000000001,"15min":1.0660000000000001},"min":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":1.458,"5min":1.458,"15min":1.458},"last":1.288}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-12-09T02:45:43.073 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-12-09T02:45:43.073 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-12-09T02:45:43.073 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-12-09T02:45:43.073 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -- ceph health --format=json 2023-12-09T02:45:43.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:43 smithi172 bash[25093]: audit 2023-12-09T02:45:42.345827+0000 mgr.y (mgr.14469) 82 : audit [DBG] from='client.24535 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-09T02:45:44.017 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:43 smithi023 bash[24949]: audit 2023-12-09T02:45:42.345827+0000 mgr.y (mgr.14469) 82 : audit [DBG] from='client.24535 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-09T02:45:44.017 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:43 smithi023 bash[30415]: audit 2023-12-09T02:45:42.345827+0000 mgr.y (mgr.14469) 82 : audit [DBG] from='client.24535 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-09T02:45:44.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:44 smithi172 bash[25093]: cluster 2023-12-09T02:45:42.807264+0000 mgr.y (mgr.14469) 83 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:45.017 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:44 smithi023 bash[24949]: cluster 2023-12-09T02:45:42.807264+0000 mgr.y (mgr.14469) 83 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:45.017 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:44 smithi023 bash[30415]: cluster 2023-12-09T02:45:42.807264+0000 mgr.y (mgr.14469) 83 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:45.809 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/9eab968a-963b-11ee-95a3-87774f69a715/mon.a/config 2023-12-09T02:45:46.017 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:45 smithi023 bash[24949]: cluster 2023-12-09T02:45:44.807906+0000 mgr.y (mgr.14469) 84 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:46.017 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:45 smithi023 bash[30415]: cluster 2023-12-09T02:45:44.807906+0000 mgr.y (mgr.14469) 84 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:46.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:45 smithi172 bash[25093]: cluster 2023-12-09T02:45:44.807906+0000 mgr.y (mgr.14469) 84 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:48.017 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:47 smithi023 bash[24949]: cluster 2023-12-09T02:45:46.808525+0000 mgr.y (mgr.14469) 85 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:48.018 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:47 smithi023 bash[30415]: cluster 2023-12-09T02:45:46.808525+0000 mgr.y (mgr.14469) 85 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:48.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:47 smithi172 bash[25093]: cluster 2023-12-09T02:45:46.808525+0000 mgr.y (mgr.14469) 85 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:48.248 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:45:47 smithi172 bash[26000]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:45:47] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:45:49.017 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:45:48 smithi023 bash[25223]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:45:48] "GET /metrics HTTP/1.1" 200 191501 "" "Prometheus/2.33.4" 2023-12-09T02:45:49.085 INFO:teuthology.orchestra.run.smithi023.stdout: 2023-12-09T02:45:49.085 INFO:teuthology.orchestra.run.smithi023.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-12-09T02:45:49.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:49 smithi172 bash[25093]: audit 2023-12-09T02:45:49.082072+0000 mon.a (mon.0) 649 : audit [DBG] from='client.? 172.21.15.23:0/3275477374' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-09T02:45:49.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:49 smithi023 bash[24949]: audit 2023-12-09T02:45:49.082072+0000 mon.a (mon.0) 649 : audit [DBG] from='client.? 172.21.15.23:0/3275477374' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-09T02:45:49.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:49 smithi023 bash[30415]: audit 2023-12-09T02:45:49.082072+0000 mon.a (mon.0) 649 : audit [DBG] from='client.? 172.21.15.23:0/3275477374' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-09T02:45:49.855 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-12-09T02:45:49.855 INFO:tasks.cephadm:Setup complete, yielding 2023-12-09T02:45:49.856 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-09T02:45:49.865 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi023.front.sepia.ceph.com 2023-12-09T02:45:49.866 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -- bash -c 'ceph config set mgr mgr/cephadm/use_repo_digest false --force' 2023-12-09T02:45:50.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:50 smithi172 bash[25093]: cluster 2023-12-09T02:45:48.809094+0000 mgr.y (mgr.14469) 86 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:50.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:50 smithi023 bash[24949]: cluster 2023-12-09T02:45:48.809094+0000 mgr.y (mgr.14469) 86 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:50.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:50 smithi023 bash[30415]: cluster 2023-12-09T02:45:48.809094+0000 mgr.y (mgr.14469) 86 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:52.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:52 smithi172 bash[25093]: cluster 2023-12-09T02:45:50.809688+0000 mgr.y (mgr.14469) 87 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:52.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:52 smithi023 bash[24949]: cluster 2023-12-09T02:45:50.809688+0000 mgr.y (mgr.14469) 87 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:52.517 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:52 smithi023 bash[30415]: cluster 2023-12-09T02:45:50.809688+0000 mgr.y (mgr.14469) 87 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:53.715 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-09T02:45:53.723 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi023.front.sepia.ceph.com 2023-12-09T02:45:53.723 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -e sha1=9dcc13bb80dcc1cdea72b04d80505b4649a2b882 -- bash -c 'radosgw-admin realm create --rgw-realm=r --default' 2023-12-09T02:45:54.267 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:54 smithi023 bash[24949]: cluster 2023-12-09T02:45:52.810202+0000 mgr.y (mgr.14469) 88 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:54.267 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:54 smithi023 bash[24949]: audit 2023-12-09T02:45:53.013876+0000 mon.a (mon.0) 650 : audit [INF] from='client.? 172.21.15.23:0/1269853426' entity='client.admin' 2023-12-09T02:45:54.268 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:54 smithi023 bash[24949]: audit 2023-12-09T02:45:53.031747+0000 mon.b (mon.2) 72 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:45:54.268 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:54 smithi023 bash[24949]: audit 2023-12-09T02:45:53.033301+0000 mon.b (mon.2) 73 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:45:54.268 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:54 smithi023 bash[24949]: audit 2023-12-09T02:45:53.037916+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:45:54.268 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:54 smithi023 bash[30415]: cluster 2023-12-09T02:45:52.810202+0000 mgr.y (mgr.14469) 88 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:54.268 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:54 smithi023 bash[30415]: audit 2023-12-09T02:45:53.013876+0000 mon.a (mon.0) 650 : audit [INF] from='client.? 172.21.15.23:0/1269853426' entity='client.admin' 2023-12-09T02:45:54.268 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:54 smithi023 bash[30415]: audit 2023-12-09T02:45:53.031747+0000 mon.b (mon.2) 72 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:45:54.268 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:54 smithi023 bash[30415]: audit 2023-12-09T02:45:53.033301+0000 mon.b (mon.2) 73 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:45:54.268 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:54 smithi023 bash[30415]: audit 2023-12-09T02:45:53.037916+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:45:54.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:54 smithi172 bash[25093]: cluster 2023-12-09T02:45:52.810202+0000 mgr.y (mgr.14469) 88 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:54.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:54 smithi172 bash[25093]: audit 2023-12-09T02:45:53.013876+0000 mon.a (mon.0) 650 : audit [INF] from='client.? 172.21.15.23:0/1269853426' entity='client.admin' 2023-12-09T02:45:54.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:54 smithi172 bash[25093]: audit 2023-12-09T02:45:53.031747+0000 mon.b (mon.2) 72 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:45:54.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:54 smithi172 bash[25093]: audit 2023-12-09T02:45:53.033301+0000 mon.b (mon.2) 73 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:45:54.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:54 smithi172 bash[25093]: audit 2023-12-09T02:45:53.037916+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:45:56.439 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:56 smithi023 bash[24949]: cluster 2023-12-09T02:45:54.810794+0000 mgr.y (mgr.14469) 89 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:56.439 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:56 smithi023 bash[30415]: cluster 2023-12-09T02:45:54.810794+0000 mgr.y (mgr.14469) 89 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:56.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:56 smithi172 bash[25093]: cluster 2023-12-09T02:45:54.810794+0000 mgr.y (mgr.14469) 89 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:58.110 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2023-12-09T02:45:58.111 INFO:teuthology.orchestra.run.smithi023.stdout: "id": "053f5157-8aaa-4a09-a156-82c7f304c204", 2023-12-09T02:45:58.111 INFO:teuthology.orchestra.run.smithi023.stdout: "name": "r", 2023-12-09T02:45:58.111 INFO:teuthology.orchestra.run.smithi023.stdout: "current_period": "f960f407-b70f-446d-bb72-73eb4dba8e5a", 2023-12-09T02:45:58.111 INFO:teuthology.orchestra.run.smithi023.stdout: "epoch": 1 2023-12-09T02:45:58.111 INFO:teuthology.orchestra.run.smithi023.stdout:} 2023-12-09T02:45:58.248 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:45:57 smithi172 bash[26000]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:45:57] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:45:58.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:58 smithi172 bash[25093]: cluster 2023-12-09T02:45:56.811464+0000 mgr.y (mgr.14469) 90 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:58.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:58 smithi172 bash[25093]: cluster 2023-12-09T02:45:57.039760+0000 mon.a (mon.0) 652 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2023-12-09T02:45:58.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:58 smithi172 bash[25093]: audit 2023-12-09T02:45:57.048664+0000 mon.c (mon.1) 20 : audit [INF] from='client.? 172.21.15.23:0/2415939537' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-09T02:45:58.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:58 smithi172 bash[25093]: audit 2023-12-09T02:45:57.049143+0000 mon.a (mon.0) 653 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-09T02:45:58.316 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:58 smithi023 bash[30415]: cluster 2023-12-09T02:45:56.811464+0000 mgr.y (mgr.14469) 90 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:58.316 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:58 smithi023 bash[30415]: cluster 2023-12-09T02:45:57.039760+0000 mon.a (mon.0) 652 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2023-12-09T02:45:58.316 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:58 smithi023 bash[30415]: audit 2023-12-09T02:45:57.048664+0000 mon.c (mon.1) 20 : audit [INF] from='client.? 172.21.15.23:0/2415939537' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-09T02:45:58.316 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:58 smithi023 bash[30415]: audit 2023-12-09T02:45:57.049143+0000 mon.a (mon.0) 653 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-09T02:45:58.317 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:58 smithi023 bash[24949]: cluster 2023-12-09T02:45:56.811464+0000 mgr.y (mgr.14469) 90 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:45:58.317 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:58 smithi023 bash[24949]: cluster 2023-12-09T02:45:57.039760+0000 mon.a (mon.0) 652 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2023-12-09T02:45:58.317 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:58 smithi023 bash[24949]: audit 2023-12-09T02:45:57.048664+0000 mon.c (mon.1) 20 : audit [INF] from='client.? 172.21.15.23:0/2415939537' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-09T02:45:58.317 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:58 smithi023 bash[24949]: audit 2023-12-09T02:45:57.049143+0000 mon.a (mon.0) 653 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-09T02:45:58.886 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -e sha1=9dcc13bb80dcc1cdea72b04d80505b4649a2b882 -- bash -c 'radosgw-admin zonegroup create --rgw-zonegroup=default --master --default' 2023-12-09T02:45:59.017 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:45:58 smithi023 bash[25223]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:45:58] "GET /metrics HTTP/1.1" 200 191501 "" "Prometheus/2.33.4" 2023-12-09T02:45:59.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:59 smithi172 bash[25093]: audit 2023-12-09T02:45:58.064039+0000 mon.a (mon.0) 654 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-09T02:45:59.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:45:59 smithi172 bash[25093]: cluster 2023-12-09T02:45:58.064346+0000 mon.a (mon.0) 655 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2023-12-09T02:45:59.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:59 smithi023 bash[24949]: audit 2023-12-09T02:45:58.064039+0000 mon.a (mon.0) 654 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-09T02:45:59.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:45:59 smithi023 bash[24949]: cluster 2023-12-09T02:45:58.064346+0000 mon.a (mon.0) 655 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2023-12-09T02:45:59.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:59 smithi023 bash[30415]: audit 2023-12-09T02:45:58.064039+0000 mon.a (mon.0) 654 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-09T02:45:59.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:45:59 smithi023 bash[30415]: cluster 2023-12-09T02:45:58.064346+0000 mon.a (mon.0) 655 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2023-12-09T02:46:00.267 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:00 smithi023 bash[24949]: cluster 2023-12-09T02:45:58.812062+0000 mgr.y (mgr.14469) 91 : cluster [DBG] pgmap v64: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:46:00.268 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:00 smithi023 bash[24949]: cluster 2023-12-09T02:45:59.061379+0000 mon.a (mon.0) 656 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2023-12-09T02:46:00.268 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:00 smithi023 bash[30415]: cluster 2023-12-09T02:45:58.812062+0000 mgr.y (mgr.14469) 91 : cluster [DBG] pgmap v64: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:46:00.268 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:00 smithi023 bash[30415]: cluster 2023-12-09T02:45:59.061379+0000 mon.a (mon.0) 656 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2023-12-09T02:46:00.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:00 smithi172 bash[25093]: cluster 2023-12-09T02:45:58.812062+0000 mgr.y (mgr.14469) 91 : cluster [DBG] pgmap v64: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:46:00.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:00 smithi172 bash[25093]: cluster 2023-12-09T02:45:59.061379+0000 mon.a (mon.0) 656 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2023-12-09T02:46:01.764 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2023-12-09T02:46:01.765 INFO:teuthology.orchestra.run.smithi023.stdout: "id": "58f5efd4-dff8-43af-8403-68912cf50883", 2023-12-09T02:46:01.765 INFO:teuthology.orchestra.run.smithi023.stdout: "name": "default", 2023-12-09T02:46:01.765 INFO:teuthology.orchestra.run.smithi023.stdout: "api_name": "default", 2023-12-09T02:46:01.765 INFO:teuthology.orchestra.run.smithi023.stdout: "is_master": "true", 2023-12-09T02:46:01.765 INFO:teuthology.orchestra.run.smithi023.stdout: "endpoints": [], 2023-12-09T02:46:01.765 INFO:teuthology.orchestra.run.smithi023.stdout: "hostnames": [], 2023-12-09T02:46:01.765 INFO:teuthology.orchestra.run.smithi023.stdout: "hostnames_s3website": [], 2023-12-09T02:46:01.765 INFO:teuthology.orchestra.run.smithi023.stdout: "master_zone": "", 2023-12-09T02:46:01.765 INFO:teuthology.orchestra.run.smithi023.stdout: "zones": [], 2023-12-09T02:46:01.765 INFO:teuthology.orchestra.run.smithi023.stdout: "placement_targets": [], 2023-12-09T02:46:01.765 INFO:teuthology.orchestra.run.smithi023.stdout: "default_placement": "", 2023-12-09T02:46:01.766 INFO:teuthology.orchestra.run.smithi023.stdout: "realm_id": "053f5157-8aaa-4a09-a156-82c7f304c204", 2023-12-09T02:46:01.766 INFO:teuthology.orchestra.run.smithi023.stdout: "sync_policy": { 2023-12-09T02:46:01.766 INFO:teuthology.orchestra.run.smithi023.stdout: "groups": [] 2023-12-09T02:46:01.766 INFO:teuthology.orchestra.run.smithi023.stdout: } 2023-12-09T02:46:01.766 INFO:teuthology.orchestra.run.smithi023.stdout:} 2023-12-09T02:46:02.267 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:02 smithi023 bash[30415]: cluster 2023-12-09T02:46:00.812682+0000 mgr.y (mgr.14469) 92 : cluster [DBG] pgmap v66: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:46:02.268 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:02 smithi023 bash[30415]: audit 2023-12-09T02:46:01.153669+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:46:02.268 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:02 smithi023 bash[30415]: audit 2023-12-09T02:46:01.156151+0000 mon.b (mon.2) 74 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:46:02.268 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:02 smithi023 bash[30415]: audit 2023-12-09T02:46:01.166812+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:46:02.268 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:02 smithi023 bash[30415]: audit 2023-12-09T02:46:01.169346+0000 mon.b (mon.2) 75 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:46:02.268 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:02 smithi023 bash[24949]: cluster 2023-12-09T02:46:00.812682+0000 mgr.y (mgr.14469) 92 : cluster [DBG] pgmap v66: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:46:02.268 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:02 smithi023 bash[24949]: audit 2023-12-09T02:46:01.153669+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:46:02.268 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:02 smithi023 bash[24949]: audit 2023-12-09T02:46:01.156151+0000 mon.b (mon.2) 74 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:46:02.268 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:02 smithi023 bash[24949]: audit 2023-12-09T02:46:01.166812+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:46:02.268 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:02 smithi023 bash[24949]: audit 2023-12-09T02:46:01.169346+0000 mon.b (mon.2) 75 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:46:02.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:02 smithi172 bash[25093]: cluster 2023-12-09T02:46:00.812682+0000 mgr.y (mgr.14469) 92 : cluster [DBG] pgmap v66: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:46:02.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:02 smithi172 bash[25093]: audit 2023-12-09T02:46:01.153669+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:46:02.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:02 smithi172 bash[25093]: audit 2023-12-09T02:46:01.156151+0000 mon.b (mon.2) 74 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:46:02.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:02 smithi172 bash[25093]: audit 2023-12-09T02:46:01.166812+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:46:02.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:02 smithi172 bash[25093]: audit 2023-12-09T02:46:01.169346+0000 mon.b (mon.2) 75 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:46:02.508 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -e sha1=9dcc13bb80dcc1cdea72b04d80505b4649a2b882 -- bash -c 'radosgw-admin zone create --rgw-zonegroup=default --rgw-zone=z --master --default' 2023-12-09T02:46:04.267 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:04 smithi023 bash[24949]: cluster 2023-12-09T02:46:02.813481+0000 mgr.y (mgr.14469) 93 : cluster [DBG] pgmap v67: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 1.8 KiB/s wr, 2 op/s 2023-12-09T02:46:04.268 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:04 smithi023 bash[30415]: cluster 2023-12-09T02:46:02.813481+0000 mgr.y (mgr.14469) 93 : cluster [DBG] pgmap v67: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 1.8 KiB/s wr, 2 op/s 2023-12-09T02:46:04.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:04 smithi172 bash[25093]: cluster 2023-12-09T02:46:02.813481+0000 mgr.y (mgr.14469) 93 : cluster [DBG] pgmap v67: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 1.8 KiB/s wr, 2 op/s 2023-12-09T02:46:05.536 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2023-12-09T02:46:05.536 INFO:teuthology.orchestra.run.smithi023.stdout: "id": "8462941a-0467-466d-b5a9-2389b9c807e8", 2023-12-09T02:46:05.537 INFO:teuthology.orchestra.run.smithi023.stdout: "name": "z", 2023-12-09T02:46:05.537 INFO:teuthology.orchestra.run.smithi023.stdout: "domain_root": "z.rgw.meta:root", 2023-12-09T02:46:05.537 INFO:teuthology.orchestra.run.smithi023.stdout: "control_pool": "z.rgw.control", 2023-12-09T02:46:05.537 INFO:teuthology.orchestra.run.smithi023.stdout: "gc_pool": "z.rgw.log:gc", 2023-12-09T02:46:05.537 INFO:teuthology.orchestra.run.smithi023.stdout: "lc_pool": "z.rgw.log:lc", 2023-12-09T02:46:05.537 INFO:teuthology.orchestra.run.smithi023.stdout: "log_pool": "z.rgw.log", 2023-12-09T02:46:05.537 INFO:teuthology.orchestra.run.smithi023.stdout: "intent_log_pool": "z.rgw.log:intent", 2023-12-09T02:46:05.537 INFO:teuthology.orchestra.run.smithi023.stdout: "usage_log_pool": "z.rgw.log:usage", 2023-12-09T02:46:05.537 INFO:teuthology.orchestra.run.smithi023.stdout: "roles_pool": "z.rgw.meta:roles", 2023-12-09T02:46:05.537 INFO:teuthology.orchestra.run.smithi023.stdout: "reshard_pool": "z.rgw.log:reshard", 2023-12-09T02:46:05.537 INFO:teuthology.orchestra.run.smithi023.stdout: "user_keys_pool": "z.rgw.meta:users.keys", 2023-12-09T02:46:05.537 INFO:teuthology.orchestra.run.smithi023.stdout: "user_email_pool": "z.rgw.meta:users.email", 2023-12-09T02:46:05.537 INFO:teuthology.orchestra.run.smithi023.stdout: "user_swift_pool": "z.rgw.meta:users.swift", 2023-12-09T02:46:05.538 INFO:teuthology.orchestra.run.smithi023.stdout: "user_uid_pool": "z.rgw.meta:users.uid", 2023-12-09T02:46:05.538 INFO:teuthology.orchestra.run.smithi023.stdout: "otp_pool": "z.rgw.otp", 2023-12-09T02:46:05.538 INFO:teuthology.orchestra.run.smithi023.stdout: "system_key": { 2023-12-09T02:46:05.538 INFO:teuthology.orchestra.run.smithi023.stdout: "access_key": "", 2023-12-09T02:46:05.538 INFO:teuthology.orchestra.run.smithi023.stdout: "secret_key": "" 2023-12-09T02:46:05.538 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:46:05.538 INFO:teuthology.orchestra.run.smithi023.stdout: "placement_pools": [ 2023-12-09T02:46:05.538 INFO:teuthology.orchestra.run.smithi023.stdout: { 2023-12-09T02:46:05.538 INFO:teuthology.orchestra.run.smithi023.stdout: "key": "default-placement", 2023-12-09T02:46:05.538 INFO:teuthology.orchestra.run.smithi023.stdout: "val": { 2023-12-09T02:46:05.538 INFO:teuthology.orchestra.run.smithi023.stdout: "index_pool": "z.rgw.buckets.index", 2023-12-09T02:46:05.538 INFO:teuthology.orchestra.run.smithi023.stdout: "storage_classes": { 2023-12-09T02:46:05.538 INFO:teuthology.orchestra.run.smithi023.stdout: "STANDARD": { 2023-12-09T02:46:05.538 INFO:teuthology.orchestra.run.smithi023.stdout: "data_pool": "z.rgw.buckets.data" 2023-12-09T02:46:05.539 INFO:teuthology.orchestra.run.smithi023.stdout: } 2023-12-09T02:46:05.539 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:46:05.539 INFO:teuthology.orchestra.run.smithi023.stdout: "data_extra_pool": "z.rgw.buckets.non-ec", 2023-12-09T02:46:05.539 INFO:teuthology.orchestra.run.smithi023.stdout: "index_type": 0 2023-12-09T02:46:05.539 INFO:teuthology.orchestra.run.smithi023.stdout: } 2023-12-09T02:46:05.539 INFO:teuthology.orchestra.run.smithi023.stdout: } 2023-12-09T02:46:05.539 INFO:teuthology.orchestra.run.smithi023.stdout: ], 2023-12-09T02:46:05.539 INFO:teuthology.orchestra.run.smithi023.stdout: "realm_id": "053f5157-8aaa-4a09-a156-82c7f304c204", 2023-12-09T02:46:05.539 INFO:teuthology.orchestra.run.smithi023.stdout: "notif_pool": "z.rgw.log:notif" 2023-12-09T02:46:05.539 INFO:teuthology.orchestra.run.smithi023.stdout:} 2023-12-09T02:46:06.213 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -e sha1=9dcc13bb80dcc1cdea72b04d80505b4649a2b882 -- bash -c 'radosgw-admin period update --rgw-realm=r --commit' 2023-12-09T02:46:06.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:06 smithi172 bash[25093]: cluster 2023-12-09T02:46:04.814086+0000 mgr.y (mgr.14469) 94 : cluster [DBG] pgmap v68: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 526 B/s rd, 1.4 KiB/s wr, 2 op/s 2023-12-09T02:46:06.517 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:06 smithi023 bash[24949]: cluster 2023-12-09T02:46:04.814086+0000 mgr.y (mgr.14469) 94 : cluster [DBG] pgmap v68: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 526 B/s rd, 1.4 KiB/s wr, 2 op/s 2023-12-09T02:46:06.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:06 smithi023 bash[30415]: cluster 2023-12-09T02:46:04.814086+0000 mgr.y (mgr.14469) 94 : cluster [DBG] pgmap v68: 33 pgs: 33 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 526 B/s rd, 1.4 KiB/s wr, 2 op/s 2023-12-09T02:46:08.248 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:46:07 smithi172 bash[26000]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:46:07] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:46:08.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:08 smithi172 bash[25093]: cluster 2023-12-09T02:46:06.814901+0000 mgr.y (mgr.14469) 95 : cluster [DBG] pgmap v69: 33 pgs: 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 818 B/s rd, 1.8 KiB/s wr, 3 op/s 2023-12-09T02:46:08.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:08 smithi023 bash[24949]: cluster 2023-12-09T02:46:06.814901+0000 mgr.y (mgr.14469) 95 : cluster [DBG] pgmap v69: 33 pgs: 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 818 B/s rd, 1.8 KiB/s wr, 3 op/s 2023-12-09T02:46:08.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:08 smithi023 bash[30415]: cluster 2023-12-09T02:46:06.814901+0000 mgr.y (mgr.14469) 95 : cluster [DBG] pgmap v69: 33 pgs: 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 818 B/s rd, 1.8 KiB/s wr, 3 op/s 2023-12-09T02:46:09.017 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:46:08 smithi023 bash[25223]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:46:08] "GET /metrics HTTP/1.1" 200 192555 "" "Prometheus/2.33.4" 2023-12-09T02:46:10.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:10 smithi172 bash[25093]: cluster 2023-12-09T02:46:08.815495+0000 mgr.y (mgr.14469) 96 : cluster [DBG] pgmap v70: 33 pgs: 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 716 B/s rd, 1.6 KiB/s wr, 2 op/s 2023-12-09T02:46:10.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:10 smithi172 bash[25093]: cluster 2023-12-09T02:46:09.586370+0000 mon.a (mon.0) 659 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2023-12-09T02:46:10.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:10 smithi172 bash[25093]: audit 2023-12-09T02:46:09.590681+0000 mon.a (mon.0) 660 : audit [INF] from='client.? 172.21.15.23:0/1822035529' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2023-12-09T02:46:11.017 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:10 smithi023 bash[24949]: cluster 2023-12-09T02:46:08.815495+0000 mgr.y (mgr.14469) 96 : cluster [DBG] pgmap v70: 33 pgs: 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 716 B/s rd, 1.6 KiB/s wr, 2 op/s 2023-12-09T02:46:11.017 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:10 smithi023 bash[24949]: cluster 2023-12-09T02:46:09.586370+0000 mon.a (mon.0) 659 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2023-12-09T02:46:11.017 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:10 smithi023 bash[24949]: audit 2023-12-09T02:46:09.590681+0000 mon.a (mon.0) 660 : audit [INF] from='client.? 172.21.15.23:0/1822035529' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2023-12-09T02:46:11.018 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:10 smithi023 bash[30415]: cluster 2023-12-09T02:46:08.815495+0000 mgr.y (mgr.14469) 96 : cluster [DBG] pgmap v70: 33 pgs: 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 716 B/s rd, 1.6 KiB/s wr, 2 op/s 2023-12-09T02:46:11.018 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:10 smithi023 bash[30415]: cluster 2023-12-09T02:46:09.586370+0000 mon.a (mon.0) 659 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2023-12-09T02:46:11.018 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:10 smithi023 bash[30415]: audit 2023-12-09T02:46:09.590681+0000 mon.a (mon.0) 660 : audit [INF] from='client.? 172.21.15.23:0/1822035529' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2023-12-09T02:46:11.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:11 smithi172 bash[25093]: audit 2023-12-09T02:46:10.593568+0000 mon.a (mon.0) 661 : audit [INF] from='client.? 172.21.15.23:0/1822035529' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2023-12-09T02:46:11.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:11 smithi172 bash[25093]: cluster 2023-12-09T02:46:10.594184+0000 mon.a (mon.0) 662 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2023-12-09T02:46:12.017 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:11 smithi023 bash[30415]: audit 2023-12-09T02:46:10.593568+0000 mon.a (mon.0) 661 : audit [INF] from='client.? 172.21.15.23:0/1822035529' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2023-12-09T02:46:12.018 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:11 smithi023 bash[30415]: cluster 2023-12-09T02:46:10.594184+0000 mon.a (mon.0) 662 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2023-12-09T02:46:12.018 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:11 smithi023 bash[24949]: audit 2023-12-09T02:46:10.593568+0000 mon.a (mon.0) 661 : audit [INF] from='client.? 172.21.15.23:0/1822035529' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2023-12-09T02:46:12.018 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:11 smithi023 bash[24949]: cluster 2023-12-09T02:46:10.594184+0000 mon.a (mon.0) 662 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2023-12-09T02:46:12.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:12 smithi172 bash[25093]: cluster 2023-12-09T02:46:10.816131+0000 mgr.y (mgr.14469) 97 : cluster [DBG] pgmap v73: 65 pgs: 32 unknown, 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 383 B/s rd, 639 B/s wr, 1 op/s 2023-12-09T02:46:12.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:12 smithi172 bash[25093]: cluster 2023-12-09T02:46:11.643805+0000 mon.a (mon.0) 663 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2023-12-09T02:46:12.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:12 smithi172 bash[25093]: audit 2023-12-09T02:46:11.650804+0000 mon.a (mon.0) 664 : audit [INF] from='client.? 172.21.15.23:0/1822035529' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2023-12-09T02:46:13.017 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:12 smithi023 bash[24949]: cluster 2023-12-09T02:46:10.816131+0000 mgr.y (mgr.14469) 97 : cluster [DBG] pgmap v73: 65 pgs: 32 unknown, 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 383 B/s rd, 639 B/s wr, 1 op/s 2023-12-09T02:46:13.018 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:12 smithi023 bash[24949]: cluster 2023-12-09T02:46:11.643805+0000 mon.a (mon.0) 663 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2023-12-09T02:46:13.018 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:12 smithi023 bash[24949]: audit 2023-12-09T02:46:11.650804+0000 mon.a (mon.0) 664 : audit [INF] from='client.? 172.21.15.23:0/1822035529' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2023-12-09T02:46:13.018 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:12 smithi023 bash[30415]: cluster 2023-12-09T02:46:10.816131+0000 mgr.y (mgr.14469) 97 : cluster [DBG] pgmap v73: 65 pgs: 32 unknown, 33 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 383 B/s rd, 639 B/s wr, 1 op/s 2023-12-09T02:46:13.018 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:12 smithi023 bash[30415]: cluster 2023-12-09T02:46:11.643805+0000 mon.a (mon.0) 663 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2023-12-09T02:46:13.018 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:12 smithi023 bash[30415]: audit 2023-12-09T02:46:11.650804+0000 mon.a (mon.0) 664 : audit [INF] from='client.? 172.21.15.23:0/1822035529' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2023-12-09T02:46:13.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:13 smithi172 bash[25093]: audit 2023-12-09T02:46:12.641141+0000 mon.a (mon.0) 665 : audit [INF] from='client.? 172.21.15.23:0/1822035529' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2023-12-09T02:46:13.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:13 smithi172 bash[25093]: cluster 2023-12-09T02:46:12.641403+0000 mon.a (mon.0) 666 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2023-12-09T02:46:14.017 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:13 smithi023 bash[24949]: audit 2023-12-09T02:46:12.641141+0000 mon.a (mon.0) 665 : audit [INF] from='client.? 172.21.15.23:0/1822035529' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2023-12-09T02:46:14.018 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:13 smithi023 bash[24949]: cluster 2023-12-09T02:46:12.641403+0000 mon.a (mon.0) 666 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2023-12-09T02:46:14.018 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:13 smithi023 bash[30415]: audit 2023-12-09T02:46:12.641141+0000 mon.a (mon.0) 665 : audit [INF] from='client.? 172.21.15.23:0/1822035529' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2023-12-09T02:46:14.018 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:13 smithi023 bash[30415]: cluster 2023-12-09T02:46:12.641403+0000 mon.a (mon.0) 666 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2023-12-09T02:46:14.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:14 smithi172 bash[25093]: cluster 2023-12-09T02:46:12.816819+0000 mgr.y (mgr.14469) 98 : cluster [DBG] pgmap v76: 97 pgs: 32 creating+peering, 65 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 5 op/s 2023-12-09T02:46:14.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:14 smithi172 bash[25093]: cluster 2023-12-09T02:46:13.666482+0000 mon.a (mon.0) 667 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2023-12-09T02:46:14.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:14 smithi172 bash[25093]: audit 2023-12-09T02:46:13.670941+0000 mon.c (mon.1) 21 : audit [INF] from='client.? 172.21.15.23:0/2242493156' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2023-12-09T02:46:14.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:14 smithi172 bash[25093]: audit 2023-12-09T02:46:13.680299+0000 mon.a (mon.0) 668 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2023-12-09T02:46:15.018 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:14 smithi023 bash[24949]: cluster 2023-12-09T02:46:12.816819+0000 mgr.y (mgr.14469) 98 : cluster [DBG] pgmap v76: 97 pgs: 32 creating+peering, 65 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 5 op/s 2023-12-09T02:46:15.018 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:14 smithi023 bash[24949]: cluster 2023-12-09T02:46:13.666482+0000 mon.a (mon.0) 667 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2023-12-09T02:46:15.018 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:14 smithi023 bash[24949]: audit 2023-12-09T02:46:13.670941+0000 mon.c (mon.1) 21 : audit [INF] from='client.? 172.21.15.23:0/2242493156' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2023-12-09T02:46:15.018 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:14 smithi023 bash[24949]: audit 2023-12-09T02:46:13.680299+0000 mon.a (mon.0) 668 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2023-12-09T02:46:15.018 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:14 smithi023 bash[30415]: cluster 2023-12-09T02:46:12.816819+0000 mgr.y (mgr.14469) 98 : cluster [DBG] pgmap v76: 97 pgs: 32 creating+peering, 65 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 5 op/s 2023-12-09T02:46:15.018 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:14 smithi023 bash[30415]: cluster 2023-12-09T02:46:13.666482+0000 mon.a (mon.0) 667 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2023-12-09T02:46:15.018 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:14 smithi023 bash[30415]: audit 2023-12-09T02:46:13.670941+0000 mon.c (mon.1) 21 : audit [INF] from='client.? 172.21.15.23:0/2242493156' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2023-12-09T02:46:15.018 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:14 smithi023 bash[30415]: audit 2023-12-09T02:46:13.680299+0000 mon.a (mon.0) 668 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2023-12-09T02:46:15.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:15 smithi172 bash[25093]: audit 2023-12-09T02:46:14.669791+0000 mon.a (mon.0) 669 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2023-12-09T02:46:15.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:15 smithi172 bash[25093]: cluster 2023-12-09T02:46:14.672400+0000 mon.a (mon.0) 670 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2023-12-09T02:46:15.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:15 smithi172 bash[25093]: audit 2023-12-09T02:46:14.690303+0000 mon.c (mon.1) 22 : audit [INF] from='client.? 172.21.15.23:0/2242493156' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-09T02:46:15.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:15 smithi172 bash[25093]: audit 2023-12-09T02:46:14.693001+0000 mon.a (mon.0) 671 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-09T02:46:15.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:15 smithi172 bash[25093]: audit 2023-12-09T02:46:15.675332+0000 mon.a (mon.0) 672 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-09T02:46:15.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:15 smithi172 bash[25093]: cluster 2023-12-09T02:46:15.675682+0000 mon.a (mon.0) 673 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2023-12-09T02:46:16.017 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:15 smithi023 bash[24949]: audit 2023-12-09T02:46:14.669791+0000 mon.a (mon.0) 669 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2023-12-09T02:46:16.018 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:15 smithi023 bash[24949]: cluster 2023-12-09T02:46:14.672400+0000 mon.a (mon.0) 670 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2023-12-09T02:46:16.018 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:15 smithi023 bash[24949]: audit 2023-12-09T02:46:14.690303+0000 mon.c (mon.1) 22 : audit [INF] from='client.? 172.21.15.23:0/2242493156' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-09T02:46:16.018 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:15 smithi023 bash[24949]: audit 2023-12-09T02:46:14.693001+0000 mon.a (mon.0) 671 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-09T02:46:16.018 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:15 smithi023 bash[24949]: audit 2023-12-09T02:46:15.675332+0000 mon.a (mon.0) 672 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-09T02:46:16.018 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:15 smithi023 bash[24949]: cluster 2023-12-09T02:46:15.675682+0000 mon.a (mon.0) 673 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2023-12-09T02:46:16.018 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:15 smithi023 bash[30415]: audit 2023-12-09T02:46:14.669791+0000 mon.a (mon.0) 669 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2023-12-09T02:46:16.018 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:15 smithi023 bash[30415]: cluster 2023-12-09T02:46:14.672400+0000 mon.a (mon.0) 670 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2023-12-09T02:46:16.018 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:15 smithi023 bash[30415]: audit 2023-12-09T02:46:14.690303+0000 mon.c (mon.1) 22 : audit [INF] from='client.? 172.21.15.23:0/2242493156' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-09T02:46:16.018 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:15 smithi023 bash[30415]: audit 2023-12-09T02:46:14.693001+0000 mon.a (mon.0) 671 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-09T02:46:16.018 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:15 smithi023 bash[30415]: audit 2023-12-09T02:46:15.675332+0000 mon.a (mon.0) 672 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-09T02:46:16.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:15 smithi023 bash[30415]: cluster 2023-12-09T02:46:15.675682+0000 mon.a (mon.0) 673 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2023-12-09T02:46:16.831 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2023-12-09T02:46:16.831 INFO:teuthology.orchestra.run.smithi023.stdout: "id": "1340042a-04a3-46db-aab1-341491ce8b7e", 2023-12-09T02:46:16.831 INFO:teuthology.orchestra.run.smithi023.stdout: "epoch": 1, 2023-12-09T02:46:16.832 INFO:teuthology.orchestra.run.smithi023.stdout: "predecessor_uuid": "f960f407-b70f-446d-bb72-73eb4dba8e5a", 2023-12-09T02:46:16.832 INFO:teuthology.orchestra.run.smithi023.stdout: "sync_status": [], 2023-12-09T02:46:16.832 INFO:teuthology.orchestra.run.smithi023.stdout: "period_map": { 2023-12-09T02:46:16.832 INFO:teuthology.orchestra.run.smithi023.stdout: "id": "1340042a-04a3-46db-aab1-341491ce8b7e", 2023-12-09T02:46:16.832 INFO:teuthology.orchestra.run.smithi023.stdout: "zonegroups": [ 2023-12-09T02:46:16.832 INFO:teuthology.orchestra.run.smithi023.stdout: { 2023-12-09T02:46:16.832 INFO:teuthology.orchestra.run.smithi023.stdout: "id": "58f5efd4-dff8-43af-8403-68912cf50883", 2023-12-09T02:46:16.832 INFO:teuthology.orchestra.run.smithi023.stdout: "name": "default", 2023-12-09T02:46:16.832 INFO:teuthology.orchestra.run.smithi023.stdout: "api_name": "default", 2023-12-09T02:46:16.832 INFO:teuthology.orchestra.run.smithi023.stdout: "is_master": "true", 2023-12-09T02:46:16.832 INFO:teuthology.orchestra.run.smithi023.stdout: "endpoints": [], 2023-12-09T02:46:16.832 INFO:teuthology.orchestra.run.smithi023.stdout: "hostnames": [], 2023-12-09T02:46:16.832 INFO:teuthology.orchestra.run.smithi023.stdout: "hostnames_s3website": [], 2023-12-09T02:46:16.832 INFO:teuthology.orchestra.run.smithi023.stdout: "master_zone": "8462941a-0467-466d-b5a9-2389b9c807e8", 2023-12-09T02:46:16.832 INFO:teuthology.orchestra.run.smithi023.stdout: "zones": [ 2023-12-09T02:46:16.833 INFO:teuthology.orchestra.run.smithi023.stdout: { 2023-12-09T02:46:16.833 INFO:teuthology.orchestra.run.smithi023.stdout: "id": "8462941a-0467-466d-b5a9-2389b9c807e8", 2023-12-09T02:46:16.833 INFO:teuthology.orchestra.run.smithi023.stdout: "name": "z", 2023-12-09T02:46:16.833 INFO:teuthology.orchestra.run.smithi023.stdout: "endpoints": [], 2023-12-09T02:46:16.833 INFO:teuthology.orchestra.run.smithi023.stdout: "log_meta": "false", 2023-12-09T02:46:16.833 INFO:teuthology.orchestra.run.smithi023.stdout: "log_data": "false", 2023-12-09T02:46:16.833 INFO:teuthology.orchestra.run.smithi023.stdout: "bucket_index_max_shards": 11, 2023-12-09T02:46:16.833 INFO:teuthology.orchestra.run.smithi023.stdout: "read_only": "false", 2023-12-09T02:46:16.833 INFO:teuthology.orchestra.run.smithi023.stdout: "tier_type": "", 2023-12-09T02:46:16.833 INFO:teuthology.orchestra.run.smithi023.stdout: "sync_from_all": "true", 2023-12-09T02:46:16.833 INFO:teuthology.orchestra.run.smithi023.stdout: "sync_from": [], 2023-12-09T02:46:16.833 INFO:teuthology.orchestra.run.smithi023.stdout: "redirect_zone": "" 2023-12-09T02:46:16.833 INFO:teuthology.orchestra.run.smithi023.stdout: } 2023-12-09T02:46:16.833 INFO:teuthology.orchestra.run.smithi023.stdout: ], 2023-12-09T02:46:16.833 INFO:teuthology.orchestra.run.smithi023.stdout: "placement_targets": [ 2023-12-09T02:46:16.833 INFO:teuthology.orchestra.run.smithi023.stdout: { 2023-12-09T02:46:16.834 INFO:teuthology.orchestra.run.smithi023.stdout: "name": "default-placement", 2023-12-09T02:46:16.834 INFO:teuthology.orchestra.run.smithi023.stdout: "tags": [], 2023-12-09T02:46:16.834 INFO:teuthology.orchestra.run.smithi023.stdout: "storage_classes": [ 2023-12-09T02:46:16.834 INFO:teuthology.orchestra.run.smithi023.stdout: "STANDARD" 2023-12-09T02:46:16.834 INFO:teuthology.orchestra.run.smithi023.stdout: ] 2023-12-09T02:46:16.834 INFO:teuthology.orchestra.run.smithi023.stdout: } 2023-12-09T02:46:16.834 INFO:teuthology.orchestra.run.smithi023.stdout: ], 2023-12-09T02:46:16.834 INFO:teuthology.orchestra.run.smithi023.stdout: "default_placement": "default-placement", 2023-12-09T02:46:16.834 INFO:teuthology.orchestra.run.smithi023.stdout: "realm_id": "053f5157-8aaa-4a09-a156-82c7f304c204", 2023-12-09T02:46:16.834 INFO:teuthology.orchestra.run.smithi023.stdout: "sync_policy": { 2023-12-09T02:46:16.834 INFO:teuthology.orchestra.run.smithi023.stdout: "groups": [] 2023-12-09T02:46:16.834 INFO:teuthology.orchestra.run.smithi023.stdout: } 2023-12-09T02:46:16.834 INFO:teuthology.orchestra.run.smithi023.stdout: } 2023-12-09T02:46:16.834 INFO:teuthology.orchestra.run.smithi023.stdout: ], 2023-12-09T02:46:16.835 INFO:teuthology.orchestra.run.smithi023.stdout: "short_zone_ids": [ 2023-12-09T02:46:16.835 INFO:teuthology.orchestra.run.smithi023.stdout: { 2023-12-09T02:46:16.835 INFO:teuthology.orchestra.run.smithi023.stdout: "key": "8462941a-0467-466d-b5a9-2389b9c807e8", 2023-12-09T02:46:16.835 INFO:teuthology.orchestra.run.smithi023.stdout: "val": 4005718107 2023-12-09T02:46:16.835 INFO:teuthology.orchestra.run.smithi023.stdout: } 2023-12-09T02:46:16.835 INFO:teuthology.orchestra.run.smithi023.stdout: ] 2023-12-09T02:46:16.835 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:46:16.835 INFO:teuthology.orchestra.run.smithi023.stdout: "master_zonegroup": "58f5efd4-dff8-43af-8403-68912cf50883", 2023-12-09T02:46:16.835 INFO:teuthology.orchestra.run.smithi023.stdout: "master_zone": "8462941a-0467-466d-b5a9-2389b9c807e8", 2023-12-09T02:46:16.835 INFO:teuthology.orchestra.run.smithi023.stdout: "period_config": { 2023-12-09T02:46:16.835 INFO:teuthology.orchestra.run.smithi023.stdout: "bucket_quota": { 2023-12-09T02:46:16.835 INFO:teuthology.orchestra.run.smithi023.stdout: "enabled": false, 2023-12-09T02:46:16.835 INFO:teuthology.orchestra.run.smithi023.stdout: "check_on_raw": false, 2023-12-09T02:46:16.835 INFO:teuthology.orchestra.run.smithi023.stdout: "max_size": -1, 2023-12-09T02:46:16.835 INFO:teuthology.orchestra.run.smithi023.stdout: "max_size_kb": 0, 2023-12-09T02:46:16.835 INFO:teuthology.orchestra.run.smithi023.stdout: "max_objects": -1 2023-12-09T02:46:16.836 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:46:16.836 INFO:teuthology.orchestra.run.smithi023.stdout: "user_quota": { 2023-12-09T02:46:16.836 INFO:teuthology.orchestra.run.smithi023.stdout: "enabled": false, 2023-12-09T02:46:16.836 INFO:teuthology.orchestra.run.smithi023.stdout: "check_on_raw": false, 2023-12-09T02:46:16.836 INFO:teuthology.orchestra.run.smithi023.stdout: "max_size": -1, 2023-12-09T02:46:16.836 INFO:teuthology.orchestra.run.smithi023.stdout: "max_size_kb": 0, 2023-12-09T02:46:16.836 INFO:teuthology.orchestra.run.smithi023.stdout: "max_objects": -1 2023-12-09T02:46:16.836 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:46:16.836 INFO:teuthology.orchestra.run.smithi023.stdout: "user_ratelimit": { 2023-12-09T02:46:16.836 INFO:teuthology.orchestra.run.smithi023.stdout: "max_read_ops": 0, 2023-12-09T02:46:16.836 INFO:teuthology.orchestra.run.smithi023.stdout: "max_write_ops": 0, 2023-12-09T02:46:16.836 INFO:teuthology.orchestra.run.smithi023.stdout: "max_read_bytes": 0, 2023-12-09T02:46:16.836 INFO:teuthology.orchestra.run.smithi023.stdout: "max_write_bytes": 0, 2023-12-09T02:46:16.836 INFO:teuthology.orchestra.run.smithi023.stdout: "enabled": false 2023-12-09T02:46:16.836 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:46:16.837 INFO:teuthology.orchestra.run.smithi023.stdout: "bucket_ratelimit": { 2023-12-09T02:46:16.837 INFO:teuthology.orchestra.run.smithi023.stdout: "max_read_ops": 0, 2023-12-09T02:46:16.837 INFO:teuthology.orchestra.run.smithi023.stdout: "max_write_ops": 0, 2023-12-09T02:46:16.837 INFO:teuthology.orchestra.run.smithi023.stdout: "max_read_bytes": 0, 2023-12-09T02:46:16.837 INFO:teuthology.orchestra.run.smithi023.stdout: "max_write_bytes": 0, 2023-12-09T02:46:16.837 INFO:teuthology.orchestra.run.smithi023.stdout: "enabled": false 2023-12-09T02:46:16.837 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:46:16.837 INFO:teuthology.orchestra.run.smithi023.stdout: "anonymous_ratelimit": { 2023-12-09T02:46:16.837 INFO:teuthology.orchestra.run.smithi023.stdout: "max_read_ops": 0, 2023-12-09T02:46:16.837 INFO:teuthology.orchestra.run.smithi023.stdout: "max_write_ops": 0, 2023-12-09T02:46:16.837 INFO:teuthology.orchestra.run.smithi023.stdout: "max_read_bytes": 0, 2023-12-09T02:46:16.837 INFO:teuthology.orchestra.run.smithi023.stdout: "max_write_bytes": 0, 2023-12-09T02:46:16.837 INFO:teuthology.orchestra.run.smithi023.stdout: "enabled": false 2023-12-09T02:46:16.837 INFO:teuthology.orchestra.run.smithi023.stdout: } 2023-12-09T02:46:16.837 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:46:16.838 INFO:teuthology.orchestra.run.smithi023.stdout: "realm_id": "053f5157-8aaa-4a09-a156-82c7f304c204", 2023-12-09T02:46:16.838 INFO:teuthology.orchestra.run.smithi023.stdout: "realm_name": "r", 2023-12-09T02:46:16.838 INFO:teuthology.orchestra.run.smithi023.stdout: "realm_epoch": 2 2023-12-09T02:46:16.838 INFO:teuthology.orchestra.run.smithi023.stdout:} 2023-12-09T02:46:16.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:16 smithi172 bash[25093]: cluster 2023-12-09T02:46:14.817573+0000 mgr.y (mgr.14469) 99 : cluster [DBG] pgmap v79: 129 pgs: 32 unknown, 32 creating+peering, 65 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 5 op/s 2023-12-09T02:46:16.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:16 smithi172 bash[25093]: audit 2023-12-09T02:46:15.683692+0000 mon.c (mon.1) 23 : audit [INF] from='client.? 172.21.15.23:0/2242493156' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2023-12-09T02:46:16.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:16 smithi172 bash[25093]: audit 2023-12-09T02:46:15.689213+0000 mon.a (mon.0) 674 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2023-12-09T02:46:17.018 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:16 smithi023 bash[24949]: cluster 2023-12-09T02:46:14.817573+0000 mgr.y (mgr.14469) 99 : cluster [DBG] pgmap v79: 129 pgs: 32 unknown, 32 creating+peering, 65 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 5 op/s 2023-12-09T02:46:17.018 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:16 smithi023 bash[24949]: audit 2023-12-09T02:46:15.683692+0000 mon.c (mon.1) 23 : audit [INF] from='client.? 172.21.15.23:0/2242493156' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2023-12-09T02:46:17.018 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:16 smithi023 bash[24949]: audit 2023-12-09T02:46:15.689213+0000 mon.a (mon.0) 674 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2023-12-09T02:46:17.018 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:16 smithi023 bash[30415]: cluster 2023-12-09T02:46:14.817573+0000 mgr.y (mgr.14469) 99 : cluster [DBG] pgmap v79: 129 pgs: 32 unknown, 32 creating+peering, 65 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 5 op/s 2023-12-09T02:46:17.018 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:16 smithi023 bash[30415]: audit 2023-12-09T02:46:15.683692+0000 mon.c (mon.1) 23 : audit [INF] from='client.? 172.21.15.23:0/2242493156' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2023-12-09T02:46:17.018 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:16 smithi023 bash[30415]: audit 2023-12-09T02:46:15.689213+0000 mon.a (mon.0) 674 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2023-12-09T02:46:17.699 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -e sha1=9dcc13bb80dcc1cdea72b04d80505b4649a2b882 -- bash -c 'ceph orch apply rgw foo --realm r --zone z --placement=2 --port=8000' 2023-12-09T02:46:17.992 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:17 smithi172 bash[25093]: audit 2023-12-09T02:46:16.703452+0000 mon.a (mon.0) 675 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2023-12-09T02:46:17.992 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:17 smithi172 bash[25093]: cluster 2023-12-09T02:46:16.703577+0000 mon.a (mon.0) 676 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2023-12-09T02:46:18.017 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:17 smithi023 bash[24949]: audit 2023-12-09T02:46:16.703452+0000 mon.a (mon.0) 675 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2023-12-09T02:46:18.018 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:17 smithi023 bash[24949]: cluster 2023-12-09T02:46:16.703577+0000 mon.a (mon.0) 676 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2023-12-09T02:46:18.018 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:17 smithi023 bash[30415]: audit 2023-12-09T02:46:16.703452+0000 mon.a (mon.0) 675 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2023-12-09T02:46:18.018 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:17 smithi023 bash[30415]: cluster 2023-12-09T02:46:16.703577+0000 mon.a (mon.0) 676 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2023-12-09T02:46:18.248 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:46:17 smithi172 bash[26000]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:46:17] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:46:18.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:18 smithi172 bash[25093]: cluster 2023-12-09T02:46:16.819027+0000 mgr.y (mgr.14469) 100 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 581 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 2.0 KiB/s rd, 2.0 KiB/s wr, 5 op/s 2023-12-09T02:46:19.013 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:18 smithi023 bash[24949]: cluster 2023-12-09T02:46:16.819027+0000 mgr.y (mgr.14469) 100 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 581 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 2.0 KiB/s rd, 2.0 KiB/s wr, 5 op/s 2023-12-09T02:46:19.013 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:18 smithi023 bash[30415]: cluster 2023-12-09T02:46:16.819027+0000 mgr.y (mgr.14469) 100 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 581 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 2.0 KiB/s rd, 2.0 KiB/s wr, 5 op/s 2023-12-09T02:46:19.013 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:46:18 smithi023 bash[25223]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:46:18] "GET /metrics HTTP/1.1" 200 196580 "" "Prometheus/2.33.4" 2023-12-09T02:46:20.763 INFO:teuthology.orchestra.run.smithi023.stdout:Scheduled rgw.foo update... 2023-12-09T02:46:20.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:20 smithi172 bash[25093]: cluster 2023-12-09T02:46:18.819660+0000 mgr.y (mgr.14469) 101 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 581 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1.6 KiB/s wr, 4 op/s 2023-12-09T02:46:21.017 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:20 smithi023 bash[24949]: cluster 2023-12-09T02:46:18.819660+0000 mgr.y (mgr.14469) 101 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 581 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1.6 KiB/s wr, 4 op/s 2023-12-09T02:46:21.018 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:20 smithi023 bash[30415]: cluster 2023-12-09T02:46:18.819660+0000 mgr.y (mgr.14469) 101 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 581 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1.6 KiB/s wr, 4 op/s 2023-12-09T02:46:22.014 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -e sha1=9dcc13bb80dcc1cdea72b04d80505b4649a2b882 -- bash -c 'ceph orch apply rgw smpl' 2023-12-09T02:46:22.025 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:21 smithi023 bash[24949]: audit 2023-12-09T02:46:20.741222+0000 mgr.y (mgr.14469) 102 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foo", "realm": "r", "zone": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:46:22.025 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:21 smithi023 bash[24949]: cephadm 2023-12-09T02:46:20.743076+0000 mgr.y (mgr.14469) 103 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2023-12-09T02:46:22.025 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:21 smithi023 bash[24949]: audit 2023-12-09T02:46:20.758989+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:22.025 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:21 smithi023 bash[24949]: audit 2023-12-09T02:46:20.792804+0000 mon.b (mon.2) 76 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:46:22.025 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:21 smithi023 bash[24949]: audit 2023-12-09T02:46:20.794701+0000 mon.b (mon.2) 77 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:46:22.025 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:21 smithi023 bash[24949]: audit 2023-12-09T02:46:20.799990+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:22.025 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:21 smithi023 bash[24949]: audit 2023-12-09T02:46:20.814316+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:22.025 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:21 smithi023 bash[24949]: cluster 2023-12-09T02:46:20.820255+0000 mgr.y (mgr.14469) 104 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 581 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1.3 KiB/s wr, 3 op/s 2023-12-09T02:46:22.025 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:21 smithi023 bash[24949]: audit 2023-12-09T02:46:20.824089+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:22.026 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:21 smithi023 bash[24949]: cephadm 2023-12-09T02:46:20.828022+0000 mgr.y (mgr.14469) 105 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2023-12-09T02:46:22.026 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:21 smithi023 bash[24949]: audit 2023-12-09T02:46:20.834930+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:22.026 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:21 smithi023 bash[24949]: audit 2023-12-09T02:46:20.837067+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi023.mllipj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-09T02:46:22.026 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:21 smithi023 bash[24949]: audit 2023-12-09T02:46:20.840017+0000 mon.b (mon.2) 78 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi023.mllipj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-09T02:46:22.026 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:21 smithi023 bash[24949]: audit 2023-12-09T02:46:20.843602+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi023.mllipj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-09T02:46:22.026 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:21 smithi023 bash[24949]: audit 2023-12-09T02:46:20.853139+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:22.026 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:21 smithi023 bash[24949]: cephadm 2023-12-09T02:46:20.856720+0000 mgr.y (mgr.14469) 106 : cephadm [INF] Deploying daemon rgw.foo.smithi023.mllipj on smithi023 2023-12-09T02:46:22.026 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:21 smithi023 bash[24949]: audit 2023-12-09T02:46:20.858599+0000 mon.b (mon.2) 79 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:46:22.026 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:21 smithi023 bash[30415]: audit 2023-12-09T02:46:20.741222+0000 mgr.y (mgr.14469) 102 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foo", "realm": "r", "zone": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:46:22.026 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:21 smithi023 bash[30415]: cephadm 2023-12-09T02:46:20.743076+0000 mgr.y (mgr.14469) 103 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2023-12-09T02:46:22.026 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:21 smithi023 bash[30415]: audit 2023-12-09T02:46:20.758989+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:22.027 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:21 smithi023 bash[30415]: audit 2023-12-09T02:46:20.792804+0000 mon.b (mon.2) 76 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:46:22.027 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:21 smithi023 bash[30415]: audit 2023-12-09T02:46:20.794701+0000 mon.b (mon.2) 77 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:46:22.027 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:21 smithi023 bash[30415]: audit 2023-12-09T02:46:20.799990+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:22.027 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:21 smithi023 bash[30415]: audit 2023-12-09T02:46:20.814316+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:22.027 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:21 smithi023 bash[30415]: cluster 2023-12-09T02:46:20.820255+0000 mgr.y (mgr.14469) 104 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 581 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1.3 KiB/s wr, 3 op/s 2023-12-09T02:46:22.027 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:21 smithi023 bash[30415]: audit 2023-12-09T02:46:20.824089+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:22.027 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:21 smithi023 bash[30415]: cephadm 2023-12-09T02:46:20.828022+0000 mgr.y (mgr.14469) 105 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2023-12-09T02:46:22.027 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:21 smithi023 bash[30415]: audit 2023-12-09T02:46:20.834930+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:22.027 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:21 smithi023 bash[30415]: audit 2023-12-09T02:46:20.837067+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi023.mllipj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-09T02:46:22.027 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:21 smithi023 bash[30415]: audit 2023-12-09T02:46:20.840017+0000 mon.b (mon.2) 78 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi023.mllipj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-09T02:46:22.027 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:21 smithi023 bash[30415]: audit 2023-12-09T02:46:20.843602+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi023.mllipj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-09T02:46:22.027 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:21 smithi023 bash[30415]: audit 2023-12-09T02:46:20.853139+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:22.027 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:21 smithi023 bash[30415]: cephadm 2023-12-09T02:46:20.856720+0000 mgr.y (mgr.14469) 106 : cephadm [INF] Deploying daemon rgw.foo.smithi023.mllipj on smithi023 2023-12-09T02:46:22.027 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:21 smithi023 bash[30415]: audit 2023-12-09T02:46:20.858599+0000 mon.b (mon.2) 79 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:46:22.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:21 smithi172 bash[25093]: audit 2023-12-09T02:46:20.741222+0000 mgr.y (mgr.14469) 102 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foo", "realm": "r", "zone": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:46:22.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:21 smithi172 bash[25093]: cephadm 2023-12-09T02:46:20.743076+0000 mgr.y (mgr.14469) 103 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2023-12-09T02:46:22.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:21 smithi172 bash[25093]: audit 2023-12-09T02:46:20.758989+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:22.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:21 smithi172 bash[25093]: audit 2023-12-09T02:46:20.792804+0000 mon.b (mon.2) 76 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:46:22.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:21 smithi172 bash[25093]: audit 2023-12-09T02:46:20.794701+0000 mon.b (mon.2) 77 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:46:22.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:21 smithi172 bash[25093]: audit 2023-12-09T02:46:20.799990+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:22.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:21 smithi172 bash[25093]: audit 2023-12-09T02:46:20.814316+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:22.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:21 smithi172 bash[25093]: cluster 2023-12-09T02:46:20.820255+0000 mgr.y (mgr.14469) 104 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 581 KiB data, 51 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1.3 KiB/s wr, 3 op/s 2023-12-09T02:46:22.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:21 smithi172 bash[25093]: audit 2023-12-09T02:46:20.824089+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:22.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:21 smithi172 bash[25093]: cephadm 2023-12-09T02:46:20.828022+0000 mgr.y (mgr.14469) 105 : cephadm [INF] Saving service rgw.foo spec with placement count:2 2023-12-09T02:46:22.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:21 smithi172 bash[25093]: audit 2023-12-09T02:46:20.834930+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:22.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:21 smithi172 bash[25093]: audit 2023-12-09T02:46:20.837067+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi023.mllipj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-09T02:46:22.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:21 smithi172 bash[25093]: audit 2023-12-09T02:46:20.840017+0000 mon.b (mon.2) 78 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi023.mllipj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-09T02:46:22.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:21 smithi172 bash[25093]: audit 2023-12-09T02:46:20.843602+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi023.mllipj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-09T02:46:22.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:21 smithi172 bash[25093]: audit 2023-12-09T02:46:20.853139+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:22.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:21 smithi172 bash[25093]: cephadm 2023-12-09T02:46:20.856720+0000 mgr.y (mgr.14469) 106 : cephadm [INF] Deploying daemon rgw.foo.smithi023.mllipj on smithi023 2023-12-09T02:46:22.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:21 smithi172 bash[25093]: audit 2023-12-09T02:46:20.858599+0000 mon.b (mon.2) 79 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:46:24.743 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:24 smithi172 bash[25093]: cluster 2023-12-09T02:46:22.822073+0000 mgr.y (mgr.14469) 107 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1.1 KiB/s wr, 2 op/s 2023-12-09T02:46:24.743 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:24 smithi172 bash[25093]: audit 2023-12-09T02:46:24.444293+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:24.743 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:24 smithi172 bash[25093]: audit 2023-12-09T02:46:24.448873+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi172.aqpemq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-09T02:46:24.743 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:24 smithi172 bash[25093]: audit 2023-12-09T02:46:24.451857+0000 mon.b (mon.2) 80 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi172.aqpemq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-09T02:46:24.743 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:24 smithi172 bash[25093]: audit 2023-12-09T02:46:24.455675+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi172.aqpemq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-09T02:46:24.744 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:24 smithi172 bash[25093]: audit 2023-12-09T02:46:24.465112+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:24.744 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:24 smithi172 bash[25093]: audit 2023-12-09T02:46:24.472052+0000 mon.b (mon.2) 81 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:46:24.768 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:24 smithi023 bash[24949]: cluster 2023-12-09T02:46:22.822073+0000 mgr.y (mgr.14469) 107 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1.1 KiB/s wr, 2 op/s 2023-12-09T02:46:24.768 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:24 smithi023 bash[24949]: audit 2023-12-09T02:46:24.444293+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:24.768 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:24 smithi023 bash[24949]: audit 2023-12-09T02:46:24.448873+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi172.aqpemq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-09T02:46:24.768 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:24 smithi023 bash[24949]: audit 2023-12-09T02:46:24.451857+0000 mon.b (mon.2) 80 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi172.aqpemq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-09T02:46:24.768 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:24 smithi023 bash[24949]: audit 2023-12-09T02:46:24.455675+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi172.aqpemq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-09T02:46:24.768 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:24 smithi023 bash[24949]: audit 2023-12-09T02:46:24.465112+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:24.768 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:24 smithi023 bash[24949]: audit 2023-12-09T02:46:24.472052+0000 mon.b (mon.2) 81 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:46:24.768 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:24 smithi023 bash[30415]: cluster 2023-12-09T02:46:22.822073+0000 mgr.y (mgr.14469) 107 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1.1 KiB/s wr, 2 op/s 2023-12-09T02:46:24.768 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:24 smithi023 bash[30415]: audit 2023-12-09T02:46:24.444293+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:24.769 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:24 smithi023 bash[30415]: audit 2023-12-09T02:46:24.448873+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi172.aqpemq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-09T02:46:24.769 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:24 smithi023 bash[30415]: audit 2023-12-09T02:46:24.451857+0000 mon.b (mon.2) 80 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi172.aqpemq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-09T02:46:24.769 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:24 smithi023 bash[30415]: audit 2023-12-09T02:46:24.455675+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi172.aqpemq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-09T02:46:24.769 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:24 smithi023 bash[30415]: audit 2023-12-09T02:46:24.465112+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:24.769 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:24 smithi023 bash[30415]: audit 2023-12-09T02:46:24.472052+0000 mon.b (mon.2) 81 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:46:25.768 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:25 smithi023 bash[24949]: cephadm 2023-12-09T02:46:24.470039+0000 mgr.y (mgr.14469) 108 : cephadm [INF] Deploying daemon rgw.foo.smithi172.aqpemq on smithi172 2023-12-09T02:46:25.768 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:25 smithi023 bash[30415]: cephadm 2023-12-09T02:46:24.470039+0000 mgr.y (mgr.14469) 108 : cephadm [INF] Deploying daemon rgw.foo.smithi172.aqpemq on smithi172 2023-12-09T02:46:25.877 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:25 smithi172 bash[25093]: cephadm 2023-12-09T02:46:24.470039+0000 mgr.y (mgr.14469) 108 : cephadm [INF] Deploying daemon rgw.foo.smithi172.aqpemq on smithi172 2023-12-09T02:46:26.767 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:26 smithi023 bash[24949]: cluster 2023-12-09T02:46:24.822817+0000 mgr.y (mgr.14469) 109 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 894 B/s rd, 1006 B/s wr, 2 op/s 2023-12-09T02:46:26.768 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:26 smithi023 bash[30415]: cluster 2023-12-09T02:46:24.822817+0000 mgr.y (mgr.14469) 109 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 894 B/s rd, 1006 B/s wr, 2 op/s 2023-12-09T02:46:26.850 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:26 smithi172 bash[25093]: cluster 2023-12-09T02:46:24.822817+0000 mgr.y (mgr.14469) 109 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 581 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 894 B/s rd, 1006 B/s wr, 2 op/s 2023-12-09T02:46:26.914 INFO:teuthology.orchestra.run.smithi023.stdout:Scheduled rgw.smpl update... 2023-12-09T02:46:27.883 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -e sha1=9dcc13bb80dcc1cdea72b04d80505b4649a2b882 -- bash -c 'ceph osd pool create foo' 2023-12-09T02:46:28.248 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:46:27 smithi172 bash[26000]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:46:27] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:46:28.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:27 smithi172 bash[25093]: cluster 2023-12-09T02:46:26.823919+0000 mgr.y (mgr.14469) 110 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 4.1 KiB/s wr, 110 op/s 2023-12-09T02:46:28.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:27 smithi172 bash[25093]: audit 2023-12-09T02:46:26.900366+0000 mgr.y (mgr.14469) 111 : audit [DBG] from='client.24602 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "smpl", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:46:28.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:27 smithi172 bash[25093]: cephadm 2023-12-09T02:46:26.901523+0000 mgr.y (mgr.14469) 112 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2023-12-09T02:46:28.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:27 smithi172 bash[25093]: audit 2023-12-09T02:46:26.908407+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:28.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:27 smithi172 bash[25093]: audit 2023-12-09T02:46:27.123755+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:28.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:27 smithi172 bash[25093]: audit 2023-12-09T02:46:27.132227+0000 mon.b (mon.2) 82 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:46:28.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:27 smithi172 bash[25093]: audit 2023-12-09T02:46:27.133524+0000 mon.b (mon.2) 83 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:46:28.268 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:27 smithi023 bash[24949]: cluster 2023-12-09T02:46:26.823919+0000 mgr.y (mgr.14469) 110 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 4.1 KiB/s wr, 110 op/s 2023-12-09T02:46:28.268 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:27 smithi023 bash[24949]: audit 2023-12-09T02:46:26.900366+0000 mgr.y (mgr.14469) 111 : audit [DBG] from='client.24602 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "smpl", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:46:28.268 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:27 smithi023 bash[24949]: cephadm 2023-12-09T02:46:26.901523+0000 mgr.y (mgr.14469) 112 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2023-12-09T02:46:28.268 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:27 smithi023 bash[24949]: audit 2023-12-09T02:46:26.908407+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:28.268 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:27 smithi023 bash[24949]: audit 2023-12-09T02:46:27.123755+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:28.268 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:27 smithi023 bash[24949]: audit 2023-12-09T02:46:27.132227+0000 mon.b (mon.2) 82 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:46:28.268 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:27 smithi023 bash[24949]: audit 2023-12-09T02:46:27.133524+0000 mon.b (mon.2) 83 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:46:28.268 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:27 smithi023 bash[30415]: cluster 2023-12-09T02:46:26.823919+0000 mgr.y (mgr.14469) 110 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 4.1 KiB/s wr, 110 op/s 2023-12-09T02:46:28.269 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:27 smithi023 bash[30415]: audit 2023-12-09T02:46:26.900366+0000 mgr.y (mgr.14469) 111 : audit [DBG] from='client.24602 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "smpl", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:46:28.269 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:27 smithi023 bash[30415]: cephadm 2023-12-09T02:46:26.901523+0000 mgr.y (mgr.14469) 112 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2023-12-09T02:46:28.269 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:27 smithi023 bash[30415]: audit 2023-12-09T02:46:26.908407+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:28.269 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:27 smithi023 bash[30415]: audit 2023-12-09T02:46:27.123755+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:28.269 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:27 smithi023 bash[30415]: audit 2023-12-09T02:46:27.132227+0000 mon.b (mon.2) 82 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:46:28.269 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:27 smithi023 bash[30415]: audit 2023-12-09T02:46:27.133524+0000 mon.b (mon.2) 83 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:46:29.018 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:46:28 smithi023 bash[25223]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:46:28] "GET /metrics HTTP/1.1" 200 196580 "" "Prometheus/2.33.4" 2023-12-09T02:46:30.767 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:30 smithi023 bash[24949]: cluster 2023-12-09T02:46:28.824460+0000 mgr.y (mgr.14469) 113 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 44 KiB/s rd, 2.8 KiB/s wr, 91 op/s 2023-12-09T02:46:30.791 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:30 smithi023 bash[30415]: cluster 2023-12-09T02:46:28.824460+0000 mgr.y (mgr.14469) 113 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 44 KiB/s rd, 2.8 KiB/s wr, 91 op/s 2023-12-09T02:46:30.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:30 smithi172 bash[25093]: cluster 2023-12-09T02:46:28.824460+0000 mgr.y (mgr.14469) 113 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 44 KiB/s rd, 2.8 KiB/s wr, 91 op/s 2023-12-09T02:46:31.977 INFO:teuthology.orchestra.run.smithi023.stderr:pool 'foo' created 2023-12-09T02:46:32.203 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:31 smithi023 bash[24949]: cluster 2023-12-09T02:46:30.824875+0000 mgr.y (mgr.14469) 114 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 584 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 44 KiB/s rd, 2.8 KiB/s wr, 91 op/s 2023-12-09T02:46:32.203 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:31 smithi023 bash[24949]: audit 2023-12-09T02:46:30.938244+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:32.203 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:31 smithi023 bash[24949]: audit 2023-12-09T02:46:31.101601+0000 mon.c (mon.1) 24 : audit [INF] from='client.? 172.21.15.23:0/1124191497' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2023-12-09T02:46:32.203 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:31 smithi023 bash[24949]: audit 2023-12-09T02:46:31.102363+0000 mon.a (mon.0) 692 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2023-12-09T02:46:32.203 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:31 smithi023 bash[24949]: audit 2023-12-09T02:46:31.586116+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:32.204 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:31 smithi023 bash[30415]: cluster 2023-12-09T02:46:30.824875+0000 mgr.y (mgr.14469) 114 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 584 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 44 KiB/s rd, 2.8 KiB/s wr, 91 op/s 2023-12-09T02:46:32.204 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:31 smithi023 bash[30415]: audit 2023-12-09T02:46:30.938244+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:32.204 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:31 smithi023 bash[30415]: audit 2023-12-09T02:46:31.101601+0000 mon.c (mon.1) 24 : audit [INF] from='client.? 172.21.15.23:0/1124191497' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2023-12-09T02:46:32.204 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:31 smithi023 bash[30415]: audit 2023-12-09T02:46:31.102363+0000 mon.a (mon.0) 692 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2023-12-09T02:46:32.204 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:31 smithi023 bash[30415]: audit 2023-12-09T02:46:31.586116+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:32.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:31 smithi172 bash[25093]: cluster 2023-12-09T02:46:30.824875+0000 mgr.y (mgr.14469) 114 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 584 KiB data, 52 MiB used, 715 GiB / 715 GiB avail; 44 KiB/s rd, 2.8 KiB/s wr, 91 op/s 2023-12-09T02:46:32.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:31 smithi172 bash[25093]: audit 2023-12-09T02:46:30.938244+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:32.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:31 smithi172 bash[25093]: audit 2023-12-09T02:46:31.101601+0000 mon.c (mon.1) 24 : audit [INF] from='client.? 172.21.15.23:0/1124191497' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2023-12-09T02:46:32.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:31 smithi172 bash[25093]: audit 2023-12-09T02:46:31.102363+0000 mon.a (mon.0) 692 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2023-12-09T02:46:32.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:31 smithi172 bash[25093]: audit 2023-12-09T02:46:31.586116+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:32.793 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -e sha1=9dcc13bb80dcc1cdea72b04d80505b4649a2b882 -- bash -c 'rbd pool init foo' 2023-12-09T02:46:33.176 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:32 smithi023 bash[30415]: audit 2023-12-09T02:46:31.961303+0000 mon.a (mon.0) 694 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "foo"}]': finished 2023-12-09T02:46:33.176 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:32 smithi023 bash[30415]: cluster 2023-12-09T02:46:31.961534+0000 mon.a (mon.0) 695 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2023-12-09T02:46:33.176 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:32 smithi023 bash[30415]: audit 2023-12-09T02:46:31.997933+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:33.177 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:32 smithi023 bash[30415]: cephadm 2023-12-09T02:46:32.273330+0000 mgr.y (mgr.14469) 115 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-09T02:46:33.177 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:32 smithi023 bash[30415]: audit 2023-12-09T02:46:32.828554+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:33.177 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:32 smithi023 bash[30415]: audit 2023-12-09T02:46:32.846572+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:33.177 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:32 smithi023 bash[30415]: audit 2023-12-09T02:46:32.855237+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:33.177 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:32 smithi023 bash[30415]: audit 2023-12-09T02:46:32.867707+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:33.177 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:32 smithi023 bash[30415]: audit 2023-12-09T02:46:32.871487+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi023.ikvhaq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-09T02:46:33.177 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:32 smithi023 bash[30415]: audit 2023-12-09T02:46:32.874709+0000 mon.b (mon.2) 84 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi023.ikvhaq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-09T02:46:33.177 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:32 smithi023 bash[30415]: audit 2023-12-09T02:46:32.877455+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi023.ikvhaq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-09T02:46:33.177 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:32 smithi023 bash[30415]: audit 2023-12-09T02:46:32.885105+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:33.177 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:32 smithi023 bash[30415]: audit 2023-12-09T02:46:32.893472+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:46:33.177 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:32 smithi023 bash[24949]: audit 2023-12-09T02:46:31.961303+0000 mon.a (mon.0) 694 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "foo"}]': finished 2023-12-09T02:46:33.178 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:32 smithi023 bash[24949]: cluster 2023-12-09T02:46:31.961534+0000 mon.a (mon.0) 695 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2023-12-09T02:46:33.178 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:32 smithi023 bash[24949]: audit 2023-12-09T02:46:31.997933+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:33.178 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:32 smithi023 bash[24949]: cephadm 2023-12-09T02:46:32.273330+0000 mgr.y (mgr.14469) 115 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-09T02:46:33.178 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:32 smithi023 bash[24949]: audit 2023-12-09T02:46:32.828554+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:33.178 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:32 smithi023 bash[24949]: audit 2023-12-09T02:46:32.846572+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:33.178 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:32 smithi023 bash[24949]: audit 2023-12-09T02:46:32.855237+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:33.178 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:32 smithi023 bash[24949]: audit 2023-12-09T02:46:32.867707+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:33.178 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:32 smithi023 bash[24949]: audit 2023-12-09T02:46:32.871487+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi023.ikvhaq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-09T02:46:33.178 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:32 smithi023 bash[24949]: audit 2023-12-09T02:46:32.874709+0000 mon.b (mon.2) 84 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi023.ikvhaq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-09T02:46:33.178 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:32 smithi023 bash[24949]: audit 2023-12-09T02:46:32.877455+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi023.ikvhaq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-09T02:46:33.178 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:32 smithi023 bash[24949]: audit 2023-12-09T02:46:32.885105+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:33.178 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:32 smithi023 bash[24949]: audit 2023-12-09T02:46:32.893472+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:46:33.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:32 smithi172 bash[25093]: audit 2023-12-09T02:46:31.961303+0000 mon.a (mon.0) 694 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "foo"}]': finished 2023-12-09T02:46:33.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:32 smithi172 bash[25093]: cluster 2023-12-09T02:46:31.961534+0000 mon.a (mon.0) 695 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2023-12-09T02:46:33.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:32 smithi172 bash[25093]: audit 2023-12-09T02:46:31.997933+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:33.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:32 smithi172 bash[25093]: cephadm 2023-12-09T02:46:32.273330+0000 mgr.y (mgr.14469) 115 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-09T02:46:33.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:32 smithi172 bash[25093]: audit 2023-12-09T02:46:32.828554+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:33.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:32 smithi172 bash[25093]: audit 2023-12-09T02:46:32.846572+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:33.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:32 smithi172 bash[25093]: audit 2023-12-09T02:46:32.855237+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:33.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:32 smithi172 bash[25093]: audit 2023-12-09T02:46:32.867707+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:33.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:32 smithi172 bash[25093]: audit 2023-12-09T02:46:32.871487+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi023.ikvhaq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-09T02:46:33.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:32 smithi172 bash[25093]: audit 2023-12-09T02:46:32.874709+0000 mon.b (mon.2) 84 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi023.ikvhaq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-09T02:46:33.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:32 smithi172 bash[25093]: audit 2023-12-09T02:46:32.877455+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi023.ikvhaq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-09T02:46:33.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:32 smithi172 bash[25093]: audit 2023-12-09T02:46:32.885105+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:33.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:32 smithi172 bash[25093]: audit 2023-12-09T02:46:32.893472+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:46:34.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:33 smithi172 bash[25093]: cluster 2023-12-09T02:46:32.825829+0000 mgr.y (mgr.14469) 116 : cluster [DBG] pgmap v91: 161 pgs: 32 unknown, 129 active+clean; 584 KiB data, 63 MiB used, 715 GiB / 715 GiB avail; 182 KiB/s rd, 3.4 KiB/s wr, 323 op/s 2023-12-09T02:46:34.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:33 smithi172 bash[25093]: cephadm 2023-12-09T02:46:32.861684+0000 mgr.y (mgr.14469) 117 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2023-12-09T02:46:34.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:33 smithi172 bash[25093]: cephadm 2023-12-09T02:46:32.891528+0000 mgr.y (mgr.14469) 118 : cephadm [INF] Deploying daemon rgw.smpl.smithi023.ikvhaq on smithi023 2023-12-09T02:46:34.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:33 smithi172 bash[25093]: cluster 2023-12-09T02:46:32.968789+0000 mon.a (mon.0) 704 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2023-12-09T02:46:34.268 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:33 smithi023 bash[24949]: cluster 2023-12-09T02:46:32.825829+0000 mgr.y (mgr.14469) 116 : cluster [DBG] pgmap v91: 161 pgs: 32 unknown, 129 active+clean; 584 KiB data, 63 MiB used, 715 GiB / 715 GiB avail; 182 KiB/s rd, 3.4 KiB/s wr, 323 op/s 2023-12-09T02:46:34.268 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:33 smithi023 bash[24949]: cephadm 2023-12-09T02:46:32.861684+0000 mgr.y (mgr.14469) 117 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2023-12-09T02:46:34.268 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:33 smithi023 bash[24949]: cephadm 2023-12-09T02:46:32.891528+0000 mgr.y (mgr.14469) 118 : cephadm [INF] Deploying daemon rgw.smpl.smithi023.ikvhaq on smithi023 2023-12-09T02:46:34.268 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:33 smithi023 bash[24949]: cluster 2023-12-09T02:46:32.968789+0000 mon.a (mon.0) 704 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2023-12-09T02:46:34.268 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:33 smithi023 bash[30415]: cluster 2023-12-09T02:46:32.825829+0000 mgr.y (mgr.14469) 116 : cluster [DBG] pgmap v91: 161 pgs: 32 unknown, 129 active+clean; 584 KiB data, 63 MiB used, 715 GiB / 715 GiB avail; 182 KiB/s rd, 3.4 KiB/s wr, 323 op/s 2023-12-09T02:46:34.268 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:33 smithi023 bash[30415]: cephadm 2023-12-09T02:46:32.861684+0000 mgr.y (mgr.14469) 117 : cephadm [INF] Saving service rgw.smpl spec with placement count:2 2023-12-09T02:46:34.268 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:33 smithi023 bash[30415]: cephadm 2023-12-09T02:46:32.891528+0000 mgr.y (mgr.14469) 118 : cephadm [INF] Deploying daemon rgw.smpl.smithi023.ikvhaq on smithi023 2023-12-09T02:46:34.268 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:33 smithi023 bash[30415]: cluster 2023-12-09T02:46:32.968789+0000 mon.a (mon.0) 704 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2023-12-09T02:46:35.268 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:35 smithi023 bash[24949]: cluster 2023-12-09T02:46:34.002944+0000 mon.a (mon.0) 705 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2023-12-09T02:46:35.268 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:35 smithi023 bash[30415]: cluster 2023-12-09T02:46:34.002944+0000 mon.a (mon.0) 705 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2023-12-09T02:46:35.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:35 smithi172 bash[25093]: cluster 2023-12-09T02:46:34.002944+0000 mon.a (mon.0) 705 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2023-12-09T02:46:36.267 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:36 smithi023 bash[30415]: cluster 2023-12-09T02:46:34.826677+0000 mgr.y (mgr.14469) 119 : cluster [DBG] pgmap v94: 161 pgs: 32 unknown, 129 active+clean; 584 KiB data, 63 MiB used, 715 GiB / 715 GiB avail; 215 KiB/s rd, 170 B/s wr, 356 op/s 2023-12-09T02:46:36.268 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:36 smithi023 bash[24949]: cluster 2023-12-09T02:46:34.826677+0000 mgr.y (mgr.14469) 119 : cluster [DBG] pgmap v94: 161 pgs: 32 unknown, 129 active+clean; 584 KiB data, 63 MiB used, 715 GiB / 715 GiB avail; 215 KiB/s rd, 170 B/s wr, 356 op/s 2023-12-09T02:46:36.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:36 smithi172 bash[25093]: cluster 2023-12-09T02:46:34.826677+0000 mgr.y (mgr.14469) 119 : cluster [DBG] pgmap v94: 161 pgs: 32 unknown, 129 active+clean; 584 KiB data, 63 MiB used, 715 GiB / 715 GiB avail; 215 KiB/s rd, 170 B/s wr, 356 op/s 2023-12-09T02:46:37.811 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:37 smithi023 bash[30415]: audit 2023-12-09T02:46:36.524413+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:37.812 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:37 smithi023 bash[30415]: audit 2023-12-09T02:46:36.529993+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi172.ysxvfy", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-09T02:46:37.812 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:37 smithi023 bash[30415]: audit 2023-12-09T02:46:36.533196+0000 mon.b (mon.2) 86 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi172.ysxvfy", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-09T02:46:37.812 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:37 smithi023 bash[30415]: audit 2023-12-09T02:46:36.536523+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi172.ysxvfy", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-09T02:46:37.812 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:37 smithi023 bash[30415]: audit 2023-12-09T02:46:36.550679+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:37.812 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:37 smithi023 bash[30415]: cephadm 2023-12-09T02:46:36.554265+0000 mgr.y (mgr.14469) 120 : cephadm [INF] Deploying daemon rgw.smpl.smithi172.ysxvfy on smithi172 2023-12-09T02:46:37.812 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:37 smithi023 bash[30415]: audit 2023-12-09T02:46:36.556536+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:46:37.812 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:37 smithi023 bash[24949]: audit 2023-12-09T02:46:36.524413+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:37.812 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:37 smithi023 bash[24949]: audit 2023-12-09T02:46:36.529993+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi172.ysxvfy", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-09T02:46:37.812 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:37 smithi023 bash[24949]: audit 2023-12-09T02:46:36.533196+0000 mon.b (mon.2) 86 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi172.ysxvfy", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-09T02:46:37.812 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:37 smithi023 bash[24949]: audit 2023-12-09T02:46:36.536523+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi172.ysxvfy", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-09T02:46:37.813 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:37 smithi023 bash[24949]: audit 2023-12-09T02:46:36.550679+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:37.813 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:37 smithi023 bash[24949]: cephadm 2023-12-09T02:46:36.554265+0000 mgr.y (mgr.14469) 120 : cephadm [INF] Deploying daemon rgw.smpl.smithi172.ysxvfy on smithi172 2023-12-09T02:46:37.813 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:37 smithi023 bash[24949]: audit 2023-12-09T02:46:36.556536+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:46:37.992 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:37 smithi172 bash[25093]: audit 2023-12-09T02:46:36.524413+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:37.992 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:37 smithi172 bash[25093]: audit 2023-12-09T02:46:36.529993+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi172.ysxvfy", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-09T02:46:37.992 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:37 smithi172 bash[25093]: audit 2023-12-09T02:46:36.533196+0000 mon.b (mon.2) 86 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi172.ysxvfy", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-09T02:46:37.993 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:37 smithi172 bash[25093]: audit 2023-12-09T02:46:36.536523+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi172.ysxvfy", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-09T02:46:37.993 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:37 smithi172 bash[25093]: audit 2023-12-09T02:46:36.550679+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:37.993 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:37 smithi172 bash[25093]: cephadm 2023-12-09T02:46:36.554265+0000 mgr.y (mgr.14469) 120 : cephadm [INF] Deploying daemon rgw.smpl.smithi172.ysxvfy on smithi172 2023-12-09T02:46:37.993 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:37 smithi172 bash[25093]: audit 2023-12-09T02:46:36.556536+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:46:38.248 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:46:37 smithi172 bash[26000]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:46:37] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:46:38.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:38 smithi172 bash[25093]: cluster 2023-12-09T02:46:36.828578+0000 mgr.y (mgr.14469) 121 : cluster [DBG] pgmap v95: 161 pgs: 161 active+clean; 585 KiB data, 69 MiB used, 715 GiB / 715 GiB avail; 227 KiB/s rd, 511 B/s wr, 370 op/s 2023-12-09T02:46:38.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:38 smithi172 bash[25093]: audit 2023-12-09T02:46:37.861478+0000 mon.a (mon.0) 710 : audit [INF] from='client.? 172.21.15.23:0/1196704999' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2023-12-09T02:46:39.018 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:46:38 smithi023 bash[25223]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:46:38] "GET /metrics HTTP/1.1" 200 205297 "" "Prometheus/2.33.4" 2023-12-09T02:46:39.018 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:38 smithi023 bash[24949]: cluster 2023-12-09T02:46:36.828578+0000 mgr.y (mgr.14469) 121 : cluster [DBG] pgmap v95: 161 pgs: 161 active+clean; 585 KiB data, 69 MiB used, 715 GiB / 715 GiB avail; 227 KiB/s rd, 511 B/s wr, 370 op/s 2023-12-09T02:46:39.018 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:38 smithi023 bash[24949]: audit 2023-12-09T02:46:37.861478+0000 mon.a (mon.0) 710 : audit [INF] from='client.? 172.21.15.23:0/1196704999' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2023-12-09T02:46:39.018 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:38 smithi023 bash[30415]: cluster 2023-12-09T02:46:36.828578+0000 mgr.y (mgr.14469) 121 : cluster [DBG] pgmap v95: 161 pgs: 161 active+clean; 585 KiB data, 69 MiB used, 715 GiB / 715 GiB avail; 227 KiB/s rd, 511 B/s wr, 370 op/s 2023-12-09T02:46:39.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:38 smithi023 bash[30415]: audit 2023-12-09T02:46:37.861478+0000 mon.a (mon.0) 710 : audit [INF] from='client.? 172.21.15.23:0/1196704999' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2023-12-09T02:46:39.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:39 smithi172 bash[25093]: audit 2023-12-09T02:46:38.564365+0000 mon.a (mon.0) 711 : audit [INF] from='client.? 172.21.15.23:0/1196704999' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]': finished 2023-12-09T02:46:39.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:39 smithi172 bash[25093]: cluster 2023-12-09T02:46:38.564477+0000 mon.a (mon.0) 712 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2023-12-09T02:46:40.018 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:39 smithi023 bash[24949]: audit 2023-12-09T02:46:38.564365+0000 mon.a (mon.0) 711 : audit [INF] from='client.? 172.21.15.23:0/1196704999' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]': finished 2023-12-09T02:46:40.018 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:39 smithi023 bash[24949]: cluster 2023-12-09T02:46:38.564477+0000 mon.a (mon.0) 712 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2023-12-09T02:46:40.018 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:39 smithi023 bash[30415]: audit 2023-12-09T02:46:38.564365+0000 mon.a (mon.0) 711 : audit [INF] from='client.? 172.21.15.23:0/1196704999' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]': finished 2023-12-09T02:46:40.018 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:39 smithi023 bash[30415]: cluster 2023-12-09T02:46:38.564477+0000 mon.a (mon.0) 712 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2023-12-09T02:46:40.955 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:40 smithi172 bash[25093]: cluster 2023-12-09T02:46:38.829374+0000 mgr.y (mgr.14469) 122 : cluster [DBG] pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 69 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 341 B/s wr, 14 op/s 2023-12-09T02:46:40.955 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:40 smithi172 bash[25093]: cluster 2023-12-09T02:46:39.597766+0000 mon.a (mon.0) 713 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2023-12-09T02:46:40.955 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:40 smithi172 bash[25093]: audit 2023-12-09T02:46:39.611123+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:40.955 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:40 smithi172 bash[25093]: audit 2023-12-09T02:46:39.618127+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:46:40.955 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:40 smithi172 bash[25093]: audit 2023-12-09T02:46:39.619403+0000 mon.b (mon.2) 89 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:46:41.018 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:40 smithi023 bash[24949]: cluster 2023-12-09T02:46:38.829374+0000 mgr.y (mgr.14469) 122 : cluster [DBG] pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 69 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 341 B/s wr, 14 op/s 2023-12-09T02:46:41.018 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:40 smithi023 bash[24949]: cluster 2023-12-09T02:46:39.597766+0000 mon.a (mon.0) 713 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2023-12-09T02:46:41.018 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:40 smithi023 bash[24949]: audit 2023-12-09T02:46:39.611123+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:41.018 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:40 smithi023 bash[24949]: audit 2023-12-09T02:46:39.618127+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:46:41.018 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:40 smithi023 bash[24949]: audit 2023-12-09T02:46:39.619403+0000 mon.b (mon.2) 89 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:46:41.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:40 smithi023 bash[30415]: cluster 2023-12-09T02:46:38.829374+0000 mgr.y (mgr.14469) 122 : cluster [DBG] pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 69 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 341 B/s wr, 14 op/s 2023-12-09T02:46:41.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:40 smithi023 bash[30415]: cluster 2023-12-09T02:46:39.597766+0000 mon.a (mon.0) 713 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2023-12-09T02:46:41.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:40 smithi023 bash[30415]: audit 2023-12-09T02:46:39.611123+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:41.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:40 smithi023 bash[30415]: audit 2023-12-09T02:46:39.618127+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:46:41.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:40 smithi023 bash[30415]: audit 2023-12-09T02:46:39.619403+0000 mon.b (mon.2) 89 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:46:41.558 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -e sha1=9dcc13bb80dcc1cdea72b04d80505b4649a2b882 -- bash -c 'ceph orch apply iscsi foo u p' 2023-12-09T02:46:41.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:41 smithi172 bash[25093]: cluster 2023-12-09T02:46:40.601911+0000 mon.a (mon.0) 715 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2023-12-09T02:46:41.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:41 smithi172 bash[25093]: audit 2023-12-09T02:46:40.967118+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:42.018 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:41 smithi023 bash[24949]: cluster 2023-12-09T02:46:40.601911+0000 mon.a (mon.0) 715 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2023-12-09T02:46:42.019 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:41 smithi023 bash[24949]: audit 2023-12-09T02:46:40.967118+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:42.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:41 smithi023 bash[30415]: cluster 2023-12-09T02:46:40.601911+0000 mon.a (mon.0) 715 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2023-12-09T02:46:42.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:41 smithi023 bash[30415]: audit 2023-12-09T02:46:40.967118+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:42.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:42 smithi172 bash[25093]: cluster 2023-12-09T02:46:40.830032+0000 mgr.y (mgr.14469) 123 : cluster [DBG] pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 69 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 341 B/s wr, 14 op/s 2023-12-09T02:46:43.018 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:42 smithi023 bash[30415]: cluster 2023-12-09T02:46:40.830032+0000 mgr.y (mgr.14469) 123 : cluster [DBG] pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 69 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 341 B/s wr, 14 op/s 2023-12-09T02:46:43.018 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:42 smithi023 bash[24949]: cluster 2023-12-09T02:46:40.830032+0000 mgr.y (mgr.14469) 123 : cluster [DBG] pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 69 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 341 B/s wr, 14 op/s 2023-12-09T02:46:44.769 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:44 smithi023 bash[30415]: cluster 2023-12-09T02:46:42.831899+0000 mgr.y (mgr.14469) 124 : cluster [DBG] pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 305 KiB/s rd, 682 B/s wr, 467 op/s 2023-12-09T02:46:44.770 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:44 smithi023 bash[30415]: audit 2023-12-09T02:46:43.504101+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:44.770 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:44 smithi023 bash[30415]: audit 2023-12-09T02:46:44.395545+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:44.770 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:44 smithi023 bash[24949]: cluster 2023-12-09T02:46:42.831899+0000 mgr.y (mgr.14469) 124 : cluster [DBG] pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 305 KiB/s rd, 682 B/s wr, 467 op/s 2023-12-09T02:46:44.770 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:44 smithi023 bash[24949]: audit 2023-12-09T02:46:43.504101+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:44.770 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:44 smithi023 bash[24949]: audit 2023-12-09T02:46:44.395545+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:44.873 INFO:teuthology.orchestra.run.smithi023.stdout:Scheduled iscsi.foo update... 2023-12-09T02:46:45.000 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:44 smithi172 bash[25093]: cluster 2023-12-09T02:46:42.831899+0000 mgr.y (mgr.14469) 124 : cluster [DBG] pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 305 KiB/s rd, 682 B/s wr, 467 op/s 2023-12-09T02:46:45.000 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:44 smithi172 bash[25093]: audit 2023-12-09T02:46:43.504101+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:45.000 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:44 smithi172 bash[25093]: audit 2023-12-09T02:46:44.395545+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:45.936 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -e sha1=9dcc13bb80dcc1cdea72b04d80505b4649a2b882 -- bash -c 'sleep 120' 2023-12-09T02:46:45.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:45 smithi172 bash[25093]: cephadm 2023-12-09T02:46:44.406331+0000 mgr.y (mgr.14469) 125 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-09T02:46:45.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:45 smithi172 bash[25093]: audit 2023-12-09T02:46:44.721415+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:45.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:45 smithi172 bash[25093]: audit 2023-12-09T02:46:44.739224+0000 mon.b (mon.2) 90 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:46:45.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:45 smithi172 bash[25093]: audit 2023-12-09T02:46:44.741007+0000 mon.b (mon.2) 91 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:46:45.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:45 smithi172 bash[25093]: audit 2023-12-09T02:46:44.868449+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:45.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:45 smithi172 bash[25093]: audit 2023-12-09T02:46:45.082279+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:45.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:45 smithi172 bash[25093]: audit 2023-12-09T02:46:45.107013+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi023.vcvunr", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2023-12-09T02:46:45.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:45 smithi172 bash[25093]: audit 2023-12-09T02:46:45.110105+0000 mon.b (mon.2) 92 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi023.vcvunr", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2023-12-09T02:46:45.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:45 smithi172 bash[25093]: audit 2023-12-09T02:46:45.113308+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi023.vcvunr", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]': finished 2023-12-09T02:46:45.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:45 smithi172 bash[25093]: audit 2023-12-09T02:46:45.130763+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:46:46.018 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:45 smithi023 bash[30415]: cephadm 2023-12-09T02:46:44.406331+0000 mgr.y (mgr.14469) 125 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-09T02:46:46.018 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:45 smithi023 bash[30415]: audit 2023-12-09T02:46:44.721415+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:46.018 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:45 smithi023 bash[30415]: audit 2023-12-09T02:46:44.739224+0000 mon.b (mon.2) 90 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:46:46.018 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:45 smithi023 bash[30415]: audit 2023-12-09T02:46:44.741007+0000 mon.b (mon.2) 91 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:46:46.018 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:45 smithi023 bash[30415]: audit 2023-12-09T02:46:44.868449+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:46.018 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:45 smithi023 bash[30415]: audit 2023-12-09T02:46:45.082279+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:46.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:45 smithi023 bash[30415]: audit 2023-12-09T02:46:45.107013+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi023.vcvunr", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2023-12-09T02:46:46.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:45 smithi023 bash[30415]: audit 2023-12-09T02:46:45.110105+0000 mon.b (mon.2) 92 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi023.vcvunr", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2023-12-09T02:46:46.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:45 smithi023 bash[30415]: audit 2023-12-09T02:46:45.113308+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi023.vcvunr", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]': finished 2023-12-09T02:46:46.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:45 smithi023 bash[30415]: audit 2023-12-09T02:46:45.130763+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:46:46.019 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:45 smithi023 bash[24949]: cephadm 2023-12-09T02:46:44.406331+0000 mgr.y (mgr.14469) 125 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-09T02:46:46.019 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:45 smithi023 bash[24949]: audit 2023-12-09T02:46:44.721415+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:46.019 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:45 smithi023 bash[24949]: audit 2023-12-09T02:46:44.739224+0000 mon.b (mon.2) 90 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:46:46.019 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:45 smithi023 bash[24949]: audit 2023-12-09T02:46:44.741007+0000 mon.b (mon.2) 91 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:46:46.019 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:45 smithi023 bash[24949]: audit 2023-12-09T02:46:44.868449+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:46.019 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:45 smithi023 bash[24949]: audit 2023-12-09T02:46:45.082279+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:46.019 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:45 smithi023 bash[24949]: audit 2023-12-09T02:46:45.107013+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi023.vcvunr", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2023-12-09T02:46:46.020 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:45 smithi023 bash[24949]: audit 2023-12-09T02:46:45.110105+0000 mon.b (mon.2) 92 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi023.vcvunr", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2023-12-09T02:46:46.020 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:45 smithi023 bash[24949]: audit 2023-12-09T02:46:45.113308+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi023.vcvunr", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]': finished 2023-12-09T02:46:46.020 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:45 smithi023 bash[24949]: audit 2023-12-09T02:46:45.130763+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:46:46.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:46 smithi172 bash[25093]: cephadm 2023-12-09T02:46:44.744720+0000 mgr.y (mgr.14469) 126 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-09T02:46:46.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:46 smithi172 bash[25093]: cluster 2023-12-09T02:46:44.832552+0000 mgr.y (mgr.14469) 127 : cluster [DBG] pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 292 KiB/s rd, 653 B/s wr, 447 op/s 2023-12-09T02:46:46.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:46 smithi172 bash[25093]: audit 2023-12-09T02:46:44.853010+0000 mgr.y (mgr.14469) 128 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch apply iscsi", "pool": "foo", "api_user": "u", "api_password": "p", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:46:46.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:46 smithi172 bash[25093]: cephadm 2023-12-09T02:46:44.858325+0000 mgr.y (mgr.14469) 129 : cephadm [INF] Saving service iscsi.foo spec with placement count:1 2023-12-09T02:46:46.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:46 smithi172 bash[25093]: cephadm 2023-12-09T02:46:45.091613+0000 mgr.y (mgr.14469) 130 : cephadm [INF] Checking pool "foo" exists for service iscsi.foo 2023-12-09T02:46:46.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:46 smithi172 bash[25093]: cephadm 2023-12-09T02:46:45.128571+0000 mgr.y (mgr.14469) 131 : cephadm [INF] Deploying daemon iscsi.foo.smithi023.vcvunr on smithi023 2023-12-09T02:46:46.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:46 smithi172 bash[25093]: audit 2023-12-09T02:46:45.994063+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:47.018 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:46 smithi023 bash[24949]: cephadm 2023-12-09T02:46:44.744720+0000 mgr.y (mgr.14469) 126 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-09T02:46:47.018 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:46 smithi023 bash[24949]: cluster 2023-12-09T02:46:44.832552+0000 mgr.y (mgr.14469) 127 : cluster [DBG] pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 292 KiB/s rd, 653 B/s wr, 447 op/s 2023-12-09T02:46:47.018 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:46 smithi023 bash[24949]: audit 2023-12-09T02:46:44.853010+0000 mgr.y (mgr.14469) 128 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch apply iscsi", "pool": "foo", "api_user": "u", "api_password": "p", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:46:47.018 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:46 smithi023 bash[24949]: cephadm 2023-12-09T02:46:44.858325+0000 mgr.y (mgr.14469) 129 : cephadm [INF] Saving service iscsi.foo spec with placement count:1 2023-12-09T02:46:47.018 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:46 smithi023 bash[24949]: cephadm 2023-12-09T02:46:45.091613+0000 mgr.y (mgr.14469) 130 : cephadm [INF] Checking pool "foo" exists for service iscsi.foo 2023-12-09T02:46:47.018 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:46 smithi023 bash[24949]: cephadm 2023-12-09T02:46:45.128571+0000 mgr.y (mgr.14469) 131 : cephadm [INF] Deploying daemon iscsi.foo.smithi023.vcvunr on smithi023 2023-12-09T02:46:47.018 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:46 smithi023 bash[24949]: audit 2023-12-09T02:46:45.994063+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:47.018 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:46 smithi023 bash[30415]: cephadm 2023-12-09T02:46:44.744720+0000 mgr.y (mgr.14469) 126 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-09T02:46:47.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:46 smithi023 bash[30415]: cluster 2023-12-09T02:46:44.832552+0000 mgr.y (mgr.14469) 127 : cluster [DBG] pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 92 MiB used, 715 GiB / 715 GiB avail; 292 KiB/s rd, 653 B/s wr, 447 op/s 2023-12-09T02:46:47.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:46 smithi023 bash[30415]: audit 2023-12-09T02:46:44.853010+0000 mgr.y (mgr.14469) 128 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch apply iscsi", "pool": "foo", "api_user": "u", "api_password": "p", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:46:47.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:46 smithi023 bash[30415]: cephadm 2023-12-09T02:46:44.858325+0000 mgr.y (mgr.14469) 129 : cephadm [INF] Saving service iscsi.foo spec with placement count:1 2023-12-09T02:46:47.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:46 smithi023 bash[30415]: cephadm 2023-12-09T02:46:45.091613+0000 mgr.y (mgr.14469) 130 : cephadm [INF] Checking pool "foo" exists for service iscsi.foo 2023-12-09T02:46:47.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:46 smithi023 bash[30415]: cephadm 2023-12-09T02:46:45.128571+0000 mgr.y (mgr.14469) 131 : cephadm [INF] Deploying daemon iscsi.foo.smithi023.vcvunr on smithi023 2023-12-09T02:46:47.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:46 smithi023 bash[30415]: audit 2023-12-09T02:46:45.994063+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:48.248 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:46:47 smithi172 bash[26000]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:46:47] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:46:48.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:48 smithi172 bash[25093]: cluster 2023-12-09T02:46:46.834339+0000 mgr.y (mgr.14469) 132 : cluster [DBG] pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 261 KiB/s rd, 511 B/s wr, 395 op/s 2023-12-09T02:46:48.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:48 smithi172 bash[25093]: cluster 2023-12-09T02:46:47.013079+0000 mon.a (mon.0) 725 : cluster [DBG] mgrmap e21: y(active, since 2m), standbys: x 2023-12-09T02:46:48.268 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:48 smithi023 bash[24949]: cluster 2023-12-09T02:46:46.834339+0000 mgr.y (mgr.14469) 132 : cluster [DBG] pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 261 KiB/s rd, 511 B/s wr, 395 op/s 2023-12-09T02:46:48.268 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:48 smithi023 bash[24949]: cluster 2023-12-09T02:46:47.013079+0000 mon.a (mon.0) 725 : cluster [DBG] mgrmap e21: y(active, since 2m), standbys: x 2023-12-09T02:46:48.268 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:48 smithi023 bash[30415]: cluster 2023-12-09T02:46:46.834339+0000 mgr.y (mgr.14469) 132 : cluster [DBG] pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 261 KiB/s rd, 511 B/s wr, 395 op/s 2023-12-09T02:46:48.268 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:48 smithi023 bash[30415]: cluster 2023-12-09T02:46:47.013079+0000 mon.a (mon.0) 725 : cluster [DBG] mgrmap e21: y(active, since 2m), standbys: x 2023-12-09T02:46:49.053 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:46:48 smithi023 bash[25223]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:46:48] "GET /metrics HTTP/1.1" 200 214229 "" "Prometheus/2.33.4" 2023-12-09T02:46:49.768 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:49 smithi023 bash[24949]: cluster 2023-12-09T02:46:48.511038+0000 mon.a (mon.0) 726 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2023-12-09T02:46:49.768 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:49 smithi023 bash[24949]: audit 2023-12-09T02:46:48.740236+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:49.768 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:49 smithi023 bash[24949]: audit 2023-12-09T02:46:48.752257+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:46:49.768 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:49 smithi023 bash[24949]: audit 2023-12-09T02:46:48.753294+0000 mon.b (mon.2) 95 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:46:49.768 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:49 smithi023 bash[30415]: cluster 2023-12-09T02:46:48.511038+0000 mon.a (mon.0) 726 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2023-12-09T02:46:49.769 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:49 smithi023 bash[30415]: audit 2023-12-09T02:46:48.740236+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:49.769 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:49 smithi023 bash[30415]: audit 2023-12-09T02:46:48.752257+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:46:49.769 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:49 smithi023 bash[30415]: audit 2023-12-09T02:46:48.753294+0000 mon.b (mon.2) 95 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:46:49.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:49 smithi172 bash[25093]: cluster 2023-12-09T02:46:48.511038+0000 mon.a (mon.0) 726 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2023-12-09T02:46:49.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:49 smithi172 bash[25093]: audit 2023-12-09T02:46:48.740236+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:49.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:49 smithi172 bash[25093]: audit 2023-12-09T02:46:48.752257+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:46:49.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:49 smithi172 bash[25093]: audit 2023-12-09T02:46:48.753294+0000 mon.b (mon.2) 95 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:46:50.980 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:50 smithi023 bash[24949]: cluster 2023-12-09T02:46:48.834989+0000 mgr.y (mgr.14469) 133 : cluster [DBG] pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 254 KiB/s rd, 498 B/s wr, 384 op/s 2023-12-09T02:46:50.981 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:50 smithi023 bash[30415]: cluster 2023-12-09T02:46:48.834989+0000 mgr.y (mgr.14469) 133 : cluster [DBG] pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 254 KiB/s rd, 498 B/s wr, 384 op/s 2023-12-09T02:46:51.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:50 smithi172 bash[25093]: cluster 2023-12-09T02:46:48.834989+0000 mgr.y (mgr.14469) 133 : cluster [DBG] pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 254 KiB/s rd, 498 B/s wr, 384 op/s 2023-12-09T02:46:52.018 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:51 smithi023 bash[30415]: cluster 2023-12-09T02:46:50.835774+0000 mgr.y (mgr.14469) 134 : cluster [DBG] pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 209 KiB/s rd, 409 B/s wr, 316 op/s 2023-12-09T02:46:52.018 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:51 smithi023 bash[30415]: audit 2023-12-09T02:46:50.953946+0000 mon.c (mon.1) 25 : audit [DBG] from='client.? 172.21.15.23:0/3118970447' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-09T02:46:52.018 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:51 smithi023 bash[30415]: audit 2023-12-09T02:46:51.008027+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:52.018 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:51 smithi023 bash[30415]: audit 2023-12-09T02:46:51.332445+0000 mon.c (mon.1) 26 : audit [INF] from='client.? 172.21.15.23:0/1260540833' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/3029945792"}]: dispatch 2023-12-09T02:46:52.018 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:51 smithi023 bash[30415]: audit 2023-12-09T02:46:51.333716+0000 mon.a (mon.0) 729 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/3029945792"}]: dispatch 2023-12-09T02:46:52.019 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:51 smithi023 bash[24949]: cluster 2023-12-09T02:46:50.835774+0000 mgr.y (mgr.14469) 134 : cluster [DBG] pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 209 KiB/s rd, 409 B/s wr, 316 op/s 2023-12-09T02:46:52.019 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:51 smithi023 bash[24949]: audit 2023-12-09T02:46:50.953946+0000 mon.c (mon.1) 25 : audit [DBG] from='client.? 172.21.15.23:0/3118970447' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-09T02:46:52.019 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:51 smithi023 bash[24949]: audit 2023-12-09T02:46:51.008027+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:52.019 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:51 smithi023 bash[24949]: audit 2023-12-09T02:46:51.332445+0000 mon.c (mon.1) 26 : audit [INF] from='client.? 172.21.15.23:0/1260540833' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/3029945792"}]: dispatch 2023-12-09T02:46:52.019 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:51 smithi023 bash[24949]: audit 2023-12-09T02:46:51.333716+0000 mon.a (mon.0) 729 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/3029945792"}]: dispatch 2023-12-09T02:46:52.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:51 smithi172 bash[25093]: cluster 2023-12-09T02:46:50.835774+0000 mgr.y (mgr.14469) 134 : cluster [DBG] pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 209 KiB/s rd, 409 B/s wr, 316 op/s 2023-12-09T02:46:52.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:51 smithi172 bash[25093]: audit 2023-12-09T02:46:50.953946+0000 mon.c (mon.1) 25 : audit [DBG] from='client.? 172.21.15.23:0/3118970447' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-09T02:46:52.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:51 smithi172 bash[25093]: audit 2023-12-09T02:46:51.008027+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:52.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:51 smithi172 bash[25093]: audit 2023-12-09T02:46:51.332445+0000 mon.c (mon.1) 26 : audit [INF] from='client.? 172.21.15.23:0/1260540833' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/3029945792"}]: dispatch 2023-12-09T02:46:52.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:51 smithi172 bash[25093]: audit 2023-12-09T02:46:51.333716+0000 mon.a (mon.0) 729 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/3029945792"}]: dispatch 2023-12-09T02:46:53.501 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:53 smithi172 bash[25093]: audit 2023-12-09T02:46:52.024950+0000 mon.a (mon.0) 730 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/3029945792"}]': finished 2023-12-09T02:46:53.501 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:53 smithi172 bash[25093]: cluster 2023-12-09T02:46:52.025173+0000 mon.a (mon.0) 731 : cluster [DBG] osdmap e79: 8 total, 8 up, 8 in 2023-12-09T02:46:53.501 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:53 smithi172 bash[25093]: audit 2023-12-09T02:46:52.396252+0000 mon.c (mon.1) 27 : audit [INF] from='client.? 172.21.15.23:0/3589627419' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/3136145199"}]: dispatch 2023-12-09T02:46:53.502 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:53 smithi172 bash[25093]: audit 2023-12-09T02:46:52.397246+0000 mon.a (mon.0) 732 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/3136145199"}]: dispatch 2023-12-09T02:46:53.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:53 smithi023 bash[30415]: audit 2023-12-09T02:46:52.024950+0000 mon.a (mon.0) 730 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/3029945792"}]': finished 2023-12-09T02:46:53.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:53 smithi023 bash[30415]: cluster 2023-12-09T02:46:52.025173+0000 mon.a (mon.0) 731 : cluster [DBG] osdmap e79: 8 total, 8 up, 8 in 2023-12-09T02:46:53.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:53 smithi023 bash[30415]: audit 2023-12-09T02:46:52.396252+0000 mon.c (mon.1) 27 : audit [INF] from='client.? 172.21.15.23:0/3589627419' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/3136145199"}]: dispatch 2023-12-09T02:46:53.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:53 smithi023 bash[30415]: audit 2023-12-09T02:46:52.397246+0000 mon.a (mon.0) 732 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/3136145199"}]: dispatch 2023-12-09T02:46:53.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:53 smithi023 bash[24949]: audit 2023-12-09T02:46:52.024950+0000 mon.a (mon.0) 730 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/3029945792"}]': finished 2023-12-09T02:46:53.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:53 smithi023 bash[24949]: cluster 2023-12-09T02:46:52.025173+0000 mon.a (mon.0) 731 : cluster [DBG] osdmap e79: 8 total, 8 up, 8 in 2023-12-09T02:46:53.519 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:53 smithi023 bash[24949]: audit 2023-12-09T02:46:52.396252+0000 mon.c (mon.1) 27 : audit [INF] from='client.? 172.21.15.23:0/3589627419' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/3136145199"}]: dispatch 2023-12-09T02:46:53.519 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:53 smithi023 bash[24949]: audit 2023-12-09T02:46:52.397246+0000 mon.a (mon.0) 732 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/3136145199"}]: dispatch 2023-12-09T02:46:54.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:54 smithi172 bash[25093]: cluster 2023-12-09T02:46:52.836374+0000 mgr.y (mgr.14469) 135 : cluster [DBG] pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 38 KiB/s rd, 127 B/s wr, 54 op/s 2023-12-09T02:46:54.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:54 smithi172 bash[25093]: audit 2023-12-09T02:46:53.031424+0000 mon.a (mon.0) 733 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/3136145199"}]': finished 2023-12-09T02:46:54.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:54 smithi172 bash[25093]: cluster 2023-12-09T02:46:53.031499+0000 mon.a (mon.0) 734 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2023-12-09T02:46:54.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:54 smithi172 bash[25093]: audit 2023-12-09T02:46:53.432179+0000 mon.c (mon.1) 28 : audit [INF] from='client.? 172.21.15.23:0/4204259907' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/1405757428"}]: dispatch 2023-12-09T02:46:54.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:54 smithi172 bash[25093]: audit 2023-12-09T02:46:53.432831+0000 mon.a (mon.0) 735 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/1405757428"}]: dispatch 2023-12-09T02:46:54.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:54 smithi172 bash[25093]: audit 2023-12-09T02:46:53.769593+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:54.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:54 smithi172 bash[25093]: audit 2023-12-09T02:46:53.785321+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:54.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:54 smithi172 bash[25093]: audit 2023-12-09T02:46:53.802784+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-09T02:46:54.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:54 smithi172 bash[25093]: audit 2023-12-09T02:46:53.806312+0000 mon.b (mon.2) 97 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-09T02:46:54.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:54 smithi172 bash[25093]: audit 2023-12-09T02:46:53.810432+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:54.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:54 smithi172 bash[25093]: audit 2023-12-09T02:46:53.822069+0000 mon.b (mon.2) 98 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi023"}]: dispatch 2023-12-09T02:46:54.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:54 smithi172 bash[25093]: audit 2023-12-09T02:46:53.835017+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:54.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:54 smithi172 bash[25093]: audit 2023-12-09T02:46:53.844512+0000 mon.b (mon.2) 99 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:46:54.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:54 smithi172 bash[25093]: audit 2023-12-09T02:46:53.846255+0000 mon.b (mon.2) 100 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:46:54.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:54 smithi172 bash[25093]: audit 2023-12-09T02:46:53.852015+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:54.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:54 smithi023 bash[24949]: cluster 2023-12-09T02:46:52.836374+0000 mgr.y (mgr.14469) 135 : cluster [DBG] pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 38 KiB/s rd, 127 B/s wr, 54 op/s 2023-12-09T02:46:54.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:54 smithi023 bash[24949]: audit 2023-12-09T02:46:53.031424+0000 mon.a (mon.0) 733 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/3136145199"}]': finished 2023-12-09T02:46:54.519 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:54 smithi023 bash[24949]: cluster 2023-12-09T02:46:53.031499+0000 mon.a (mon.0) 734 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2023-12-09T02:46:54.519 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:54 smithi023 bash[24949]: audit 2023-12-09T02:46:53.432179+0000 mon.c (mon.1) 28 : audit [INF] from='client.? 172.21.15.23:0/4204259907' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/1405757428"}]: dispatch 2023-12-09T02:46:54.519 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:54 smithi023 bash[24949]: audit 2023-12-09T02:46:53.432831+0000 mon.a (mon.0) 735 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/1405757428"}]: dispatch 2023-12-09T02:46:54.519 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:54 smithi023 bash[24949]: audit 2023-12-09T02:46:53.769593+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:54.519 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:54 smithi023 bash[24949]: audit 2023-12-09T02:46:53.785321+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:54.519 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:54 smithi023 bash[24949]: audit 2023-12-09T02:46:53.802784+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-09T02:46:54.519 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:54 smithi023 bash[24949]: audit 2023-12-09T02:46:53.806312+0000 mon.b (mon.2) 97 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-09T02:46:54.519 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:54 smithi023 bash[24949]: audit 2023-12-09T02:46:53.810432+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:54.519 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:54 smithi023 bash[24949]: audit 2023-12-09T02:46:53.822069+0000 mon.b (mon.2) 98 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi023"}]: dispatch 2023-12-09T02:46:54.519 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:54 smithi023 bash[24949]: audit 2023-12-09T02:46:53.835017+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:54.519 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:54 smithi023 bash[24949]: audit 2023-12-09T02:46:53.844512+0000 mon.b (mon.2) 99 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:46:54.519 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:54 smithi023 bash[24949]: audit 2023-12-09T02:46:53.846255+0000 mon.b (mon.2) 100 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:46:54.519 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:54 smithi023 bash[24949]: audit 2023-12-09T02:46:53.852015+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:54.520 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:54 smithi023 bash[30415]: cluster 2023-12-09T02:46:52.836374+0000 mgr.y (mgr.14469) 135 : cluster [DBG] pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 38 KiB/s rd, 127 B/s wr, 54 op/s 2023-12-09T02:46:54.520 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:54 smithi023 bash[30415]: audit 2023-12-09T02:46:53.031424+0000 mon.a (mon.0) 733 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/3136145199"}]': finished 2023-12-09T02:46:54.520 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:54 smithi023 bash[30415]: cluster 2023-12-09T02:46:53.031499+0000 mon.a (mon.0) 734 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2023-12-09T02:46:54.520 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:54 smithi023 bash[30415]: audit 2023-12-09T02:46:53.432179+0000 mon.c (mon.1) 28 : audit [INF] from='client.? 172.21.15.23:0/4204259907' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/1405757428"}]: dispatch 2023-12-09T02:46:54.520 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:54 smithi023 bash[30415]: audit 2023-12-09T02:46:53.432831+0000 mon.a (mon.0) 735 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/1405757428"}]: dispatch 2023-12-09T02:46:54.520 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:54 smithi023 bash[30415]: audit 2023-12-09T02:46:53.769593+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:54.520 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:54 smithi023 bash[30415]: audit 2023-12-09T02:46:53.785321+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:54.520 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:54 smithi023 bash[30415]: audit 2023-12-09T02:46:53.802784+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-09T02:46:54.520 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:54 smithi023 bash[30415]: audit 2023-12-09T02:46:53.806312+0000 mon.b (mon.2) 97 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-09T02:46:54.520 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:54 smithi023 bash[30415]: audit 2023-12-09T02:46:53.810432+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:54.520 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:54 smithi023 bash[30415]: audit 2023-12-09T02:46:53.822069+0000 mon.b (mon.2) 98 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi023"}]: dispatch 2023-12-09T02:46:54.520 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:54 smithi023 bash[30415]: audit 2023-12-09T02:46:53.835017+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:54.520 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:54 smithi023 bash[30415]: audit 2023-12-09T02:46:53.844512+0000 mon.b (mon.2) 99 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:46:54.521 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:54 smithi023 bash[30415]: audit 2023-12-09T02:46:53.846255+0000 mon.b (mon.2) 100 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:46:54.521 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:54 smithi023 bash[30415]: audit 2023-12-09T02:46:53.852015+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:46:55.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:55 smithi172 bash[25093]: audit 2023-12-09T02:46:53.799647+0000 mgr.y (mgr.14469) 136 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-09T02:46:55.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:55 smithi172 bash[25093]: cephadm 2023-12-09T02:46:53.801653+0000 mgr.y (mgr.14469) 137 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.23:5000 to Dashboard 2023-12-09T02:46:55.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:55 smithi172 bash[25093]: audit 2023-12-09T02:46:53.803112+0000 mgr.y (mgr.14469) 138 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-09T02:46:55.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:55 smithi172 bash[25093]: audit 2023-12-09T02:46:53.819143+0000 mgr.y (mgr.14469) 139 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi023"}]: dispatch 2023-12-09T02:46:55.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:55 smithi172 bash[25093]: audit 2023-12-09T02:46:54.032767+0000 mon.a (mon.0) 741 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/1405757428"}]': finished 2023-12-09T02:46:55.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:55 smithi172 bash[25093]: cluster 2023-12-09T02:46:54.032886+0000 mon.a (mon.0) 742 : cluster [DBG] osdmap e81: 8 total, 8 up, 8 in 2023-12-09T02:46:55.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:55 smithi172 bash[25093]: audit 2023-12-09T02:46:54.417431+0000 mon.c (mon.1) 29 : audit [INF] from='client.? 172.21.15.23:0/1476996948' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:6800/2143112161"}]: dispatch 2023-12-09T02:46:55.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:55 smithi172 bash[25093]: audit 2023-12-09T02:46:54.418430+0000 mon.a (mon.0) 743 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:6800/2143112161"}]: dispatch 2023-12-09T02:46:55.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:55 smithi023 bash[24949]: audit 2023-12-09T02:46:53.799647+0000 mgr.y (mgr.14469) 136 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-09T02:46:55.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:55 smithi023 bash[24949]: cephadm 2023-12-09T02:46:53.801653+0000 mgr.y (mgr.14469) 137 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.23:5000 to Dashboard 2023-12-09T02:46:55.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:55 smithi023 bash[24949]: audit 2023-12-09T02:46:53.803112+0000 mgr.y (mgr.14469) 138 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-09T02:46:55.519 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:55 smithi023 bash[24949]: audit 2023-12-09T02:46:53.819143+0000 mgr.y (mgr.14469) 139 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi023"}]: dispatch 2023-12-09T02:46:55.519 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:55 smithi023 bash[24949]: audit 2023-12-09T02:46:54.032767+0000 mon.a (mon.0) 741 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/1405757428"}]': finished 2023-12-09T02:46:55.519 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:55 smithi023 bash[24949]: cluster 2023-12-09T02:46:54.032886+0000 mon.a (mon.0) 742 : cluster [DBG] osdmap e81: 8 total, 8 up, 8 in 2023-12-09T02:46:55.519 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:55 smithi023 bash[24949]: audit 2023-12-09T02:46:54.417431+0000 mon.c (mon.1) 29 : audit [INF] from='client.? 172.21.15.23:0/1476996948' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:6800/2143112161"}]: dispatch 2023-12-09T02:46:55.519 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:55 smithi023 bash[24949]: audit 2023-12-09T02:46:54.418430+0000 mon.a (mon.0) 743 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:6800/2143112161"}]: dispatch 2023-12-09T02:46:55.519 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:55 smithi023 bash[30415]: audit 2023-12-09T02:46:53.799647+0000 mgr.y (mgr.14469) 136 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-09T02:46:55.519 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:55 smithi023 bash[30415]: cephadm 2023-12-09T02:46:53.801653+0000 mgr.y (mgr.14469) 137 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.23:5000 to Dashboard 2023-12-09T02:46:55.519 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:55 smithi023 bash[30415]: audit 2023-12-09T02:46:53.803112+0000 mgr.y (mgr.14469) 138 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-09T02:46:55.519 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:55 smithi023 bash[30415]: audit 2023-12-09T02:46:53.819143+0000 mgr.y (mgr.14469) 139 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi023"}]: dispatch 2023-12-09T02:46:55.519 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:55 smithi023 bash[30415]: audit 2023-12-09T02:46:54.032767+0000 mon.a (mon.0) 741 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/1405757428"}]': finished 2023-12-09T02:46:55.519 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:55 smithi023 bash[30415]: cluster 2023-12-09T02:46:54.032886+0000 mon.a (mon.0) 742 : cluster [DBG] osdmap e81: 8 total, 8 up, 8 in 2023-12-09T02:46:55.520 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:55 smithi023 bash[30415]: audit 2023-12-09T02:46:54.417431+0000 mon.c (mon.1) 29 : audit [INF] from='client.? 172.21.15.23:0/1476996948' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:6800/2143112161"}]: dispatch 2023-12-09T02:46:55.520 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:55 smithi023 bash[30415]: audit 2023-12-09T02:46:54.418430+0000 mon.a (mon.0) 743 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:6800/2143112161"}]: dispatch 2023-12-09T02:46:56.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:56 smithi172 bash[25093]: cluster 2023-12-09T02:46:54.837138+0000 mgr.y (mgr.14469) 140 : cluster [DBG] pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 8.3 KiB/s rd, 170 B/s wr, 13 op/s 2023-12-09T02:46:56.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:56 smithi172 bash[25093]: audit 2023-12-09T02:46:55.060820+0000 mon.a (mon.0) 744 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:6800/2143112161"}]': finished 2023-12-09T02:46:56.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:56 smithi172 bash[25093]: cluster 2023-12-09T02:46:55.060990+0000 mon.a (mon.0) 745 : cluster [DBG] osdmap e82: 8 total, 8 up, 8 in 2023-12-09T02:46:56.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:56 smithi172 bash[25093]: audit 2023-12-09T02:46:55.437159+0000 mon.a (mon.0) 746 : audit [INF] from='client.? 172.21.15.23:0/2621838231' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/3885458016"}]: dispatch 2023-12-09T02:46:56.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:56 smithi023 bash[24949]: cluster 2023-12-09T02:46:54.837138+0000 mgr.y (mgr.14469) 140 : cluster [DBG] pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 8.3 KiB/s rd, 170 B/s wr, 13 op/s 2023-12-09T02:46:56.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:56 smithi023 bash[24949]: audit 2023-12-09T02:46:55.060820+0000 mon.a (mon.0) 744 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:6800/2143112161"}]': finished 2023-12-09T02:46:56.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:56 smithi023 bash[24949]: cluster 2023-12-09T02:46:55.060990+0000 mon.a (mon.0) 745 : cluster [DBG] osdmap e82: 8 total, 8 up, 8 in 2023-12-09T02:46:56.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:56 smithi023 bash[24949]: audit 2023-12-09T02:46:55.437159+0000 mon.a (mon.0) 746 : audit [INF] from='client.? 172.21.15.23:0/2621838231' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/3885458016"}]: dispatch 2023-12-09T02:46:56.519 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:56 smithi023 bash[30415]: cluster 2023-12-09T02:46:54.837138+0000 mgr.y (mgr.14469) 140 : cluster [DBG] pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 93 MiB used, 715 GiB / 715 GiB avail; 8.3 KiB/s rd, 170 B/s wr, 13 op/s 2023-12-09T02:46:56.519 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:56 smithi023 bash[30415]: audit 2023-12-09T02:46:55.060820+0000 mon.a (mon.0) 744 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:6800/2143112161"}]': finished 2023-12-09T02:46:56.519 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:56 smithi023 bash[30415]: cluster 2023-12-09T02:46:55.060990+0000 mon.a (mon.0) 745 : cluster [DBG] osdmap e82: 8 total, 8 up, 8 in 2023-12-09T02:46:56.519 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:56 smithi023 bash[30415]: audit 2023-12-09T02:46:55.437159+0000 mon.a (mon.0) 746 : audit [INF] from='client.? 172.21.15.23:0/2621838231' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/3885458016"}]: dispatch 2023-12-09T02:46:57.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:57 smithi172 bash[25093]: audit 2023-12-09T02:46:56.071554+0000 mon.a (mon.0) 747 : audit [INF] from='client.? 172.21.15.23:0/2621838231' entity='client.iscsi.foo.smithi023.vcvunr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/3885458016"}]': finished 2023-12-09T02:46:57.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:57 smithi172 bash[25093]: cluster 2023-12-09T02:46:56.071686+0000 mon.a (mon.0) 748 : cluster [DBG] osdmap e83: 8 total, 8 up, 8 in 2023-12-09T02:46:57.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:57 smithi172 bash[25093]: audit 2023-12-09T02:46:56.440293+0000 mon.a (mon.0) 749 : audit [INF] from='client.? 172.21.15.23:0/2743634591' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/755991135"}]: dispatch 2023-12-09T02:46:57.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:57 smithi023 bash[24949]: audit 2023-12-09T02:46:56.071554+0000 mon.a (mon.0) 747 : audit [INF] from='client.? 172.21.15.23:0/2621838231' entity='client.iscsi.foo.smithi023.vcvunr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/3885458016"}]': finished 2023-12-09T02:46:57.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:57 smithi023 bash[24949]: cluster 2023-12-09T02:46:56.071686+0000 mon.a (mon.0) 748 : cluster [DBG] osdmap e83: 8 total, 8 up, 8 in 2023-12-09T02:46:57.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:57 smithi023 bash[24949]: audit 2023-12-09T02:46:56.440293+0000 mon.a (mon.0) 749 : audit [INF] from='client.? 172.21.15.23:0/2743634591' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/755991135"}]: dispatch 2023-12-09T02:46:57.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:57 smithi023 bash[30415]: audit 2023-12-09T02:46:56.071554+0000 mon.a (mon.0) 747 : audit [INF] from='client.? 172.21.15.23:0/2621838231' entity='client.iscsi.foo.smithi023.vcvunr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/3885458016"}]': finished 2023-12-09T02:46:57.519 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:57 smithi023 bash[30415]: cluster 2023-12-09T02:46:56.071686+0000 mon.a (mon.0) 748 : cluster [DBG] osdmap e83: 8 total, 8 up, 8 in 2023-12-09T02:46:57.519 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:57 smithi023 bash[30415]: audit 2023-12-09T02:46:56.440293+0000 mon.a (mon.0) 749 : audit [INF] from='client.? 172.21.15.23:0/2743634591' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/755991135"}]: dispatch 2023-12-09T02:46:58.248 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:46:57 smithi172 bash[26000]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:46:57] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:46:58.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:58 smithi172 bash[25093]: cluster 2023-12-09T02:46:56.838854+0000 mgr.y (mgr.14469) 141 : cluster [DBG] pgmap v114: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:46:58.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:58 smithi172 bash[25093]: audit 2023-12-09T02:46:57.086412+0000 mon.a (mon.0) 750 : audit [INF] from='client.? 172.21.15.23:0/2743634591' entity='client.iscsi.foo.smithi023.vcvunr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/755991135"}]': finished 2023-12-09T02:46:58.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:58 smithi172 bash[25093]: cluster 2023-12-09T02:46:57.086654+0000 mon.a (mon.0) 751 : cluster [DBG] osdmap e84: 8 total, 8 up, 8 in 2023-12-09T02:46:58.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:58 smithi172 bash[25093]: audit 2023-12-09T02:46:57.463412+0000 mon.c (mon.1) 30 : audit [INF] from='client.? 172.21.15.23:0/2175679580' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:6800/3332518214"}]: dispatch 2023-12-09T02:46:58.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:58 smithi172 bash[25093]: audit 2023-12-09T02:46:57.464419+0000 mon.a (mon.0) 752 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:6800/3332518214"}]: dispatch 2023-12-09T02:46:58.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:58 smithi023 bash[24949]: cluster 2023-12-09T02:46:56.838854+0000 mgr.y (mgr.14469) 141 : cluster [DBG] pgmap v114: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:46:58.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:58 smithi023 bash[24949]: audit 2023-12-09T02:46:57.086412+0000 mon.a (mon.0) 750 : audit [INF] from='client.? 172.21.15.23:0/2743634591' entity='client.iscsi.foo.smithi023.vcvunr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/755991135"}]': finished 2023-12-09T02:46:58.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:58 smithi023 bash[24949]: cluster 2023-12-09T02:46:57.086654+0000 mon.a (mon.0) 751 : cluster [DBG] osdmap e84: 8 total, 8 up, 8 in 2023-12-09T02:46:58.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:58 smithi023 bash[24949]: audit 2023-12-09T02:46:57.463412+0000 mon.c (mon.1) 30 : audit [INF] from='client.? 172.21.15.23:0/2175679580' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:6800/3332518214"}]: dispatch 2023-12-09T02:46:58.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:58 smithi023 bash[24949]: audit 2023-12-09T02:46:57.464419+0000 mon.a (mon.0) 752 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:6800/3332518214"}]: dispatch 2023-12-09T02:46:58.519 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:58 smithi023 bash[30415]: cluster 2023-12-09T02:46:56.838854+0000 mgr.y (mgr.14469) 141 : cluster [DBG] pgmap v114: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:46:58.519 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:58 smithi023 bash[30415]: audit 2023-12-09T02:46:57.086412+0000 mon.a (mon.0) 750 : audit [INF] from='client.? 172.21.15.23:0/2743634591' entity='client.iscsi.foo.smithi023.vcvunr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/755991135"}]': finished 2023-12-09T02:46:58.519 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:58 smithi023 bash[30415]: cluster 2023-12-09T02:46:57.086654+0000 mon.a (mon.0) 751 : cluster [DBG] osdmap e84: 8 total, 8 up, 8 in 2023-12-09T02:46:58.519 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:58 smithi023 bash[30415]: audit 2023-12-09T02:46:57.463412+0000 mon.c (mon.1) 30 : audit [INF] from='client.? 172.21.15.23:0/2175679580' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:6800/3332518214"}]: dispatch 2023-12-09T02:46:58.519 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:58 smithi023 bash[30415]: audit 2023-12-09T02:46:57.464419+0000 mon.a (mon.0) 752 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:6800/3332518214"}]: dispatch 2023-12-09T02:46:59.018 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:46:58 smithi023 bash[25223]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:46:58] "GET /metrics HTTP/1.1" 200 214229 "" "Prometheus/2.33.4" 2023-12-09T02:46:59.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:59 smithi172 bash[25093]: audit 2023-12-09T02:46:58.109332+0000 mon.a (mon.0) 753 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:6800/3332518214"}]': finished 2023-12-09T02:46:59.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:59 smithi172 bash[25093]: cluster 2023-12-09T02:46:58.109575+0000 mon.a (mon.0) 754 : cluster [DBG] osdmap e85: 8 total, 8 up, 8 in 2023-12-09T02:46:59.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:59 smithi172 bash[25093]: audit 2023-12-09T02:46:58.482267+0000 mon.c (mon.1) 31 : audit [INF] from='client.? 172.21.15.23:0/976520781' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/3379804935"}]: dispatch 2023-12-09T02:46:59.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:46:59 smithi172 bash[25093]: audit 2023-12-09T02:46:58.483327+0000 mon.a (mon.0) 755 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/3379804935"}]: dispatch 2023-12-09T02:46:59.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:59 smithi023 bash[24949]: audit 2023-12-09T02:46:58.109332+0000 mon.a (mon.0) 753 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:6800/3332518214"}]': finished 2023-12-09T02:46:59.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:59 smithi023 bash[24949]: cluster 2023-12-09T02:46:58.109575+0000 mon.a (mon.0) 754 : cluster [DBG] osdmap e85: 8 total, 8 up, 8 in 2023-12-09T02:46:59.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:59 smithi023 bash[24949]: audit 2023-12-09T02:46:58.482267+0000 mon.c (mon.1) 31 : audit [INF] from='client.? 172.21.15.23:0/976520781' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/3379804935"}]: dispatch 2023-12-09T02:46:59.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:46:59 smithi023 bash[24949]: audit 2023-12-09T02:46:58.483327+0000 mon.a (mon.0) 755 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/3379804935"}]: dispatch 2023-12-09T02:46:59.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:59 smithi023 bash[30415]: audit 2023-12-09T02:46:58.109332+0000 mon.a (mon.0) 753 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:6800/3332518214"}]': finished 2023-12-09T02:46:59.519 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:59 smithi023 bash[30415]: cluster 2023-12-09T02:46:58.109575+0000 mon.a (mon.0) 754 : cluster [DBG] osdmap e85: 8 total, 8 up, 8 in 2023-12-09T02:46:59.519 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:59 smithi023 bash[30415]: audit 2023-12-09T02:46:58.482267+0000 mon.c (mon.1) 31 : audit [INF] from='client.? 172.21.15.23:0/976520781' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/3379804935"}]: dispatch 2023-12-09T02:46:59.519 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:46:59 smithi023 bash[30415]: audit 2023-12-09T02:46:58.483327+0000 mon.a (mon.0) 755 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/3379804935"}]: dispatch 2023-12-09T02:47:00.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:00 smithi172 bash[25093]: cluster 2023-12-09T02:46:58.839794+0000 mgr.y (mgr.14469) 142 : cluster [DBG] pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:47:00.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:00 smithi172 bash[25093]: audit 2023-12-09T02:46:59.115620+0000 mon.a (mon.0) 756 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/3379804935"}]': finished 2023-12-09T02:47:00.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:00 smithi172 bash[25093]: cluster 2023-12-09T02:46:59.115873+0000 mon.a (mon.0) 757 : cluster [DBG] osdmap e86: 8 total, 8 up, 8 in 2023-12-09T02:47:00.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:00 smithi172 bash[25093]: audit 2023-12-09T02:46:59.489429+0000 mon.c (mon.1) 32 : audit [INF] from='client.? 172.21.15.23:0/1707063911' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:6801/3332518214"}]: dispatch 2023-12-09T02:47:00.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:00 smithi172 bash[25093]: audit 2023-12-09T02:46:59.490415+0000 mon.a (mon.0) 758 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:6801/3332518214"}]: dispatch 2023-12-09T02:47:00.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:00 smithi023 bash[24949]: cluster 2023-12-09T02:46:58.839794+0000 mgr.y (mgr.14469) 142 : cluster [DBG] pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:47:00.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:00 smithi023 bash[24949]: audit 2023-12-09T02:46:59.115620+0000 mon.a (mon.0) 756 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/3379804935"}]': finished 2023-12-09T02:47:00.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:00 smithi023 bash[24949]: cluster 2023-12-09T02:46:59.115873+0000 mon.a (mon.0) 757 : cluster [DBG] osdmap e86: 8 total, 8 up, 8 in 2023-12-09T02:47:00.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:00 smithi023 bash[24949]: audit 2023-12-09T02:46:59.489429+0000 mon.c (mon.1) 32 : audit [INF] from='client.? 172.21.15.23:0/1707063911' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:6801/3332518214"}]: dispatch 2023-12-09T02:47:00.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:00 smithi023 bash[24949]: audit 2023-12-09T02:46:59.490415+0000 mon.a (mon.0) 758 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:6801/3332518214"}]: dispatch 2023-12-09T02:47:00.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:00 smithi023 bash[30415]: cluster 2023-12-09T02:46:58.839794+0000 mgr.y (mgr.14469) 142 : cluster [DBG] pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:47:00.519 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:00 smithi023 bash[30415]: audit 2023-12-09T02:46:59.115620+0000 mon.a (mon.0) 756 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/3379804935"}]': finished 2023-12-09T02:47:00.519 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:00 smithi023 bash[30415]: cluster 2023-12-09T02:46:59.115873+0000 mon.a (mon.0) 757 : cluster [DBG] osdmap e86: 8 total, 8 up, 8 in 2023-12-09T02:47:00.519 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:00 smithi023 bash[30415]: audit 2023-12-09T02:46:59.489429+0000 mon.c (mon.1) 32 : audit [INF] from='client.? 172.21.15.23:0/1707063911' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:6801/3332518214"}]: dispatch 2023-12-09T02:47:00.519 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:00 smithi023 bash[30415]: audit 2023-12-09T02:46:59.490415+0000 mon.a (mon.0) 758 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:6801/3332518214"}]: dispatch 2023-12-09T02:47:01.155 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:01 smithi023 bash[24949]: audit 2023-12-09T02:47:00.136585+0000 mon.a (mon.0) 759 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:6801/3332518214"}]': finished 2023-12-09T02:47:01.155 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:01 smithi023 bash[24949]: cluster 2023-12-09T02:47:00.136706+0000 mon.a (mon.0) 760 : cluster [DBG] osdmap e87: 8 total, 8 up, 8 in 2023-12-09T02:47:01.155 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:01 smithi023 bash[24949]: audit 2023-12-09T02:47:00.512959+0000 mon.c (mon.1) 33 : audit [INF] from='client.? 172.21.15.23:0/474946372' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:6800/4217671716"}]: dispatch 2023-12-09T02:47:01.155 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:01 smithi023 bash[24949]: audit 2023-12-09T02:47:00.513889+0000 mon.a (mon.0) 761 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:6800/4217671716"}]: dispatch 2023-12-09T02:47:01.155 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:01 smithi023 bash[24949]: audit 2023-12-09T02:47:00.624590+0000 mgr.y (mgr.14469) 143 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:47:01.155 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:01 smithi023 bash[24949]: audit 2023-12-09T02:47:00.807115+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1f", "id": [7, 2]}]: dispatch 2023-12-09T02:47:01.156 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:01 smithi023 bash[24949]: audit 2023-12-09T02:47:00.808873+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 5]}]: dispatch 2023-12-09T02:47:01.156 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:01 smithi023 bash[24949]: audit 2023-12-09T02:47:00.809429+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2023-12-09T02:47:01.156 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:01 smithi023 bash[24949]: audit 2023-12-09T02:47:00.809967+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2023-12-09T02:47:01.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:01 smithi172 bash[25093]: audit 2023-12-09T02:47:00.136585+0000 mon.a (mon.0) 759 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:6801/3332518214"}]': finished 2023-12-09T02:47:01.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:01 smithi172 bash[25093]: cluster 2023-12-09T02:47:00.136706+0000 mon.a (mon.0) 760 : cluster [DBG] osdmap e87: 8 total, 8 up, 8 in 2023-12-09T02:47:01.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:01 smithi172 bash[25093]: audit 2023-12-09T02:47:00.512959+0000 mon.c (mon.1) 33 : audit [INF] from='client.? 172.21.15.23:0/474946372' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:6800/4217671716"}]: dispatch 2023-12-09T02:47:01.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:01 smithi172 bash[25093]: audit 2023-12-09T02:47:00.513889+0000 mon.a (mon.0) 761 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:6800/4217671716"}]: dispatch 2023-12-09T02:47:01.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:01 smithi172 bash[25093]: audit 2023-12-09T02:47:00.624590+0000 mgr.y (mgr.14469) 143 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:47:01.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:01 smithi172 bash[25093]: audit 2023-12-09T02:47:00.807115+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1f", "id": [7, 2]}]: dispatch 2023-12-09T02:47:01.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:01 smithi172 bash[25093]: audit 2023-12-09T02:47:00.808873+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 5]}]: dispatch 2023-12-09T02:47:01.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:01 smithi172 bash[25093]: audit 2023-12-09T02:47:00.809429+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2023-12-09T02:47:01.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:01 smithi172 bash[25093]: audit 2023-12-09T02:47:00.809967+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2023-12-09T02:47:01.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:01 smithi172 bash[25093]: audit 2023-12-09T02:47:00.810343+0000 mon.b (mon.2) 101 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1f", "id": [7, 2]}]: dispatch 2023-12-09T02:47:01.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:01 smithi172 bash[25093]: audit 2023-12-09T02:47:00.810996+0000 mon.b (mon.2) 102 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 5]}]: dispatch 2023-12-09T02:47:01.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:01 smithi172 bash[25093]: audit 2023-12-09T02:47:00.811485+0000 mon.b (mon.2) 103 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2023-12-09T02:47:01.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:01 smithi172 bash[25093]: audit 2023-12-09T02:47:00.811950+0000 mon.b (mon.2) 104 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2023-12-09T02:47:01.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:01 smithi023 bash[24949]: audit 2023-12-09T02:47:00.810343+0000 mon.b (mon.2) 101 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1f", "id": [7, 2]}]: dispatch 2023-12-09T02:47:01.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:01 smithi023 bash[24949]: audit 2023-12-09T02:47:00.810996+0000 mon.b (mon.2) 102 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 5]}]: dispatch 2023-12-09T02:47:01.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:01 smithi023 bash[24949]: audit 2023-12-09T02:47:00.811485+0000 mon.b (mon.2) 103 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2023-12-09T02:47:01.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:01 smithi023 bash[24949]: audit 2023-12-09T02:47:00.811950+0000 mon.b (mon.2) 104 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2023-12-09T02:47:01.519 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:01 smithi023 bash[30415]: audit 2023-12-09T02:47:00.136585+0000 mon.a (mon.0) 759 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:6801/3332518214"}]': finished 2023-12-09T02:47:01.519 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:01 smithi023 bash[30415]: cluster 2023-12-09T02:47:00.136706+0000 mon.a (mon.0) 760 : cluster [DBG] osdmap e87: 8 total, 8 up, 8 in 2023-12-09T02:47:01.519 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:01 smithi023 bash[30415]: audit 2023-12-09T02:47:00.512959+0000 mon.c (mon.1) 33 : audit [INF] from='client.? 172.21.15.23:0/474946372' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:6800/4217671716"}]: dispatch 2023-12-09T02:47:01.519 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:01 smithi023 bash[30415]: audit 2023-12-09T02:47:00.513889+0000 mon.a (mon.0) 761 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:6800/4217671716"}]: dispatch 2023-12-09T02:47:01.519 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:01 smithi023 bash[30415]: audit 2023-12-09T02:47:00.624590+0000 mgr.y (mgr.14469) 143 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:47:01.519 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:01 smithi023 bash[30415]: audit 2023-12-09T02:47:00.807115+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1f", "id": [7, 2]}]: dispatch 2023-12-09T02:47:01.519 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:01 smithi023 bash[30415]: audit 2023-12-09T02:47:00.808873+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 5]}]: dispatch 2023-12-09T02:47:01.519 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:01 smithi023 bash[30415]: audit 2023-12-09T02:47:00.809429+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2023-12-09T02:47:01.519 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:01 smithi023 bash[30415]: audit 2023-12-09T02:47:00.809967+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2023-12-09T02:47:01.519 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:01 smithi023 bash[30415]: audit 2023-12-09T02:47:00.810343+0000 mon.b (mon.2) 101 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1f", "id": [7, 2]}]: dispatch 2023-12-09T02:47:01.519 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:01 smithi023 bash[30415]: audit 2023-12-09T02:47:00.810996+0000 mon.b (mon.2) 102 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 5]}]: dispatch 2023-12-09T02:47:01.519 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:01 smithi023 bash[30415]: audit 2023-12-09T02:47:00.811485+0000 mon.b (mon.2) 103 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2023-12-09T02:47:01.520 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:01 smithi023 bash[30415]: audit 2023-12-09T02:47:00.811950+0000 mon.b (mon.2) 104 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2023-12-09T02:47:02.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:02 smithi172 bash[25093]: cluster 2023-12-09T02:47:00.840525+0000 mgr.y (mgr.14469) 144 : cluster [DBG] pgmap v120: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:47:02.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:02 smithi172 bash[25093]: audit 2023-12-09T02:47:01.160032+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:47:02.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:02 smithi172 bash[25093]: audit 2023-12-09T02:47:01.161793+0000 mon.b (mon.2) 105 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:47:02.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:02 smithi172 bash[25093]: audit 2023-12-09T02:47:01.165177+0000 mon.a (mon.0) 767 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:6800/4217671716"}]': finished 2023-12-09T02:47:02.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:02 smithi172 bash[25093]: audit 2023-12-09T02:47:01.165273+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1f", "id": [7, 2]}]': finished 2023-12-09T02:47:02.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:02 smithi172 bash[25093]: audit 2023-12-09T02:47:01.165373+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 5]}]': finished 2023-12-09T02:47:02.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:02 smithi172 bash[25093]: audit 2023-12-09T02:47:01.165492+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]': finished 2023-12-09T02:47:02.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:02 smithi172 bash[25093]: audit 2023-12-09T02:47:01.165591+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]': finished 2023-12-09T02:47:02.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:02 smithi172 bash[25093]: cluster 2023-12-09T02:47:01.165672+0000 mon.a (mon.0) 772 : cluster [DBG] osdmap e88: 8 total, 8 up, 8 in 2023-12-09T02:47:02.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:02 smithi172 bash[25093]: audit 2023-12-09T02:47:01.177925+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:47:02.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:02 smithi172 bash[25093]: audit 2023-12-09T02:47:01.181475+0000 mon.b (mon.2) 106 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:47:02.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:02 smithi172 bash[25093]: audit 2023-12-09T02:47:01.527161+0000 mon.a (mon.0) 774 : audit [INF] from='client.? 172.21.15.23:0/2497974973' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/2563957863"}]: dispatch 2023-12-09T02:47:02.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:02 smithi023 bash[24949]: cluster 2023-12-09T02:47:00.840525+0000 mgr.y (mgr.14469) 144 : cluster [DBG] pgmap v120: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:47:02.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:02 smithi023 bash[24949]: audit 2023-12-09T02:47:01.160032+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:47:02.518 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:02 smithi023 bash[24949]: audit 2023-12-09T02:47:01.161793+0000 mon.b (mon.2) 105 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:47:02.519 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:02 smithi023 bash[24949]: audit 2023-12-09T02:47:01.165177+0000 mon.a (mon.0) 767 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:6800/4217671716"}]': finished 2023-12-09T02:47:02.519 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:02 smithi023 bash[24949]: audit 2023-12-09T02:47:01.165273+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1f", "id": [7, 2]}]': finished 2023-12-09T02:47:02.519 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:02 smithi023 bash[24949]: audit 2023-12-09T02:47:01.165373+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 5]}]': finished 2023-12-09T02:47:02.519 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:02 smithi023 bash[24949]: audit 2023-12-09T02:47:01.165492+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]': finished 2023-12-09T02:47:02.519 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:02 smithi023 bash[24949]: audit 2023-12-09T02:47:01.165591+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]': finished 2023-12-09T02:47:02.519 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:02 smithi023 bash[24949]: cluster 2023-12-09T02:47:01.165672+0000 mon.a (mon.0) 772 : cluster [DBG] osdmap e88: 8 total, 8 up, 8 in 2023-12-09T02:47:02.519 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:02 smithi023 bash[24949]: audit 2023-12-09T02:47:01.177925+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:47:02.519 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:02 smithi023 bash[24949]: audit 2023-12-09T02:47:01.181475+0000 mon.b (mon.2) 106 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:47:02.519 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:02 smithi023 bash[24949]: audit 2023-12-09T02:47:01.527161+0000 mon.a (mon.0) 774 : audit [INF] from='client.? 172.21.15.23:0/2497974973' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/2563957863"}]: dispatch 2023-12-09T02:47:02.519 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:02 smithi023 bash[30415]: cluster 2023-12-09T02:47:00.840525+0000 mgr.y (mgr.14469) 144 : cluster [DBG] pgmap v120: 161 pgs: 161 active+clean; 585 KiB data, 94 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:47:02.519 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:02 smithi023 bash[30415]: audit 2023-12-09T02:47:01.160032+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:47:02.520 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:02 smithi023 bash[30415]: audit 2023-12-09T02:47:01.161793+0000 mon.b (mon.2) 105 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:47:02.520 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:02 smithi023 bash[30415]: audit 2023-12-09T02:47:01.165177+0000 mon.a (mon.0) 767 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:6800/4217671716"}]': finished 2023-12-09T02:47:02.520 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:02 smithi023 bash[30415]: audit 2023-12-09T02:47:01.165273+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1f", "id": [7, 2]}]': finished 2023-12-09T02:47:02.520 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:02 smithi023 bash[30415]: audit 2023-12-09T02:47:01.165373+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 5]}]': finished 2023-12-09T02:47:02.520 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:02 smithi023 bash[30415]: audit 2023-12-09T02:47:01.165492+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]': finished 2023-12-09T02:47:02.520 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:02 smithi023 bash[30415]: audit 2023-12-09T02:47:01.165591+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]': finished 2023-12-09T02:47:02.520 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:02 smithi023 bash[30415]: cluster 2023-12-09T02:47:01.165672+0000 mon.a (mon.0) 772 : cluster [DBG] osdmap e88: 8 total, 8 up, 8 in 2023-12-09T02:47:02.520 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:02 smithi023 bash[30415]: audit 2023-12-09T02:47:01.177925+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:47:02.520 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:02 smithi023 bash[30415]: audit 2023-12-09T02:47:01.181475+0000 mon.b (mon.2) 106 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:47:02.520 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:02 smithi023 bash[30415]: audit 2023-12-09T02:47:01.527161+0000 mon.a (mon.0) 774 : audit [INF] from='client.? 172.21.15.23:0/2497974973' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/2563957863"}]: dispatch 2023-12-09T02:47:03.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:03 smithi172 bash[25093]: audit 2023-12-09T02:47:02.178645+0000 mon.a (mon.0) 775 : audit [INF] from='client.? 172.21.15.23:0/2497974973' entity='client.iscsi.foo.smithi023.vcvunr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/2563957863"}]': finished 2023-12-09T02:47:03.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:03 smithi172 bash[25093]: cluster 2023-12-09T02:47:02.178805+0000 mon.a (mon.0) 776 : cluster [DBG] osdmap e89: 8 total, 8 up, 8 in 2023-12-09T02:47:03.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:03 smithi172 bash[25093]: audit 2023-12-09T02:47:02.538523+0000 mon.c (mon.1) 34 : audit [INF] from='client.? 172.21.15.23:0/1607748519' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:6801/4217671716"}]: dispatch 2023-12-09T02:47:03.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:03 smithi172 bash[25093]: audit 2023-12-09T02:47:02.539661+0000 mon.a (mon.0) 777 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:6801/4217671716"}]: dispatch 2023-12-09T02:47:03.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:03 smithi023 bash[30415]: audit 2023-12-09T02:47:02.178645+0000 mon.a (mon.0) 775 : audit [INF] from='client.? 172.21.15.23:0/2497974973' entity='client.iscsi.foo.smithi023.vcvunr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/2563957863"}]': finished 2023-12-09T02:47:03.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:03 smithi023 bash[30415]: cluster 2023-12-09T02:47:02.178805+0000 mon.a (mon.0) 776 : cluster [DBG] osdmap e89: 8 total, 8 up, 8 in 2023-12-09T02:47:03.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:03 smithi023 bash[30415]: audit 2023-12-09T02:47:02.538523+0000 mon.c (mon.1) 34 : audit [INF] from='client.? 172.21.15.23:0/1607748519' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:6801/4217671716"}]: dispatch 2023-12-09T02:47:03.518 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:03 smithi023 bash[30415]: audit 2023-12-09T02:47:02.539661+0000 mon.a (mon.0) 777 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:6801/4217671716"}]: dispatch 2023-12-09T02:47:03.519 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:03 smithi023 bash[24949]: audit 2023-12-09T02:47:02.178645+0000 mon.a (mon.0) 775 : audit [INF] from='client.? 172.21.15.23:0/2497974973' entity='client.iscsi.foo.smithi023.vcvunr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/2563957863"}]': finished 2023-12-09T02:47:03.519 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:03 smithi023 bash[24949]: cluster 2023-12-09T02:47:02.178805+0000 mon.a (mon.0) 776 : cluster [DBG] osdmap e89: 8 total, 8 up, 8 in 2023-12-09T02:47:03.519 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:03 smithi023 bash[24949]: audit 2023-12-09T02:47:02.538523+0000 mon.c (mon.1) 34 : audit [INF] from='client.? 172.21.15.23:0/1607748519' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:6801/4217671716"}]: dispatch 2023-12-09T02:47:03.519 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:03 smithi023 bash[24949]: audit 2023-12-09T02:47:02.539661+0000 mon.a (mon.0) 777 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:6801/4217671716"}]: dispatch 2023-12-09T02:47:04.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:04 smithi172 bash[25093]: cluster 2023-12-09T02:47:02.841307+0000 mgr.y (mgr.14469) 145 : cluster [DBG] pgmap v123: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:47:04.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:04 smithi172 bash[25093]: audit 2023-12-09T02:47:03.204067+0000 mon.a (mon.0) 778 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:6801/4217671716"}]': finished 2023-12-09T02:47:04.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:04 smithi172 bash[25093]: cluster 2023-12-09T02:47:03.204193+0000 mon.a (mon.0) 779 : cluster [DBG] osdmap e90: 8 total, 8 up, 8 in 2023-12-09T02:47:04.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:04 smithi172 bash[25093]: audit 2023-12-09T02:47:03.573701+0000 mon.c (mon.1) 35 : audit [INF] from='client.? 172.21.15.23:0/1703217423' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/1921867315"}]: dispatch 2023-12-09T02:47:04.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:04 smithi172 bash[25093]: audit 2023-12-09T02:47:03.574509+0000 mon.a (mon.0) 780 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/1921867315"}]: dispatch 2023-12-09T02:47:04.520 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:04 smithi023 bash[24949]: cluster 2023-12-09T02:47:02.841307+0000 mgr.y (mgr.14469) 145 : cluster [DBG] pgmap v123: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:47:04.521 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:04 smithi023 bash[24949]: audit 2023-12-09T02:47:03.204067+0000 mon.a (mon.0) 778 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:6801/4217671716"}]': finished 2023-12-09T02:47:04.521 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:04 smithi023 bash[24949]: cluster 2023-12-09T02:47:03.204193+0000 mon.a (mon.0) 779 : cluster [DBG] osdmap e90: 8 total, 8 up, 8 in 2023-12-09T02:47:04.521 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:04 smithi023 bash[24949]: audit 2023-12-09T02:47:03.573701+0000 mon.c (mon.1) 35 : audit [INF] from='client.? 172.21.15.23:0/1703217423' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/1921867315"}]: dispatch 2023-12-09T02:47:04.521 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:04 smithi023 bash[24949]: audit 2023-12-09T02:47:03.574509+0000 mon.a (mon.0) 780 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/1921867315"}]: dispatch 2023-12-09T02:47:04.521 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:04 smithi023 bash[30415]: cluster 2023-12-09T02:47:02.841307+0000 mgr.y (mgr.14469) 145 : cluster [DBG] pgmap v123: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:47:04.521 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:04 smithi023 bash[30415]: audit 2023-12-09T02:47:03.204067+0000 mon.a (mon.0) 778 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:6801/4217671716"}]': finished 2023-12-09T02:47:04.521 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:04 smithi023 bash[30415]: cluster 2023-12-09T02:47:03.204193+0000 mon.a (mon.0) 779 : cluster [DBG] osdmap e90: 8 total, 8 up, 8 in 2023-12-09T02:47:04.522 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:04 smithi023 bash[30415]: audit 2023-12-09T02:47:03.573701+0000 mon.c (mon.1) 35 : audit [INF] from='client.? 172.21.15.23:0/1703217423' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/1921867315"}]: dispatch 2023-12-09T02:47:04.522 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:04 smithi023 bash[30415]: audit 2023-12-09T02:47:03.574509+0000 mon.a (mon.0) 780 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/1921867315"}]: dispatch 2023-12-09T02:47:05.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:05 smithi172 bash[25093]: audit 2023-12-09T02:47:04.523561+0000 mon.a (mon.0) 781 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/1921867315"}]': finished 2023-12-09T02:47:05.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:05 smithi172 bash[25093]: cluster 2023-12-09T02:47:04.523784+0000 mon.a (mon.0) 782 : cluster [DBG] osdmap e91: 8 total, 8 up, 8 in 2023-12-09T02:47:05.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:05 smithi172 bash[25093]: audit 2023-12-09T02:47:04.881990+0000 mon.c (mon.1) 36 : audit [INF] from='client.? 172.21.15.23:0/2333506397' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/2322399699"}]: dispatch 2023-12-09T02:47:05.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:05 smithi172 bash[25093]: audit 2023-12-09T02:47:04.882990+0000 mon.a (mon.0) 783 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/2322399699"}]: dispatch 2023-12-09T02:47:06.018 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:05 smithi023 bash[24949]: audit 2023-12-09T02:47:04.523561+0000 mon.a (mon.0) 781 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/1921867315"}]': finished 2023-12-09T02:47:06.018 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:05 smithi023 bash[24949]: cluster 2023-12-09T02:47:04.523784+0000 mon.a (mon.0) 782 : cluster [DBG] osdmap e91: 8 total, 8 up, 8 in 2023-12-09T02:47:06.018 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:05 smithi023 bash[24949]: audit 2023-12-09T02:47:04.881990+0000 mon.c (mon.1) 36 : audit [INF] from='client.? 172.21.15.23:0/2333506397' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/2322399699"}]: dispatch 2023-12-09T02:47:06.019 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:05 smithi023 bash[24949]: audit 2023-12-09T02:47:04.882990+0000 mon.a (mon.0) 783 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/2322399699"}]: dispatch 2023-12-09T02:47:06.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:05 smithi023 bash[30415]: audit 2023-12-09T02:47:04.523561+0000 mon.a (mon.0) 781 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/1921867315"}]': finished 2023-12-09T02:47:06.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:05 smithi023 bash[30415]: cluster 2023-12-09T02:47:04.523784+0000 mon.a (mon.0) 782 : cluster [DBG] osdmap e91: 8 total, 8 up, 8 in 2023-12-09T02:47:06.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:05 smithi023 bash[30415]: audit 2023-12-09T02:47:04.881990+0000 mon.c (mon.1) 36 : audit [INF] from='client.? 172.21.15.23:0/2333506397' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/2322399699"}]: dispatch 2023-12-09T02:47:06.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:05 smithi023 bash[30415]: audit 2023-12-09T02:47:04.882990+0000 mon.a (mon.0) 783 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/2322399699"}]: dispatch 2023-12-09T02:47:06.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:06 smithi172 bash[25093]: cluster 2023-12-09T02:47:04.842010+0000 mgr.y (mgr.14469) 146 : cluster [DBG] pgmap v126: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:47:06.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:06 smithi172 bash[25093]: audit 2023-12-09T02:47:05.542134+0000 mon.a (mon.0) 784 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/2322399699"}]': finished 2023-12-09T02:47:06.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:06 smithi172 bash[25093]: cluster 2023-12-09T02:47:05.542310+0000 mon.a (mon.0) 785 : cluster [DBG] osdmap e92: 8 total, 8 up, 8 in 2023-12-09T02:47:06.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:06 smithi172 bash[25093]: audit 2023-12-09T02:47:05.919356+0000 mon.c (mon.1) 37 : audit [INF] from='client.? 172.21.15.23:0/3410922401' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:6801/2143112161"}]: dispatch 2023-12-09T02:47:06.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:06 smithi172 bash[25093]: audit 2023-12-09T02:47:05.920181+0000 mon.a (mon.0) 786 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:6801/2143112161"}]: dispatch 2023-12-09T02:47:07.018 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:06 smithi023 bash[24949]: cluster 2023-12-09T02:47:04.842010+0000 mgr.y (mgr.14469) 146 : cluster [DBG] pgmap v126: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:47:07.018 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:06 smithi023 bash[24949]: audit 2023-12-09T02:47:05.542134+0000 mon.a (mon.0) 784 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/2322399699"}]': finished 2023-12-09T02:47:07.019 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:06 smithi023 bash[24949]: cluster 2023-12-09T02:47:05.542310+0000 mon.a (mon.0) 785 : cluster [DBG] osdmap e92: 8 total, 8 up, 8 in 2023-12-09T02:47:07.019 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:06 smithi023 bash[24949]: audit 2023-12-09T02:47:05.919356+0000 mon.c (mon.1) 37 : audit [INF] from='client.? 172.21.15.23:0/3410922401' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:6801/2143112161"}]: dispatch 2023-12-09T02:47:07.019 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:06 smithi023 bash[24949]: audit 2023-12-09T02:47:05.920181+0000 mon.a (mon.0) 786 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:6801/2143112161"}]: dispatch 2023-12-09T02:47:07.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:06 smithi023 bash[30415]: cluster 2023-12-09T02:47:04.842010+0000 mgr.y (mgr.14469) 146 : cluster [DBG] pgmap v126: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 95 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:47:07.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:06 smithi023 bash[30415]: audit 2023-12-09T02:47:05.542134+0000 mon.a (mon.0) 784 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/2322399699"}]': finished 2023-12-09T02:47:07.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:06 smithi023 bash[30415]: cluster 2023-12-09T02:47:05.542310+0000 mon.a (mon.0) 785 : cluster [DBG] osdmap e92: 8 total, 8 up, 8 in 2023-12-09T02:47:07.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:06 smithi023 bash[30415]: audit 2023-12-09T02:47:05.919356+0000 mon.c (mon.1) 37 : audit [INF] from='client.? 172.21.15.23:0/3410922401' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:6801/2143112161"}]: dispatch 2023-12-09T02:47:07.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:06 smithi023 bash[30415]: audit 2023-12-09T02:47:05.920181+0000 mon.a (mon.0) 786 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:6801/2143112161"}]: dispatch 2023-12-09T02:47:07.993 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:07 smithi172 bash[25093]: audit 2023-12-09T02:47:06.552219+0000 mon.a (mon.0) 787 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:6801/2143112161"}]': finished 2023-12-09T02:47:07.993 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:07 smithi172 bash[25093]: cluster 2023-12-09T02:47:06.552341+0000 mon.a (mon.0) 788 : cluster [DBG] osdmap e93: 8 total, 8 up, 8 in 2023-12-09T02:47:07.993 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:07 smithi172 bash[25093]: audit 2023-12-09T02:47:06.924647+0000 mon.a (mon.0) 789 : audit [INF] from='client.? 172.21.15.23:0/4180135071' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/3130007030"}]: dispatch 2023-12-09T02:47:08.018 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:07 smithi023 bash[24949]: audit 2023-12-09T02:47:06.552219+0000 mon.a (mon.0) 787 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:6801/2143112161"}]': finished 2023-12-09T02:47:08.018 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:07 smithi023 bash[24949]: cluster 2023-12-09T02:47:06.552341+0000 mon.a (mon.0) 788 : cluster [DBG] osdmap e93: 8 total, 8 up, 8 in 2023-12-09T02:47:08.018 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:07 smithi023 bash[24949]: audit 2023-12-09T02:47:06.924647+0000 mon.a (mon.0) 789 : audit [INF] from='client.? 172.21.15.23:0/4180135071' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/3130007030"}]: dispatch 2023-12-09T02:47:08.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:07 smithi023 bash[30415]: audit 2023-12-09T02:47:06.552219+0000 mon.a (mon.0) 787 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:6801/2143112161"}]': finished 2023-12-09T02:47:08.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:07 smithi023 bash[30415]: cluster 2023-12-09T02:47:06.552341+0000 mon.a (mon.0) 788 : cluster [DBG] osdmap e93: 8 total, 8 up, 8 in 2023-12-09T02:47:08.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:07 smithi023 bash[30415]: audit 2023-12-09T02:47:06.924647+0000 mon.a (mon.0) 789 : audit [INF] from='client.? 172.21.15.23:0/4180135071' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/3130007030"}]: dispatch 2023-12-09T02:47:08.248 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:47:07 smithi172 bash[26000]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:47:07] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:47:08.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:08 smithi172 bash[25093]: cluster 2023-12-09T02:47:06.843623+0000 mgr.y (mgr.14469) 147 : cluster [DBG] pgmap v129: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:47:08.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:08 smithi172 bash[25093]: audit 2023-12-09T02:47:07.557241+0000 mon.a (mon.0) 790 : audit [INF] from='client.? 172.21.15.23:0/4180135071' entity='client.iscsi.foo.smithi023.vcvunr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/3130007030"}]': finished 2023-12-09T02:47:08.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:08 smithi172 bash[25093]: cluster 2023-12-09T02:47:07.557468+0000 mon.a (mon.0) 791 : cluster [DBG] osdmap e94: 8 total, 8 up, 8 in 2023-12-09T02:47:09.018 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:47:08 smithi023 bash[25223]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:47:08] "GET /metrics HTTP/1.1" 200 215002 "" "Prometheus/2.33.4" 2023-12-09T02:47:09.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:08 smithi023 bash[30415]: cluster 2023-12-09T02:47:06.843623+0000 mgr.y (mgr.14469) 147 : cluster [DBG] pgmap v129: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:47:09.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:08 smithi023 bash[30415]: audit 2023-12-09T02:47:07.557241+0000 mon.a (mon.0) 790 : audit [INF] from='client.? 172.21.15.23:0/4180135071' entity='client.iscsi.foo.smithi023.vcvunr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/3130007030"}]': finished 2023-12-09T02:47:09.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:08 smithi023 bash[30415]: cluster 2023-12-09T02:47:07.557468+0000 mon.a (mon.0) 791 : cluster [DBG] osdmap e94: 8 total, 8 up, 8 in 2023-12-09T02:47:09.019 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:08 smithi023 bash[24949]: cluster 2023-12-09T02:47:06.843623+0000 mgr.y (mgr.14469) 147 : cluster [DBG] pgmap v129: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:47:09.019 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:08 smithi023 bash[24949]: audit 2023-12-09T02:47:07.557241+0000 mon.a (mon.0) 790 : audit [INF] from='client.? 172.21.15.23:0/4180135071' entity='client.iscsi.foo.smithi023.vcvunr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/3130007030"}]': finished 2023-12-09T02:47:09.019 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:08 smithi023 bash[24949]: cluster 2023-12-09T02:47:07.557468+0000 mon.a (mon.0) 791 : cluster [DBG] osdmap e94: 8 total, 8 up, 8 in 2023-12-09T02:47:11.009 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:10 smithi172 bash[25093]: cluster 2023-12-09T02:47:08.844314+0000 mgr.y (mgr.14469) 148 : cluster [DBG] pgmap v131: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:47:11.018 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:10 smithi023 bash[30415]: cluster 2023-12-09T02:47:08.844314+0000 mgr.y (mgr.14469) 148 : cluster [DBG] pgmap v131: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:47:11.018 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:10 smithi023 bash[24949]: cluster 2023-12-09T02:47:08.844314+0000 mgr.y (mgr.14469) 148 : cluster [DBG] pgmap v131: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:47:11.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:11 smithi172 bash[25093]: audit 2023-12-09T02:47:10.633548+0000 mgr.y (mgr.14469) 149 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:47:12.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:11 smithi023 bash[30415]: audit 2023-12-09T02:47:10.633548+0000 mgr.y (mgr.14469) 149 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:47:12.019 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:11 smithi023 bash[24949]: audit 2023-12-09T02:47:10.633548+0000 mgr.y (mgr.14469) 149 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:47:12.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:12 smithi172 bash[25093]: cluster 2023-12-09T02:47:10.845043+0000 mgr.y (mgr.14469) 150 : cluster [DBG] pgmap v132: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:47:13.018 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:12 smithi023 bash[30415]: cluster 2023-12-09T02:47:10.845043+0000 mgr.y (mgr.14469) 150 : cluster [DBG] pgmap v132: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:47:13.018 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:12 smithi023 bash[24949]: cluster 2023-12-09T02:47:10.845043+0000 mgr.y (mgr.14469) 150 : cluster [DBG] pgmap v132: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:47:14.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:14 smithi172 bash[25093]: cluster 2023-12-09T02:47:12.846748+0000 mgr.y (mgr.14469) 151 : cluster [DBG] pgmap v133: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-09T02:47:15.018 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:14 smithi023 bash[30415]: cluster 2023-12-09T02:47:12.846748+0000 mgr.y (mgr.14469) 151 : cluster [DBG] pgmap v133: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-09T02:47:15.019 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:14 smithi023 bash[24949]: cluster 2023-12-09T02:47:12.846748+0000 mgr.y (mgr.14469) 151 : cluster [DBG] pgmap v133: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-09T02:47:16.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:16 smithi172 bash[25093]: cluster 2023-12-09T02:47:14.847454+0000 mgr.y (mgr.14469) 152 : cluster [DBG] pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:47:17.018 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:16 smithi023 bash[30415]: cluster 2023-12-09T02:47:14.847454+0000 mgr.y (mgr.14469) 152 : cluster [DBG] pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:47:17.018 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:16 smithi023 bash[24949]: cluster 2023-12-09T02:47:14.847454+0000 mgr.y (mgr.14469) 152 : cluster [DBG] pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:47:18.248 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:47:17 smithi172 bash[26000]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:47:17] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:47:18.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:18 smithi172 bash[25093]: cluster 2023-12-09T02:47:16.849092+0000 mgr.y (mgr.14469) 153 : cluster [DBG] pgmap v135: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-09T02:47:19.018 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:47:18 smithi023 bash[25223]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:47:18] "GET /metrics HTTP/1.1" 200 214968 "" "Prometheus/2.33.4" 2023-12-09T02:47:19.019 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:18 smithi023 bash[24949]: cluster 2023-12-09T02:47:16.849092+0000 mgr.y (mgr.14469) 153 : cluster [DBG] pgmap v135: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-09T02:47:19.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:18 smithi023 bash[30415]: cluster 2023-12-09T02:47:16.849092+0000 mgr.y (mgr.14469) 153 : cluster [DBG] pgmap v135: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-09T02:47:20.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:20 smithi172 bash[25093]: cluster 2023-12-09T02:47:18.849821+0000 mgr.y (mgr.14469) 154 : cluster [DBG] pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 906 B/s rd, 0 op/s 2023-12-09T02:47:21.018 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:20 smithi023 bash[24949]: cluster 2023-12-09T02:47:18.849821+0000 mgr.y (mgr.14469) 154 : cluster [DBG] pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 906 B/s rd, 0 op/s 2023-12-09T02:47:21.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:20 smithi023 bash[30415]: cluster 2023-12-09T02:47:18.849821+0000 mgr.y (mgr.14469) 154 : cluster [DBG] pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 906 B/s rd, 0 op/s 2023-12-09T02:47:21.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:21 smithi172 bash[25093]: audit 2023-12-09T02:47:20.644261+0000 mgr.y (mgr.14469) 155 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:47:22.018 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:21 smithi023 bash[24949]: audit 2023-12-09T02:47:20.644261+0000 mgr.y (mgr.14469) 155 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:47:22.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:21 smithi023 bash[30415]: audit 2023-12-09T02:47:20.644261+0000 mgr.y (mgr.14469) 155 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:47:22.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:22 smithi172 bash[25093]: cluster 2023-12-09T02:47:20.850587+0000 mgr.y (mgr.14469) 156 : cluster [DBG] pgmap v137: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:47:23.018 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:22 smithi023 bash[24949]: cluster 2023-12-09T02:47:20.850587+0000 mgr.y (mgr.14469) 156 : cluster [DBG] pgmap v137: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:47:23.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:22 smithi023 bash[30415]: cluster 2023-12-09T02:47:20.850587+0000 mgr.y (mgr.14469) 156 : cluster [DBG] pgmap v137: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:47:24.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:24 smithi172 bash[25093]: cluster 2023-12-09T02:47:22.852376+0000 mgr.y (mgr.14469) 157 : cluster [DBG] pgmap v138: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:47:25.018 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:24 smithi023 bash[24949]: cluster 2023-12-09T02:47:22.852376+0000 mgr.y (mgr.14469) 157 : cluster [DBG] pgmap v138: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:47:25.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:24 smithi023 bash[30415]: cluster 2023-12-09T02:47:22.852376+0000 mgr.y (mgr.14469) 157 : cluster [DBG] pgmap v138: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:47:26.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:26 smithi172 bash[25093]: cluster 2023-12-09T02:47:24.853216+0000 mgr.y (mgr.14469) 158 : 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 2023-12-09T02:47:27.018 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:26 smithi023 bash[24949]: cluster 2023-12-09T02:47:24.853216+0000 mgr.y (mgr.14469) 158 : 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 2023-12-09T02:47:27.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:26 smithi023 bash[30415]: cluster 2023-12-09T02:47:24.853216+0000 mgr.y (mgr.14469) 158 : 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 2023-12-09T02:47:28.248 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:47:27 smithi172 bash[26000]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:47:27] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:47:28.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:28 smithi172 bash[25093]: cluster 2023-12-09T02:47:26.854938+0000 mgr.y (mgr.14469) 159 : 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 2023-12-09T02:47:29.018 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:28 smithi023 bash[24949]: cluster 2023-12-09T02:47:26.854938+0000 mgr.y (mgr.14469) 159 : 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 2023-12-09T02:47:29.019 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:47:28 smithi023 bash[25223]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:47:28] "GET /metrics HTTP/1.1" 200 214968 "" "Prometheus/2.33.4" 2023-12-09T02:47:29.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:28 smithi023 bash[30415]: cluster 2023-12-09T02:47:26.854938+0000 mgr.y (mgr.14469) 159 : 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 2023-12-09T02:47:30.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:30 smithi172 bash[25093]: cluster 2023-12-09T02:47:28.855693+0000 mgr.y (mgr.14469) 160 : 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 2023-12-09T02:47:31.018 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:30 smithi023 bash[24949]: cluster 2023-12-09T02:47:28.855693+0000 mgr.y (mgr.14469) 160 : 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 2023-12-09T02:47:31.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:30 smithi023 bash[30415]: cluster 2023-12-09T02:47:28.855693+0000 mgr.y (mgr.14469) 160 : 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 2023-12-09T02:47:31.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:31 smithi172 bash[25093]: audit 2023-12-09T02:47:30.655695+0000 mgr.y (mgr.14469) 161 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:47:32.018 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:31 smithi023 bash[24949]: audit 2023-12-09T02:47:30.655695+0000 mgr.y (mgr.14469) 161 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:47:32.018 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:31 smithi023 bash[30415]: audit 2023-12-09T02:47:30.655695+0000 mgr.y (mgr.14469) 161 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:47:32.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:32 smithi172 bash[25093]: cluster 2023-12-09T02:47:30.856498+0000 mgr.y (mgr.14469) 162 : cluster [DBG] pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:47:33.018 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:32 smithi023 bash[24949]: cluster 2023-12-09T02:47:30.856498+0000 mgr.y (mgr.14469) 162 : cluster [DBG] pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:47:33.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:32 smithi023 bash[30415]: cluster 2023-12-09T02:47:30.856498+0000 mgr.y (mgr.14469) 162 : cluster [DBG] pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:47:34.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:34 smithi172 bash[25093]: cluster 2023-12-09T02:47:32.858255+0000 mgr.y (mgr.14469) 163 : cluster [DBG] pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:47:35.018 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:34 smithi023 bash[30415]: cluster 2023-12-09T02:47:32.858255+0000 mgr.y (mgr.14469) 163 : cluster [DBG] pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:47:35.019 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:34 smithi023 bash[24949]: cluster 2023-12-09T02:47:32.858255+0000 mgr.y (mgr.14469) 163 : cluster [DBG] pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:47:36.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:36 smithi172 bash[25093]: cluster 2023-12-09T02:47:34.858963+0000 mgr.y (mgr.14469) 164 : 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 2023-12-09T02:47:37.018 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:36 smithi023 bash[24949]: cluster 2023-12-09T02:47:34.858963+0000 mgr.y (mgr.14469) 164 : 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 2023-12-09T02:47:37.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:36 smithi023 bash[30415]: cluster 2023-12-09T02:47:34.858963+0000 mgr.y (mgr.14469) 164 : 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 2023-12-09T02:47:38.248 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:47:37 smithi172 bash[26000]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:47:37] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:47:39.019 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:38 smithi023 bash[24949]: cluster 2023-12-09T02:47:36.860789+0000 mgr.y (mgr.14469) 165 : 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 2023-12-09T02:47:39.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:38 smithi023 bash[30415]: cluster 2023-12-09T02:47:36.860789+0000 mgr.y (mgr.14469) 165 : 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 2023-12-09T02:47:39.019 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:47:38 smithi023 bash[25223]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:47:38] "GET /metrics HTTP/1.1" 200 214935 "" "Prometheus/2.33.4" 2023-12-09T02:47:39.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:38 smithi172 bash[25093]: cluster 2023-12-09T02:47:36.860789+0000 mgr.y (mgr.14469) 165 : 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 2023-12-09T02:47:41.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:40 smithi023 bash[30415]: cluster 2023-12-09T02:47:38.861579+0000 mgr.y (mgr.14469) 166 : 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 2023-12-09T02:47:41.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:40 smithi023 bash[30415]: audit 2023-12-09T02:47:40.665211+0000 mgr.y (mgr.14469) 167 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:47:41.019 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:40 smithi023 bash[24949]: cluster 2023-12-09T02:47:38.861579+0000 mgr.y (mgr.14469) 166 : 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 2023-12-09T02:47:41.019 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:40 smithi023 bash[24949]: audit 2023-12-09T02:47:40.665211+0000 mgr.y (mgr.14469) 167 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:47:41.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:40 smithi172 bash[25093]: cluster 2023-12-09T02:47:38.861579+0000 mgr.y (mgr.14469) 166 : 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 2023-12-09T02:47:41.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:40 smithi172 bash[25093]: audit 2023-12-09T02:47:40.665211+0000 mgr.y (mgr.14469) 167 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:47:42.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:41 smithi172 bash[25093]: cluster 2023-12-09T02:47:40.862347+0000 mgr.y (mgr.14469) 168 : cluster [DBG] pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:47:42.269 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:41 smithi023 bash[24949]: cluster 2023-12-09T02:47:40.862347+0000 mgr.y (mgr.14469) 168 : cluster [DBG] pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:47:42.269 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:41 smithi023 bash[30415]: cluster 2023-12-09T02:47:40.862347+0000 mgr.y (mgr.14469) 168 : cluster [DBG] pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:47:44.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:44 smithi172 bash[25093]: cluster 2023-12-09T02:47:42.864110+0000 mgr.y (mgr.14469) 169 : cluster [DBG] pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:47:45.019 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:44 smithi023 bash[24949]: cluster 2023-12-09T02:47:42.864110+0000 mgr.y (mgr.14469) 169 : cluster [DBG] pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:47:45.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:44 smithi023 bash[30415]: cluster 2023-12-09T02:47:42.864110+0000 mgr.y (mgr.14469) 169 : cluster [DBG] pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:47:46.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:46 smithi172 bash[25093]: cluster 2023-12-09T02:47:44.864869+0000 mgr.y (mgr.14469) 170 : 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 2023-12-09T02:47:47.019 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:46 smithi023 bash[24949]: cluster 2023-12-09T02:47:44.864869+0000 mgr.y (mgr.14469) 170 : 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 2023-12-09T02:47:47.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:46 smithi023 bash[30415]: cluster 2023-12-09T02:47:44.864869+0000 mgr.y (mgr.14469) 170 : 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 2023-12-09T02:47:48.248 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:47:47 smithi172 bash[26000]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:47:47] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:47:48.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:48 smithi172 bash[25093]: cluster 2023-12-09T02:47:46.866447+0000 mgr.y (mgr.14469) 171 : 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 2023-12-09T02:47:49.019 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:47:48 smithi023 bash[25223]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:47:48] "GET /metrics HTTP/1.1" 200 214891 "" "Prometheus/2.33.4" 2023-12-09T02:47:49.020 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:48 smithi023 bash[30415]: cluster 2023-12-09T02:47:46.866447+0000 mgr.y (mgr.14469) 171 : 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 2023-12-09T02:47:49.020 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:48 smithi023 bash[24949]: cluster 2023-12-09T02:47:46.866447+0000 mgr.y (mgr.14469) 171 : 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 2023-12-09T02:47:50.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:50 smithi172 bash[25093]: cluster 2023-12-09T02:47:48.867182+0000 mgr.y (mgr.14469) 172 : 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 2023-12-09T02:47:51.019 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:50 smithi023 bash[24949]: cluster 2023-12-09T02:47:48.867182+0000 mgr.y (mgr.14469) 172 : 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 2023-12-09T02:47:51.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:50 smithi023 bash[30415]: cluster 2023-12-09T02:47:48.867182+0000 mgr.y (mgr.14469) 172 : 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 2023-12-09T02:47:51.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:51 smithi172 bash[25093]: audit 2023-12-09T02:47:50.676541+0000 mgr.y (mgr.14469) 173 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:47:52.019 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:51 smithi023 bash[24949]: audit 2023-12-09T02:47:50.676541+0000 mgr.y (mgr.14469) 173 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:47:52.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:51 smithi023 bash[30415]: audit 2023-12-09T02:47:50.676541+0000 mgr.y (mgr.14469) 173 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:47:52.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:52 smithi172 bash[25093]: cluster 2023-12-09T02:47:50.867975+0000 mgr.y (mgr.14469) 174 : cluster [DBG] pgmap v152: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:47:53.019 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:52 smithi023 bash[24949]: cluster 2023-12-09T02:47:50.867975+0000 mgr.y (mgr.14469) 174 : cluster [DBG] pgmap v152: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:47:53.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:52 smithi023 bash[30415]: cluster 2023-12-09T02:47:50.867975+0000 mgr.y (mgr.14469) 174 : cluster [DBG] pgmap v152: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:47:54.769 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:54 smithi023 bash[24949]: cluster 2023-12-09T02:47:52.869708+0000 mgr.y (mgr.14469) 175 : cluster [DBG] pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:47:54.769 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:54 smithi023 bash[24949]: audit 2023-12-09T02:47:53.867399+0000 mon.b (mon.2) 107 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:47:54.769 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:54 smithi023 bash[24949]: audit 2023-12-09T02:47:53.869630+0000 mon.b (mon.2) 108 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:47:54.769 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:54 smithi023 bash[24949]: audit 2023-12-09T02:47:54.170819+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:47:54.769 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:54 smithi023 bash[24949]: audit 2023-12-09T02:47:54.486062+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:47:54.770 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:54 smithi023 bash[30415]: cluster 2023-12-09T02:47:52.869708+0000 mgr.y (mgr.14469) 175 : cluster [DBG] pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:47:54.770 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:54 smithi023 bash[30415]: audit 2023-12-09T02:47:53.867399+0000 mon.b (mon.2) 107 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:47:54.770 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:54 smithi023 bash[30415]: audit 2023-12-09T02:47:53.869630+0000 mon.b (mon.2) 108 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:47:54.770 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:54 smithi023 bash[30415]: audit 2023-12-09T02:47:54.170819+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:47:54.770 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:54 smithi023 bash[30415]: audit 2023-12-09T02:47:54.486062+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:47:54.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:54 smithi172 bash[25093]: cluster 2023-12-09T02:47:52.869708+0000 mgr.y (mgr.14469) 175 : cluster [DBG] pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:47:54.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:54 smithi172 bash[25093]: audit 2023-12-09T02:47:53.867399+0000 mon.b (mon.2) 107 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:47:54.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:54 smithi172 bash[25093]: audit 2023-12-09T02:47:53.869630+0000 mon.b (mon.2) 108 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:47:54.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:54 smithi172 bash[25093]: audit 2023-12-09T02:47:54.170819+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:47:54.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:54 smithi172 bash[25093]: audit 2023-12-09T02:47:54.486062+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:47:56.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:56 smithi172 bash[25093]: cluster 2023-12-09T02:47:54.870463+0000 mgr.y (mgr.14469) 176 : 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 2023-12-09T02:47:57.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:56 smithi023 bash[30415]: cluster 2023-12-09T02:47:54.870463+0000 mgr.y (mgr.14469) 176 : 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 2023-12-09T02:47:57.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:56 smithi023 bash[24949]: cluster 2023-12-09T02:47:54.870463+0000 mgr.y (mgr.14469) 176 : 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 2023-12-09T02:47:58.251 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:47:57 smithi172 bash[26000]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:47:57] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:47:58.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:47:58 smithi172 bash[25093]: cluster 2023-12-09T02:47:56.872167+0000 mgr.y (mgr.14469) 177 : 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 2023-12-09T02:47:59.019 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:47:58 smithi023 bash[25223]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:47:58] "GET /metrics HTTP/1.1" 200 214891 "" "Prometheus/2.33.4" 2023-12-09T02:47:59.020 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:47:58 smithi023 bash[30415]: cluster 2023-12-09T02:47:56.872167+0000 mgr.y (mgr.14469) 177 : 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 2023-12-09T02:47:59.020 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:47:58 smithi023 bash[24949]: cluster 2023-12-09T02:47:56.872167+0000 mgr.y (mgr.14469) 177 : 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 2023-12-09T02:48:00.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:48:00 smithi172 bash[25093]: cluster 2023-12-09T02:47:58.872930+0000 mgr.y (mgr.14469) 178 : 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 2023-12-09T02:48:01.019 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:48:00 smithi023 bash[24949]: cluster 2023-12-09T02:47:58.872930+0000 mgr.y (mgr.14469) 178 : 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 2023-12-09T02:48:01.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:48:00 smithi023 bash[30415]: cluster 2023-12-09T02:47:58.872930+0000 mgr.y (mgr.14469) 178 : 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 2023-12-09T02:48:01.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:48:01 smithi172 bash[25093]: audit 2023-12-09T02:48:00.681054+0000 mgr.y (mgr.14469) 179 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:48:01.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:48:01 smithi172 bash[25093]: audit 2023-12-09T02:48:01.176861+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:48:01.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:48:01 smithi172 bash[25093]: audit 2023-12-09T02:48:01.181064+0000 mon.b (mon.2) 109 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:48:01.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:48:01 smithi172 bash[25093]: audit 2023-12-09T02:48:01.185338+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:48:01.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:48:01 smithi172 bash[25093]: audit 2023-12-09T02:48:01.189648+0000 mon.b (mon.2) 110 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:48:02.019 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:48:01 smithi023 bash[24949]: audit 2023-12-09T02:48:00.681054+0000 mgr.y (mgr.14469) 179 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:48:02.019 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:48:01 smithi023 bash[24949]: audit 2023-12-09T02:48:01.176861+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:48:02.019 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:48:01 smithi023 bash[24949]: audit 2023-12-09T02:48:01.181064+0000 mon.b (mon.2) 109 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:48:02.019 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:48:01 smithi023 bash[24949]: audit 2023-12-09T02:48:01.185338+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:48:02.019 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:48:01 smithi023 bash[24949]: audit 2023-12-09T02:48:01.189648+0000 mon.b (mon.2) 110 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:48:02.020 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:48:01 smithi023 bash[30415]: audit 2023-12-09T02:48:00.681054+0000 mgr.y (mgr.14469) 179 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:48:02.020 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:48:01 smithi023 bash[30415]: audit 2023-12-09T02:48:01.176861+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:48:02.020 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:48:01 smithi023 bash[30415]: audit 2023-12-09T02:48:01.181064+0000 mon.b (mon.2) 109 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:48:02.020 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:48:01 smithi023 bash[30415]: audit 2023-12-09T02:48:01.185338+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:48:02.020 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:48:01 smithi023 bash[30415]: audit 2023-12-09T02:48:01.189648+0000 mon.b (mon.2) 110 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:48:02.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:48:02 smithi172 bash[25093]: cluster 2023-12-09T02:48:00.873775+0000 mgr.y (mgr.14469) 180 : cluster [DBG] pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:48:03.019 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:48:02 smithi023 bash[24949]: cluster 2023-12-09T02:48:00.873775+0000 mgr.y (mgr.14469) 180 : cluster [DBG] pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:48:03.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:48:02 smithi023 bash[30415]: cluster 2023-12-09T02:48:00.873775+0000 mgr.y (mgr.14469) 180 : cluster [DBG] pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:48:04.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:48:04 smithi172 bash[25093]: cluster 2023-12-09T02:48:02.875537+0000 mgr.y (mgr.14469) 181 : cluster [DBG] pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:48:05.019 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:48:04 smithi023 bash[24949]: cluster 2023-12-09T02:48:02.875537+0000 mgr.y (mgr.14469) 181 : cluster [DBG] pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:48:05.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:48:04 smithi023 bash[30415]: cluster 2023-12-09T02:48:02.875537+0000 mgr.y (mgr.14469) 181 : cluster [DBG] pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:48:06.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:48:06 smithi172 bash[25093]: cluster 2023-12-09T02:48:04.876280+0000 mgr.y (mgr.14469) 182 : 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 2023-12-09T02:48:07.019 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:48:06 smithi023 bash[24949]: cluster 2023-12-09T02:48:04.876280+0000 mgr.y (mgr.14469) 182 : 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 2023-12-09T02:48:07.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:48:06 smithi023 bash[30415]: cluster 2023-12-09T02:48:04.876280+0000 mgr.y (mgr.14469) 182 : 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 2023-12-09T02:48:08.248 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:48:07 smithi172 bash[26000]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:48:07] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:48:08.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:48:08 smithi172 bash[25093]: cluster 2023-12-09T02:48:06.877917+0000 mgr.y (mgr.14469) 183 : 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 2023-12-09T02:48:09.019 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:48:08 smithi023 bash[24949]: cluster 2023-12-09T02:48:06.877917+0000 mgr.y (mgr.14469) 183 : 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 2023-12-09T02:48:09.019 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:48:08 smithi023 bash[25223]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:48:08] "GET /metrics HTTP/1.1" 200 214909 "" "Prometheus/2.33.4" 2023-12-09T02:48:09.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:48:08 smithi023 bash[30415]: cluster 2023-12-09T02:48:06.877917+0000 mgr.y (mgr.14469) 183 : 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 2023-12-09T02:48:10.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:48:10 smithi172 bash[25093]: cluster 2023-12-09T02:48:08.878658+0000 mgr.y (mgr.14469) 184 : 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 2023-12-09T02:48:11.019 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:48:10 smithi023 bash[24949]: cluster 2023-12-09T02:48:08.878658+0000 mgr.y (mgr.14469) 184 : 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 2023-12-09T02:48:11.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:48:10 smithi023 bash[30415]: cluster 2023-12-09T02:48:08.878658+0000 mgr.y (mgr.14469) 184 : 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 2023-12-09T02:48:11.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:48:11 smithi172 bash[25093]: audit 2023-12-09T02:48:10.692433+0000 mgr.y (mgr.14469) 185 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:48:12.019 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:48:11 smithi023 bash[24949]: audit 2023-12-09T02:48:10.692433+0000 mgr.y (mgr.14469) 185 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:48:12.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:48:11 smithi023 bash[30415]: audit 2023-12-09T02:48:10.692433+0000 mgr.y (mgr.14469) 185 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:48:12.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:48:12 smithi172 bash[25093]: cluster 2023-12-09T02:48:10.879381+0000 mgr.y (mgr.14469) 186 : cluster [DBG] pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:48:13.019 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:48:12 smithi023 bash[24949]: cluster 2023-12-09T02:48:10.879381+0000 mgr.y (mgr.14469) 186 : cluster [DBG] pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:48:13.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:48:12 smithi023 bash[30415]: cluster 2023-12-09T02:48:10.879381+0000 mgr.y (mgr.14469) 186 : cluster [DBG] pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:48:14.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:48:14 smithi172 bash[25093]: cluster 2023-12-09T02:48:12.881140+0000 mgr.y (mgr.14469) 187 : cluster [DBG] pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:48:15.019 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:48:14 smithi023 bash[24949]: cluster 2023-12-09T02:48:12.881140+0000 mgr.y (mgr.14469) 187 : cluster [DBG] pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:48:15.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:48:14 smithi023 bash[30415]: cluster 2023-12-09T02:48:12.881140+0000 mgr.y (mgr.14469) 187 : cluster [DBG] pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:48:16.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:48:16 smithi172 bash[25093]: cluster 2023-12-09T02:48:14.881919+0000 mgr.y (mgr.14469) 188 : 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 2023-12-09T02:48:17.019 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:48:16 smithi023 bash[24949]: cluster 2023-12-09T02:48:14.881919+0000 mgr.y (mgr.14469) 188 : 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 2023-12-09T02:48:17.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:48:16 smithi023 bash[30415]: cluster 2023-12-09T02:48:14.881919+0000 mgr.y (mgr.14469) 188 : 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 2023-12-09T02:48:18.248 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:48:17 smithi172 bash[26000]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:48:17] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:48:18.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:48:18 smithi172 bash[25093]: cluster 2023-12-09T02:48:16.883569+0000 mgr.y (mgr.14469) 189 : 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 2023-12-09T02:48:19.019 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:48:18 smithi023 bash[25223]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:48:18] "GET /metrics HTTP/1.1" 200 214917 "" "Prometheus/2.33.4" 2023-12-09T02:48:19.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:48:18 smithi023 bash[30415]: cluster 2023-12-09T02:48:16.883569+0000 mgr.y (mgr.14469) 189 : 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 2023-12-09T02:48:19.019 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:48:18 smithi023 bash[24949]: cluster 2023-12-09T02:48:16.883569+0000 mgr.y (mgr.14469) 189 : 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 2023-12-09T02:48:20.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:48:20 smithi172 bash[25093]: cluster 2023-12-09T02:48:18.884359+0000 mgr.y (mgr.14469) 190 : 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 2023-12-09T02:48:21.019 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:48:20 smithi023 bash[24949]: cluster 2023-12-09T02:48:18.884359+0000 mgr.y (mgr.14469) 190 : 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 2023-12-09T02:48:21.020 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:48:20 smithi023 bash[30415]: cluster 2023-12-09T02:48:18.884359+0000 mgr.y (mgr.14469) 190 : 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 2023-12-09T02:48:22.019 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:48:21 smithi023 bash[24949]: audit 2023-12-09T02:48:20.703903+0000 mgr.y (mgr.14469) 191 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:48:22.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:48:21 smithi023 bash[30415]: audit 2023-12-09T02:48:20.703903+0000 mgr.y (mgr.14469) 191 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:48:22.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:48:21 smithi172 bash[25093]: audit 2023-12-09T02:48:20.703903+0000 mgr.y (mgr.14469) 191 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:48:23.019 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:48:22 smithi023 bash[24949]: cluster 2023-12-09T02:48:20.885279+0000 mgr.y (mgr.14469) 192 : cluster [DBG] pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:48:23.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:48:22 smithi023 bash[30415]: cluster 2023-12-09T02:48:20.885279+0000 mgr.y (mgr.14469) 192 : cluster [DBG] pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:48:23.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:48:22 smithi172 bash[25093]: cluster 2023-12-09T02:48:20.885279+0000 mgr.y (mgr.14469) 192 : cluster [DBG] pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:48:25.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:48:24 smithi172 bash[25093]: cluster 2023-12-09T02:48:22.887175+0000 mgr.y (mgr.14469) 193 : cluster [DBG] pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:48:25.269 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:48:24 smithi023 bash[24949]: cluster 2023-12-09T02:48:22.887175+0000 mgr.y (mgr.14469) 193 : cluster [DBG] pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:48:25.270 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:48:24 smithi023 bash[30415]: cluster 2023-12-09T02:48:22.887175+0000 mgr.y (mgr.14469) 193 : cluster [DBG] pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:48:26.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:48:25 smithi172 bash[25093]: cluster 2023-12-09T02:48:24.888016+0000 mgr.y (mgr.14469) 194 : cluster [DBG] pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-09T02:48:26.269 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:48:25 smithi023 bash[24949]: cluster 2023-12-09T02:48:24.888016+0000 mgr.y (mgr.14469) 194 : cluster [DBG] pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-09T02:48:26.269 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:48:25 smithi023 bash[30415]: cluster 2023-12-09T02:48:24.888016+0000 mgr.y (mgr.14469) 194 : cluster [DBG] pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-09T02:48:28.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:48:27 smithi172 bash[25093]: cluster 2023-12-09T02:48:26.889758+0000 mgr.y (mgr.14469) 195 : 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 2023-12-09T02:48:28.248 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:48:27 smithi172 bash[26000]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:48:27] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:48:28.269 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:48:27 smithi023 bash[24949]: cluster 2023-12-09T02:48:26.889758+0000 mgr.y (mgr.14469) 195 : 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 2023-12-09T02:48:28.269 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:48:27 smithi023 bash[30415]: cluster 2023-12-09T02:48:26.889758+0000 mgr.y (mgr.14469) 195 : 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 2023-12-09T02:48:29.019 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:48:28 smithi023 bash[25223]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:48:28] "GET /metrics HTTP/1.1" 200 214917 "" "Prometheus/2.33.4" 2023-12-09T02:48:30.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:48:30 smithi172 bash[25093]: cluster 2023-12-09T02:48:28.890549+0000 mgr.y (mgr.14469) 196 : cluster [DBG] pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-09T02:48:31.019 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:48:30 smithi023 bash[24949]: cluster 2023-12-09T02:48:28.890549+0000 mgr.y (mgr.14469) 196 : cluster [DBG] pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-09T02:48:31.020 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:48:30 smithi023 bash[30415]: cluster 2023-12-09T02:48:28.890549+0000 mgr.y (mgr.14469) 196 : cluster [DBG] pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-09T02:48:31.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:48:31 smithi172 bash[25093]: audit 2023-12-09T02:48:30.714679+0000 mgr.y (mgr.14469) 197 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:48:32.019 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:48:31 smithi023 bash[24949]: audit 2023-12-09T02:48:30.714679+0000 mgr.y (mgr.14469) 197 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:48:32.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:48:31 smithi023 bash[30415]: audit 2023-12-09T02:48:30.714679+0000 mgr.y (mgr.14469) 197 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:48:32.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:48:32 smithi172 bash[25093]: cluster 2023-12-09T02:48:30.893137+0000 mgr.y (mgr.14469) 198 : cluster [DBG] pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-09T02:48:33.019 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:48:32 smithi023 bash[24949]: cluster 2023-12-09T02:48:30.893137+0000 mgr.y (mgr.14469) 198 : cluster [DBG] pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-09T02:48:33.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:48:32 smithi023 bash[30415]: cluster 2023-12-09T02:48:30.893137+0000 mgr.y (mgr.14469) 198 : cluster [DBG] pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-09T02:48:34.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:48:34 smithi172 bash[25093]: cluster 2023-12-09T02:48:32.894848+0000 mgr.y (mgr.14469) 199 : cluster [DBG] pgmap v173: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:48:35.019 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:48:34 smithi023 bash[24949]: cluster 2023-12-09T02:48:32.894848+0000 mgr.y (mgr.14469) 199 : cluster [DBG] pgmap v173: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:48:35.020 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:48:34 smithi023 bash[30415]: cluster 2023-12-09T02:48:32.894848+0000 mgr.y (mgr.14469) 199 : cluster [DBG] pgmap v173: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:48:36.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:48:36 smithi172 bash[25093]: cluster 2023-12-09T02:48:34.895601+0000 mgr.y (mgr.14469) 200 : 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 2023-12-09T02:48:37.019 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:48:36 smithi023 bash[24949]: cluster 2023-12-09T02:48:34.895601+0000 mgr.y (mgr.14469) 200 : 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 2023-12-09T02:48:37.020 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:48:36 smithi023 bash[30415]: cluster 2023-12-09T02:48:34.895601+0000 mgr.y (mgr.14469) 200 : 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 2023-12-09T02:48:38.248 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:48:37 smithi172 bash[26000]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:48:37] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:48:38.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:48:38 smithi172 bash[25093]: cluster 2023-12-09T02:48:36.897247+0000 mgr.y (mgr.14469) 201 : 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 2023-12-09T02:48:39.019 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:48:38 smithi023 bash[24949]: cluster 2023-12-09T02:48:36.897247+0000 mgr.y (mgr.14469) 201 : 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 2023-12-09T02:48:39.020 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:48:38 smithi023 bash[25223]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:48:38] "GET /metrics HTTP/1.1" 200 214926 "" "Prometheus/2.33.4" 2023-12-09T02:48:39.020 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:48:38 smithi023 bash[30415]: cluster 2023-12-09T02:48:36.897247+0000 mgr.y (mgr.14469) 201 : 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 2023-12-09T02:48:40.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:48:40 smithi172 bash[25093]: cluster 2023-12-09T02:48:38.898076+0000 mgr.y (mgr.14469) 202 : 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 2023-12-09T02:48:41.019 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:48:40 smithi023 bash[24949]: cluster 2023-12-09T02:48:38.898076+0000 mgr.y (mgr.14469) 202 : 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 2023-12-09T02:48:41.020 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:48:40 smithi023 bash[30415]: cluster 2023-12-09T02:48:38.898076+0000 mgr.y (mgr.14469) 202 : 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 2023-12-09T02:48:41.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:48:41 smithi172 bash[25093]: audit 2023-12-09T02:48:40.722366+0000 mgr.y (mgr.14469) 203 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:48:42.019 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:48:41 smithi023 bash[24949]: audit 2023-12-09T02:48:40.722366+0000 mgr.y (mgr.14469) 203 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:48:42.020 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:48:41 smithi023 bash[30415]: audit 2023-12-09T02:48:40.722366+0000 mgr.y (mgr.14469) 203 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:48:42.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:48:42 smithi172 bash[25093]: cluster 2023-12-09T02:48:40.899031+0000 mgr.y (mgr.14469) 204 : cluster [DBG] pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:48:43.019 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:48:42 smithi023 bash[24949]: cluster 2023-12-09T02:48:40.899031+0000 mgr.y (mgr.14469) 204 : cluster [DBG] pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:48:43.020 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:48:42 smithi023 bash[30415]: cluster 2023-12-09T02:48:40.899031+0000 mgr.y (mgr.14469) 204 : cluster [DBG] pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:48:44.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:48:44 smithi172 bash[25093]: cluster 2023-12-09T02:48:42.900943+0000 mgr.y (mgr.14469) 205 : cluster [DBG] pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:48:45.019 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:48:44 smithi023 bash[24949]: cluster 2023-12-09T02:48:42.900943+0000 mgr.y (mgr.14469) 205 : cluster [DBG] pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:48:45.020 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:48:44 smithi023 bash[30415]: cluster 2023-12-09T02:48:42.900943+0000 mgr.y (mgr.14469) 205 : cluster [DBG] pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:48:46.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:48:46 smithi172 bash[25093]: cluster 2023-12-09T02:48:44.901755+0000 mgr.y (mgr.14469) 206 : 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 2023-12-09T02:48:47.019 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:48:46 smithi023 bash[24949]: cluster 2023-12-09T02:48:44.901755+0000 mgr.y (mgr.14469) 206 : 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 2023-12-09T02:48:47.020 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:48:46 smithi023 bash[30415]: cluster 2023-12-09T02:48:44.901755+0000 mgr.y (mgr.14469) 206 : 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 2023-12-09T02:48:48.248 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:48:47 smithi172 bash[26000]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:48:47] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:48:48.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:48:48 smithi172 bash[25093]: cluster 2023-12-09T02:48:46.903420+0000 mgr.y (mgr.14469) 207 : 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 2023-12-09T02:48:49.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:48:48 smithi023 bash[30415]: cluster 2023-12-09T02:48:46.903420+0000 mgr.y (mgr.14469) 207 : 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 2023-12-09T02:48:49.020 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:48:48 smithi023 bash[24949]: cluster 2023-12-09T02:48:46.903420+0000 mgr.y (mgr.14469) 207 : 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 2023-12-09T02:48:49.020 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:48:48 smithi023 bash[25223]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:48:48] "GET /metrics HTTP/1.1" 200 214915 "" "Prometheus/2.33.4" 2023-12-09T02:48:50.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:48:50 smithi172 bash[25093]: cluster 2023-12-09T02:48:48.904202+0000 mgr.y (mgr.14469) 208 : 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 2023-12-09T02:48:51.020 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:48:50 smithi023 bash[24949]: cluster 2023-12-09T02:48:48.904202+0000 mgr.y (mgr.14469) 208 : 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 2023-12-09T02:48:51.020 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:48:50 smithi023 bash[30415]: cluster 2023-12-09T02:48:48.904202+0000 mgr.y (mgr.14469) 208 : 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 2023-12-09T02:48:51.049 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -e sha1=9dcc13bb80dcc1cdea72b04d80505b4649a2b882 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2023-12-09T02:48:51.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:48:51 smithi172 bash[25093]: audit 2023-12-09T02:48:50.733658+0000 mgr.y (mgr.14469) 209 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:48:52.019 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:48:51 smithi023 bash[24949]: audit 2023-12-09T02:48:50.733658+0000 mgr.y (mgr.14469) 209 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:48:52.019 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:48:51 smithi023 bash[30415]: audit 2023-12-09T02:48:50.733658+0000 mgr.y (mgr.14469) 209 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:48:52.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:48:52 smithi172 bash[25093]: cluster 2023-12-09T02:48:50.904925+0000 mgr.y (mgr.14469) 210 : cluster [DBG] pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:48:53.019 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:48:52 smithi023 bash[24949]: cluster 2023-12-09T02:48:50.904925+0000 mgr.y (mgr.14469) 210 : cluster [DBG] pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:48:53.020 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:48:52 smithi023 bash[30415]: cluster 2023-12-09T02:48:50.904925+0000 mgr.y (mgr.14469) 210 : cluster [DBG] pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:48:54.710 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:48:54 smithi023 bash[24949]: cluster 2023-12-09T02:48:52.906437+0000 mgr.y (mgr.14469) 211 : cluster [DBG] pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:48:54.710 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:48:54 smithi023 bash[24949]: audit 2023-12-09T02:48:54.506137+0000 mon.b (mon.2) 111 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:48:54.710 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:48:54 smithi023 bash[24949]: audit 2023-12-09T02:48:54.508459+0000 mon.b (mon.2) 112 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:48:54.814 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:48:54 smithi172 bash[25093]: cluster 2023-12-09T02:48:52.906437+0000 mgr.y (mgr.14469) 211 : cluster [DBG] pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:48:54.814 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:48:54 smithi172 bash[25093]: audit 2023-12-09T02:48:54.506137+0000 mon.b (mon.2) 111 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:48:54.814 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:48:54 smithi172 bash[25093]: audit 2023-12-09T02:48:54.508459+0000 mon.b (mon.2) 112 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:48:55.020 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:48:54 smithi023 bash[30415]: cluster 2023-12-09T02:48:52.906437+0000 mgr.y (mgr.14469) 211 : cluster [DBG] pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:48:55.020 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:48:54 smithi023 bash[30415]: audit 2023-12-09T02:48:54.506137+0000 mon.b (mon.2) 111 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:48:55.020 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:48:54 smithi023 bash[30415]: audit 2023-12-09T02:48:54.508459+0000 mon.b (mon.2) 112 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:48:55.109 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -e sha1=9dcc13bb80dcc1cdea72b04d80505b4649a2b882 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2023-12-09T02:48:56.145 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:48:55 smithi023 bash[24949]: audit 2023-12-09T02:48:54.793444+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:48:56.145 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:48:55 smithi023 bash[24949]: cluster 2023-12-09T02:48:54.907197+0000 mgr.y (mgr.14469) 212 : 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 2023-12-09T02:48:56.145 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:48:55 smithi023 bash[24949]: audit 2023-12-09T02:48:55.106148+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:48:56.145 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:48:55 smithi023 bash[30415]: audit 2023-12-09T02:48:54.793444+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:48:56.145 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:48:55 smithi023 bash[30415]: cluster 2023-12-09T02:48:54.907197+0000 mgr.y (mgr.14469) 212 : 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 2023-12-09T02:48:56.145 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:48:55 smithi023 bash[30415]: audit 2023-12-09T02:48:55.106148+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:48:56.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:48:55 smithi172 bash[25093]: audit 2023-12-09T02:48:54.793444+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:48:56.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:48:55 smithi172 bash[25093]: cluster 2023-12-09T02:48:54.907197+0000 mgr.y (mgr.14469) 212 : 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 2023-12-09T02:48:56.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:48:55 smithi172 bash[25093]: audit 2023-12-09T02:48:55.106148+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:48:58.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:48:57 smithi172 bash[25093]: cluster 2023-12-09T02:48:56.908886+0000 mgr.y (mgr.14469) 213 : 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 2023-12-09T02:48:58.248 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:48:57 smithi172 bash[26000]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:48:57] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:48:58.269 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:48:57 smithi023 bash[24949]: cluster 2023-12-09T02:48:56.908886+0000 mgr.y (mgr.14469) 213 : 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 2023-12-09T02:48:58.270 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:48:58 smithi023 bash[30415]: cluster 2023-12-09T02:48:56.908886+0000 mgr.y (mgr.14469) 213 : 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 2023-12-09T02:48:58.934 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -e sha1=9dcc13bb80dcc1cdea72b04d80505b4649a2b882 -- bash -c 'ceph config set global log_to_journald false --force' 2023-12-09T02:48:59.020 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:48:58 smithi023 bash[25223]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:48:58] "GET /metrics HTTP/1.1" 200 214915 "" "Prometheus/2.33.4" 2023-12-09T02:49:00.752 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:49:00 smithi023 bash[24949]: cluster 2023-12-09T02:48:58.909611+0000 mgr.y (mgr.14469) 214 : 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 2023-12-09T02:49:00.753 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:49:00 smithi023 bash[30415]: cluster 2023-12-09T02:48:58.909611+0000 mgr.y (mgr.14469) 214 : 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 2023-12-09T02:49:00.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:49:00 smithi172 bash[25093]: cluster 2023-12-09T02:48:58.909611+0000 mgr.y (mgr.14469) 214 : 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 2023-12-09T02:49:01.852 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:49:01 smithi023 bash[30415]: audit 2023-12-09T02:49:00.744933+0000 mgr.y (mgr.14469) 215 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:49:01.852 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:49:01 smithi023 bash[30415]: audit 2023-12-09T02:49:01.183546+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:49:01.852 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:49:01 smithi023 bash[30415]: audit 2023-12-09T02:49:01.188548+0000 mon.b (mon.2) 113 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:49:01.852 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:49:01 smithi023 bash[30415]: audit 2023-12-09T02:49:01.191617+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:49:01.852 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:49:01 smithi023 bash[30415]: audit 2023-12-09T02:49:01.196664+0000 mon.b (mon.2) 114 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:49:01.853 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:49:01 smithi023 bash[24949]: audit 2023-12-09T02:49:00.744933+0000 mgr.y (mgr.14469) 215 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:49:01.853 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:49:01 smithi023 bash[24949]: audit 2023-12-09T02:49:01.183546+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:49:01.853 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:49:01 smithi023 bash[24949]: audit 2023-12-09T02:49:01.188548+0000 mon.b (mon.2) 113 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:49:01.853 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:49:01 smithi023 bash[24949]: audit 2023-12-09T02:49:01.191617+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:49:01.853 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:49:01 smithi023 bash[24949]: audit 2023-12-09T02:49:01.196664+0000 mon.b (mon.2) 114 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:49:01.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:49:01 smithi172 bash[25093]: audit 2023-12-09T02:49:00.744933+0000 mgr.y (mgr.14469) 215 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:49:01.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:49:01 smithi172 bash[25093]: audit 2023-12-09T02:49:01.183546+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:49:01.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:49:01 smithi172 bash[25093]: audit 2023-12-09T02:49:01.188548+0000 mon.b (mon.2) 113 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:49:01.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:49:01 smithi172 bash[25093]: audit 2023-12-09T02:49:01.191617+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:49:01.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:49:01 smithi172 bash[25093]: audit 2023-12-09T02:49:01.196664+0000 mon.b (mon.2) 114 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:49:02.770 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:49:02 smithi023 bash[24949]: cluster 2023-12-09T02:49:00.913476+0000 mgr.y (mgr.14469) 216 : cluster [DBG] pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:49:02.770 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:49:02 smithi023 bash[30415]: cluster 2023-12-09T02:49:00.913476+0000 mgr.y (mgr.14469) 216 : cluster [DBG] pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:49:02.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:49:02 smithi172 bash[25093]: cluster 2023-12-09T02:49:00.913476+0000 mgr.y (mgr.14469) 216 : cluster [DBG] pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:49:03.033 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -e sha1=9dcc13bb80dcc1cdea72b04d80505b4649a2b882 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2023-12-09T02:49:04.770 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:49:04 smithi023 bash[24949]: cluster 2023-12-09T02:49:02.915204+0000 mgr.y (mgr.14469) 217 : cluster [DBG] pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:49:04.770 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:49:04 smithi023 bash[30415]: cluster 2023-12-09T02:49:02.915204+0000 mgr.y (mgr.14469) 217 : cluster [DBG] pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:49:04.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:49:04 smithi172 bash[25093]: cluster 2023-12-09T02:49:02.915204+0000 mgr.y (mgr.14469) 217 : cluster [DBG] pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:49:06.226 INFO:teuthology.orchestra.run.smithi023.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882 2023-12-09T02:49:06.770 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:49:06 smithi023 bash[24949]: cluster 2023-12-09T02:49:04.916008+0000 mgr.y (mgr.14469) 218 : 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 2023-12-09T02:49:06.770 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:49:06 smithi023 bash[24949]: audit 2023-12-09T02:49:06.219413+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:49:06.770 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:49:06 smithi023 bash[24949]: audit 2023-12-09T02:49:06.265238+0000 mon.b (mon.2) 115 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:49:06.770 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:49:06 smithi023 bash[24949]: audit 2023-12-09T02:49:06.267084+0000 mon.b (mon.2) 116 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:49:06.770 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:49:06 smithi023 bash[24949]: audit 2023-12-09T02:49:06.270753+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:49:06.770 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:49:06 smithi023 bash[30415]: cluster 2023-12-09T02:49:04.916008+0000 mgr.y (mgr.14469) 218 : 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 2023-12-09T02:49:06.771 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:49:06 smithi023 bash[30415]: audit 2023-12-09T02:49:06.219413+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:49:06.771 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:49:06 smithi023 bash[30415]: audit 2023-12-09T02:49:06.265238+0000 mon.b (mon.2) 115 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:49:06.771 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:49:06 smithi023 bash[30415]: audit 2023-12-09T02:49:06.267084+0000 mon.b (mon.2) 116 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:49:06.771 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:49:06 smithi023 bash[30415]: audit 2023-12-09T02:49:06.270753+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:49:06.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:49:06 smithi172 bash[25093]: cluster 2023-12-09T02:49:04.916008+0000 mgr.y (mgr.14469) 218 : 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 2023-12-09T02:49:06.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:49:06 smithi172 bash[25093]: audit 2023-12-09T02:49:06.219413+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:49:06.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:49:06 smithi172 bash[25093]: audit 2023-12-09T02:49:06.265238+0000 mon.b (mon.2) 115 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:49:06.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:49:06 smithi172 bash[25093]: audit 2023-12-09T02:49:06.267084+0000 mon.b (mon.2) 116 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:49:06.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:49:06 smithi172 bash[25093]: audit 2023-12-09T02:49:06.270753+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:49:07.021 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-09T02:49:07.030 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi023.front.sepia.ceph.com 2023-12-09T02:49:07.031 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -e sha1=9dcc13bb80dcc1cdea72b04d80505b4649a2b882 -- bash -c 'while ceph orch upgrade status | jq '"'"'.in_progress'"'"' | grep true && ! ceph orch upgrade status | jq '"'"'.message'"'"' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; ceph health detail ; sleep 30 ; done' 2023-12-09T02:49:07.992 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:49:07 smithi172 bash[25093]: audit 2023-12-09T02:49:06.202163+0000 mgr.y (mgr.14469) 219 : audit [DBG] from='client.24964 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:49:07.992 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:49:07 smithi172 bash[25093]: cephadm 2023-12-09T02:49:06.203125+0000 mgr.y (mgr.14469) 220 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882 2023-12-09T02:49:07.992 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:49:07 smithi172 bash[25093]: cephadm 2023-12-09T02:49:06.283338+0000 mgr.y (mgr.14469) 221 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882 2023-12-09T02:49:08.020 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:49:07 smithi023 bash[24949]: audit 2023-12-09T02:49:06.202163+0000 mgr.y (mgr.14469) 219 : audit [DBG] from='client.24964 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:49:08.020 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:49:07 smithi023 bash[24949]: cephadm 2023-12-09T02:49:06.203125+0000 mgr.y (mgr.14469) 220 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882 2023-12-09T02:49:08.020 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:49:07 smithi023 bash[24949]: cephadm 2023-12-09T02:49:06.283338+0000 mgr.y (mgr.14469) 221 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882 2023-12-09T02:49:08.020 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:49:07 smithi023 bash[30415]: audit 2023-12-09T02:49:06.202163+0000 mgr.y (mgr.14469) 219 : audit [DBG] from='client.24964 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:49:08.020 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:49:07 smithi023 bash[30415]: cephadm 2023-12-09T02:49:06.203125+0000 mgr.y (mgr.14469) 220 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882 2023-12-09T02:49:08.020 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:49:07 smithi023 bash[30415]: cephadm 2023-12-09T02:49:06.283338+0000 mgr.y (mgr.14469) 221 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882 2023-12-09T02:49:08.248 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:49:07 smithi172 bash[26000]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:49:07] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:49:08.736 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:49:08 smithi023 bash[24949]: cluster 2023-12-09T02:49:06.917753+0000 mgr.y (mgr.14469) 222 : 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 2023-12-09T02:49:08.736 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:49:08 smithi023 bash[30415]: cluster 2023-12-09T02:49:06.917753+0000 mgr.y (mgr.14469) 222 : 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 2023-12-09T02:49:08.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:49:08 smithi172 bash[25093]: cluster 2023-12-09T02:49:06.917753+0000 mgr.y (mgr.14469) 222 : 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 2023-12-09T02:49:09.020 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:49:08 smithi023 bash[25223]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:49:08] "GET /metrics HTTP/1.1" 200 214891 "" "Prometheus/2.33.4" 2023-12-09T02:49:10.639 INFO:teuthology.orchestra.run.smithi023.stdout:true 2023-12-09T02:49:10.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:49:10 smithi172 bash[25093]: cluster 2023-12-09T02:49:08.918497+0000 mgr.y (mgr.14469) 223 : 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 2023-12-09T02:49:11.020 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:49:10 smithi023 bash[24949]: cluster 2023-12-09T02:49:08.918497+0000 mgr.y (mgr.14469) 223 : 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 2023-12-09T02:49:11.020 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:49:10 smithi023 bash[30415]: cluster 2023-12-09T02:49:08.918497+0000 mgr.y (mgr.14469) 223 : 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 2023-12-09T02:49:11.382 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-09T02:49:11.382 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3m) 2m ago 4m 14.7M - ba2b418f427c 47724901d381 2023-12-09T02:49:11.382 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi172 *:3000 running (4m) 2m ago 4m 47.5M - 8.3.5 dad864ee21e9 9c508a19dd3c 2023-12-09T02:49:11.382 INFO:teuthology.orchestra.run.smithi023.stdout:iscsi.foo.smithi023.vcvunr smithi023 running (2m) 2m ago 2m 66.1M - 3.5 e1d6a67b021e 9acf5c9ecdb0 2023-12-09T02:49:11.383 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi172 *:8443 running (10m) 2m ago 10m 404M - 17.2.0 e1d6a67b021e 117e22e23f16 2023-12-09T02:49:11.383 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (12m) 2m ago 12m 452M - 17.2.0 e1d6a67b021e 87787e2d3f75 2023-12-09T02:49:11.383 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (12m) 2m ago 12m 54.2M 2048M 17.2.0 e1d6a67b021e 324f5279017f 2023-12-09T02:49:11.383 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi172 running (10m) 2m ago 10m 45.4M 2048M 17.2.0 e1d6a67b021e cfdc4d178041 2023-12-09T02:49:11.383 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (10m) 2m ago 10m 41.6M 2048M 17.2.0 e1d6a67b021e 9299c6ac25fe 2023-12-09T02:49:11.383 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4m) 2m ago 4m 13.3M - 1dbe0e931976 9545f75973a1 2023-12-09T02:49:11.383 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi172 *:9100 running (4m) 2m ago 4m 11.1M - 1dbe0e931976 a31183c45a78 2023-12-09T02:49:11.383 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10m) 2m ago 10m 54.9M 4061M 17.2.0 e1d6a67b021e b647f39c76d5 2023-12-09T02:49:11.383 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9m) 2m ago 9m 57.0M 4061M 17.2.0 e1d6a67b021e 33c693687d9a 2023-12-09T02:49:11.383 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (8m) 2m ago 8m 51.1M 4061M 17.2.0 e1d6a67b021e b487471c7433 2023-12-09T02:49:11.383 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8m) 2m ago 8m 53.2M 4061M 17.2.0 e1d6a67b021e 635c08619a33 2023-12-09T02:49:11.383 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi172 running (7m) 2m ago 7m 55.4M 4317M 17.2.0 e1d6a67b021e c04304e8675b 2023-12-09T02:49:11.383 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi172 running (6m) 2m ago 7m 50.4M 4317M 17.2.0 e1d6a67b021e fcb16f6cd272 2023-12-09T02:49:11.384 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi172 running (6m) 2m ago 6m 48.8M 4317M 17.2.0 e1d6a67b021e a1dc1e893a48 2023-12-09T02:49:11.384 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi172 running (5m) 2m ago 5m 53.1M 4317M 17.2.0 e1d6a67b021e f5bf1afe0d7c 2023-12-09T02:49:11.384 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi172 *:9095 running (3m) 2m ago 4m 48.5M - 514e6a882f6e 7240589191d1 2023-12-09T02:49:11.384 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.foo.smithi023.mllipj smithi023 *:8000 running (2m) 2m ago 2m 84.5M - 17.2.0 e1d6a67b021e 110d5ba1c152 2023-12-09T02:49:11.384 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.foo.smithi172.aqpemq smithi172 *:8000 running (2m) 2m ago 2m 83.9M - 17.2.0 e1d6a67b021e c9a58e322a85 2023-12-09T02:49:11.384 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.smpl.smithi023.ikvhaq smithi023 *:80 running (2m) 2m ago 2m 84.7M - 17.2.0 e1d6a67b021e 9fb31f23b01c 2023-12-09T02:49:11.384 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.smpl.smithi172.ysxvfy smithi172 *:80 running (2m) 2m ago 2m 83.5M - 17.2.0 e1d6a67b021e 3c13f0c0b020 2023-12-09T02:49:11.817 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2023-12-09T02:49:11.817 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2023-12-09T02:49:11.817 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-09T02:49:11.817 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:49:11.817 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2023-12-09T02:49:11.817 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-09T02:49:11.817 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:49:11.818 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2023-12-09T02:49:11.818 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-09T02:49:11.818 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:49:11.818 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": {}, 2023-12-09T02:49:11.818 INFO:teuthology.orchestra.run.smithi023.stdout: "rgw": { 2023-12-09T02:49:11.818 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-09T02:49:11.818 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:49:11.818 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2023-12-09T02:49:11.818 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 17 2023-12-09T02:49:11.818 INFO:teuthology.orchestra.run.smithi023.stdout: } 2023-12-09T02:49:11.818 INFO:teuthology.orchestra.run.smithi023.stdout:} 2023-12-09T02:49:11.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:49:11 smithi172 bash[25093]: audit 2023-12-09T02:49:10.613244+0000 mgr.y (mgr.14469) 224 : audit [DBG] from='client.24970 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:49:11.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:49:11 smithi172 bash[25093]: audit 2023-12-09T02:49:10.752112+0000 mgr.y (mgr.14469) 225 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:49:12.020 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:49:11 smithi023 bash[30415]: audit 2023-12-09T02:49:10.613244+0000 mgr.y (mgr.14469) 224 : audit [DBG] from='client.24970 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:49:12.020 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:49:11 smithi023 bash[30415]: audit 2023-12-09T02:49:10.752112+0000 mgr.y (mgr.14469) 225 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:49:12.020 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:49:11 smithi023 bash[24949]: audit 2023-12-09T02:49:10.613244+0000 mgr.y (mgr.14469) 224 : audit [DBG] from='client.24970 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:49:12.020 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:49:11 smithi023 bash[24949]: audit 2023-12-09T02:49:10.752112+0000 mgr.y (mgr.14469) 225 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:49:12.193 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2023-12-09T02:49:12.194 INFO:teuthology.orchestra.run.smithi023.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882", 2023-12-09T02:49:12.194 INFO:teuthology.orchestra.run.smithi023.stdout: "in_progress": true, 2023-12-09T02:49:12.194 INFO:teuthology.orchestra.run.smithi023.stdout: "services_complete": [], 2023-12-09T02:49:12.194 INFO:teuthology.orchestra.run.smithi023.stdout: "progress": "", 2023-12-09T02:49:12.194 INFO:teuthology.orchestra.run.smithi023.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882 image" 2023-12-09T02:49:12.194 INFO:teuthology.orchestra.run.smithi023.stdout:} 2023-12-09T02:49:12.653 INFO:teuthology.orchestra.run.smithi023.stdout:HEALTH_OK 2023-12-09T02:49:12.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:49:12 smithi172 bash[25093]: cluster 2023-12-09T02:49:10.919024+0000 mgr.y (mgr.14469) 226 : cluster [DBG] pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:49:12.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:49:12 smithi172 bash[25093]: audit 2023-12-09T02:49:10.995222+0000 mgr.y (mgr.14469) 227 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:49:12.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:49:12 smithi172 bash[25093]: audit 2023-12-09T02:49:11.356623+0000 mgr.y (mgr.14469) 228 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:49:12.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:49:12 smithi172 bash[25093]: audit 2023-12-09T02:49:11.811269+0000 mon.c (mon.1) 38 : audit [DBG] from='client.? 172.21.15.23:0/434021564' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:49:12.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:49:12 smithi172 bash[25093]: audit 2023-12-09T02:49:12.647285+0000 mon.a (mon.0) 802 : audit [DBG] from='client.? 172.21.15.23:0/2738101328' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:49:13.020 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:49:12 smithi023 bash[24949]: cluster 2023-12-09T02:49:10.919024+0000 mgr.y (mgr.14469) 226 : cluster [DBG] pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:49:13.020 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:49:12 smithi023 bash[24949]: audit 2023-12-09T02:49:10.995222+0000 mgr.y (mgr.14469) 227 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:49:13.020 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:49:12 smithi023 bash[24949]: audit 2023-12-09T02:49:11.356623+0000 mgr.y (mgr.14469) 228 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:49:13.020 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:49:12 smithi023 bash[24949]: audit 2023-12-09T02:49:11.811269+0000 mon.c (mon.1) 38 : audit [DBG] from='client.? 172.21.15.23:0/434021564' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:49:13.020 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:49:12 smithi023 bash[24949]: audit 2023-12-09T02:49:12.647285+0000 mon.a (mon.0) 802 : audit [DBG] from='client.? 172.21.15.23:0/2738101328' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:49:13.020 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:49:12 smithi023 bash[30415]: cluster 2023-12-09T02:49:10.919024+0000 mgr.y (mgr.14469) 226 : cluster [DBG] pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:49:13.020 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:49:12 smithi023 bash[30415]: audit 2023-12-09T02:49:10.995222+0000 mgr.y (mgr.14469) 227 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:49:13.021 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:49:12 smithi023 bash[30415]: audit 2023-12-09T02:49:11.356623+0000 mgr.y (mgr.14469) 228 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:49:13.021 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:49:12 smithi023 bash[30415]: audit 2023-12-09T02:49:11.811269+0000 mon.c (mon.1) 38 : audit [DBG] from='client.? 172.21.15.23:0/434021564' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:49:13.021 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:49:12 smithi023 bash[30415]: audit 2023-12-09T02:49:12.647285+0000 mon.a (mon.0) 802 : audit [DBG] from='client.? 172.21.15.23:0/2738101328' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:49:13.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:49:13 smithi172 bash[25093]: audit 2023-12-09T02:49:12.187437+0000 mgr.y (mgr.14469) 229 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:49:14.020 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:49:13 smithi023 bash[30415]: audit 2023-12-09T02:49:12.187437+0000 mgr.y (mgr.14469) 229 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:49:14.020 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:49:13 smithi023 bash[24949]: audit 2023-12-09T02:49:12.187437+0000 mgr.y (mgr.14469) 229 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:49:15.003 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:49:14 smithi172 bash[25093]: cluster 2023-12-09T02:49:12.920375+0000 mgr.y (mgr.14469) 230 : cluster [DBG] pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:49:15.020 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:49:14 smithi023 bash[24949]: cluster 2023-12-09T02:49:12.920375+0000 mgr.y (mgr.14469) 230 : cluster [DBG] pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:49:15.020 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:49:14 smithi023 bash[30415]: cluster 2023-12-09T02:49:12.920375+0000 mgr.y (mgr.14469) 230 : cluster [DBG] pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:49:16.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:49:16 smithi172 bash[25093]: cluster 2023-12-09T02:49:14.921051+0000 mgr.y (mgr.14469) 231 : cluster [DBG] pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:49:17.020 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:49:16 smithi023 bash[24949]: cluster 2023-12-09T02:49:14.921051+0000 mgr.y (mgr.14469) 231 : cluster [DBG] pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:49:17.020 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:49:16 smithi023 bash[30415]: cluster 2023-12-09T02:49:14.921051+0000 mgr.y (mgr.14469) 231 : cluster [DBG] pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:49:18.248 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:49:17 smithi172 bash[26000]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:49:17] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:49:18.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:49:18 smithi172 bash[25093]: cluster 2023-12-09T02:49:16.922587+0000 mgr.y (mgr.14469) 232 : 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 2023-12-09T02:49:19.020 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:49:18 smithi023 bash[25223]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:49:18] "GET /metrics HTTP/1.1" 200 214853 "" "Prometheus/2.33.4" 2023-12-09T02:49:19.020 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:49:18 smithi023 bash[24949]: cluster 2023-12-09T02:49:16.922587+0000 mgr.y (mgr.14469) 232 : 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 2023-12-09T02:49:19.021 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:49:18 smithi023 bash[30415]: cluster 2023-12-09T02:49:16.922587+0000 mgr.y (mgr.14469) 232 : 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 2023-12-09T02:49:20.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:49:20 smithi172 bash[25093]: cluster 2023-12-09T02:49:18.923183+0000 mgr.y (mgr.14469) 233 : 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 2023-12-09T02:49:21.020 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:49:20 smithi023 bash[24949]: cluster 2023-12-09T02:49:18.923183+0000 mgr.y (mgr.14469) 233 : 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 2023-12-09T02:49:21.020 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:49:20 smithi023 bash[30415]: cluster 2023-12-09T02:49:18.923183+0000 mgr.y (mgr.14469) 233 : 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 2023-12-09T02:49:22.020 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:49:21 smithi023 bash[24949]: audit 2023-12-09T02:49:20.760251+0000 mgr.y (mgr.14469) 234 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:49:22.021 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:49:21 smithi023 bash[30415]: audit 2023-12-09T02:49:20.760251+0000 mgr.y (mgr.14469) 234 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:49:22.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:49:21 smithi172 bash[25093]: audit 2023-12-09T02:49:20.760251+0000 mgr.y (mgr.14469) 234 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:49:23.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:49:22 smithi172 bash[25093]: cluster 2023-12-09T02:49:20.923838+0000 mgr.y (mgr.14469) 235 : cluster [DBG] pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:49:23.270 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:49:22 smithi023 bash[24949]: cluster 2023-12-09T02:49:20.923838+0000 mgr.y (mgr.14469) 235 : cluster [DBG] pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:49:23.270 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:49:22 smithi023 bash[30415]: cluster 2023-12-09T02:49:20.923838+0000 mgr.y (mgr.14469) 235 : cluster [DBG] pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:49:25.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:49:24 smithi172 bash[25093]: cluster 2023-12-09T02:49:22.925765+0000 mgr.y (mgr.14469) 236 : cluster [DBG] pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:49:25.270 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:49:24 smithi023 bash[24949]: cluster 2023-12-09T02:49:22.925765+0000 mgr.y (mgr.14469) 236 : cluster [DBG] pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:49:25.270 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:49:24 smithi023 bash[30415]: cluster 2023-12-09T02:49:22.925765+0000 mgr.y (mgr.14469) 236 : cluster [DBG] pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:49:26.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:49:25 smithi172 bash[25093]: cluster 2023-12-09T02:49:24.926471+0000 mgr.y (mgr.14469) 237 : 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 2023-12-09T02:49:26.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:49:25 smithi023 bash[24949]: cluster 2023-12-09T02:49:24.926471+0000 mgr.y (mgr.14469) 237 : 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 2023-12-09T02:49:26.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:49:25 smithi023 bash[30415]: cluster 2023-12-09T02:49:24.926471+0000 mgr.y (mgr.14469) 237 : 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 2023-12-09T02:49:28.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:49:27 smithi172 bash[25093]: cluster 2023-12-09T02:49:26.928140+0000 mgr.y (mgr.14469) 238 : 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 2023-12-09T02:49:28.248 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:49:27 smithi172 bash[26000]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:49:27] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:49:28.270 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:49:27 smithi023 bash[24949]: cluster 2023-12-09T02:49:26.928140+0000 mgr.y (mgr.14469) 238 : 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 2023-12-09T02:49:28.270 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:49:27 smithi023 bash[30415]: cluster 2023-12-09T02:49:26.928140+0000 mgr.y (mgr.14469) 238 : 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 2023-12-09T02:49:29.020 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:49:28 smithi023 bash[25223]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:49:28] "GET /metrics HTTP/1.1" 200 214853 "" "Prometheus/2.33.4" 2023-12-09T02:49:30.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:49:30 smithi172 bash[25093]: cluster 2023-12-09T02:49:28.928908+0000 mgr.y (mgr.14469) 239 : 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 2023-12-09T02:49:31.020 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:49:30 smithi023 bash[30415]: cluster 2023-12-09T02:49:28.928908+0000 mgr.y (mgr.14469) 239 : 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 2023-12-09T02:49:31.020 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:49:30 smithi023 bash[24949]: cluster 2023-12-09T02:49:28.928908+0000 mgr.y (mgr.14469) 239 : 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 2023-12-09T02:49:31.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:49:31 smithi172 bash[25093]: audit 2023-12-09T02:49:30.768359+0000 mgr.y (mgr.14469) 240 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:49:32.020 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:49:31 smithi023 bash[24949]: audit 2023-12-09T02:49:30.768359+0000 mgr.y (mgr.14469) 240 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:49:32.020 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:49:31 smithi023 bash[30415]: audit 2023-12-09T02:49:30.768359+0000 mgr.y (mgr.14469) 240 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:49:32.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:49:32 smithi172 bash[25093]: cluster 2023-12-09T02:49:30.929508+0000 mgr.y (mgr.14469) 241 : cluster [DBG] pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:49:33.020 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:49:32 smithi023 bash[24949]: cluster 2023-12-09T02:49:30.929508+0000 mgr.y (mgr.14469) 241 : cluster [DBG] pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:49:33.020 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:49:32 smithi023 bash[30415]: cluster 2023-12-09T02:49:30.929508+0000 mgr.y (mgr.14469) 241 : cluster [DBG] pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:49:34.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:49:34 smithi172 bash[25093]: cluster 2023-12-09T02:49:32.931058+0000 mgr.y (mgr.14469) 242 : cluster [DBG] pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:49:35.020 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:49:34 smithi023 bash[24949]: cluster 2023-12-09T02:49:32.931058+0000 mgr.y (mgr.14469) 242 : cluster [DBG] pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:49:35.020 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:49:34 smithi023 bash[30415]: cluster 2023-12-09T02:49:32.931058+0000 mgr.y (mgr.14469) 242 : cluster [DBG] pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:49:36.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:49:36 smithi172 bash[25093]: cluster 2023-12-09T02:49:34.931797+0000 mgr.y (mgr.14469) 243 : 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 2023-12-09T02:49:37.020 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:49:36 smithi023 bash[24949]: cluster 2023-12-09T02:49:34.931797+0000 mgr.y (mgr.14469) 243 : 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 2023-12-09T02:49:37.020 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:49:36 smithi023 bash[30415]: cluster 2023-12-09T02:49:34.931797+0000 mgr.y (mgr.14469) 243 : 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 2023-12-09T02:49:38.248 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:49:37 smithi172 bash[26000]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:49:37] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:49:38.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:49:38 smithi172 bash[25093]: cluster 2023-12-09T02:49:36.933481+0000 mgr.y (mgr.14469) 244 : 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 2023-12-09T02:49:39.020 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:49:38 smithi023 bash[24949]: cluster 2023-12-09T02:49:36.933481+0000 mgr.y (mgr.14469) 244 : 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 2023-12-09T02:49:39.020 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:49:38 smithi023 bash[30415]: cluster 2023-12-09T02:49:36.933481+0000 mgr.y (mgr.14469) 244 : 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 2023-12-09T02:49:39.021 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:49:38 smithi023 bash[25223]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:49:38] "GET /metrics HTTP/1.1" 200 214855 "" "Prometheus/2.33.4" 2023-12-09T02:49:40.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:49:40 smithi172 bash[25093]: cluster 2023-12-09T02:49:38.934150+0000 mgr.y (mgr.14469) 245 : 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 2023-12-09T02:49:41.021 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:49:40 smithi023 bash[24949]: cluster 2023-12-09T02:49:38.934150+0000 mgr.y (mgr.14469) 245 : 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 2023-12-09T02:49:41.021 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:49:40 smithi023 bash[30415]: cluster 2023-12-09T02:49:38.934150+0000 mgr.y (mgr.14469) 245 : 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 2023-12-09T02:49:41.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:49:41 smithi172 bash[25093]: audit 2023-12-09T02:49:40.776374+0000 mgr.y (mgr.14469) 246 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:49:42.020 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:49:41 smithi023 bash[24949]: audit 2023-12-09T02:49:40.776374+0000 mgr.y (mgr.14469) 246 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:49:42.021 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:49:41 smithi023 bash[30415]: audit 2023-12-09T02:49:40.776374+0000 mgr.y (mgr.14469) 246 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:49:42.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:49:42 smithi172 bash[25093]: cluster 2023-12-09T02:49:40.934724+0000 mgr.y (mgr.14469) 247 : cluster [DBG] pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:49:43.020 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:49:42 smithi023 bash[24949]: cluster 2023-12-09T02:49:40.934724+0000 mgr.y (mgr.14469) 247 : cluster [DBG] pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:49:43.020 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:49:42 smithi023 bash[30415]: cluster 2023-12-09T02:49:40.934724+0000 mgr.y (mgr.14469) 247 : cluster [DBG] pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:49:43.092 INFO:teuthology.orchestra.run.smithi023.stdout:true 2023-12-09T02:49:43.949 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-09T02:49:43.949 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4m) 2m ago 5m 14.7M - ba2b418f427c 47724901d381 2023-12-09T02:49:43.949 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi172 *:3000 running (4m) 3m ago 4m 47.5M - 8.3.5 dad864ee21e9 9c508a19dd3c 2023-12-09T02:49:43.949 INFO:teuthology.orchestra.run.smithi023.stdout:iscsi.foo.smithi023.vcvunr smithi023 running (2m) 2m ago 2m 66.1M - 3.5 e1d6a67b021e 9acf5c9ecdb0 2023-12-09T02:49:43.950 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi172 *:8443 running (11m) 3m ago 11m 404M - 17.2.0 e1d6a67b021e 117e22e23f16 2023-12-09T02:49:43.950 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (13m) 2m ago 13m 452M - 17.2.0 e1d6a67b021e 87787e2d3f75 2023-12-09T02:49:43.950 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (13m) 2m ago 13m 54.2M 2048M 17.2.0 e1d6a67b021e 324f5279017f 2023-12-09T02:49:43.950 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi172 running (11m) 3m ago 11m 45.4M 2048M 17.2.0 e1d6a67b021e cfdc4d178041 2023-12-09T02:49:43.950 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (11m) 2m ago 11m 41.6M 2048M 17.2.0 e1d6a67b021e 9299c6ac25fe 2023-12-09T02:49:43.950 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5m) 2m ago 5m 13.3M - 1dbe0e931976 9545f75973a1 2023-12-09T02:49:43.950 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi172 *:9100 running (5m) 3m ago 5m 11.1M - 1dbe0e931976 a31183c45a78 2023-12-09T02:49:43.950 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (10m) 2m ago 10m 54.9M 4061M 17.2.0 e1d6a67b021e b647f39c76d5 2023-12-09T02:49:43.950 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (9m) 2m ago 9m 57.0M 4061M 17.2.0 e1d6a67b021e 33c693687d9a 2023-12-09T02:49:43.950 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9m) 2m ago 9m 51.1M 4061M 17.2.0 e1d6a67b021e b487471c7433 2023-12-09T02:49:43.950 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (8m) 2m ago 8m 53.2M 4061M 17.2.0 e1d6a67b021e 635c08619a33 2023-12-09T02:49:43.950 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi172 running (8m) 3m ago 8m 55.4M 4317M 17.2.0 e1d6a67b021e c04304e8675b 2023-12-09T02:49:43.950 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi172 running (7m) 3m ago 7m 50.4M 4317M 17.2.0 e1d6a67b021e fcb16f6cd272 2023-12-09T02:49:43.950 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi172 running (6m) 3m ago 6m 48.8M 4317M 17.2.0 e1d6a67b021e a1dc1e893a48 2023-12-09T02:49:43.951 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi172 running (6m) 3m ago 6m 53.1M 4317M 17.2.0 e1d6a67b021e f5bf1afe0d7c 2023-12-09T02:49:43.951 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi172 *:9095 running (4m) 3m ago 5m 48.5M - 514e6a882f6e 7240589191d1 2023-12-09T02:49:43.951 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.foo.smithi023.mllipj smithi023 *:8000 running (3m) 2m ago 3m 84.5M - 17.2.0 e1d6a67b021e 110d5ba1c152 2023-12-09T02:49:43.951 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.foo.smithi172.aqpemq smithi172 *:8000 running (3m) 3m ago 3m 83.9M - 17.2.0 e1d6a67b021e c9a58e322a85 2023-12-09T02:49:43.951 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.smpl.smithi023.ikvhaq smithi023 *:80 running (3m) 2m ago 3m 84.7M - 17.2.0 e1d6a67b021e 9fb31f23b01c 2023-12-09T02:49:43.951 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.smpl.smithi172.ysxvfy smithi172 *:80 running (3m) 3m ago 3m 83.5M - 17.2.0 e1d6a67b021e 3c13f0c0b020 2023-12-09T02:49:44.425 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2023-12-09T02:49:44.425 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2023-12-09T02:49:44.425 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-09T02:49:44.425 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:49:44.425 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2023-12-09T02:49:44.425 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-09T02:49:44.425 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:49:44.425 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2023-12-09T02:49:44.425 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-09T02:49:44.425 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:49:44.426 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": {}, 2023-12-09T02:49:44.426 INFO:teuthology.orchestra.run.smithi023.stdout: "rgw": { 2023-12-09T02:49:44.426 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-09T02:49:44.426 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:49:44.426 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2023-12-09T02:49:44.426 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 17 2023-12-09T02:49:44.426 INFO:teuthology.orchestra.run.smithi023.stdout: } 2023-12-09T02:49:44.426 INFO:teuthology.orchestra.run.smithi023.stdout:} 2023-12-09T02:49:44.847 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2023-12-09T02:49:44.847 INFO:teuthology.orchestra.run.smithi023.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882", 2023-12-09T02:49:44.847 INFO:teuthology.orchestra.run.smithi023.stdout: "in_progress": true, 2023-12-09T02:49:44.847 INFO:teuthology.orchestra.run.smithi023.stdout: "services_complete": [], 2023-12-09T02:49:44.847 INFO:teuthology.orchestra.run.smithi023.stdout: "progress": "", 2023-12-09T02:49:44.847 INFO:teuthology.orchestra.run.smithi023.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882 image" 2023-12-09T02:49:44.847 INFO:teuthology.orchestra.run.smithi023.stdout:} 2023-12-09T02:49:44.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:49:44 smithi172 bash[25093]: cluster 2023-12-09T02:49:42.936264+0000 mgr.y (mgr.14469) 248 : cluster [DBG] pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:49:44.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:49:44 smithi172 bash[25093]: audit 2023-12-09T02:49:43.070439+0000 mgr.y (mgr.14469) 249 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:49:44.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:49:44 smithi172 bash[25093]: audit 2023-12-09T02:49:43.508369+0000 mgr.y (mgr.14469) 250 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:49:44.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:49:44 smithi172 bash[25093]: audit 2023-12-09T02:49:44.418617+0000 mon.a (mon.0) 803 : audit [DBG] from='client.? 172.21.15.23:0/2071131235' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:49:45.020 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:49:44 smithi023 bash[24949]: cluster 2023-12-09T02:49:42.936264+0000 mgr.y (mgr.14469) 248 : cluster [DBG] pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:49:45.020 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:49:44 smithi023 bash[24949]: audit 2023-12-09T02:49:43.070439+0000 mgr.y (mgr.14469) 249 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:49:45.020 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:49:44 smithi023 bash[24949]: audit 2023-12-09T02:49:43.508369+0000 mgr.y (mgr.14469) 250 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:49:45.020 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:49:44 smithi023 bash[24949]: audit 2023-12-09T02:49:44.418617+0000 mon.a (mon.0) 803 : audit [DBG] from='client.? 172.21.15.23:0/2071131235' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:49:45.021 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:49:44 smithi023 bash[30415]: cluster 2023-12-09T02:49:42.936264+0000 mgr.y (mgr.14469) 248 : cluster [DBG] pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:49:45.021 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:49:44 smithi023 bash[30415]: audit 2023-12-09T02:49:43.070439+0000 mgr.y (mgr.14469) 249 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:49:45.021 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:49:44 smithi023 bash[30415]: audit 2023-12-09T02:49:43.508369+0000 mgr.y (mgr.14469) 250 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:49:45.021 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:49:44 smithi023 bash[30415]: audit 2023-12-09T02:49:44.418617+0000 mon.a (mon.0) 803 : audit [DBG] from='client.? 172.21.15.23:0/2071131235' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:49:45.334 INFO:teuthology.orchestra.run.smithi023.stdout:HEALTH_OK 2023-12-09T02:49:45.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:49:45 smithi172 bash[25093]: audit 2023-12-09T02:49:43.916641+0000 mgr.y (mgr.14469) 251 : audit [DBG] from='client.25018 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:49:45.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:49:45 smithi172 bash[25093]: audit 2023-12-09T02:49:45.328153+0000 mon.a (mon.0) 804 : audit [DBG] from='client.? 172.21.15.23:0/3931479111' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:49:46.020 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:49:45 smithi023 bash[24949]: audit 2023-12-09T02:49:43.916641+0000 mgr.y (mgr.14469) 251 : audit [DBG] from='client.25018 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:49:46.020 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:49:45 smithi023 bash[24949]: audit 2023-12-09T02:49:45.328153+0000 mon.a (mon.0) 804 : audit [DBG] from='client.? 172.21.15.23:0/3931479111' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:49:46.021 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:49:45 smithi023 bash[30415]: audit 2023-12-09T02:49:43.916641+0000 mgr.y (mgr.14469) 251 : audit [DBG] from='client.25018 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:49:46.021 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:49:45 smithi023 bash[30415]: audit 2023-12-09T02:49:45.328153+0000 mon.a (mon.0) 804 : audit [DBG] from='client.? 172.21.15.23:0/3931479111' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:49:46.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:49:46 smithi172 bash[25093]: audit 2023-12-09T02:49:44.840594+0000 mgr.y (mgr.14469) 252 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:49:46.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:49:46 smithi172 bash[25093]: cluster 2023-12-09T02:49:44.936784+0000 mgr.y (mgr.14469) 253 : 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 2023-12-09T02:49:47.020 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:49:46 smithi023 bash[30415]: audit 2023-12-09T02:49:44.840594+0000 mgr.y (mgr.14469) 252 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:49:47.020 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:49:46 smithi023 bash[30415]: cluster 2023-12-09T02:49:44.936784+0000 mgr.y (mgr.14469) 253 : 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 2023-12-09T02:49:47.021 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:49:46 smithi023 bash[24949]: audit 2023-12-09T02:49:44.840594+0000 mgr.y (mgr.14469) 252 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:49:47.021 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:49:46 smithi023 bash[24949]: cluster 2023-12-09T02:49:44.936784+0000 mgr.y (mgr.14469) 253 : 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 2023-12-09T02:49:48.248 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:49:47 smithi172 bash[26000]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:49:47] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:49:48.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:49:48 smithi172 bash[25093]: cluster 2023-12-09T02:49:46.938444+0000 mgr.y (mgr.14469) 254 : 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 2023-12-09T02:49:49.020 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:49:48 smithi023 bash[24949]: cluster 2023-12-09T02:49:46.938444+0000 mgr.y (mgr.14469) 254 : 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 2023-12-09T02:49:49.021 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:49:48 smithi023 bash[25223]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:49:48] "GET /metrics HTTP/1.1" 200 214857 "" "Prometheus/2.33.4" 2023-12-09T02:49:49.021 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:49:48 smithi023 bash[30415]: cluster 2023-12-09T02:49:46.938444+0000 mgr.y (mgr.14469) 254 : 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 2023-12-09T02:49:50.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:49:50 smithi172 bash[25093]: cluster 2023-12-09T02:49:48.939146+0000 mgr.y (mgr.14469) 255 : 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 2023-12-09T02:49:51.020 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:49:50 smithi023 bash[24949]: cluster 2023-12-09T02:49:48.939146+0000 mgr.y (mgr.14469) 255 : 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 2023-12-09T02:49:51.021 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:49:50 smithi023 bash[30415]: cluster 2023-12-09T02:49:48.939146+0000 mgr.y (mgr.14469) 255 : 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 2023-12-09T02:49:52.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:49:52 smithi172 bash[25093]: audit 2023-12-09T02:49:50.787661+0000 mgr.y (mgr.14469) 256 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:49:52.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:49:52 smithi172 bash[25093]: cluster 2023-12-09T02:49:50.939930+0000 mgr.y (mgr.14469) 257 : cluster [DBG] pgmap v212: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:49:53.020 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:49:52 smithi023 bash[24949]: audit 2023-12-09T02:49:50.787661+0000 mgr.y (mgr.14469) 256 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:49:53.021 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:49:52 smithi023 bash[24949]: cluster 2023-12-09T02:49:50.939930+0000 mgr.y (mgr.14469) 257 : cluster [DBG] pgmap v212: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:49:53.021 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:49:52 smithi023 bash[30415]: audit 2023-12-09T02:49:50.787661+0000 mgr.y (mgr.14469) 256 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:49:53.021 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:49:52 smithi023 bash[30415]: cluster 2023-12-09T02:49:50.939930+0000 mgr.y (mgr.14469) 257 : cluster [DBG] pgmap v212: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:49:54.021 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:49:53 smithi023 bash[49219]: level=warn ts=2023-12-09T02:49:53.544Z 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.172:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.172 because it doesn't contain any IP SANs" 2023-12-09T02:49:54.021 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:49:53 smithi023 bash[49219]: level=warn ts=2023-12-09T02:49:53.544Z 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.23:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.23 because it doesn't contain any IP SANs" 2023-12-09T02:49:54.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:49:54 smithi172 bash[25093]: cluster 2023-12-09T02:49:52.941718+0000 mgr.y (mgr.14469) 258 : cluster [DBG] pgmap v213: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:49:55.020 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:49:54 smithi023 bash[24949]: cluster 2023-12-09T02:49:52.941718+0000 mgr.y (mgr.14469) 258 : cluster [DBG] pgmap v213: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:49:55.021 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:49:54 smithi023 bash[30415]: cluster 2023-12-09T02:49:52.941718+0000 mgr.y (mgr.14469) 258 : cluster [DBG] pgmap v213: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:49:56.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:49:56 smithi172 bash[25093]: cluster 2023-12-09T02:49:54.942522+0000 mgr.y (mgr.14469) 259 : 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 2023-12-09T02:49:56.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:49:56 smithi172 bash[25093]: audit 2023-12-09T02:49:55.387883+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:49:56.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:49:56 smithi172 bash[25093]: cephadm 2023-12-09T02:49:55.389697+0000 mgr.y (mgr.14469) 260 : cephadm [INF] Upgrade: Target is version 19.0.0-44-g9dcc13bb (unknown) 2023-12-09T02:49:56.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:49:56 smithi172 bash[25093]: cephadm 2023-12-09T02:49:55.389862+0000 mgr.y (mgr.14469) 261 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ae709ca57b3946fa2c3aa0e660f64e3305f87cd32e48714f46a7a7751203b389'] 2023-12-09T02:49:56.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:49:56 smithi172 bash[25093]: audit 2023-12-09T02:49:55.398819+0000 mon.b (mon.2) 117 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:49:56.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:49:56 smithi172 bash[25093]: audit 2023-12-09T02:49:55.402477+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:49:56.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:49:56 smithi172 bash[25093]: cephadm 2023-12-09T02:49:55.405143+0000 mgr.y (mgr.14469) 262 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-09T02:49:56.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:49:56 smithi172 bash[25093]: cephadm 2023-12-09T02:49:55.649976+0000 mgr.y (mgr.14469) 263 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882 on smithi172 2023-12-09T02:49:56.771 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:49:56 smithi023 bash[24949]: cluster 2023-12-09T02:49:54.942522+0000 mgr.y (mgr.14469) 259 : 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 2023-12-09T02:49:56.771 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:49:56 smithi023 bash[24949]: audit 2023-12-09T02:49:55.387883+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:49:56.771 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:49:56 smithi023 bash[24949]: cephadm 2023-12-09T02:49:55.389697+0000 mgr.y (mgr.14469) 260 : cephadm [INF] Upgrade: Target is version 19.0.0-44-g9dcc13bb (unknown) 2023-12-09T02:49:56.771 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:49:56 smithi023 bash[24949]: cephadm 2023-12-09T02:49:55.389862+0000 mgr.y (mgr.14469) 261 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ae709ca57b3946fa2c3aa0e660f64e3305f87cd32e48714f46a7a7751203b389'] 2023-12-09T02:49:56.771 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:49:56 smithi023 bash[24949]: audit 2023-12-09T02:49:55.398819+0000 mon.b (mon.2) 117 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:49:56.771 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:49:56 smithi023 bash[24949]: audit 2023-12-09T02:49:55.402477+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:49:56.771 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:49:56 smithi023 bash[24949]: cephadm 2023-12-09T02:49:55.405143+0000 mgr.y (mgr.14469) 262 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-09T02:49:56.771 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:49:56 smithi023 bash[24949]: cephadm 2023-12-09T02:49:55.649976+0000 mgr.y (mgr.14469) 263 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882 on smithi172 2023-12-09T02:49:56.771 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:49:56 smithi023 bash[30415]: cluster 2023-12-09T02:49:54.942522+0000 mgr.y (mgr.14469) 259 : 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 2023-12-09T02:49:56.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:49:56 smithi023 bash[30415]: audit 2023-12-09T02:49:55.387883+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:49:56.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:49:56 smithi023 bash[30415]: cephadm 2023-12-09T02:49:55.389697+0000 mgr.y (mgr.14469) 260 : cephadm [INF] Upgrade: Target is version 19.0.0-44-g9dcc13bb (unknown) 2023-12-09T02:49:56.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:49:56 smithi023 bash[30415]: cephadm 2023-12-09T02:49:55.389862+0000 mgr.y (mgr.14469) 261 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ae709ca57b3946fa2c3aa0e660f64e3305f87cd32e48714f46a7a7751203b389'] 2023-12-09T02:49:56.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:49:56 smithi023 bash[30415]: audit 2023-12-09T02:49:55.398819+0000 mon.b (mon.2) 117 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:49:56.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:49:56 smithi023 bash[30415]: audit 2023-12-09T02:49:55.402477+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:49:56.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:49:56 smithi023 bash[30415]: cephadm 2023-12-09T02:49:55.405143+0000 mgr.y (mgr.14469) 262 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-09T02:49:56.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:49:56 smithi023 bash[30415]: cephadm 2023-12-09T02:49:55.649976+0000 mgr.y (mgr.14469) 263 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882 on smithi172 2023-12-09T02:49:58.248 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:49:57 smithi172 bash[26000]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:49:57] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:49:58.736 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:49:58 smithi023 bash[24949]: cluster 2023-12-09T02:49:56.944291+0000 mgr.y (mgr.14469) 264 : 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 2023-12-09T02:49:58.736 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:49:58 smithi023 bash[30415]: cluster 2023-12-09T02:49:56.944291+0000 mgr.y (mgr.14469) 264 : 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 2023-12-09T02:49:58.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:49:58 smithi172 bash[25093]: cluster 2023-12-09T02:49:56.944291+0000 mgr.y (mgr.14469) 264 : 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 2023-12-09T02:49:59.020 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:49:58 smithi023 bash[25223]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:49:58] "GET /metrics HTTP/1.1" 200 214857 "" "Prometheus/2.33.4" 2023-12-09T02:50:00.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:50:00 smithi172 bash[25093]: cluster 2023-12-09T02:49:58.945208+0000 mgr.y (mgr.14469) 265 : 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 2023-12-09T02:50:00.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:50:00 smithi172 bash[25093]: cluster 2023-12-09T02:50:00.000154+0000 mon.a (mon.0) 807 : cluster [INF] overall HEALTH_OK 2023-12-09T02:50:01.021 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:50:00 smithi023 bash[24949]: cluster 2023-12-09T02:49:58.945208+0000 mgr.y (mgr.14469) 265 : 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 2023-12-09T02:50:01.021 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:50:00 smithi023 bash[24949]: cluster 2023-12-09T02:50:00.000154+0000 mon.a (mon.0) 807 : cluster [INF] overall HEALTH_OK 2023-12-09T02:50:01.021 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:50:00 smithi023 bash[30415]: cluster 2023-12-09T02:49:58.945208+0000 mgr.y (mgr.14469) 265 : 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 2023-12-09T02:50:01.021 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:50:00 smithi023 bash[30415]: cluster 2023-12-09T02:50:00.000154+0000 mon.a (mon.0) 807 : cluster [INF] overall HEALTH_OK 2023-12-09T02:50:01.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:50:01 smithi172 bash[25093]: audit 2023-12-09T02:50:01.190830+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:50:01.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:50:01 smithi172 bash[25093]: audit 2023-12-09T02:50:01.196014+0000 mon.b (mon.2) 118 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:50:01.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:50:01 smithi172 bash[25093]: audit 2023-12-09T02:50:01.198453+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:50:01.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:50:01 smithi172 bash[25093]: audit 2023-12-09T02:50:01.204581+0000 mon.b (mon.2) 119 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:50:02.021 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:50:01 smithi023 bash[24949]: audit 2023-12-09T02:50:01.190830+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:50:02.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:50:01 smithi023 bash[24949]: audit 2023-12-09T02:50:01.196014+0000 mon.b (mon.2) 118 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:50:02.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:50:01 smithi023 bash[24949]: audit 2023-12-09T02:50:01.198453+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:50:02.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:50:01 smithi023 bash[24949]: audit 2023-12-09T02:50:01.204581+0000 mon.b (mon.2) 119 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:50:02.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:50:01 smithi023 bash[30415]: audit 2023-12-09T02:50:01.190830+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:50:02.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:50:01 smithi023 bash[30415]: audit 2023-12-09T02:50:01.196014+0000 mon.b (mon.2) 118 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:50:02.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:50:01 smithi023 bash[30415]: audit 2023-12-09T02:50:01.198453+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:50:02.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:50:01 smithi023 bash[30415]: audit 2023-12-09T02:50:01.204581+0000 mon.b (mon.2) 119 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:50:02.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:50:02 smithi172 bash[25093]: audit 2023-12-09T02:50:00.799096+0000 mgr.y (mgr.14469) 266 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:50:02.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:50:02 smithi172 bash[25093]: cluster 2023-12-09T02:50:00.945712+0000 mgr.y (mgr.14469) 267 : cluster [DBG] pgmap v217: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:50:03.020 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:50:02 smithi023 bash[24949]: audit 2023-12-09T02:50:00.799096+0000 mgr.y (mgr.14469) 266 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:50:03.021 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:50:02 smithi023 bash[24949]: cluster 2023-12-09T02:50:00.945712+0000 mgr.y (mgr.14469) 267 : cluster [DBG] pgmap v217: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:50:03.021 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:50:02 smithi023 bash[30415]: audit 2023-12-09T02:50:00.799096+0000 mgr.y (mgr.14469) 266 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:50:03.021 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:50:02 smithi023 bash[30415]: cluster 2023-12-09T02:50:00.945712+0000 mgr.y (mgr.14469) 267 : cluster [DBG] pgmap v217: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:50:03.771 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:50:03 smithi023 bash[49219]: level=error ts=2023-12-09T02:50:03.507Z 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.172:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.172 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://172.21.15.23:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.23 because it doesn't contain any IP SANs" 2023-12-09T02:50:03.771 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:50:03 smithi023 bash[49219]: level=warn ts=2023-12-09T02:50:03.512Z 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.172:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.172 because it doesn't contain any IP SANs" 2023-12-09T02:50:03.771 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:50:03 smithi023 bash[49219]: level=warn ts=2023-12-09T02:50:03.513Z 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.23:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.23 because it doesn't contain any IP SANs" 2023-12-09T02:50:04.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:50:04 smithi172 bash[25093]: cluster 2023-12-09T02:50:02.947392+0000 mgr.y (mgr.14469) 268 : cluster [DBG] pgmap v218: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:50:05.020 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:50:04 smithi023 bash[24949]: cluster 2023-12-09T02:50:02.947392+0000 mgr.y (mgr.14469) 268 : cluster [DBG] pgmap v218: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:50:05.021 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:50:04 smithi023 bash[30415]: cluster 2023-12-09T02:50:02.947392+0000 mgr.y (mgr.14469) 268 : cluster [DBG] pgmap v218: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:50:06.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:50:06 smithi172 bash[25093]: cluster 2023-12-09T02:50:04.948162+0000 mgr.y (mgr.14469) 269 : 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 2023-12-09T02:50:07.021 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:50:06 smithi023 bash[24949]: cluster 2023-12-09T02:50:04.948162+0000 mgr.y (mgr.14469) 269 : 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 2023-12-09T02:50:07.021 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:50:06 smithi023 bash[30415]: cluster 2023-12-09T02:50:04.948162+0000 mgr.y (mgr.14469) 269 : 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 2023-12-09T02:50:08.250 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:50:07 smithi172 bash[26000]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:50:07] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:50:08.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:50:08 smithi172 bash[25093]: cluster 2023-12-09T02:50:06.949814+0000 mgr.y (mgr.14469) 270 : 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 2023-12-09T02:50:09.021 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:50:08 smithi023 bash[24949]: cluster 2023-12-09T02:50:06.949814+0000 mgr.y (mgr.14469) 270 : 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 2023-12-09T02:50:09.021 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:50:08 smithi023 bash[25223]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:50:08] "GET /metrics HTTP/1.1" 200 214851 "" "Prometheus/2.33.4" 2023-12-09T02:50:09.021 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:50:08 smithi023 bash[30415]: cluster 2023-12-09T02:50:06.949814+0000 mgr.y (mgr.14469) 270 : 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 2023-12-09T02:50:10.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:50:10 smithi172 bash[25093]: cluster 2023-12-09T02:50:08.950569+0000 mgr.y (mgr.14469) 271 : 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 2023-12-09T02:50:11.021 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:50:10 smithi023 bash[24949]: cluster 2023-12-09T02:50:08.950569+0000 mgr.y (mgr.14469) 271 : 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 2023-12-09T02:50:11.021 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:50:10 smithi023 bash[30415]: cluster 2023-12-09T02:50:08.950569+0000 mgr.y (mgr.14469) 271 : 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 2023-12-09T02:50:12.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:50:12 smithi172 bash[25093]: audit 2023-12-09T02:50:10.801253+0000 mgr.y (mgr.14469) 272 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:50:12.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:50:12 smithi172 bash[25093]: cluster 2023-12-09T02:50:10.951299+0000 mgr.y (mgr.14469) 273 : cluster [DBG] pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:50:13.021 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:50:12 smithi023 bash[24949]: audit 2023-12-09T02:50:10.801253+0000 mgr.y (mgr.14469) 272 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:50:13.021 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:50:12 smithi023 bash[24949]: cluster 2023-12-09T02:50:10.951299+0000 mgr.y (mgr.14469) 273 : cluster [DBG] pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:50:13.021 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:50:12 smithi023 bash[30415]: audit 2023-12-09T02:50:10.801253+0000 mgr.y (mgr.14469) 272 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:50:13.021 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:50:12 smithi023 bash[30415]: cluster 2023-12-09T02:50:10.951299+0000 mgr.y (mgr.14469) 273 : cluster [DBG] pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:50:13.771 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:50:13 smithi023 bash[49219]: level=error ts=2023-12-09T02:50:13.508Z 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.172:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.172 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.23:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.23 because it doesn't contain any IP SANs" 2023-12-09T02:50:13.772 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:50:13 smithi023 bash[49219]: level=warn ts=2023-12-09T02:50:13.512Z 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.172:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.172 because it doesn't contain any IP SANs" 2023-12-09T02:50:13.772 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:50:13 smithi023 bash[49219]: level=warn ts=2023-12-09T02:50:13.513Z 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.23:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.23 because it doesn't contain any IP SANs" 2023-12-09T02:50:14.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:50:14 smithi172 bash[25093]: cluster 2023-12-09T02:50:12.953063+0000 mgr.y (mgr.14469) 274 : cluster [DBG] pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:50:15.021 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:50:14 smithi023 bash[24949]: cluster 2023-12-09T02:50:12.953063+0000 mgr.y (mgr.14469) 274 : cluster [DBG] pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:50:15.021 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:50:14 smithi023 bash[30415]: cluster 2023-12-09T02:50:12.953063+0000 mgr.y (mgr.14469) 274 : cluster [DBG] pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:50:15.718 INFO:teuthology.orchestra.run.smithi023.stdout:true 2023-12-09T02:50:16.454 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-09T02:50:16.454 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4m) 3m ago 5m 14.7M - ba2b418f427c 47724901d381 2023-12-09T02:50:16.454 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi172 *:3000 running (5m) 3m ago 5m 47.5M - 8.3.5 dad864ee21e9 9c508a19dd3c 2023-12-09T02:50:16.454 INFO:teuthology.orchestra.run.smithi023.stdout:iscsi.foo.smithi023.vcvunr smithi023 running (3m) 3m ago 3m 66.1M - 3.5 e1d6a67b021e 9acf5c9ecdb0 2023-12-09T02:50:16.454 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi172 *:8443 running (11m) 3m ago 11m 404M - 17.2.0 e1d6a67b021e 117e22e23f16 2023-12-09T02:50:16.454 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (13m) 3m ago 13m 452M - 17.2.0 e1d6a67b021e 87787e2d3f75 2023-12-09T02:50:16.454 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (13m) 3m ago 13m 54.2M 2048M 17.2.0 e1d6a67b021e 324f5279017f 2023-12-09T02:50:16.454 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi172 running (11m) 3m ago 11m 45.4M 2048M 17.2.0 e1d6a67b021e cfdc4d178041 2023-12-09T02:50:16.454 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (12m) 3m ago 12m 41.6M 2048M 17.2.0 e1d6a67b021e 9299c6ac25fe 2023-12-09T02:50:16.454 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5m) 3m ago 5m 13.3M - 1dbe0e931976 9545f75973a1 2023-12-09T02:50:16.454 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi172 *:9100 running (5m) 3m ago 5m 11.1M - 1dbe0e931976 a31183c45a78 2023-12-09T02:50:16.454 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11m) 3m ago 11m 54.9M 4061M 17.2.0 e1d6a67b021e b647f39c76d5 2023-12-09T02:50:16.455 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (10m) 3m ago 10m 57.0M 4061M 17.2.0 e1d6a67b021e 33c693687d9a 2023-12-09T02:50:16.455 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (9m) 3m ago 9m 51.1M 4061M 17.2.0 e1d6a67b021e b487471c7433 2023-12-09T02:50:16.455 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9m) 3m ago 9m 53.2M 4061M 17.2.0 e1d6a67b021e 635c08619a33 2023-12-09T02:50:16.455 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi172 running (8m) 3m ago 8m 55.4M 4317M 17.2.0 e1d6a67b021e c04304e8675b 2023-12-09T02:50:16.455 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi172 running (8m) 3m ago 8m 50.4M 4317M 17.2.0 e1d6a67b021e fcb16f6cd272 2023-12-09T02:50:16.455 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi172 running (7m) 3m ago 7m 48.8M 4317M 17.2.0 e1d6a67b021e a1dc1e893a48 2023-12-09T02:50:16.455 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi172 running (6m) 3m ago 6m 53.1M 4317M 17.2.0 e1d6a67b021e f5bf1afe0d7c 2023-12-09T02:50:16.455 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi172 *:9095 running (4m) 3m ago 5m 48.5M - 514e6a882f6e 7240589191d1 2023-12-09T02:50:16.455 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.foo.smithi023.mllipj smithi023 *:8000 running (3m) 3m ago 3m 84.5M - 17.2.0 e1d6a67b021e 110d5ba1c152 2023-12-09T02:50:16.455 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.foo.smithi172.aqpemq smithi172 *:8000 running (3m) 3m ago 3m 83.9M - 17.2.0 e1d6a67b021e c9a58e322a85 2023-12-09T02:50:16.455 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.smpl.smithi023.ikvhaq smithi023 *:80 running (3m) 3m ago 3m 84.7M - 17.2.0 e1d6a67b021e 9fb31f23b01c 2023-12-09T02:50:16.455 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.smpl.smithi172.ysxvfy smithi172 *:80 running (3m) 3m ago 3m 83.5M - 17.2.0 e1d6a67b021e 3c13f0c0b020 2023-12-09T02:50:16.868 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2023-12-09T02:50:16.869 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2023-12-09T02:50:16.869 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-09T02:50:16.869 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:50:16.869 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2023-12-09T02:50:16.869 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-09T02:50:16.869 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:50:16.869 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2023-12-09T02:50:16.869 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-09T02:50:16.869 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:50:16.869 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": {}, 2023-12-09T02:50:16.869 INFO:teuthology.orchestra.run.smithi023.stdout: "rgw": { 2023-12-09T02:50:16.869 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-09T02:50:16.869 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:50:16.869 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2023-12-09T02:50:16.870 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 17 2023-12-09T02:50:16.870 INFO:teuthology.orchestra.run.smithi023.stdout: } 2023-12-09T02:50:16.870 INFO:teuthology.orchestra.run.smithi023.stdout:} 2023-12-09T02:50:16.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:50:16 smithi172 bash[25093]: cluster 2023-12-09T02:50:14.953880+0000 mgr.y (mgr.14469) 275 : 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 2023-12-09T02:50:16.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:50:16 smithi172 bash[25093]: audit 2023-12-09T02:50:15.696543+0000 mgr.y (mgr.14469) 276 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:50:17.020 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:50:16 smithi023 bash[30415]: cluster 2023-12-09T02:50:14.953880+0000 mgr.y (mgr.14469) 275 : 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 2023-12-09T02:50:17.021 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:50:16 smithi023 bash[30415]: audit 2023-12-09T02:50:15.696543+0000 mgr.y (mgr.14469) 276 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:50:17.021 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:50:16 smithi023 bash[24949]: cluster 2023-12-09T02:50:14.953880+0000 mgr.y (mgr.14469) 275 : 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 2023-12-09T02:50:17.021 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:50:16 smithi023 bash[24949]: audit 2023-12-09T02:50:15.696543+0000 mgr.y (mgr.14469) 276 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:50:17.233 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2023-12-09T02:50:17.233 INFO:teuthology.orchestra.run.smithi023.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882", 2023-12-09T02:50:17.233 INFO:teuthology.orchestra.run.smithi023.stdout: "in_progress": true, 2023-12-09T02:50:17.233 INFO:teuthology.orchestra.run.smithi023.stdout: "services_complete": [], 2023-12-09T02:50:17.233 INFO:teuthology.orchestra.run.smithi023.stdout: "progress": "0/23 daemons upgraded", 2023-12-09T02:50:17.233 INFO:teuthology.orchestra.run.smithi023.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882 image on host smithi172" 2023-12-09T02:50:17.233 INFO:teuthology.orchestra.run.smithi023.stdout:} 2023-12-09T02:50:17.640 INFO:teuthology.orchestra.run.smithi023.stdout:HEALTH_OK 2023-12-09T02:50:17.991 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:50:17 smithi172 bash[25093]: audit 2023-12-09T02:50:16.074153+0000 mgr.y (mgr.14469) 277 : audit [DBG] from='client.25048 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:50:17.991 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:50:17 smithi172 bash[25093]: audit 2023-12-09T02:50:16.425771+0000 mgr.y (mgr.14469) 278 : audit [DBG] from='client.25054 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:50:17.992 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:50:17 smithi172 bash[25093]: audit 2023-12-09T02:50:16.862036+0000 mon.c (mon.1) 39 : audit [DBG] from='client.? 172.21.15.23:0/664600832' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:50:17.992 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:50:17 smithi172 bash[25093]: audit 2023-12-09T02:50:17.633411+0000 mon.a (mon.0) 810 : audit [DBG] from='client.? 172.21.15.23:0/9260659' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:50:18.021 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:50:17 smithi023 bash[24949]: audit 2023-12-09T02:50:16.074153+0000 mgr.y (mgr.14469) 277 : audit [DBG] from='client.25048 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:50:18.021 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:50:17 smithi023 bash[24949]: audit 2023-12-09T02:50:16.425771+0000 mgr.y (mgr.14469) 278 : audit [DBG] from='client.25054 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:50:18.021 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:50:17 smithi023 bash[24949]: audit 2023-12-09T02:50:16.862036+0000 mon.c (mon.1) 39 : audit [DBG] from='client.? 172.21.15.23:0/664600832' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:50:18.021 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:50:17 smithi023 bash[24949]: audit 2023-12-09T02:50:17.633411+0000 mon.a (mon.0) 810 : audit [DBG] from='client.? 172.21.15.23:0/9260659' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:50:18.021 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:50:17 smithi023 bash[30415]: audit 2023-12-09T02:50:16.074153+0000 mgr.y (mgr.14469) 277 : audit [DBG] from='client.25048 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:50:18.021 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:50:17 smithi023 bash[30415]: audit 2023-12-09T02:50:16.425771+0000 mgr.y (mgr.14469) 278 : audit [DBG] from='client.25054 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:50:18.021 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:50:17 smithi023 bash[30415]: audit 2023-12-09T02:50:16.862036+0000 mon.c (mon.1) 39 : audit [DBG] from='client.? 172.21.15.23:0/664600832' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:50:18.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:50:17 smithi023 bash[30415]: audit 2023-12-09T02:50:17.633411+0000 mon.a (mon.0) 810 : audit [DBG] from='client.? 172.21.15.23:0/9260659' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:50:18.247 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:50:17 smithi172 bash[26000]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:50:17] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:50:18.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:50:18 smithi172 bash[25093]: cluster 2023-12-09T02:50:16.955588+0000 mgr.y (mgr.14469) 279 : cluster [DBG] pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:50:18.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:50:18 smithi172 bash[25093]: audit 2023-12-09T02:50:17.225652+0000 mgr.y (mgr.14469) 280 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:50:19.021 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:50:18 smithi023 bash[25223]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:50:18] "GET /metrics HTTP/1.1" 200 214857 "" "Prometheus/2.33.4" 2023-12-09T02:50:19.021 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:50:18 smithi023 bash[24949]: cluster 2023-12-09T02:50:16.955588+0000 mgr.y (mgr.14469) 279 : cluster [DBG] pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:50:19.021 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:50:18 smithi023 bash[24949]: audit 2023-12-09T02:50:17.225652+0000 mgr.y (mgr.14469) 280 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:50:19.021 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:50:18 smithi023 bash[30415]: cluster 2023-12-09T02:50:16.955588+0000 mgr.y (mgr.14469) 279 : cluster [DBG] pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:50:19.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:50:18 smithi023 bash[30415]: audit 2023-12-09T02:50:17.225652+0000 mgr.y (mgr.14469) 280 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:50:20.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:50:20 smithi172 bash[25093]: cluster 2023-12-09T02:50:18.956362+0000 mgr.y (mgr.14469) 281 : 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 2023-12-09T02:50:21.021 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:50:20 smithi023 bash[24949]: cluster 2023-12-09T02:50:18.956362+0000 mgr.y (mgr.14469) 281 : 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 2023-12-09T02:50:21.021 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:50:20 smithi023 bash[30415]: cluster 2023-12-09T02:50:18.956362+0000 mgr.y (mgr.14469) 281 : 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 2023-12-09T02:50:22.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:50:22 smithi172 bash[25093]: audit 2023-12-09T02:50:20.809024+0000 mgr.y (mgr.14469) 282 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:50:22.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:50:22 smithi172 bash[25093]: cluster 2023-12-09T02:50:20.957137+0000 mgr.y (mgr.14469) 283 : cluster [DBG] pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:50:23.021 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:50:22 smithi023 bash[24949]: audit 2023-12-09T02:50:20.809024+0000 mgr.y (mgr.14469) 282 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:50:23.021 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:50:22 smithi023 bash[24949]: cluster 2023-12-09T02:50:20.957137+0000 mgr.y (mgr.14469) 283 : cluster [DBG] pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:50:23.021 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:50:22 smithi023 bash[30415]: audit 2023-12-09T02:50:20.809024+0000 mgr.y (mgr.14469) 282 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:50:23.021 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:50:22 smithi023 bash[30415]: cluster 2023-12-09T02:50:20.957137+0000 mgr.y (mgr.14469) 283 : cluster [DBG] pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:50:23.771 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:50:23 smithi023 bash[49219]: level=error ts=2023-12-09T02:50:23.509Z 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.172:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.172 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.23:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.23 because it doesn't contain any IP SANs" 2023-12-09T02:50:23.771 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:50:23 smithi023 bash[49219]: level=warn ts=2023-12-09T02:50:23.512Z 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.172:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.172 because it doesn't contain any IP SANs" 2023-12-09T02:50:23.771 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:50:23 smithi023 bash[49219]: level=warn ts=2023-12-09T02:50:23.513Z 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.23:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.23 because it doesn't contain any IP SANs" 2023-12-09T02:50:24.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:50:24 smithi172 bash[25093]: cluster 2023-12-09T02:50:22.958927+0000 mgr.y (mgr.14469) 284 : cluster [DBG] pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:50:25.021 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:50:24 smithi023 bash[30415]: cluster 2023-12-09T02:50:22.958927+0000 mgr.y (mgr.14469) 284 : cluster [DBG] pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:50:25.021 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:50:24 smithi023 bash[24949]: cluster 2023-12-09T02:50:22.958927+0000 mgr.y (mgr.14469) 284 : cluster [DBG] pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:50:27.021 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:50:26 smithi023 bash[24949]: cluster 2023-12-09T02:50:24.959891+0000 mgr.y (mgr.14469) 285 : 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 2023-12-09T02:50:27.021 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:50:26 smithi023 bash[30415]: cluster 2023-12-09T02:50:24.959891+0000 mgr.y (mgr.14469) 285 : 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 2023-12-09T02:50:27.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:50:26 smithi172 bash[25093]: cluster 2023-12-09T02:50:24.959891+0000 mgr.y (mgr.14469) 285 : 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 2023-12-09T02:50:28.247 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:50:27 smithi172 bash[26000]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:50:27] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:50:29.021 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:50:28 smithi023 bash[24949]: cluster 2023-12-09T02:50:26.961546+0000 mgr.y (mgr.14469) 286 : 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 2023-12-09T02:50:29.021 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:50:28 smithi023 bash[30415]: cluster 2023-12-09T02:50:26.961546+0000 mgr.y (mgr.14469) 286 : 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 2023-12-09T02:50:29.021 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:50:28 smithi023 bash[25223]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:50:28] "GET /metrics HTTP/1.1" 200 214857 "" "Prometheus/2.33.4" 2023-12-09T02:50:29.058 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:50:28 smithi172 bash[25093]: cluster 2023-12-09T02:50:26.961546+0000 mgr.y (mgr.14469) 286 : 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 2023-12-09T02:50:31.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:50:30 smithi172 bash[25093]: cluster 2023-12-09T02:50:28.962310+0000 mgr.y (mgr.14469) 287 : 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 2023-12-09T02:50:31.271 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:50:30 smithi023 bash[24949]: cluster 2023-12-09T02:50:28.962310+0000 mgr.y (mgr.14469) 287 : 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 2023-12-09T02:50:31.271 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:50:30 smithi023 bash[30415]: cluster 2023-12-09T02:50:28.962310+0000 mgr.y (mgr.14469) 287 : 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 2023-12-09T02:50:33.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:50:32 smithi172 bash[25093]: audit 2023-12-09T02:50:30.812667+0000 mgr.y (mgr.14469) 288 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:50:33.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:50:32 smithi172 bash[25093]: cluster 2023-12-09T02:50:30.963027+0000 mgr.y (mgr.14469) 289 : cluster [DBG] pgmap v232: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:50:33.271 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:50:32 smithi023 bash[24949]: audit 2023-12-09T02:50:30.812667+0000 mgr.y (mgr.14469) 288 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:50:33.271 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:50:32 smithi023 bash[24949]: cluster 2023-12-09T02:50:30.963027+0000 mgr.y (mgr.14469) 289 : cluster [DBG] pgmap v232: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:50:33.271 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:50:32 smithi023 bash[30415]: audit 2023-12-09T02:50:30.812667+0000 mgr.y (mgr.14469) 288 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:50:33.271 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:50:32 smithi023 bash[30415]: cluster 2023-12-09T02:50:30.963027+0000 mgr.y (mgr.14469) 289 : cluster [DBG] pgmap v232: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:50:33.771 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:50:33 smithi023 bash[49219]: level=error ts=2023-12-09T02:50:33.509Z 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.172:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.172 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://172.21.15.23:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.23 because it doesn't contain any IP SANs" 2023-12-09T02:50:33.771 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:50:33 smithi023 bash[49219]: level=warn ts=2023-12-09T02:50:33.514Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.23:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.23 because it doesn't contain any IP SANs" 2023-12-09T02:50:33.771 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:50:33 smithi023 bash[49219]: level=warn ts=2023-12-09T02:50:33.516Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.172:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.172 because it doesn't contain any IP SANs" 2023-12-09T02:50:35.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:50:34 smithi172 bash[25093]: cluster 2023-12-09T02:50:32.964821+0000 mgr.y (mgr.14469) 290 : cluster [DBG] pgmap v233: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:50:35.271 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:50:34 smithi023 bash[24949]: cluster 2023-12-09T02:50:32.964821+0000 mgr.y (mgr.14469) 290 : cluster [DBG] pgmap v233: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:50:35.271 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:50:34 smithi023 bash[30415]: cluster 2023-12-09T02:50:32.964821+0000 mgr.y (mgr.14469) 290 : cluster [DBG] pgmap v233: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:50:36.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:50:35 smithi172 bash[25093]: cluster 2023-12-09T02:50:34.965567+0000 mgr.y (mgr.14469) 291 : 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 2023-12-09T02:50:36.271 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:50:35 smithi023 bash[30415]: cluster 2023-12-09T02:50:34.965567+0000 mgr.y (mgr.14469) 291 : 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 2023-12-09T02:50:36.271 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:50:35 smithi023 bash[24949]: cluster 2023-12-09T02:50:34.965567+0000 mgr.y (mgr.14469) 291 : 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 2023-12-09T02:50:38.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:50:38 smithi172 bash[25093]: cluster 2023-12-09T02:50:36.967217+0000 mgr.y (mgr.14469) 292 : 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 2023-12-09T02:50:38.248 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:50:37 smithi172 bash[26000]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:50:37] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:50:38.521 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:50:38 smithi023 bash[30415]: cluster 2023-12-09T02:50:36.967217+0000 mgr.y (mgr.14469) 292 : 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 2023-12-09T02:50:38.521 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:50:38 smithi023 bash[24949]: cluster 2023-12-09T02:50:36.967217+0000 mgr.y (mgr.14469) 292 : 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 2023-12-09T02:50:39.021 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:50:38 smithi023 bash[25223]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:50:38] "GET /metrics HTTP/1.1" 200 214846 "" "Prometheus/2.33.4" 2023-12-09T02:50:40.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:50:40 smithi172 bash[25093]: cluster 2023-12-09T02:50:38.967980+0000 mgr.y (mgr.14469) 293 : 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 2023-12-09T02:50:41.021 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:50:40 smithi023 bash[30415]: cluster 2023-12-09T02:50:38.967980+0000 mgr.y (mgr.14469) 293 : 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 2023-12-09T02:50:41.021 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:50:40 smithi023 bash[24949]: cluster 2023-12-09T02:50:38.967980+0000 mgr.y (mgr.14469) 293 : 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 2023-12-09T02:50:42.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:50:42 smithi172 bash[25093]: audit 2023-12-09T02:50:40.823972+0000 mgr.y (mgr.14469) 294 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:50:42.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:50:42 smithi172 bash[25093]: cluster 2023-12-09T02:50:40.968690+0000 mgr.y (mgr.14469) 295 : cluster [DBG] pgmap v237: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:50:42.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:50:42 smithi172 bash[25093]: audit 2023-12-09T02:50:42.334576+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:50:42.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:50:42 smithi172 bash[25093]: audit 2023-12-09T02:50:42.340869+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-09T02:50:42.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:50:42 smithi172 bash[25093]: audit 2023-12-09T02:50:42.347682+0000 mon.b (mon.2) 120 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-09T02:50:42.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:50:42 smithi172 bash[25093]: audit 2023-12-09T02:50:42.350213+0000 mon.b (mon.2) 121 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-09T02:50:42.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:50:42 smithi172 bash[25093]: audit 2023-12-09T02:50:42.352133+0000 mon.b (mon.2) 122 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:50:43.021 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:50:42 smithi023 bash[30415]: audit 2023-12-09T02:50:40.823972+0000 mgr.y (mgr.14469) 294 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:50:43.021 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:50:42 smithi023 bash[30415]: cluster 2023-12-09T02:50:40.968690+0000 mgr.y (mgr.14469) 295 : cluster [DBG] pgmap v237: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:50:43.021 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:50:42 smithi023 bash[30415]: audit 2023-12-09T02:50:42.334576+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:50:43.021 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:50:42 smithi023 bash[30415]: audit 2023-12-09T02:50:42.340869+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-09T02:50:43.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:50:42 smithi023 bash[30415]: audit 2023-12-09T02:50:42.347682+0000 mon.b (mon.2) 120 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-09T02:50:43.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:50:42 smithi023 bash[30415]: audit 2023-12-09T02:50:42.350213+0000 mon.b (mon.2) 121 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-09T02:50:43.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:50:42 smithi023 bash[30415]: audit 2023-12-09T02:50:42.352133+0000 mon.b (mon.2) 122 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:50:43.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:50:42 smithi023 bash[24949]: audit 2023-12-09T02:50:40.823972+0000 mgr.y (mgr.14469) 294 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:50:43.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:50:42 smithi023 bash[24949]: cluster 2023-12-09T02:50:40.968690+0000 mgr.y (mgr.14469) 295 : cluster [DBG] pgmap v237: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:50:43.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:50:42 smithi023 bash[24949]: audit 2023-12-09T02:50:42.334576+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:50:43.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:50:42 smithi023 bash[24949]: audit 2023-12-09T02:50:42.340869+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-09T02:50:43.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:50:42 smithi023 bash[24949]: audit 2023-12-09T02:50:42.347682+0000 mon.b (mon.2) 120 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-09T02:50:43.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:50:42 smithi023 bash[24949]: audit 2023-12-09T02:50:42.350213+0000 mon.b (mon.2) 121 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-09T02:50:43.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:50:42 smithi023 bash[24949]: audit 2023-12-09T02:50:42.352133+0000 mon.b (mon.2) 122 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:50:43.771 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:50:43 smithi023 bash[30415]: cephadm 2023-12-09T02:50:42.322092+0000 mgr.y (mgr.14469) 296 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-09T02:50:43.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:50:43 smithi023 bash[30415]: cephadm 2023-12-09T02:50:42.346585+0000 mgr.y (mgr.14469) 297 : cephadm [INF] Deploying daemon mgr.x on smithi172 2023-12-09T02:50:43.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:50:43 smithi023 bash[24949]: cephadm 2023-12-09T02:50:42.322092+0000 mgr.y (mgr.14469) 296 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-09T02:50:43.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:50:43 smithi023 bash[24949]: cephadm 2023-12-09T02:50:42.346585+0000 mgr.y (mgr.14469) 297 : cephadm [INF] Deploying daemon mgr.x on smithi172 2023-12-09T02:50:43.772 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:50:43 smithi023 bash[49219]: level=error ts=2023-12-09T02:50:43.510Z 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.172:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.172 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.23:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.23 because it doesn't contain any IP SANs" 2023-12-09T02:50:43.772 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:50:43 smithi023 bash[49219]: level=warn ts=2023-12-09T02:50:43.515Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.172:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.172 because it doesn't contain any IP SANs" 2023-12-09T02:50:43.773 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:50:43 smithi023 bash[49219]: level=warn ts=2023-12-09T02:50:43.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.23:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.23 because it doesn't contain any IP SANs" 2023-12-09T02:50:43.879 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:50:43 smithi172 bash[25093]: cephadm 2023-12-09T02:50:42.322092+0000 mgr.y (mgr.14469) 296 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-09T02:50:43.879 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:50:43 smithi172 bash[25093]: cephadm 2023-12-09T02:50:42.346585+0000 mgr.y (mgr.14469) 297 : cephadm [INF] Deploying daemon mgr.x on smithi172 2023-12-09T02:50:44.733 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:50:44 smithi172 systemd[1]: Stopping Ceph mgr.x for 9eab968a-963b-11ee-95a3-87774f69a715... 2023-12-09T02:50:44.733 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:50:44 smithi172 bash[25093]: cluster 2023-12-09T02:50:42.970441+0000 mgr.y (mgr.14469) 298 : cluster [DBG] pgmap v238: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:50:44.998 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:50:44 smithi172 bash[45264]: Error response from daemon: No such container: ceph-9eab968a-963b-11ee-95a3-87774f69a715-mgr.x 2023-12-09T02:50:45.021 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:50:44 smithi023 bash[24949]: cluster 2023-12-09T02:50:42.970441+0000 mgr.y (mgr.14469) 298 : cluster [DBG] pgmap v238: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:50:45.021 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:50:44 smithi023 bash[30415]: cluster 2023-12-09T02:50:42.970441+0000 mgr.y (mgr.14469) 298 : cluster [DBG] pgmap v238: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:50:45.521 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:50:45 smithi023 bash[49219]: level=warn ts=2023-12-09T02:50:45.017Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=3 err="Post \"https://172.21.15.172:8443/api/prometheus_receiver\": dial tcp 172.21.15.172:8443: connect: connection refused" 2023-12-09T02:50:45.664 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:50:45 smithi172 bash[45273]: ceph-9eab968a-963b-11ee-95a3-87774f69a715-mgr-x 2023-12-09T02:50:45.664 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:50:45 smithi172 bash[45322]: Error response from daemon: No such container: ceph-9eab968a-963b-11ee-95a3-87774f69a715-mgr.x 2023-12-09T02:50:45.664 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:50:45 smithi172 systemd[1]: ceph-9eab968a-963b-11ee-95a3-87774f69a715@mgr.x.service: Main process exited, code=exited, status=143/n/a 2023-12-09T02:50:45.664 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:50:45 smithi172 systemd[1]: ceph-9eab968a-963b-11ee-95a3-87774f69a715@mgr.x.service: Failed with result 'exit-code'. 2023-12-09T02:50:45.664 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:50:45 smithi172 systemd[1]: Stopped Ceph mgr.x for 9eab968a-963b-11ee-95a3-87774f69a715. 2023-12-09T02:50:45.920 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:50:45 smithi172 systemd[1]: Started Ceph mgr.x for 9eab968a-963b-11ee-95a3-87774f69a715. 2023-12-09T02:50:46.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:50:46 smithi172 bash[25093]: cluster 2023-12-09T02:50:44.971188+0000 mgr.y (mgr.14469) 299 : 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 2023-12-09T02:50:46.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:50:46 smithi172 bash[25093]: audit 2023-12-09T02:50:45.933471+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:50:46.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:50:46 smithi172 bash[25093]: audit 2023-12-09T02:50:45.962558+0000 mon.b (mon.2) 123 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:50:46.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:50:46 smithi172 bash[25093]: audit 2023-12-09T02:50:45.963950+0000 mon.b (mon.2) 124 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:50:47.021 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:50:46 smithi023 bash[30415]: cluster 2023-12-09T02:50:44.971188+0000 mgr.y (mgr.14469) 299 : 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 2023-12-09T02:50:47.021 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:50:46 smithi023 bash[30415]: audit 2023-12-09T02:50:45.933471+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:50:47.021 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:50:46 smithi023 bash[30415]: audit 2023-12-09T02:50:45.962558+0000 mon.b (mon.2) 123 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:50:47.021 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:50:46 smithi023 bash[30415]: audit 2023-12-09T02:50:45.963950+0000 mon.b (mon.2) 124 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:50:47.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:50:46 smithi023 bash[24949]: cluster 2023-12-09T02:50:44.971188+0000 mgr.y (mgr.14469) 299 : 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 2023-12-09T02:50:47.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:50:46 smithi023 bash[24949]: audit 2023-12-09T02:50:45.933471+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:50:47.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:50:46 smithi023 bash[24949]: audit 2023-12-09T02:50:45.962558+0000 mon.b (mon.2) 123 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:50:47.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:50:46 smithi023 bash[24949]: audit 2023-12-09T02:50:45.963950+0000 mon.b (mon.2) 124 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:50:47.359 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:50:47 smithi172 bash[45390]: debug 2023-12-09T02:50:47.191+0000 7fc00eb6e700 1 -- 172.21.15.172:0/686068709 <== mon.0 v2:172.21.15.23:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55856aafc1a0 con 0x55856b87a400 2023-12-09T02:50:47.747 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:50:47 smithi172 bash[45390]: debug 2023-12-09T02:50:47.355+0000 7fc018d14200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-09T02:50:48.022 INFO:teuthology.orchestra.run.smithi023.stdout:true 2023-12-09T02:50:48.637 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:50:48 smithi172 bash[45390]: debug 2023-12-09T02:50:48.255+0000 7fc018d14200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-09T02:50:48.637 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:50:48 smithi172 bash[45390]: debug 2023-12-09T02:50:48.355+0000 7fc018d14200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-09T02:50:48.637 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:50:48 smithi172 bash[45390]: debug 2023-12-09T02:50:48.455+0000 7fc018d14200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-09T02:50:48.732 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-09T02:50:48.732 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5m) 3m ago 6m 14.7M - ba2b418f427c 47724901d381 2023-12-09T02:50:48.732 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi172 *:3000 running (5m) 4m ago 5m 47.5M - 8.3.5 dad864ee21e9 9c508a19dd3c 2023-12-09T02:50:48.732 INFO:teuthology.orchestra.run.smithi023.stdout:iscsi.foo.smithi023.vcvunr smithi023 running (3m) 3m ago 4m 66.1M - 3.5 e1d6a67b021e 9acf5c9ecdb0 2023-12-09T02:50:48.732 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi172 *:8443,9283 starting - - - - 2023-12-09T02:50:48.732 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (14m) 3m ago 14m 452M - 17.2.0 e1d6a67b021e 87787e2d3f75 2023-12-09T02:50:48.732 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (14m) 3m ago 14m 54.2M 2048M 17.2.0 e1d6a67b021e 324f5279017f 2023-12-09T02:50:48.732 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi172 running (12m) 4m ago 12m 45.4M 2048M 17.2.0 e1d6a67b021e cfdc4d178041 2023-12-09T02:50:48.732 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (12m) 3m ago 12m 41.6M 2048M 17.2.0 e1d6a67b021e 9299c6ac25fe 2023-12-09T02:50:48.733 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6m) 3m ago 6m 13.3M - 1dbe0e931976 9545f75973a1 2023-12-09T02:50:48.733 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi172 *:9100 running (6m) 4m ago 6m 11.1M - 1dbe0e931976 a31183c45a78 2023-12-09T02:50:48.733 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (11m) 3m ago 11m 54.9M 4061M 17.2.0 e1d6a67b021e b647f39c76d5 2023-12-09T02:50:48.733 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11m) 3m ago 11m 57.0M 4061M 17.2.0 e1d6a67b021e 33c693687d9a 2023-12-09T02:50:48.733 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10m) 3m ago 10m 51.1M 4061M 17.2.0 e1d6a67b021e b487471c7433 2023-12-09T02:50:48.733 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (9m) 3m ago 9m 53.2M 4061M 17.2.0 e1d6a67b021e 635c08619a33 2023-12-09T02:50:48.733 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi172 running (9m) 4m ago 9m 55.4M 4317M 17.2.0 e1d6a67b021e c04304e8675b 2023-12-09T02:50:48.733 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi172 running (8m) 4m ago 8m 50.4M 4317M 17.2.0 e1d6a67b021e fcb16f6cd272 2023-12-09T02:50:48.733 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi172 running (7m) 4m ago 8m 48.8M 4317M 17.2.0 e1d6a67b021e a1dc1e893a48 2023-12-09T02:50:48.733 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi172 running (7m) 4m ago 7m 53.1M 4317M 17.2.0 e1d6a67b021e f5bf1afe0d7c 2023-12-09T02:50:48.733 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi172 *:9095 running (5m) 4m ago 6m 48.5M - 514e6a882f6e 7240589191d1 2023-12-09T02:50:48.733 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.foo.smithi023.mllipj smithi023 *:8000 running (4m) 3m ago 4m 84.5M - 17.2.0 e1d6a67b021e 110d5ba1c152 2023-12-09T02:50:48.733 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.foo.smithi172.aqpemq smithi172 *:8000 running (4m) 4m ago 4m 83.9M - 17.2.0 e1d6a67b021e c9a58e322a85 2023-12-09T02:50:48.733 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.smpl.smithi023.ikvhaq smithi023 *:80 running (4m) 3m ago 4m 84.7M - 17.2.0 e1d6a67b021e 9fb31f23b01c 2023-12-09T02:50:48.733 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.smpl.smithi172.ysxvfy smithi172 *:80 running (4m) 4m ago 4m 83.5M - 17.2.0 e1d6a67b021e 3c13f0c0b020 2023-12-09T02:50:48.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:50:48 smithi172 bash[25093]: cluster 2023-12-09T02:50:46.972892+0000 mgr.y (mgr.14469) 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 2023-12-09T02:50:48.998 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:50:48 smithi172 bash[45390]: debug 2023-12-09T02:50:48.719+0000 7fc018d14200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-09T02:50:49.021 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:50:48 smithi023 bash[24949]: cluster 2023-12-09T02:50:46.972892+0000 mgr.y (mgr.14469) 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 2023-12-09T02:50:49.021 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:50:48 smithi023 bash[30415]: cluster 2023-12-09T02:50:46.972892+0000 mgr.y (mgr.14469) 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 2023-12-09T02:50:49.022 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:50:48 smithi023 bash[25223]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:50:48] "GET /metrics HTTP/1.1" 200 214859 "" "Prometheus/2.33.4" 2023-12-09T02:50:49.153 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2023-12-09T02:50:49.153 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2023-12-09T02:50:49.153 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-09T02:50:49.153 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:50:49.153 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2023-12-09T02:50:49.153 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-12-09T02:50:49.154 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:50:49.154 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2023-12-09T02:50:49.154 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-09T02:50:49.154 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:50:49.154 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": {}, 2023-12-09T02:50:49.154 INFO:teuthology.orchestra.run.smithi023.stdout: "rgw": { 2023-12-09T02:50:49.154 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-09T02:50:49.154 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:50:49.154 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2023-12-09T02:50:49.154 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 17 2023-12-09T02:50:49.154 INFO:teuthology.orchestra.run.smithi023.stdout: } 2023-12-09T02:50:49.154 INFO:teuthology.orchestra.run.smithi023.stdout:} 2023-12-09T02:50:49.447 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:50:49 smithi172 bash[45390]: debug 2023-12-09T02:50:49.079+0000 7fc018d14200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-09T02:50:49.447 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:50:49 smithi172 bash[45390]: debug 2023-12-09T02:50:49.235+0000 7fc018d14200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-09T02:50:49.506 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2023-12-09T02:50:49.507 INFO:teuthology.orchestra.run.smithi023.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882", 2023-12-09T02:50:49.507 INFO:teuthology.orchestra.run.smithi023.stdout: "in_progress": true, 2023-12-09T02:50:49.507 INFO:teuthology.orchestra.run.smithi023.stdout: "services_complete": [], 2023-12-09T02:50:49.507 INFO:teuthology.orchestra.run.smithi023.stdout: "progress": "", 2023-12-09T02:50:49.507 INFO:teuthology.orchestra.run.smithi023.stdout: "message": "Currently upgrading mgr daemons" 2023-12-09T02:50:49.507 INFO:teuthology.orchestra.run.smithi023.stdout:} 2023-12-09T02:50:49.747 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:50:49 smithi172 bash[45390]: debug 2023-12-09T02:50:49.443+0000 7fc018d14200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-09T02:50:49.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:50:49 smithi172 bash[25093]: audit 2023-12-09T02:50:47.999977+0000 mgr.y (mgr.14469) 301 : audit [DBG] from='client.25081 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:50:49.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:50:49 smithi172 bash[25093]: audit 2023-12-09T02:50:48.352459+0000 mgr.y (mgr.14469) 302 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:50:49.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:50:49 smithi172 bash[25093]: audit 2023-12-09T02:50:48.700748+0000 mgr.y (mgr.14469) 303 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:50:49.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:50:49 smithi172 bash[25093]: audit 2023-12-09T02:50:49.145995+0000 mon.a (mon.0) 814 : audit [DBG] from='client.? 172.21.15.23:0/3497946988' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:50:49.922 INFO:teuthology.orchestra.run.smithi023.stdout:HEALTH_OK 2023-12-09T02:50:50.021 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:50:49 smithi023 bash[30415]: audit 2023-12-09T02:50:47.999977+0000 mgr.y (mgr.14469) 301 : audit [DBG] from='client.25081 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:50:50.021 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:50:49 smithi023 bash[30415]: audit 2023-12-09T02:50:48.352459+0000 mgr.y (mgr.14469) 302 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:50:50.021 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:50:49 smithi023 bash[30415]: audit 2023-12-09T02:50:48.700748+0000 mgr.y (mgr.14469) 303 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:50:50.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:50:49 smithi023 bash[30415]: audit 2023-12-09T02:50:49.145995+0000 mon.a (mon.0) 814 : audit [DBG] from='client.? 172.21.15.23:0/3497946988' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:50:50.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:50:49 smithi023 bash[24949]: audit 2023-12-09T02:50:47.999977+0000 mgr.y (mgr.14469) 301 : audit [DBG] from='client.25081 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:50:50.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:50:49 smithi023 bash[24949]: audit 2023-12-09T02:50:48.352459+0000 mgr.y (mgr.14469) 302 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:50:50.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:50:49 smithi023 bash[24949]: audit 2023-12-09T02:50:48.700748+0000 mgr.y (mgr.14469) 303 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:50:50.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:50:49 smithi023 bash[24949]: audit 2023-12-09T02:50:49.145995+0000 mon.a (mon.0) 814 : audit [DBG] from='client.? 172.21.15.23:0/3497946988' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:50:50.759 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:50:50 smithi172 bash[45390]: debug 2023-12-09T02:50:50.499+0000 7fc018d14200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-09T02:50:50.759 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:50:50 smithi172 bash[45390]: debug 2023-12-09T02:50:50.623+0000 7fc018d14200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-09T02:50:50.759 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:50:50 smithi172 bash[25093]: cluster 2023-12-09T02:50:48.973416+0000 mgr.y (mgr.14469) 304 : 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 2023-12-09T02:50:50.759 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:50:50 smithi172 bash[25093]: audit 2023-12-09T02:50:49.499158+0000 mgr.y (mgr.14469) 305 : audit [DBG] from='client.25105 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:50:50.759 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:50:50 smithi172 bash[25093]: audit 2023-12-09T02:50:49.915618+0000 mon.a (mon.0) 815 : audit [DBG] from='client.? 172.21.15.23:0/3873202326' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:50:51.021 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:50:50 smithi023 bash[30415]: cluster 2023-12-09T02:50:48.973416+0000 mgr.y (mgr.14469) 304 : 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 2023-12-09T02:50:51.021 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:50:50 smithi023 bash[30415]: audit 2023-12-09T02:50:49.499158+0000 mgr.y (mgr.14469) 305 : audit [DBG] from='client.25105 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:50:51.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:50:50 smithi023 bash[30415]: audit 2023-12-09T02:50:49.915618+0000 mon.a (mon.0) 815 : audit [DBG] from='client.? 172.21.15.23:0/3873202326' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:50:51.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:50:50 smithi023 bash[24949]: cluster 2023-12-09T02:50:48.973416+0000 mgr.y (mgr.14469) 304 : 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 2023-12-09T02:50:51.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:50:50 smithi023 bash[24949]: audit 2023-12-09T02:50:49.499158+0000 mgr.y (mgr.14469) 305 : audit [DBG] from='client.25105 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:50:51.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:50:50 smithi023 bash[24949]: audit 2023-12-09T02:50:49.915618+0000 mon.a (mon.0) 815 : audit [DBG] from='client.? 172.21.15.23:0/3873202326' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:50:51.233 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:50:50 smithi172 bash[45390]: debug 2023-12-09T02:50:50.755+0000 7fc018d14200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-09T02:50:51.497 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:50:51 smithi172 bash[45390]: debug 2023-12-09T02:50:51.251+0000 7fc018d14200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-09T02:50:51.498 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:50:51 smithi172 bash[45390]: debug 2023-12-09T02:50:51.479+0000 7fc018d14200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-09T02:50:52.248 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:50:51 smithi172 bash[45390]: debug 2023-12-09T02:50:51.935+0000 7fc018d14200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-09T02:50:52.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:50:51 smithi172 bash[25093]: audit 2023-12-09T02:50:50.832318+0000 mgr.y (mgr.14469) 306 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:50:52.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:50:51 smithi172 bash[25093]: audit 2023-12-09T02:50:50.971670+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:50:52.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:50:51 smithi172 bash[25093]: cluster 2023-12-09T02:50:50.973884+0000 mgr.y (mgr.14469) 307 : cluster [DBG] pgmap v242: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:50:52.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:50:51 smithi172 bash[25093]: audit 2023-12-09T02:50:51.443253+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:50:52.271 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:50:51 smithi023 bash[24949]: audit 2023-12-09T02:50:50.832318+0000 mgr.y (mgr.14469) 306 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:50:52.271 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:50:51 smithi023 bash[24949]: audit 2023-12-09T02:50:50.971670+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:50:52.271 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:50:51 smithi023 bash[24949]: cluster 2023-12-09T02:50:50.973884+0000 mgr.y (mgr.14469) 307 : cluster [DBG] pgmap v242: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:50:52.271 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:50:51 smithi023 bash[24949]: audit 2023-12-09T02:50:51.443253+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:50:52.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:50:51 smithi023 bash[30415]: audit 2023-12-09T02:50:50.832318+0000 mgr.y (mgr.14469) 306 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:50:52.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:50:51 smithi023 bash[30415]: audit 2023-12-09T02:50:50.971670+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:50:52.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:50:51 smithi023 bash[30415]: cluster 2023-12-09T02:50:50.973884+0000 mgr.y (mgr.14469) 307 : cluster [DBG] pgmap v242: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:50:52.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:50:51 smithi023 bash[30415]: audit 2023-12-09T02:50:51.443253+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:50:52.747 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:50:52 smithi172 bash[45390]: debug 2023-12-09T02:50:52.427+0000 7fc018d14200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-09T02:50:53.247 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:50:52 smithi172 bash[45390]: debug 2023-12-09T02:50:52.975+0000 7fc018d14200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-09T02:50:53.248 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:50:53 smithi172 bash[45390]: debug 2023-12-09T02:50:53.083+0000 7fc018d14200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-09T02:50:53.686 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:50:53 smithi172 bash[45390]: debug 2023-12-09T02:50:53.427+0000 7fc018d14200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-09T02:50:53.686 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:50:53 smithi172 bash[45390]: debug 2023-12-09T02:50:53.543+0000 7fc018d14200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-09T02:50:53.771 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:50:53 smithi023 bash[49219]: level=error ts=2023-12-09T02:50:53.510Z 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.172:8443/api/prometheus_receiver\": dial tcp 172.21.15.172:8443: connect: connection refused; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://172.21.15.23:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.23 because it doesn't contain any IP SANs" 2023-12-09T02:50:53.771 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:50:53 smithi023 bash[49219]: level=warn ts=2023-12-09T02:50:53.512Z 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.172:8443/api/prometheus_receiver\": dial tcp 172.21.15.172:8443: connect: connection refused" 2023-12-09T02:50:53.772 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:50:53 smithi023 bash[49219]: level=warn ts=2023-12-09T02:50:53.515Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.23:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.23 because it doesn't contain any IP SANs" 2023-12-09T02:50:53.997 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:50:53 smithi172 bash[45390]: debug 2023-12-09T02:50:53.683+0000 7fc018d14200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-09T02:50:53.998 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:50:53 smithi172 bash[45390]: debug 2023-12-09T02:50:53.799+0000 7fc018d14200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-09T02:50:53.998 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:50:53 smithi172 bash[45390]: debug 2023-12-09T02:50:53.923+0000 7fc018d14200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-09T02:50:54.498 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:50:54 smithi172 bash[45390]: debug 2023-12-09T02:50:54.111+0000 7fc018d14200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-09T02:50:54.498 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:50:54 smithi172 bash[45390]: debug 2023-12-09T02:50:54.239+0000 7fc018d14200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-09T02:50:54.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:50:54 smithi172 bash[25093]: cluster 2023-12-09T02:50:52.975630+0000 mgr.y (mgr.14469) 308 : cluster [DBG] pgmap v243: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:50:55.021 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:50:54 smithi023 bash[24949]: cluster 2023-12-09T02:50:52.975630+0000 mgr.y (mgr.14469) 308 : cluster [DBG] pgmap v243: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:50:55.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:50:54 smithi023 bash[30415]: cluster 2023-12-09T02:50:52.975630+0000 mgr.y (mgr.14469) 308 : cluster [DBG] pgmap v243: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:50:55.652 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:50:55 smithi172 bash[45390]: debug 2023-12-09T02:50:55.479+0000 7fc018d14200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-09T02:50:55.652 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:50:55 smithi172 bash[45390]: [09/Dec/2023:02:50:55] ENGINE Bus STARTING 2023-12-09T02:50:55.652 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:50:55 smithi172 bash[45390]: CherryPy Checker: 2023-12-09T02:50:55.652 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:50:55 smithi172 bash[45390]: The Application mounted at '' has an empty config. 2023-12-09T02:50:55.652 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:50:55 smithi172 bash[45390]: [09/Dec/2023:02:50:55] ENGINE Serving on http://:::9283 2023-12-09T02:50:55.652 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:50:55 smithi172 bash[45390]: [09/Dec/2023:02:50:55] ENGINE Bus STARTED 2023-12-09T02:50:55.652 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:50:55 smithi172 bash[25093]: cluster 2023-12-09T02:50:55.477893+0000 mon.a (mon.0) 818 : cluster [DBG] Standby manager daemon x restarted 2023-12-09T02:50:55.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:50:55 smithi172 bash[25093]: cluster 2023-12-09T02:50:55.478096+0000 mon.a (mon.0) 819 : cluster [DBG] Standby manager daemon x started 2023-12-09T02:50:55.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:50:55 smithi172 bash[25093]: audit 2023-12-09T02:50:55.487880+0000 mon.b (mon.2) 125 : audit [DBG] from='mgr.? 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-09T02:50:55.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:50:55 smithi172 bash[25093]: audit 2023-12-09T02:50:55.488809+0000 mon.b (mon.2) 126 : audit [DBG] from='mgr.? 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-09T02:50:55.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:50:55 smithi172 bash[25093]: audit 2023-12-09T02:50:55.491510+0000 mon.b (mon.2) 127 : audit [DBG] from='mgr.? 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-09T02:50:55.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:50:55 smithi172 bash[25093]: audit 2023-12-09T02:50:55.493052+0000 mon.b (mon.2) 128 : audit [DBG] from='mgr.? 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-09T02:50:56.021 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:50:55 smithi023 bash[30415]: cluster 2023-12-09T02:50:55.477893+0000 mon.a (mon.0) 818 : cluster [DBG] Standby manager daemon x restarted 2023-12-09T02:50:56.021 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:50:55 smithi023 bash[30415]: cluster 2023-12-09T02:50:55.478096+0000 mon.a (mon.0) 819 : cluster [DBG] Standby manager daemon x started 2023-12-09T02:50:56.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:50:55 smithi023 bash[30415]: audit 2023-12-09T02:50:55.487880+0000 mon.b (mon.2) 125 : audit [DBG] from='mgr.? 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-09T02:50:56.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:50:55 smithi023 bash[30415]: audit 2023-12-09T02:50:55.488809+0000 mon.b (mon.2) 126 : audit [DBG] from='mgr.? 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-09T02:50:56.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:50:55 smithi023 bash[30415]: audit 2023-12-09T02:50:55.491510+0000 mon.b (mon.2) 127 : audit [DBG] from='mgr.? 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-09T02:50:56.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:50:55 smithi023 bash[30415]: audit 2023-12-09T02:50:55.493052+0000 mon.b (mon.2) 128 : audit [DBG] from='mgr.? 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-09T02:50:56.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:50:55 smithi023 bash[24949]: cluster 2023-12-09T02:50:55.477893+0000 mon.a (mon.0) 818 : cluster [DBG] Standby manager daemon x restarted 2023-12-09T02:50:56.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:50:55 smithi023 bash[24949]: cluster 2023-12-09T02:50:55.478096+0000 mon.a (mon.0) 819 : cluster [DBG] Standby manager daemon x started 2023-12-09T02:50:56.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:50:55 smithi023 bash[24949]: audit 2023-12-09T02:50:55.487880+0000 mon.b (mon.2) 125 : audit [DBG] from='mgr.? 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-09T02:50:56.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:50:55 smithi023 bash[24949]: audit 2023-12-09T02:50:55.488809+0000 mon.b (mon.2) 126 : audit [DBG] from='mgr.? 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-09T02:50:56.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:50:55 smithi023 bash[24949]: audit 2023-12-09T02:50:55.491510+0000 mon.b (mon.2) 127 : audit [DBG] from='mgr.? 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-09T02:50:56.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:50:55 smithi023 bash[24949]: audit 2023-12-09T02:50:55.493052+0000 mon.b (mon.2) 128 : audit [DBG] from='mgr.? 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-09T02:50:56.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:50:56 smithi172 bash[25093]: cluster 2023-12-09T02:50:54.976425+0000 mgr.y (mgr.14469) 309 : 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 2023-12-09T02:50:56.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:50:56 smithi172 bash[25093]: cluster 2023-12-09T02:50:55.644879+0000 mon.a (mon.0) 820 : cluster [DBG] mgrmap e22: y(active, since 6m), standbys: x 2023-12-09T02:50:57.021 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:50:56 smithi023 bash[24949]: cluster 2023-12-09T02:50:54.976425+0000 mgr.y (mgr.14469) 309 : 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 2023-12-09T02:50:57.021 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:50:56 smithi023 bash[24949]: cluster 2023-12-09T02:50:55.644879+0000 mon.a (mon.0) 820 : cluster [DBG] mgrmap e22: y(active, since 6m), standbys: x 2023-12-09T02:50:57.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:50:56 smithi023 bash[30415]: cluster 2023-12-09T02:50:54.976425+0000 mgr.y (mgr.14469) 309 : 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 2023-12-09T02:50:57.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:50:56 smithi023 bash[30415]: cluster 2023-12-09T02:50:55.644879+0000 mon.a (mon.0) 820 : cluster [DBG] mgrmap e22: y(active, since 6m), standbys: x 2023-12-09T02:50:58.021 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:50:57 smithi023 bash[49219]: level=warn ts=2023-12-09T02:50:57.630Z 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.172:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.172 because it doesn't contain any IP SANs" 2023-12-09T02:50:58.247 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:50:57 smithi172 bash[45390]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:50:57] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:50:58.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:50:58 smithi172 bash[25093]: cluster 2023-12-09T02:50:56.978065+0000 mgr.y (mgr.14469) 310 : 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 2023-12-09T02:50:59.021 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:50:58 smithi023 bash[24949]: cluster 2023-12-09T02:50:56.978065+0000 mgr.y (mgr.14469) 310 : 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 2023-12-09T02:50:59.022 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:50:58 smithi023 bash[25223]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:50:58] "GET /metrics HTTP/1.1" 200 214859 "" "Prometheus/2.33.4" 2023-12-09T02:50:59.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:50:58 smithi023 bash[30415]: cluster 2023-12-09T02:50:56.978065+0000 mgr.y (mgr.14469) 310 : 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 2023-12-09T02:51:00.686 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:51:00 smithi172 bash[45390]: [09/Dec/2023:02:51:00] ENGINE Bus STOPPING 2023-12-09T02:51:00.686 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:51:00 smithi172 bash[45390]: [09/Dec/2023:02:51:00] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-12-09T02:51:00.686 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:51:00 smithi172 bash[45390]: [09/Dec/2023:02:51:00] ENGINE Bus STOPPED 2023-12-09T02:51:00.686 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:51:00 smithi172 bash[45390]: [09/Dec/2023:02:51:00] ENGINE Bus STARTING 2023-12-09T02:51:00.686 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:00 smithi172 bash[25093]: cluster 2023-12-09T02:50:58.979043+0000 mgr.y (mgr.14469) 311 : 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 2023-12-09T02:51:00.687 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:00 smithi172 bash[25093]: audit 2023-12-09T02:50:59.408648+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:51:00.687 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:00 smithi172 bash[25093]: audit 2023-12-09T02:50:59.423990+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:51:00.687 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:00 smithi172 bash[25093]: cephadm 2023-12-09T02:50:59.442383+0000 mgr.y (mgr.14469) 312 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-09T02:51:00.687 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:00 smithi172 bash[25093]: audit 2023-12-09T02:50:59.444597+0000 mon.b (mon.2) 129 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:51:00.687 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:00 smithi172 bash[25093]: cephadm 2023-12-09T02:50:59.446148+0000 mgr.y (mgr.14469) 313 : cephadm [INF] Failing over to other MGR 2023-12-09T02:51:00.687 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:00 smithi172 bash[25093]: audit 2023-12-09T02:50:59.447477+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2023-12-09T02:51:00.687 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:00 smithi172 bash[25093]: audit 2023-12-09T02:50:59.454252+0000 mon.b (mon.2) 130 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2023-12-09T02:51:00.687 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:00 smithi172 bash[25093]: cluster 2023-12-09T02:50:59.457266+0000 mon.a (mon.0) 824 : cluster [DBG] osdmap e95: 8 total, 8 up, 8 in 2023-12-09T02:51:00.691 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:00 smithi023 bash[24949]: cluster 2023-12-09T02:50:58.979043+0000 mgr.y (mgr.14469) 311 : 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 2023-12-09T02:51:00.691 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:00 smithi023 bash[24949]: audit 2023-12-09T02:50:59.408648+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:51:00.691 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:00 smithi023 bash[24949]: audit 2023-12-09T02:50:59.423990+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:51:00.691 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:00 smithi023 bash[24949]: cephadm 2023-12-09T02:50:59.442383+0000 mgr.y (mgr.14469) 312 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-09T02:51:00.691 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:00 smithi023 bash[24949]: audit 2023-12-09T02:50:59.444597+0000 mon.b (mon.2) 129 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:51:00.691 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:00 smithi023 bash[24949]: cephadm 2023-12-09T02:50:59.446148+0000 mgr.y (mgr.14469) 313 : cephadm [INF] Failing over to other MGR 2023-12-09T02:51:00.692 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:00 smithi023 bash[24949]: audit 2023-12-09T02:50:59.447477+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2023-12-09T02:51:00.692 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:00 smithi023 bash[24949]: audit 2023-12-09T02:50:59.454252+0000 mon.b (mon.2) 130 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2023-12-09T02:51:00.692 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:00 smithi023 bash[24949]: cluster 2023-12-09T02:50:59.457266+0000 mon.a (mon.0) 824 : cluster [DBG] osdmap e95: 8 total, 8 up, 8 in 2023-12-09T02:51:00.692 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:51:00 smithi023 bash[25223]: debug ignoring --setuser ceph since I am not root 2023-12-09T02:51:00.692 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:51:00 smithi023 bash[25223]: ignoring --setgroup ceph since I am not root 2023-12-09T02:51:00.692 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:51:00 smithi023 bash[25223]: debug 2023-12-09T02:51:00.473+0000 7fb46ed50700 1 -- 172.21.15.23:0/822467614 <== mon.0 v2:172.21.15.23:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55ef3d936340 con 0x55ef3e6b2800 2023-12-09T02:51:00.692 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:51:00 smithi023 bash[25223]: debug 2023-12-09T02:51:00.641+0000 7fb4777ac000 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-09T02:51:00.693 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:00 smithi023 bash[30415]: cluster 2023-12-09T02:50:58.979043+0000 mgr.y (mgr.14469) 311 : 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 2023-12-09T02:51:00.693 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:00 smithi023 bash[30415]: audit 2023-12-09T02:50:59.408648+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:51:00.693 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:00 smithi023 bash[30415]: audit 2023-12-09T02:50:59.423990+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14469 ' entity='mgr.y' 2023-12-09T02:51:00.693 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:00 smithi023 bash[30415]: cephadm 2023-12-09T02:50:59.442383+0000 mgr.y (mgr.14469) 312 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2023-12-09T02:51:00.693 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:00 smithi023 bash[30415]: audit 2023-12-09T02:50:59.444597+0000 mon.b (mon.2) 129 : audit [DBG] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:51:00.693 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:00 smithi023 bash[30415]: cephadm 2023-12-09T02:50:59.446148+0000 mgr.y (mgr.14469) 313 : cephadm [INF] Failing over to other MGR 2023-12-09T02:51:00.693 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:00 smithi023 bash[30415]: audit 2023-12-09T02:50:59.447477+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2023-12-09T02:51:00.693 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:00 smithi023 bash[30415]: audit 2023-12-09T02:50:59.454252+0000 mon.b (mon.2) 130 : audit [INF] from='mgr.14469 172.21.15.23:0/3090019996' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2023-12-09T02:51:00.693 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:00 smithi023 bash[30415]: cluster 2023-12-09T02:50:59.457266+0000 mon.a (mon.0) 824 : cluster [DBG] osdmap e95: 8 total, 8 up, 8 in 2023-12-09T02:51:00.997 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:51:00 smithi023 bash[49219]: level=warn ts=2023-12-09T02:51:00.989Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=6 err="Post \"https://172.21.15.172:8443/api/prometheus_receiver\": dial tcp 172.21.15.172:8443: connect: connection refused" 2023-12-09T02:51:00.998 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:51:00 smithi172 bash[45390]: [09/Dec/2023:02:51:00] ENGINE Serving on http://:::9283 2023-12-09T02:51:00.998 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:51:00 smithi172 bash[45390]: [09/Dec/2023:02:51:00] ENGINE Bus STARTED 2023-12-09T02:51:01.271 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:51:01 smithi023 bash[49219]: level=warn ts=2023-12-09T02:51:01.042Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=6 err="Post \"https://172.21.15.23:8443//api/prometheus_receiver\": dial tcp 172.21.15.23:8443: connect: connection refused" 2023-12-09T02:51:01.699 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:51:01 smithi023 bash[25223]: debug 2023-12-09T02:51:01.389+0000 7fb4777ac000 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-09T02:51:01.700 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:51:01 smithi023 bash[25223]: debug 2023-12-09T02:51:01.521+0000 7fb4777ac000 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-09T02:51:01.700 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:01 smithi023 bash[30415]: audit 2023-12-09T02:51:00.432973+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2023-12-09T02:51:01.700 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:01 smithi023 bash[30415]: cluster 2023-12-09T02:51:00.433100+0000 mon.a (mon.0) 826 : cluster [DBG] mgrmap e23: x(active, starting, since 0.984058s) 2023-12-09T02:51:01.700 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:01 smithi023 bash[30415]: audit 2023-12-09T02:51:00.434351+0000 mon.a (mon.0) 827 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-09T02:51:01.700 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:01 smithi023 bash[30415]: audit 2023-12-09T02:51:00.434532+0000 mon.a (mon.0) 828 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T02:51:01.700 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:01 smithi023 bash[30415]: audit 2023-12-09T02:51:00.434723+0000 mon.a (mon.0) 829 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T02:51:01.700 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:01 smithi023 bash[30415]: audit 2023-12-09T02:51:00.436346+0000 mon.a (mon.0) 830 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-09T02:51:01.700 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:01 smithi023 bash[30415]: audit 2023-12-09T02:51:00.436548+0000 mon.a (mon.0) 831 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-09T02:51:01.701 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:01 smithi023 bash[30415]: audit 2023-12-09T02:51:00.436783+0000 mon.a (mon.0) 832 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-09T02:51:01.701 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:01 smithi023 bash[30415]: audit 2023-12-09T02:51:00.436993+0000 mon.a (mon.0) 833 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-09T02:51:01.701 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:01 smithi023 bash[30415]: audit 2023-12-09T02:51:00.437208+0000 mon.a (mon.0) 834 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-09T02:51:01.701 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:01 smithi023 bash[30415]: audit 2023-12-09T02:51:00.437414+0000 mon.a (mon.0) 835 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-09T02:51:01.701 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:01 smithi023 bash[30415]: audit 2023-12-09T02:51:00.437646+0000 mon.a (mon.0) 836 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-09T02:51:01.701 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:01 smithi023 bash[30415]: audit 2023-12-09T02:51:00.437855+0000 mon.a (mon.0) 837 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-09T02:51:01.701 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:01 smithi023 bash[30415]: audit 2023-12-09T02:51:00.438067+0000 mon.a (mon.0) 838 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-09T02:51:01.701 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:01 smithi023 bash[30415]: audit 2023-12-09T02:51:00.439317+0000 mon.a (mon.0) 839 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-09T02:51:01.701 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:01 smithi023 bash[30415]: audit 2023-12-09T02:51:00.439486+0000 mon.a (mon.0) 840 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-09T02:51:01.701 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:01 smithi023 bash[30415]: audit 2023-12-09T02:51:00.439972+0000 mon.a (mon.0) 841 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-09T02:51:01.701 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:01 smithi023 bash[30415]: cluster 2023-12-09T02:51:00.468020+0000 mon.a (mon.0) 842 : cluster [INF] Manager daemon x is now available 2023-12-09T02:51:01.701 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:01 smithi023 bash[30415]: audit 2023-12-09T02:51:00.512159+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:01.702 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:01 smithi023 bash[24949]: audit 2023-12-09T02:51:00.432973+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2023-12-09T02:51:01.702 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:01 smithi023 bash[24949]: cluster 2023-12-09T02:51:00.433100+0000 mon.a (mon.0) 826 : cluster [DBG] mgrmap e23: x(active, starting, since 0.984058s) 2023-12-09T02:51:01.702 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:01 smithi023 bash[24949]: audit 2023-12-09T02:51:00.434351+0000 mon.a (mon.0) 827 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-09T02:51:01.702 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:01 smithi023 bash[24949]: audit 2023-12-09T02:51:00.434532+0000 mon.a (mon.0) 828 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T02:51:01.702 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:01 smithi023 bash[24949]: audit 2023-12-09T02:51:00.434723+0000 mon.a (mon.0) 829 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T02:51:01.702 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:01 smithi023 bash[24949]: audit 2023-12-09T02:51:00.436346+0000 mon.a (mon.0) 830 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-09T02:51:01.702 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:01 smithi023 bash[24949]: audit 2023-12-09T02:51:00.436548+0000 mon.a (mon.0) 831 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-09T02:51:01.702 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:01 smithi023 bash[24949]: audit 2023-12-09T02:51:00.436783+0000 mon.a (mon.0) 832 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-09T02:51:01.702 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:01 smithi023 bash[24949]: audit 2023-12-09T02:51:00.436993+0000 mon.a (mon.0) 833 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-09T02:51:01.702 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:01 smithi023 bash[24949]: audit 2023-12-09T02:51:00.437208+0000 mon.a (mon.0) 834 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-09T02:51:01.702 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:01 smithi023 bash[24949]: audit 2023-12-09T02:51:00.437414+0000 mon.a (mon.0) 835 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-09T02:51:01.702 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:01 smithi023 bash[24949]: audit 2023-12-09T02:51:00.437646+0000 mon.a (mon.0) 836 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-09T02:51:01.702 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:01 smithi023 bash[24949]: audit 2023-12-09T02:51:00.437855+0000 mon.a (mon.0) 837 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-09T02:51:01.703 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:01 smithi023 bash[24949]: audit 2023-12-09T02:51:00.438067+0000 mon.a (mon.0) 838 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-09T02:51:01.703 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:01 smithi023 bash[24949]: audit 2023-12-09T02:51:00.439317+0000 mon.a (mon.0) 839 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-09T02:51:01.703 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:01 smithi023 bash[24949]: audit 2023-12-09T02:51:00.439486+0000 mon.a (mon.0) 840 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-09T02:51:01.703 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:01 smithi023 bash[24949]: audit 2023-12-09T02:51:00.439972+0000 mon.a (mon.0) 841 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-09T02:51:01.703 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:01 smithi023 bash[24949]: cluster 2023-12-09T02:51:00.468020+0000 mon.a (mon.0) 842 : cluster [INF] Manager daemon x is now available 2023-12-09T02:51:01.703 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:01 smithi023 bash[24949]: audit 2023-12-09T02:51:00.512159+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:01.703 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:01 smithi023 bash[30415]: cephadm 2023-12-09T02:51:00.520488+0000 mgr.x (mgr.25001) 1 : cephadm [INF] Queued rgw.foo for migration 2023-12-09T02:51:01.703 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:01 smithi023 bash[30415]: audit 2023-12-09T02:51:00.520530+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:01.703 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:01 smithi023 bash[30415]: audit 2023-12-09T02:51:00.527977+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:01.703 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:01 smithi023 bash[30415]: cephadm 2023-12-09T02:51:00.528914+0000 mgr.x (mgr.25001) 2 : cephadm [INF] Queued rgw.smpl for migration 2023-12-09T02:51:01.703 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:01 smithi023 bash[30415]: cephadm 2023-12-09T02:51:00.529577+0000 mgr.x (mgr.25001) 3 : cephadm [INF] No Migration is needed for rgw spec: {'placement': {'count': 2}, 'service_id': 'foo', 'service_name': 'rgw.foo', 'service_type': 'rgw', 'spec': {'rgw_frontend_port': 8000, 'rgw_realm': 'r', 'rgw_zone': 'z'}} 2023-12-09T02:51:01.704 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:01 smithi023 bash[30415]: cephadm 2023-12-09T02:51:00.529664+0000 mgr.x (mgr.25001) 4 : cephadm [INF] No Migration is needed for rgw spec: {'placement': {'count': 2}, 'service_id': 'smpl', 'service_name': 'rgw.smpl', 'service_type': 'rgw'} 2023-12-09T02:51:01.704 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:01 smithi023 bash[30415]: audit 2023-12-09T02:51:00.537516+0000 mon.a (mon.0) 846 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:51:01.704 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:01 smithi023 bash[30415]: audit 2023-12-09T02:51:00.587076+0000 mon.a (mon.0) 847 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:51:01.704 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:01 smithi023 bash[30415]: audit 2023-12-09T02:51:00.595081+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:51:01.704 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:01 smithi023 bash[30415]: audit 2023-12-09T02:51:00.644629+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-09T02:51:01.704 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:01 smithi023 bash[30415]: cephadm 2023-12-09T02:51:01.086285+0000 mgr.x (mgr.25001) 5 : cephadm [INF] Deploying cephadm binary to smithi172 2023-12-09T02:51:01.704 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:01 smithi023 bash[30415]: cephadm 2023-12-09T02:51:01.097606+0000 mgr.x (mgr.25001) 6 : cephadm [INF] Deploying cephadm binary to smithi023 2023-12-09T02:51:01.704 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:01 smithi023 bash[30415]: audit 2023-12-09T02:51:01.362130+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:01.704 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:01 smithi023 bash[30415]: audit 2023-12-09T02:51:01.385109+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:01.704 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:01 smithi023 bash[24949]: cephadm 2023-12-09T02:51:00.520488+0000 mgr.x (mgr.25001) 1 : cephadm [INF] Queued rgw.foo for migration 2023-12-09T02:51:01.704 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:01 smithi023 bash[24949]: audit 2023-12-09T02:51:00.520530+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:01.704 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:01 smithi023 bash[24949]: audit 2023-12-09T02:51:00.527977+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:01.704 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:01 smithi023 bash[24949]: cephadm 2023-12-09T02:51:00.528914+0000 mgr.x (mgr.25001) 2 : cephadm [INF] Queued rgw.smpl for migration 2023-12-09T02:51:01.705 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:01 smithi023 bash[24949]: cephadm 2023-12-09T02:51:00.529577+0000 mgr.x (mgr.25001) 3 : cephadm [INF] No Migration is needed for rgw spec: {'placement': {'count': 2}, 'service_id': 'foo', 'service_name': 'rgw.foo', 'service_type': 'rgw', 'spec': {'rgw_frontend_port': 8000, 'rgw_realm': 'r', 'rgw_zone': 'z'}} 2023-12-09T02:51:01.705 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:01 smithi023 bash[24949]: cephadm 2023-12-09T02:51:00.529664+0000 mgr.x (mgr.25001) 4 : cephadm [INF] No Migration is needed for rgw spec: {'placement': {'count': 2}, 'service_id': 'smpl', 'service_name': 'rgw.smpl', 'service_type': 'rgw'} 2023-12-09T02:51:01.705 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:01 smithi023 bash[24949]: audit 2023-12-09T02:51:00.537516+0000 mon.a (mon.0) 846 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:51:01.705 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:01 smithi023 bash[24949]: audit 2023-12-09T02:51:00.587076+0000 mon.a (mon.0) 847 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:51:01.705 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:01 smithi023 bash[24949]: audit 2023-12-09T02:51:00.595081+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:51:01.705 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:01 smithi023 bash[24949]: audit 2023-12-09T02:51:00.644629+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-09T02:51:01.705 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:01 smithi023 bash[24949]: cephadm 2023-12-09T02:51:01.086285+0000 mgr.x (mgr.25001) 5 : cephadm [INF] Deploying cephadm binary to smithi172 2023-12-09T02:51:01.705 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:01 smithi023 bash[24949]: cephadm 2023-12-09T02:51:01.097606+0000 mgr.x (mgr.25001) 6 : cephadm [INF] Deploying cephadm binary to smithi023 2023-12-09T02:51:01.705 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:01 smithi023 bash[24949]: audit 2023-12-09T02:51:01.362130+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:01.705 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:01 smithi023 bash[24949]: audit 2023-12-09T02:51:01.385109+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:01.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:01 smithi172 bash[25093]: audit 2023-12-09T02:51:00.432973+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14469 ' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2023-12-09T02:51:01.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:01 smithi172 bash[25093]: cluster 2023-12-09T02:51:00.433100+0000 mon.a (mon.0) 826 : cluster [DBG] mgrmap e23: x(active, starting, since 0.984058s) 2023-12-09T02:51:01.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:01 smithi172 bash[25093]: audit 2023-12-09T02:51:00.434351+0000 mon.a (mon.0) 827 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-09T02:51:01.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:01 smithi172 bash[25093]: audit 2023-12-09T02:51:00.434532+0000 mon.a (mon.0) 828 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T02:51:01.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:01 smithi172 bash[25093]: audit 2023-12-09T02:51:00.434723+0000 mon.a (mon.0) 829 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T02:51:01.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:01 smithi172 bash[25093]: audit 2023-12-09T02:51:00.436346+0000 mon.a (mon.0) 830 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-09T02:51:01.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:01 smithi172 bash[25093]: audit 2023-12-09T02:51:00.436548+0000 mon.a (mon.0) 831 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-09T02:51:01.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:01 smithi172 bash[25093]: audit 2023-12-09T02:51:00.436783+0000 mon.a (mon.0) 832 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-09T02:51:01.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:01 smithi172 bash[25093]: audit 2023-12-09T02:51:00.436993+0000 mon.a (mon.0) 833 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-09T02:51:01.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:01 smithi172 bash[25093]: audit 2023-12-09T02:51:00.437208+0000 mon.a (mon.0) 834 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-09T02:51:01.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:01 smithi172 bash[25093]: audit 2023-12-09T02:51:00.437414+0000 mon.a (mon.0) 835 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-09T02:51:01.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:01 smithi172 bash[25093]: audit 2023-12-09T02:51:00.437646+0000 mon.a (mon.0) 836 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-09T02:51:01.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:01 smithi172 bash[25093]: audit 2023-12-09T02:51:00.437855+0000 mon.a (mon.0) 837 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-09T02:51:01.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:01 smithi172 bash[25093]: audit 2023-12-09T02:51:00.438067+0000 mon.a (mon.0) 838 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-09T02:51:01.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:01 smithi172 bash[25093]: audit 2023-12-09T02:51:00.439317+0000 mon.a (mon.0) 839 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-09T02:51:01.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:01 smithi172 bash[25093]: audit 2023-12-09T02:51:00.439486+0000 mon.a (mon.0) 840 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-09T02:51:01.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:01 smithi172 bash[25093]: audit 2023-12-09T02:51:00.439972+0000 mon.a (mon.0) 841 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-09T02:51:01.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:01 smithi172 bash[25093]: cluster 2023-12-09T02:51:00.468020+0000 mon.a (mon.0) 842 : cluster [INF] Manager daemon x is now available 2023-12-09T02:51:01.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:01 smithi172 bash[25093]: audit 2023-12-09T02:51:00.512159+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:01.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:01 smithi172 bash[25093]: cephadm 2023-12-09T02:51:00.520488+0000 mgr.x (mgr.25001) 1 : cephadm [INF] Queued rgw.foo for migration 2023-12-09T02:51:01.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:01 smithi172 bash[25093]: audit 2023-12-09T02:51:00.520530+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:01.750 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:01 smithi172 bash[25093]: audit 2023-12-09T02:51:00.527977+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:01.750 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:01 smithi172 bash[25093]: cephadm 2023-12-09T02:51:00.528914+0000 mgr.x (mgr.25001) 2 : cephadm [INF] Queued rgw.smpl for migration 2023-12-09T02:51:01.750 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:01 smithi172 bash[25093]: cephadm 2023-12-09T02:51:00.529577+0000 mgr.x (mgr.25001) 3 : cephadm [INF] No Migration is needed for rgw spec: {'placement': {'count': 2}, 'service_id': 'foo', 'service_name': 'rgw.foo', 'service_type': 'rgw', 'spec': {'rgw_frontend_port': 8000, 'rgw_realm': 'r', 'rgw_zone': 'z'}} 2023-12-09T02:51:01.750 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:01 smithi172 bash[25093]: cephadm 2023-12-09T02:51:00.529664+0000 mgr.x (mgr.25001) 4 : cephadm [INF] No Migration is needed for rgw spec: {'placement': {'count': 2}, 'service_id': 'smpl', 'service_name': 'rgw.smpl', 'service_type': 'rgw'} 2023-12-09T02:51:01.750 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:01 smithi172 bash[25093]: audit 2023-12-09T02:51:00.537516+0000 mon.a (mon.0) 846 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:51:01.750 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:01 smithi172 bash[25093]: audit 2023-12-09T02:51:00.587076+0000 mon.a (mon.0) 847 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:51:01.750 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:01 smithi172 bash[25093]: audit 2023-12-09T02:51:00.595081+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:51:01.750 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:01 smithi172 bash[25093]: audit 2023-12-09T02:51:00.644629+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2023-12-09T02:51:01.750 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:01 smithi172 bash[25093]: cephadm 2023-12-09T02:51:01.086285+0000 mgr.x (mgr.25001) 5 : cephadm [INF] Deploying cephadm binary to smithi172 2023-12-09T02:51:01.750 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:01 smithi172 bash[25093]: cephadm 2023-12-09T02:51:01.097606+0000 mgr.x (mgr.25001) 6 : cephadm [INF] Deploying cephadm binary to smithi023 2023-12-09T02:51:01.750 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:01 smithi172 bash[25093]: audit 2023-12-09T02:51:01.362130+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:01.750 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:01 smithi172 bash[25093]: audit 2023-12-09T02:51:01.385109+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:02.348 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:51:01 smithi023 bash[25223]: debug 2023-12-09T02:51:01.689+0000 7fb4777ac000 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-09T02:51:02.348 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:51:02 smithi023 bash[25223]: debug 2023-12-09T02:51:02.029+0000 7fb4777ac000 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-09T02:51:02.348 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:51:02 smithi023 bash[25223]: debug 2023-12-09T02:51:02.125+0000 7fb4777ac000 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-09T02:51:02.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:02 smithi172 bash[25093]: cluster 2023-12-09T02:51:01.446501+0000 mon.a (mon.0) 852 : cluster [DBG] mgrmap e24: x(active, since 1.99746s) 2023-12-09T02:51:02.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:02 smithi172 bash[25093]: audit 2023-12-09T02:51:01.483382+0000 mgr.x (mgr.25001) 7 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:51:02.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:02 smithi172 bash[25093]: cluster 2023-12-09T02:51:01.487174+0000 mgr.x (mgr.25001) 8 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:51:02.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:02 smithi172 bash[25093]: cephadm 2023-12-09T02:51:02.000527+0000 mgr.x (mgr.25001) 9 : cephadm [INF] [09/Dec/2023:02:51:02] ENGINE Bus STARTING 2023-12-09T02:51:02.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:02 smithi172 bash[25093]: cephadm 2023-12-09T02:51:02.143277+0000 mgr.x (mgr.25001) 10 : cephadm [INF] [09/Dec/2023:02:51:02] ENGINE Serving on http://172.21.15.172:8765 2023-12-09T02:51:02.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:02 smithi023 bash[24949]: cluster 2023-12-09T02:51:01.446501+0000 mon.a (mon.0) 852 : cluster [DBG] mgrmap e24: x(active, since 1.99746s) 2023-12-09T02:51:02.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:02 smithi023 bash[24949]: audit 2023-12-09T02:51:01.483382+0000 mgr.x (mgr.25001) 7 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:51:02.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:02 smithi023 bash[24949]: cluster 2023-12-09T02:51:01.487174+0000 mgr.x (mgr.25001) 8 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:51:02.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:02 smithi023 bash[24949]: cephadm 2023-12-09T02:51:02.000527+0000 mgr.x (mgr.25001) 9 : cephadm [INF] [09/Dec/2023:02:51:02] ENGINE Bus STARTING 2023-12-09T02:51:02.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:02 smithi023 bash[24949]: cephadm 2023-12-09T02:51:02.143277+0000 mgr.x (mgr.25001) 10 : cephadm [INF] [09/Dec/2023:02:51:02] ENGINE Serving on http://172.21.15.172:8765 2023-12-09T02:51:02.773 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:51:02 smithi023 bash[25223]: debug 2023-12-09T02:51:02.337+0000 7fb4777ac000 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-09T02:51:02.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:02 smithi023 bash[30415]: cluster 2023-12-09T02:51:01.446501+0000 mon.a (mon.0) 852 : cluster [DBG] mgrmap e24: x(active, since 1.99746s) 2023-12-09T02:51:02.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:02 smithi023 bash[30415]: audit 2023-12-09T02:51:01.483382+0000 mgr.x (mgr.25001) 7 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:51:02.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:02 smithi023 bash[30415]: cluster 2023-12-09T02:51:01.487174+0000 mgr.x (mgr.25001) 8 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:51:02.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:02 smithi023 bash[30415]: cephadm 2023-12-09T02:51:02.000527+0000 mgr.x (mgr.25001) 9 : cephadm [INF] [09/Dec/2023:02:51:02] ENGINE Bus STARTING 2023-12-09T02:51:02.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:02 smithi023 bash[30415]: cephadm 2023-12-09T02:51:02.143277+0000 mgr.x (mgr.25001) 10 : cephadm [INF] [09/Dec/2023:02:51:02] ENGINE Serving on http://172.21.15.172:8765 2023-12-09T02:51:03.466 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:51:03 smithi023 bash[49219]: level=warn ts=2023-12-09T02:51:03.134Z 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.172:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.172 because it doesn't contain any IP SANs" 2023-12-09T02:51:03.467 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:51:03 smithi023 bash[25223]: debug 2023-12-09T02:51:03.213+0000 7fb4777ac000 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-09T02:51:03.467 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:51:03 smithi023 bash[25223]: debug 2023-12-09T02:51:03.329+0000 7fb4777ac000 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-09T02:51:03.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:03 smithi172 bash[25093]: cephadm 2023-12-09T02:51:02.347643+0000 mgr.x (mgr.25001) 11 : cephadm [INF] [09/Dec/2023:02:51:02] ENGINE Serving on https://172.21.15.172:7150 2023-12-09T02:51:03.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:03 smithi172 bash[25093]: cephadm 2023-12-09T02:51:02.347776+0000 mgr.x (mgr.25001) 12 : cephadm [INF] [09/Dec/2023:02:51:02] ENGINE Bus STARTED 2023-12-09T02:51:03.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:03 smithi172 bash[25093]: cluster 2023-12-09T02:51:02.447123+0000 mgr.x (mgr.25001) 13 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:51:03.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:03 smithi172 bash[25093]: cluster 2023-12-09T02:51:02.463411+0000 mon.a (mon.0) 853 : cluster [DBG] mgrmap e25: x(active, since 3s) 2023-12-09T02:51:03.771 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:03 smithi023 bash[24949]: cephadm 2023-12-09T02:51:02.347643+0000 mgr.x (mgr.25001) 11 : cephadm [INF] [09/Dec/2023:02:51:02] ENGINE Serving on https://172.21.15.172:7150 2023-12-09T02:51:03.771 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:03 smithi023 bash[24949]: cephadm 2023-12-09T02:51:02.347776+0000 mgr.x (mgr.25001) 12 : cephadm [INF] [09/Dec/2023:02:51:02] ENGINE Bus STARTED 2023-12-09T02:51:03.771 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:03 smithi023 bash[24949]: cluster 2023-12-09T02:51:02.447123+0000 mgr.x (mgr.25001) 13 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:51:03.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:03 smithi023 bash[24949]: cluster 2023-12-09T02:51:02.463411+0000 mon.a (mon.0) 853 : cluster [DBG] mgrmap e25: x(active, since 3s) 2023-12-09T02:51:03.772 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:51:03 smithi023 bash[25223]: debug 2023-12-09T02:51:03.541+0000 7fb4777ac000 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-09T02:51:03.772 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:51:03 smithi023 bash[49219]: level=error ts=2023-12-09T02:51:03.511Z 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.172:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.172 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.23:8443//api/prometheus_receiver\": dial tcp 172.21.15.23:8443: connect: connection refused" 2023-12-09T02:51:03.773 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:51:03 smithi023 bash[49219]: level=warn ts=2023-12-09T02:51:03.513Z 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.23:8443//api/prometheus_receiver\": dial tcp 172.21.15.23:8443: connect: connection refused" 2023-12-09T02:51:03.773 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:51:03 smithi023 bash[49219]: level=warn ts=2023-12-09T02:51:03.536Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.172:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.172 because it doesn't contain any IP SANs" 2023-12-09T02:51:03.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:03 smithi023 bash[30415]: cephadm 2023-12-09T02:51:02.347643+0000 mgr.x (mgr.25001) 11 : cephadm [INF] [09/Dec/2023:02:51:02] ENGINE Serving on https://172.21.15.172:7150 2023-12-09T02:51:03.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:03 smithi023 bash[30415]: cephadm 2023-12-09T02:51:02.347776+0000 mgr.x (mgr.25001) 12 : cephadm [INF] [09/Dec/2023:02:51:02] ENGINE Bus STARTED 2023-12-09T02:51:03.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:03 smithi023 bash[30415]: cluster 2023-12-09T02:51:02.447123+0000 mgr.x (mgr.25001) 13 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:51:03.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:03 smithi023 bash[30415]: cluster 2023-12-09T02:51:02.463411+0000 mon.a (mon.0) 853 : cluster [DBG] mgrmap e25: x(active, since 3s) 2023-12-09T02:51:04.256 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:51:03 smithi023 bash[25223]: debug 2023-12-09T02:51:03.905+0000 7fb4777ac000 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-09T02:51:04.522 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:51:04 smithi023 bash[25223]: debug 2023-12-09T02:51:04.245+0000 7fb4777ac000 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-09T02:51:04.937 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:51:04 smithi023 bash[25223]: debug 2023-12-09T02:51:04.641+0000 7fb4777ac000 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-09T02:51:04.937 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:51:04 smithi023 bash[25223]: debug 2023-12-09T02:51:04.925+0000 7fb4777ac000 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-09T02:51:05.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:05 smithi172 bash[25093]: cluster 2023-12-09T02:51:04.447786+0000 mgr.x (mgr.25001) 14 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:51:05.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:05 smithi172 bash[25093]: cluster 2023-12-09T02:51:04.472923+0000 mon.a (mon.0) 854 : cluster [DBG] mgrmap e26: x(active, since 5s) 2023-12-09T02:51:05.760 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:05 smithi023 bash[24949]: cluster 2023-12-09T02:51:04.447786+0000 mgr.x (mgr.25001) 14 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:51:05.760 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:05 smithi023 bash[24949]: cluster 2023-12-09T02:51:04.472923+0000 mon.a (mon.0) 854 : cluster [DBG] mgrmap e26: x(active, since 5s) 2023-12-09T02:51:05.760 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:05 smithi023 bash[30415]: cluster 2023-12-09T02:51:04.447786+0000 mgr.x (mgr.25001) 14 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:51:05.760 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:05 smithi023 bash[30415]: cluster 2023-12-09T02:51:04.472923+0000 mon.a (mon.0) 854 : cluster [DBG] mgrmap e26: x(active, since 5s) 2023-12-09T02:51:05.761 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:51:05 smithi023 bash[25223]: debug 2023-12-09T02:51:05.637+0000 7fb4777ac000 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-09T02:51:05.761 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:51:05 smithi023 bash[25223]: debug 2023-12-09T02:51:05.749+0000 7fb4777ac000 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-09T02:51:06.021 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:51:05 smithi023 bash[25223]: debug 2023-12-09T02:51:05.917+0000 7fb4777ac000 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-09T02:51:06.491 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:51:06 smithi023 bash[25223]: debug 2023-12-09T02:51:06.033+0000 7fb4777ac000 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-09T02:51:06.491 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:51:06 smithi023 bash[25223]: debug 2023-12-09T02:51:06.177+0000 7fb4777ac000 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-09T02:51:06.491 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:51:06 smithi023 bash[25223]: debug 2023-12-09T02:51:06.481+0000 7fb4777ac000 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-09T02:51:06.771 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:51:06 smithi023 bash[25223]: debug 2023-12-09T02:51:06.609+0000 7fb4777ac000 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-09T02:51:07.271 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:51:06 smithi023 bash[25223]: debug 2023-12-09T02:51:06.817+0000 7fb4777ac000 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-09T02:51:07.271 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:51:06 smithi023 bash[25223]: debug 2023-12-09T02:51:06.949+0000 7fb4777ac000 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-09T02:51:07.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:07 smithi172 bash[25093]: cluster 2023-12-09T02:51:06.448500+0000 mgr.x (mgr.25001) 15 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:51:07.771 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:07 smithi023 bash[24949]: cluster 2023-12-09T02:51:06.448500+0000 mgr.x (mgr.25001) 15 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:51:07.771 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:07 smithi023 bash[30415]: cluster 2023-12-09T02:51:06.448500+0000 mgr.x (mgr.25001) 15 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:51:08.271 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:51:07 smithi023 bash[25223]: debug 2023-12-09T02:51:07.845+0000 7fb4777ac000 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-09T02:51:08.272 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:51:07 smithi023 bash[25223]: [09/Dec/2023:02:51:07] ENGINE Bus STARTING 2023-12-09T02:51:08.272 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:51:07 smithi023 bash[25223]: CherryPy Checker: 2023-12-09T02:51:08.272 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:51:07 smithi023 bash[25223]: The Application mounted at '' has an empty config. 2023-12-09T02:51:08.272 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:51:07 smithi023 bash[25223]: [09/Dec/2023:02:51:07] ENGINE Serving on http://:::9283 2023-12-09T02:51:08.272 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:51:07 smithi023 bash[25223]: [09/Dec/2023:02:51:07] ENGINE Bus STARTED 2023-12-09T02:51:08.497 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:51:08 smithi172 bash[45390]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:51:08] "GET /metrics HTTP/1.1" 200 35149 "" "Prometheus/2.33.4" 2023-12-09T02:51:08.771 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:08 smithi023 bash[30415]: cluster 2023-12-09T02:51:07.869558+0000 mon.a (mon.0) 855 : cluster [DBG] Standby manager daemon y started 2023-12-09T02:51:08.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:08 smithi023 bash[30415]: audit 2023-12-09T02:51:07.876278+0000 mon.a (mon.0) 856 : audit [DBG] from='mgr.? 172.21.15.23:0/439448725' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-12-09T02:51:08.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:08 smithi023 bash[30415]: audit 2023-12-09T02:51:07.877205+0000 mon.a (mon.0) 857 : audit [DBG] from='mgr.? 172.21.15.23:0/439448725' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-09T02:51:08.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:08 smithi023 bash[30415]: audit 2023-12-09T02:51:07.882335+0000 mon.a (mon.0) 858 : audit [DBG] from='mgr.? 172.21.15.23:0/439448725' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-12-09T02:51:08.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:08 smithi023 bash[30415]: audit 2023-12-09T02:51:07.884014+0000 mon.a (mon.0) 859 : audit [DBG] from='mgr.? 172.21.15.23:0/439448725' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-09T02:51:08.772 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:51:08 smithi023 bash[25223]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:51:08] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:51:08.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:08 smithi023 bash[24949]: cluster 2023-12-09T02:51:07.869558+0000 mon.a (mon.0) 855 : cluster [DBG] Standby manager daemon y started 2023-12-09T02:51:08.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:08 smithi023 bash[24949]: audit 2023-12-09T02:51:07.876278+0000 mon.a (mon.0) 856 : audit [DBG] from='mgr.? 172.21.15.23:0/439448725' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-12-09T02:51:08.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:08 smithi023 bash[24949]: audit 2023-12-09T02:51:07.877205+0000 mon.a (mon.0) 857 : audit [DBG] from='mgr.? 172.21.15.23:0/439448725' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-09T02:51:08.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:08 smithi023 bash[24949]: audit 2023-12-09T02:51:07.882335+0000 mon.a (mon.0) 858 : audit [DBG] from='mgr.? 172.21.15.23:0/439448725' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-12-09T02:51:08.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:08 smithi023 bash[24949]: audit 2023-12-09T02:51:07.884014+0000 mon.a (mon.0) 859 : audit [DBG] from='mgr.? 172.21.15.23:0/439448725' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-09T02:51:08.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:08 smithi172 bash[25093]: cluster 2023-12-09T02:51:07.869558+0000 mon.a (mon.0) 855 : cluster [DBG] Standby manager daemon y started 2023-12-09T02:51:08.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:08 smithi172 bash[25093]: audit 2023-12-09T02:51:07.876278+0000 mon.a (mon.0) 856 : audit [DBG] from='mgr.? 172.21.15.23:0/439448725' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-12-09T02:51:08.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:08 smithi172 bash[25093]: audit 2023-12-09T02:51:07.877205+0000 mon.a (mon.0) 857 : audit [DBG] from='mgr.? 172.21.15.23:0/439448725' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-09T02:51:08.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:08 smithi172 bash[25093]: audit 2023-12-09T02:51:07.882335+0000 mon.a (mon.0) 858 : audit [DBG] from='mgr.? 172.21.15.23:0/439448725' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-12-09T02:51:08.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:08 smithi172 bash[25093]: audit 2023-12-09T02:51:07.884014+0000 mon.a (mon.0) 859 : audit [DBG] from='mgr.? 172.21.15.23:0/439448725' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-09T02:51:08.999 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:51:08 smithi172 bash[41796]: ts=2023-12-09T02:51: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: |\n OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked down and back up at {{ $value | humanize }} times once a minute for 5 minutes. This could indicate a network issue (latency, packet drop, disruption) on the clusters \"cluster network\". Check the network environment on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSD's to flap (mark each other out)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.23\", device_class=\"ssd\", hostname=\"smithi023\", instance=\"172.21.15.23:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.23\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.23\", device_class=\"ssd\", hostname=\"smithi023\", instance=\"172.21.15.172:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.23\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-09T02:51:08.999 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:51:08 smithi172 bash[41796]: ts=2023-12-09T02:51:08.663Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephPGImbalance\nexpr: abs(((ceph_osd_numpg > 0) - on(job) group_left() avg by(job) (ceph_osd_numpg\n > 0)) / on(job) group_left() avg by(job) (ceph_osd_numpg > 0)) * on(ceph_daemon)\n group_left(hostname) ceph_osd_metadata > 0.3\nfor: 5m\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.5\n severity: warning\n type: ceph_default\nannotations:\n description: |\n OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} deviates by more than 30% from average PG count.\n summary: PG allocations are not balanced across devices\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.23\", device_class=\"ssd\", hostname=\"smithi023\", instance=\"172.21.15.23:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.23\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.23\", device_class=\"ssd\", hostname=\"smithi023\", instance=\"172.21.15.172:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.23\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-09T02:51:09.271 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:51:08 smithi023 bash[49219]: level=warn ts=2023-12-09T02:51:08.911Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=6 err="Post \"https://172.21.15.23:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.23 because it doesn't contain any IP SANs" 2023-12-09T02:51:09.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:09 smithi023 bash[24949]: cluster 2023-12-09T02:51:08.450131+0000 mgr.x (mgr.25001) 16 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2023-12-09T02:51:09.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:09 smithi023 bash[24949]: cluster 2023-12-09T02:51:08.504365+0000 mon.a (mon.0) 860 : cluster [DBG] mgrmap e27: x(active, since 9s), standbys: y 2023-12-09T02:51:09.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:09 smithi023 bash[24949]: audit 2023-12-09T02:51:08.505339+0000 mon.a (mon.0) 861 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-09T02:51:09.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:09 smithi023 bash[30415]: cluster 2023-12-09T02:51:08.450131+0000 mgr.x (mgr.25001) 16 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2023-12-09T02:51:09.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:09 smithi023 bash[30415]: cluster 2023-12-09T02:51:08.504365+0000 mon.a (mon.0) 860 : cluster [DBG] mgrmap e27: x(active, since 9s), standbys: y 2023-12-09T02:51:09.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:09 smithi023 bash[30415]: audit 2023-12-09T02:51:08.505339+0000 mon.a (mon.0) 861 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-09T02:51:09.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:09 smithi172 bash[25093]: cluster 2023-12-09T02:51:08.450131+0000 mgr.x (mgr.25001) 16 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2023-12-09T02:51:09.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:09 smithi172 bash[25093]: cluster 2023-12-09T02:51:08.504365+0000 mon.a (mon.0) 860 : cluster [DBG] mgrmap e27: x(active, since 9s), standbys: y 2023-12-09T02:51:09.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:09 smithi172 bash[25093]: audit 2023-12-09T02:51:08.505339+0000 mon.a (mon.0) 861 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-09T02:51:11.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:11 smithi023 bash[24949]: cluster 2023-12-09T02:51:10.450890+0000 mgr.x (mgr.25001) 17 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2023-12-09T02:51:11.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:11 smithi023 bash[30415]: cluster 2023-12-09T02:51:10.450890+0000 mgr.x (mgr.25001) 17 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2023-12-09T02:51:11.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:11 smithi172 bash[25093]: cluster 2023-12-09T02:51:10.450890+0000 mgr.x (mgr.25001) 17 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2023-12-09T02:51:12.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:12 smithi172 bash[25093]: audit 2023-12-09T02:51:11.494069+0000 mgr.x (mgr.25001) 18 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:51:13.021 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:12 smithi023 bash[24949]: audit 2023-12-09T02:51:11.494069+0000 mgr.x (mgr.25001) 18 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:51:13.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:12 smithi023 bash[30415]: audit 2023-12-09T02:51:11.494069+0000 mgr.x (mgr.25001) 18 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:51:13.771 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:13 smithi023 bash[24949]: cluster 2023-12-09T02:51:12.452660+0000 mgr.x (mgr.25001) 19 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2023-12-09T02:51:13.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:13 smithi023 bash[30415]: cluster 2023-12-09T02:51:12.452660+0000 mgr.x (mgr.25001) 19 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2023-12-09T02:51:13.772 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:51:13 smithi023 bash[49219]: level=error ts=2023-12-09T02:51:13.512Z 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.23:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.23 because it doesn't contain any IP SANs; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://172.21.15.172:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.172 because it doesn't contain any IP SANs" 2023-12-09T02:51:13.772 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:51:13 smithi023 bash[49219]: level=warn ts=2023-12-09T02:51:13.518Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.23:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.23 because it doesn't contain any IP SANs" 2023-12-09T02:51:13.772 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:51:13 smithi023 bash[49219]: level=warn ts=2023-12-09T02:51:13.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.172:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.172 because it doesn't contain any IP SANs" 2023-12-09T02:51:13.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:13 smithi172 bash[25093]: cluster 2023-12-09T02:51:12.452660+0000 mgr.x (mgr.25001) 19 : cluster [DBG] pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2023-12-09T02:51:16.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:15 smithi172 bash[25093]: cluster 2023-12-09T02:51:14.453520+0000 mgr.x (mgr.25001) 20 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-09T02:51:16.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:15 smithi172 bash[25093]: audit 2023-12-09T02:51:14.871563+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:16.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:15 smithi172 bash[25093]: audit 2023-12-09T02:51:14.888308+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:16.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:15 smithi172 bash[25093]: audit 2023-12-09T02:51:14.925016+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:16.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:15 smithi172 bash[25093]: audit 2023-12-09T02:51:14.933966+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:16.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:15 smithi172 bash[25093]: audit 2023-12-09T02:51:15.586074+0000 mon.a (mon.0) 866 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:51:16.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:15 smithi023 bash[24949]: cluster 2023-12-09T02:51:14.453520+0000 mgr.x (mgr.25001) 20 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-09T02:51:16.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:15 smithi023 bash[24949]: audit 2023-12-09T02:51:14.871563+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:16.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:15 smithi023 bash[24949]: audit 2023-12-09T02:51:14.888308+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:16.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:15 smithi023 bash[24949]: audit 2023-12-09T02:51:14.925016+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:16.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:15 smithi023 bash[24949]: audit 2023-12-09T02:51:14.933966+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:16.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:15 smithi023 bash[24949]: audit 2023-12-09T02:51:15.586074+0000 mon.a (mon.0) 866 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:51:16.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:15 smithi023 bash[30415]: cluster 2023-12-09T02:51:14.453520+0000 mgr.x (mgr.25001) 20 : cluster [DBG] pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-09T02:51:16.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:15 smithi023 bash[30415]: audit 2023-12-09T02:51:14.871563+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:16.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:15 smithi023 bash[30415]: audit 2023-12-09T02:51:14.888308+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:16.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:15 smithi023 bash[30415]: audit 2023-12-09T02:51:14.925016+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:16.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:15 smithi023 bash[30415]: audit 2023-12-09T02:51:14.933966+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:16.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:15 smithi023 bash[30415]: audit 2023-12-09T02:51:15.586074+0000 mon.a (mon.0) 866 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:51:17.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:17 smithi172 bash[25093]: audit 2023-12-09T02:51:16.038649+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:17.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:17 smithi172 bash[25093]: audit 2023-12-09T02:51:16.048546+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:17.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:17 smithi172 bash[25093]: audit 2023-12-09T02:51:16.058520+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:17.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:17 smithi172 bash[25093]: audit 2023-12-09T02:51:16.065208+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:51:17.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:17 smithi172 bash[25093]: audit 2023-12-09T02:51:16.069186+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:17.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:17 smithi172 bash[25093]: audit 2023-12-09T02:51:16.073146+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:51:17.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:17 smithi172 bash[25093]: audit 2023-12-09T02:51:16.075857+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:51:17.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:17 smithi172 bash[25093]: audit 2023-12-09T02:51:16.078099+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:51:17.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:17 smithi172 bash[25093]: cephadm 2023-12-09T02:51:16.087304+0000 mgr.x (mgr.25001) 21 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2781M 2023-12-09T02:51:17.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:17 smithi172 bash[25093]: audit 2023-12-09T02:51:16.087623+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:17.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:17 smithi023 bash[24949]: audit 2023-12-09T02:51:16.038649+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:17.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:17 smithi023 bash[24949]: audit 2023-12-09T02:51:16.048546+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:17.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:17 smithi023 bash[24949]: audit 2023-12-09T02:51:16.058520+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:17.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:17 smithi023 bash[24949]: audit 2023-12-09T02:51:16.065208+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:51:17.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:17 smithi023 bash[24949]: audit 2023-12-09T02:51:16.069186+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:17.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:17 smithi023 bash[24949]: audit 2023-12-09T02:51:16.073146+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:51:17.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:17 smithi023 bash[24949]: audit 2023-12-09T02:51:16.075857+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:51:17.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:17 smithi023 bash[24949]: audit 2023-12-09T02:51:16.078099+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:51:17.523 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:17 smithi023 bash[24949]: cephadm 2023-12-09T02:51:16.087304+0000 mgr.x (mgr.25001) 21 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2781M 2023-12-09T02:51:17.523 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:17 smithi023 bash[24949]: audit 2023-12-09T02:51:16.087623+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:17.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:17 smithi023 bash[30415]: audit 2023-12-09T02:51:16.038649+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:17.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:17 smithi023 bash[30415]: audit 2023-12-09T02:51:16.048546+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:17.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:17 smithi023 bash[30415]: audit 2023-12-09T02:51:16.058520+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:17.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:17 smithi023 bash[30415]: audit 2023-12-09T02:51:16.065208+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:51:17.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:17 smithi023 bash[30415]: audit 2023-12-09T02:51:16.069186+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:17.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:17 smithi023 bash[30415]: audit 2023-12-09T02:51:16.073146+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:51:17.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:17 smithi023 bash[30415]: audit 2023-12-09T02:51:16.075857+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:51:17.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:17 smithi023 bash[30415]: audit 2023-12-09T02:51:16.078099+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:51:17.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:17 smithi023 bash[30415]: cephadm 2023-12-09T02:51:16.087304+0000 mgr.x (mgr.25001) 21 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2781M 2023-12-09T02:51:17.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:17 smithi023 bash[30415]: audit 2023-12-09T02:51:16.087623+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:18.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:18 smithi172 bash[25093]: cluster 2023-12-09T02:51:16.454352+0000 mgr.x (mgr.25001) 22 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-09T02:51:18.249 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:51:17 smithi172 bash[45390]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:51:17] "GET /metrics HTTP/1.1" 200 38153 "" "Prometheus/2.33.4" 2023-12-09T02:51:18.521 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:18 smithi023 bash[24949]: cluster 2023-12-09T02:51:16.454352+0000 mgr.x (mgr.25001) 22 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-09T02:51:18.522 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:18 smithi023 bash[30415]: cluster 2023-12-09T02:51:16.454352+0000 mgr.x (mgr.25001) 22 : cluster [DBG] pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-09T02:51:19.021 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:51:18 smithi023 bash[25223]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:51:18] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:51:20.336 INFO:teuthology.orchestra.run.smithi023.stdout:true 2023-12-09T02:51:20.497 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:20 smithi172 bash[25093]: cluster 2023-12-09T02:51:18.456046+0000 mgr.x (mgr.25001) 23 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-09T02:51:20.521 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:20 smithi023 bash[30415]: cluster 2023-12-09T02:51:18.456046+0000 mgr.x (mgr.25001) 23 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-09T02:51:20.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:20 smithi023 bash[24949]: cluster 2023-12-09T02:51:18.456046+0000 mgr.x (mgr.25001) 23 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-09T02:51:21.110 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-09T02:51:21.110 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6m) 6s ago 6m 18.8M - 0.23.0 ba2b418f427c 47724901d381 2023-12-09T02:51:21.110 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi172 *:3000 running (6m) 6s ago 6m 48.5M - 8.3.5 dad864ee21e9 9c508a19dd3c 2023-12-09T02:51:21.110 INFO:teuthology.orchestra.run.smithi023.stdout:iscsi.foo.smithi023.vcvunr smithi023 running (4m) 6s ago 4m 48.0M - 3.5 e1d6a67b021e 9acf5c9ecdb0 2023-12-09T02:51:21.110 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi172 *:8443,9283 running (35s) 6s ago 12m 474M - 19.0.0-44-g9dcc13bb f28f2b94f153 be0fdd2ba0e6 2023-12-09T02:51:21.111 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (14m) 6s ago 14m 404M - 17.2.0 e1d6a67b021e 87787e2d3f75 2023-12-09T02:51:21.111 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (14m) 6s ago 14m 60.0M 2048M 17.2.0 e1d6a67b021e 324f5279017f 2023-12-09T02:51:21.111 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi172 running (12m) 6s ago 12m 48.8M 2048M 17.2.0 e1d6a67b021e cfdc4d178041 2023-12-09T02:51:21.111 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (13m) 6s ago 13m 44.7M 2048M 17.2.0 e1d6a67b021e 9299c6ac25fe 2023-12-09T02:51:21.111 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6m) 6s ago 6m 12.4M - 1.3.1 1dbe0e931976 9545f75973a1 2023-12-09T02:51:21.111 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi172 *:9100 running (6m) 6s ago 6m 12.3M - 1.3.1 1dbe0e931976 a31183c45a78 2023-12-09T02:51:21.111 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (12m) 6s ago 12m 58.6M 2781M 17.2.0 e1d6a67b021e b647f39c76d5 2023-12-09T02:51:21.111 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (11m) 6s ago 11m 60.7M 2781M 17.2.0 e1d6a67b021e 33c693687d9a 2023-12-09T02:51:21.111 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (10m) 6s ago 11m 53.4M 2781M 17.2.0 e1d6a67b021e b487471c7433 2023-12-09T02:51:21.111 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10m) 6s ago 10m 58.3M 2781M 17.2.0 e1d6a67b021e 635c08619a33 2023-12-09T02:51:21.111 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi172 running (9m) 6s ago 9m 59.8M 4317M 17.2.0 e1d6a67b021e c04304e8675b 2023-12-09T02:51:21.111 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi172 running (9m) 6s ago 9m 55.1M 4317M 17.2.0 e1d6a67b021e fcb16f6cd272 2023-12-09T02:51:21.111 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi172 running (8m) 6s ago 8m 53.9M 4317M 17.2.0 e1d6a67b021e a1dc1e893a48 2023-12-09T02:51:21.111 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi172 running (7m) 6s ago 7m 56.7M 4317M 17.2.0 e1d6a67b021e f5bf1afe0d7c 2023-12-09T02:51:21.111 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi172 *:9095 running (5m) 6s ago 7m 59.5M - 2.33.4 514e6a882f6e 7240589191d1 2023-12-09T02:51:21.112 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.foo.smithi023.mllipj smithi023 *:8000 running (4m) 6s ago 4m 86.5M - 17.2.0 e1d6a67b021e 110d5ba1c152 2023-12-09T02:51:21.112 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.foo.smithi172.aqpemq smithi172 *:8000 running (4m) 6s ago 4m 86.6M - 17.2.0 e1d6a67b021e c9a58e322a85 2023-12-09T02:51:21.112 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.smpl.smithi023.ikvhaq smithi023 *:80 running (4m) 6s ago 4m 86.4M - 17.2.0 e1d6a67b021e 9fb31f23b01c 2023-12-09T02:51:21.112 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.smpl.smithi172.ysxvfy smithi172 *:80 running (4m) 6s ago 4m 86.4M - 17.2.0 e1d6a67b021e 3c13f0c0b020 2023-12-09T02:51:21.564 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2023-12-09T02:51:21.564 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2023-12-09T02:51:21.564 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-09T02:51:21.564 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:51:21.564 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2023-12-09T02:51:21.564 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-09T02:51:21.564 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 1 2023-12-09T02:51:21.564 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:51:21.565 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2023-12-09T02:51:21.565 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-09T02:51:21.565 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:51:21.565 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": {}, 2023-12-09T02:51:21.565 INFO:teuthology.orchestra.run.smithi023.stdout: "rgw": { 2023-12-09T02:51:21.565 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-09T02:51:21.565 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:51:21.565 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2023-12-09T02:51:21.565 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 16, 2023-12-09T02:51:21.565 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 1 2023-12-09T02:51:21.565 INFO:teuthology.orchestra.run.smithi023.stdout: } 2023-12-09T02:51:21.565 INFO:teuthology.orchestra.run.smithi023.stdout:} 2023-12-09T02:51:21.959 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2023-12-09T02:51:21.959 INFO:teuthology.orchestra.run.smithi023.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882", 2023-12-09T02:51:21.959 INFO:teuthology.orchestra.run.smithi023.stdout: "in_progress": true, 2023-12-09T02:51:21.959 INFO:teuthology.orchestra.run.smithi023.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-09T02:51:21.959 INFO:teuthology.orchestra.run.smithi023.stdout: "services_complete": [], 2023-12-09T02:51:21.959 INFO:teuthology.orchestra.run.smithi023.stdout: "progress": "1/23 daemons upgraded", 2023-12-09T02:51:21.959 INFO:teuthology.orchestra.run.smithi023.stdout: "message": "", 2023-12-09T02:51:21.959 INFO:teuthology.orchestra.run.smithi023.stdout: "is_paused": false 2023-12-09T02:51:21.959 INFO:teuthology.orchestra.run.smithi023.stdout:} 2023-12-09T02:51:22.407 INFO:teuthology.orchestra.run.smithi023.stdout:HEALTH_OK 2023-12-09T02:51:22.498 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:51:22 smithi172 bash[41796]: ts=2023-12-09T02:51:22.315Z caller=manager.go:609 level=warn component="rule manager" group=pools msg="Evaluating rule failed" rule="alert: CephPoolGrowthWarning\nexpr: (predict_linear(ceph_pool_percent_used[2d], 3600 * 24 * 5) * on(pool_id) group_right()\n ceph_pool_metadata) >= 95\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.9.2\n severity: warning\n type: ceph_default\nannotations:\n description: |\n Pool '{{ $labels.name }}' will be full in less than 5 days assuming the average fill-up rate of the past 48 hours.\n summary: Pool growth rate may soon exceed it's capacity\n" err="found duplicate series for the match group {pool_id=\"1\"} on the left hand-side of the operation: [{instance=\"172.21.15.23:9283\", job=\"ceph\", pool_id=\"1\"}, {instance=\"172.21.15.172:9283\", job=\"ceph\", pool_id=\"1\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-09T02:51:22.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:22 smithi172 bash[25093]: audit 2023-12-09T02:51:20.319842+0000 mgr.x (mgr.25001) 24 : audit [DBG] from='client.25147 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:51:22.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:22 smithi172 bash[25093]: cluster 2023-12-09T02:51:20.456763+0000 mgr.x (mgr.25001) 25 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:51:22.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:22 smithi172 bash[25093]: audit 2023-12-09T02:51:20.702500+0000 mgr.x (mgr.25001) 26 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:51:22.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:22 smithi172 bash[25093]: audit 2023-12-09T02:51:21.077531+0000 mgr.x (mgr.25001) 27 : audit [DBG] from='client.25159 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:51:22.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:22 smithi172 bash[25093]: audit 2023-12-09T02:51:21.556292+0000 mon.c (mon.1) 40 : audit [DBG] from='client.? 172.21.15.23:0/2016795142' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:51:22.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:22 smithi023 bash[24949]: audit 2023-12-09T02:51:20.319842+0000 mgr.x (mgr.25001) 24 : audit [DBG] from='client.25147 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:51:22.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:22 smithi023 bash[24949]: cluster 2023-12-09T02:51:20.456763+0000 mgr.x (mgr.25001) 25 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:51:22.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:22 smithi023 bash[24949]: audit 2023-12-09T02:51:20.702500+0000 mgr.x (mgr.25001) 26 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:51:22.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:22 smithi023 bash[24949]: audit 2023-12-09T02:51:21.077531+0000 mgr.x (mgr.25001) 27 : audit [DBG] from='client.25159 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:51:22.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:22 smithi023 bash[24949]: audit 2023-12-09T02:51:21.556292+0000 mon.c (mon.1) 40 : audit [DBG] from='client.? 172.21.15.23:0/2016795142' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:51:22.522 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:22 smithi023 bash[30415]: audit 2023-12-09T02:51:20.319842+0000 mgr.x (mgr.25001) 24 : audit [DBG] from='client.25147 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:51:22.522 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:22 smithi023 bash[30415]: cluster 2023-12-09T02:51:20.456763+0000 mgr.x (mgr.25001) 25 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:51:22.522 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:22 smithi023 bash[30415]: audit 2023-12-09T02:51:20.702500+0000 mgr.x (mgr.25001) 26 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:51:22.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:22 smithi023 bash[30415]: audit 2023-12-09T02:51:21.077531+0000 mgr.x (mgr.25001) 27 : audit [DBG] from='client.25159 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:51:22.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:22 smithi023 bash[30415]: audit 2023-12-09T02:51:21.556292+0000 mon.c (mon.1) 40 : audit [DBG] from='client.? 172.21.15.23:0/2016795142' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:51:23.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:23 smithi172 bash[25093]: audit 2023-12-09T02:51:21.503175+0000 mgr.x (mgr.25001) 28 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:51:23.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:23 smithi172 bash[25093]: audit 2023-12-09T02:51:21.958345+0000 mgr.x (mgr.25001) 29 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:51:23.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:23 smithi172 bash[25093]: audit 2023-12-09T02:51:22.400026+0000 mon.a (mon.0) 876 : audit [DBG] from='client.? 172.21.15.23:0/2322197746' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:51:23.521 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:23 smithi023 bash[24949]: audit 2023-12-09T02:51:21.503175+0000 mgr.x (mgr.25001) 28 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:51:23.521 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:23 smithi023 bash[24949]: audit 2023-12-09T02:51:21.958345+0000 mgr.x (mgr.25001) 29 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:51:23.521 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:23 smithi023 bash[24949]: audit 2023-12-09T02:51:22.400026+0000 mon.a (mon.0) 876 : audit [DBG] from='client.? 172.21.15.23:0/2322197746' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:51:23.521 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:23 smithi023 bash[30415]: audit 2023-12-09T02:51:21.503175+0000 mgr.x (mgr.25001) 28 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:51:23.522 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:23 smithi023 bash[30415]: audit 2023-12-09T02:51:21.958345+0000 mgr.x (mgr.25001) 29 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:51:23.522 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:23 smithi023 bash[30415]: audit 2023-12-09T02:51:22.400026+0000 mon.a (mon.0) 876 : audit [DBG] from='client.? 172.21.15.23:0/2322197746' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:51:23.772 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:51:23 smithi023 bash[49219]: level=error ts=2023-12-09T02:51:23.513Z 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.172:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.172 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.23:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.23 because it doesn't contain any IP SANs" 2023-12-09T02:51:23.772 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:51:23 smithi023 bash[49219]: level=warn ts=2023-12-09T02:51:23.518Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.23:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.23 because it doesn't contain any IP SANs" 2023-12-09T02:51:23.772 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:51:23 smithi023 bash[49219]: level=warn ts=2023-12-09T02:51: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.172:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.172 because it doesn't contain any IP SANs" 2023-12-09T02:51:24.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:24 smithi172 bash[25093]: cluster 2023-12-09T02:51:22.458492+0000 mgr.x (mgr.25001) 30 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:51:24.521 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:24 smithi023 bash[24949]: cluster 2023-12-09T02:51:22.458492+0000 mgr.x (mgr.25001) 30 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:51:24.522 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:24 smithi023 bash[30415]: cluster 2023-12-09T02:51:22.458492+0000 mgr.x (mgr.25001) 30 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:51:26.497 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:26 smithi172 bash[25093]: cluster 2023-12-09T02:51:24.459341+0000 mgr.x (mgr.25001) 31 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:51:26.521 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:26 smithi023 bash[24949]: cluster 2023-12-09T02:51:24.459341+0000 mgr.x (mgr.25001) 31 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:51:26.522 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:26 smithi023 bash[30415]: cluster 2023-12-09T02:51:24.459341+0000 mgr.x (mgr.25001) 31 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:51:27.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:27 smithi172 bash[25093]: audit 2023-12-09T02:51:26.221699+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:27.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:27 smithi172 bash[25093]: audit 2023-12-09T02:51:26.232274+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:27.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:27 smithi172 bash[25093]: audit 2023-12-09T02:51:26.235095+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:51:27.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:27 smithi172 bash[25093]: audit 2023-12-09T02:51:26.237217+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:51:27.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:27 smithi172 bash[25093]: audit 2023-12-09T02:51:26.239359+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:51:27.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:27 smithi172 bash[25093]: audit 2023-12-09T02:51:26.241457+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:51:27.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:27 smithi172 bash[25093]: cephadm 2023-12-09T02:51:26.251213+0000 mgr.x (mgr.25001) 32 : cephadm [INF] Adjusting osd_memory_target on smithi172 to 3037M 2023-12-09T02:51:27.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:27 smithi172 bash[25093]: audit 2023-12-09T02:51:26.251596+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:27.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:27 smithi172 bash[25093]: audit 2023-12-09T02:51:26.254100+0000 mon.a (mon.0) 884 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:51:27.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:27 smithi172 bash[25093]: audit 2023-12-09T02:51:26.256018+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:51:27.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:27 smithi172 bash[25093]: cephadm 2023-12-09T02:51:26.266357+0000 mgr.x (mgr.25001) 33 : cephadm [INF] Updating smithi023:/etc/ceph/ceph.conf 2023-12-09T02:51:27.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:27 smithi172 bash[25093]: cephadm 2023-12-09T02:51:26.266926+0000 mgr.x (mgr.25001) 34 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.conf 2023-12-09T02:51:27.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:27 smithi172 bash[25093]: cluster 2023-12-09T02:51:26.460188+0000 mgr.x (mgr.25001) 35 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:51:27.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:27 smithi172 bash[25093]: cephadm 2023-12-09T02:51:26.481968+0000 mgr.x (mgr.25001) 36 : cephadm [INF] Updating smithi023:/var/lib/ceph/9eab968a-963b-11ee-95a3-87774f69a715/config/ceph.conf 2023-12-09T02:51:27.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:27 smithi172 bash[25093]: cephadm 2023-12-09T02:51:26.482483+0000 mgr.x (mgr.25001) 37 : cephadm [INF] Updating smithi172:/var/lib/ceph/9eab968a-963b-11ee-95a3-87774f69a715/config/ceph.conf 2023-12-09T02:51:27.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:27 smithi172 bash[25093]: cephadm 2023-12-09T02:51:26.648561+0000 mgr.x (mgr.25001) 38 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.client.admin.keyring 2023-12-09T02:51:27.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:27 smithi172 bash[25093]: cephadm 2023-12-09T02:51:26.697582+0000 mgr.x (mgr.25001) 39 : cephadm [INF] Updating smithi023:/etc/ceph/ceph.client.admin.keyring 2023-12-09T02:51:27.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:27 smithi172 bash[25093]: cephadm 2023-12-09T02:51:26.813270+0000 mgr.x (mgr.25001) 40 : cephadm [INF] Updating smithi172:/var/lib/ceph/9eab968a-963b-11ee-95a3-87774f69a715/config/ceph.client.admin.keyring 2023-12-09T02:51:27.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:27 smithi172 bash[25093]: cephadm 2023-12-09T02:51:26.862199+0000 mgr.x (mgr.25001) 41 : cephadm [INF] Updating smithi023:/var/lib/ceph/9eab968a-963b-11ee-95a3-87774f69a715/config/ceph.client.admin.keyring 2023-12-09T02:51:27.500 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:27 smithi172 bash[25093]: audit 2023-12-09T02:51:26.980892+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:27.500 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:27 smithi172 bash[25093]: audit 2023-12-09T02:51:26.995667+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:27.500 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:27 smithi172 bash[25093]: audit 2023-12-09T02:51:27.028476+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:27.500 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:27 smithi172 bash[25093]: audit 2023-12-09T02:51:27.039147+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:27.500 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:27 smithi172 bash[25093]: audit 2023-12-09T02:51:27.049683+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:27.500 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:27 smithi172 bash[25093]: audit 2023-12-09T02:51:27.129266+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:27.500 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:27 smithi172 bash[25093]: audit 2023-12-09T02:51:27.138093+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:27.500 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:27 smithi172 bash[25093]: audit 2023-12-09T02:51:27.146104+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:27.500 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:27 smithi172 bash[25093]: audit 2023-12-09T02:51:27.153111+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:27.500 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:27 smithi172 bash[25093]: cephadm 2023-12-09T02:51:27.163966+0000 mgr.x (mgr.25001) 42 : cephadm [INF] Reconfiguring node-exporter.a (dependencies changed)... 2023-12-09T02:51:27.500 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:27 smithi172 bash[25093]: cephadm 2023-12-09T02:51:27.164898+0000 mgr.x (mgr.25001) 43 : cephadm [INF] Reconfiguring daemon node-exporter.a on smithi023 2023-12-09T02:51:27.522 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:27 smithi023 bash[30415]: audit 2023-12-09T02:51:26.221699+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:27.522 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:27 smithi023 bash[30415]: audit 2023-12-09T02:51:26.232274+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:27.522 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:27 smithi023 bash[30415]: audit 2023-12-09T02:51:26.235095+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:51:27.522 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:27 smithi023 bash[30415]: audit 2023-12-09T02:51:26.237217+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:51:27.522 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:27 smithi023 bash[30415]: audit 2023-12-09T02:51:26.239359+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:51:27.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:27 smithi023 bash[30415]: audit 2023-12-09T02:51:26.241457+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:51:27.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:27 smithi023 bash[30415]: cephadm 2023-12-09T02:51:26.251213+0000 mgr.x (mgr.25001) 32 : cephadm [INF] Adjusting osd_memory_target on smithi172 to 3037M 2023-12-09T02:51:27.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:27 smithi023 bash[30415]: audit 2023-12-09T02:51:26.251596+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:27.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:27 smithi023 bash[30415]: audit 2023-12-09T02:51:26.254100+0000 mon.a (mon.0) 884 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:51:27.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:27 smithi023 bash[30415]: audit 2023-12-09T02:51:26.256018+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:51:27.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:27 smithi023 bash[30415]: cephadm 2023-12-09T02:51:26.266357+0000 mgr.x (mgr.25001) 33 : cephadm [INF] Updating smithi023:/etc/ceph/ceph.conf 2023-12-09T02:51:27.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:27 smithi023 bash[30415]: cephadm 2023-12-09T02:51:26.266926+0000 mgr.x (mgr.25001) 34 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.conf 2023-12-09T02:51:27.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:27 smithi023 bash[30415]: cluster 2023-12-09T02:51:26.460188+0000 mgr.x (mgr.25001) 35 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:51:27.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:27 smithi023 bash[30415]: cephadm 2023-12-09T02:51:26.481968+0000 mgr.x (mgr.25001) 36 : cephadm [INF] Updating smithi023:/var/lib/ceph/9eab968a-963b-11ee-95a3-87774f69a715/config/ceph.conf 2023-12-09T02:51:27.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:27 smithi023 bash[30415]: cephadm 2023-12-09T02:51:26.482483+0000 mgr.x (mgr.25001) 37 : cephadm [INF] Updating smithi172:/var/lib/ceph/9eab968a-963b-11ee-95a3-87774f69a715/config/ceph.conf 2023-12-09T02:51:27.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:27 smithi023 bash[30415]: cephadm 2023-12-09T02:51:26.648561+0000 mgr.x (mgr.25001) 38 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.client.admin.keyring 2023-12-09T02:51:27.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:27 smithi023 bash[30415]: cephadm 2023-12-09T02:51:26.697582+0000 mgr.x (mgr.25001) 39 : cephadm [INF] Updating smithi023:/etc/ceph/ceph.client.admin.keyring 2023-12-09T02:51:27.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:27 smithi023 bash[30415]: cephadm 2023-12-09T02:51:26.813270+0000 mgr.x (mgr.25001) 40 : cephadm [INF] Updating smithi172:/var/lib/ceph/9eab968a-963b-11ee-95a3-87774f69a715/config/ceph.client.admin.keyring 2023-12-09T02:51:27.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:27 smithi023 bash[30415]: cephadm 2023-12-09T02:51:26.862199+0000 mgr.x (mgr.25001) 41 : cephadm [INF] Updating smithi023:/var/lib/ceph/9eab968a-963b-11ee-95a3-87774f69a715/config/ceph.client.admin.keyring 2023-12-09T02:51:27.524 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:27 smithi023 bash[30415]: audit 2023-12-09T02:51:26.980892+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:27.524 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:27 smithi023 bash[30415]: audit 2023-12-09T02:51:26.995667+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:27.524 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:27 smithi023 bash[30415]: audit 2023-12-09T02:51:27.028476+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:27.524 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:27 smithi023 bash[30415]: audit 2023-12-09T02:51:27.039147+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:27.524 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:27 smithi023 bash[30415]: audit 2023-12-09T02:51:27.049683+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:27.524 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:27 smithi023 bash[30415]: audit 2023-12-09T02:51:27.129266+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:27.524 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:27 smithi023 bash[30415]: audit 2023-12-09T02:51:27.138093+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:27.524 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:27 smithi023 bash[30415]: audit 2023-12-09T02:51:27.146104+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:27.524 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:27 smithi023 bash[30415]: audit 2023-12-09T02:51:27.153111+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:27.524 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:27 smithi023 bash[30415]: cephadm 2023-12-09T02:51:27.163966+0000 mgr.x (mgr.25001) 42 : cephadm [INF] Reconfiguring node-exporter.a (dependencies changed)... 2023-12-09T02:51:27.524 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:27 smithi023 bash[30415]: cephadm 2023-12-09T02:51:27.164898+0000 mgr.x (mgr.25001) 43 : cephadm [INF] Reconfiguring daemon node-exporter.a on smithi023 2023-12-09T02:51:27.525 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:27 smithi023 bash[24949]: audit 2023-12-09T02:51:26.221699+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:27.525 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:27 smithi023 bash[24949]: audit 2023-12-09T02:51:26.232274+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:27.525 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:27 smithi023 bash[24949]: audit 2023-12-09T02:51:26.235095+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:51:27.525 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:27 smithi023 bash[24949]: audit 2023-12-09T02:51:26.237217+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:51:27.525 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:27 smithi023 bash[24949]: audit 2023-12-09T02:51:26.239359+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:51:27.525 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:27 smithi023 bash[24949]: audit 2023-12-09T02:51:26.241457+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-09T02:51:27.525 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:27 smithi023 bash[24949]: cephadm 2023-12-09T02:51:26.251213+0000 mgr.x (mgr.25001) 32 : cephadm [INF] Adjusting osd_memory_target on smithi172 to 3037M 2023-12-09T02:51:27.525 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:27 smithi023 bash[24949]: audit 2023-12-09T02:51:26.251596+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:27.525 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:27 smithi023 bash[24949]: audit 2023-12-09T02:51:26.254100+0000 mon.a (mon.0) 884 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:51:27.525 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:27 smithi023 bash[24949]: audit 2023-12-09T02:51:26.256018+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:51:27.525 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:27 smithi023 bash[24949]: cephadm 2023-12-09T02:51:26.266357+0000 mgr.x (mgr.25001) 33 : cephadm [INF] Updating smithi023:/etc/ceph/ceph.conf 2023-12-09T02:51:27.525 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:27 smithi023 bash[24949]: cephadm 2023-12-09T02:51:26.266926+0000 mgr.x (mgr.25001) 34 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.conf 2023-12-09T02:51:27.525 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:27 smithi023 bash[24949]: cluster 2023-12-09T02:51:26.460188+0000 mgr.x (mgr.25001) 35 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:51:27.525 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:27 smithi023 bash[24949]: cephadm 2023-12-09T02:51:26.481968+0000 mgr.x (mgr.25001) 36 : cephadm [INF] Updating smithi023:/var/lib/ceph/9eab968a-963b-11ee-95a3-87774f69a715/config/ceph.conf 2023-12-09T02:51:27.526 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:27 smithi023 bash[24949]: cephadm 2023-12-09T02:51:26.482483+0000 mgr.x (mgr.25001) 37 : cephadm [INF] Updating smithi172:/var/lib/ceph/9eab968a-963b-11ee-95a3-87774f69a715/config/ceph.conf 2023-12-09T02:51:27.526 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:27 smithi023 bash[24949]: cephadm 2023-12-09T02:51:26.648561+0000 mgr.x (mgr.25001) 38 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.client.admin.keyring 2023-12-09T02:51:27.526 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:27 smithi023 bash[24949]: cephadm 2023-12-09T02:51:26.697582+0000 mgr.x (mgr.25001) 39 : cephadm [INF] Updating smithi023:/etc/ceph/ceph.client.admin.keyring 2023-12-09T02:51:27.526 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:27 smithi023 bash[24949]: cephadm 2023-12-09T02:51:26.813270+0000 mgr.x (mgr.25001) 40 : cephadm [INF] Updating smithi172:/var/lib/ceph/9eab968a-963b-11ee-95a3-87774f69a715/config/ceph.client.admin.keyring 2023-12-09T02:51:27.526 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:27 smithi023 bash[24949]: cephadm 2023-12-09T02:51:26.862199+0000 mgr.x (mgr.25001) 41 : cephadm [INF] Updating smithi023:/var/lib/ceph/9eab968a-963b-11ee-95a3-87774f69a715/config/ceph.client.admin.keyring 2023-12-09T02:51:27.526 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:27 smithi023 bash[24949]: audit 2023-12-09T02:51:26.980892+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:27.526 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:27 smithi023 bash[24949]: audit 2023-12-09T02:51:26.995667+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:27.526 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:27 smithi023 bash[24949]: audit 2023-12-09T02:51:27.028476+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:27.526 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:27 smithi023 bash[24949]: audit 2023-12-09T02:51:27.039147+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:27.526 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:27 smithi023 bash[24949]: audit 2023-12-09T02:51:27.049683+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:27.526 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:27 smithi023 bash[24949]: audit 2023-12-09T02:51:27.129266+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:27.526 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:27 smithi023 bash[24949]: audit 2023-12-09T02:51:27.138093+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:27.526 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:27 smithi023 bash[24949]: audit 2023-12-09T02:51:27.146104+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:27.527 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:27 smithi023 bash[24949]: audit 2023-12-09T02:51:27.153111+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:27.527 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:27 smithi023 bash[24949]: cephadm 2023-12-09T02:51:27.163966+0000 mgr.x (mgr.25001) 42 : cephadm [INF] Reconfiguring node-exporter.a (dependencies changed)... 2023-12-09T02:51:27.527 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:27 smithi023 bash[24949]: cephadm 2023-12-09T02:51:27.164898+0000 mgr.x (mgr.25001) 43 : cephadm [INF] Reconfiguring daemon node-exporter.a on smithi023 2023-12-09T02:51:27.893 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:51:27 smithi023 systemd[1]: Stopping Ceph node-exporter.a for 9eab968a-963b-11ee-95a3-87774f69a715... 2023-12-09T02:51:27.894 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:51:27 smithi023 bash[59496]: Error response from daemon: No such container: ceph-9eab968a-963b-11ee-95a3-87774f69a715-node-exporter.a 2023-12-09T02:51:28.248 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:51:27 smithi172 bash[45390]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:51:27] "GET /metrics HTTP/1.1" 200 38153 "" "Prometheus/2.33.4" 2023-12-09T02:51:28.615 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:51:28 smithi023 bash[59505]: ceph-9eab968a-963b-11ee-95a3-87774f69a715-node-exporter-a 2023-12-09T02:51:28.615 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:51:28 smithi023 bash[59550]: Error response from daemon: No such container: ceph-9eab968a-963b-11ee-95a3-87774f69a715-node-exporter.a 2023-12-09T02:51:28.615 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:51:28 smithi023 systemd[1]: ceph-9eab968a-963b-11ee-95a3-87774f69a715@node-exporter.a.service: Main process exited, code=exited, status=143/n/a 2023-12-09T02:51:28.615 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:51:28 smithi023 systemd[1]: ceph-9eab968a-963b-11ee-95a3-87774f69a715@node-exporter.a.service: Failed with result 'exit-code'. 2023-12-09T02:51:28.616 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:51:28 smithi023 systemd[1]: Stopped Ceph node-exporter.a for 9eab968a-963b-11ee-95a3-87774f69a715. 2023-12-09T02:51:28.616 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:51:28 smithi023 systemd[1]: Started Ceph node-exporter.a for 9eab968a-963b-11ee-95a3-87774f69a715. 2023-12-09T02:51:29.021 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:51:28 smithi023 bash[25223]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:51:28] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:51:29.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:29 smithi172 bash[25093]: cluster 2023-12-09T02:51:28.461967+0000 mgr.x (mgr.25001) 44 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:51:29.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:29 smithi172 bash[25093]: audit 2023-12-09T02:51:28.599005+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:29.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:29 smithi172 bash[25093]: audit 2023-12-09T02:51:28.612144+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:29.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:29 smithi172 bash[25093]: cephadm 2023-12-09T02:51:28.634625+0000 mgr.x (mgr.25001) 45 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-09T02:51:29.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:29 smithi172 bash[25093]: cephadm 2023-12-09T02:51:28.654281+0000 mgr.x (mgr.25001) 46 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi023 2023-12-09T02:51:30.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:29 smithi023 bash[24949]: cluster 2023-12-09T02:51:28.461967+0000 mgr.x (mgr.25001) 44 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:51:30.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:29 smithi023 bash[24949]: audit 2023-12-09T02:51:28.599005+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:30.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:29 smithi023 bash[24949]: audit 2023-12-09T02:51:28.612144+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:30.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:29 smithi023 bash[24949]: cephadm 2023-12-09T02:51:28.634625+0000 mgr.x (mgr.25001) 45 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-09T02:51:30.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:29 smithi023 bash[24949]: cephadm 2023-12-09T02:51:28.654281+0000 mgr.x (mgr.25001) 46 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi023 2023-12-09T02:51:30.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:29 smithi023 bash[30415]: cluster 2023-12-09T02:51:28.461967+0000 mgr.x (mgr.25001) 44 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:51:30.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:29 smithi023 bash[30415]: audit 2023-12-09T02:51:28.599005+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:30.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:29 smithi023 bash[30415]: audit 2023-12-09T02:51:28.612144+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:30.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:29 smithi023 bash[30415]: cephadm 2023-12-09T02:51:28.634625+0000 mgr.x (mgr.25001) 45 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2023-12-09T02:51:30.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:29 smithi023 bash[30415]: cephadm 2023-12-09T02:51:28.654281+0000 mgr.x (mgr.25001) 46 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi023 2023-12-09T02:51:30.023 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:51:29 smithi023 bash[59578]: ts=2023-12-09T02:51:29.837Z caller=node_exporter.go:182 level=info msg="Starting node_exporter" version="(version=1.3.1, branch=HEAD, revision=a2321e7b940ddcff26873612bccdf7cd4c42b6b6)" 2023-12-09T02:51:30.023 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:51:29 smithi023 bash[59578]: ts=2023-12-09T02:51:29.837Z caller=node_exporter.go:183 level=info msg="Build context" build_context="(go=go1.17.3, user=root@243aafa5525c, date=20211205-11:09:49)" 2023-12-09T02:51:30.023 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:51:29 smithi023 bash[59578]: ts=2023-12-09T02:51:29.838Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+)($|/) 2023-12-09T02:51:30.024 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:51:29 smithi023 bash[59578]: ts=2023-12-09T02:51:29.838Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2023-12-09T02:51:30.024 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:51:29 smithi023 bash[59578]: ts=2023-12-09T02:51:29.838Z caller=node_exporter.go:108 level=info msg="Enabled collectors" 2023-12-09T02:51:30.024 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:51:29 smithi023 bash[59578]: ts=2023-12-09T02:51:29.838Z caller=node_exporter.go:115 level=info collector=arp 2023-12-09T02:51:30.024 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:51:29 smithi023 bash[59578]: ts=2023-12-09T02:51:29.838Z caller=node_exporter.go:115 level=info collector=bcache 2023-12-09T02:51:30.024 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:51:29 smithi023 bash[59578]: ts=2023-12-09T02:51:29.838Z caller=node_exporter.go:115 level=info collector=bonding 2023-12-09T02:51:30.024 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:51:29 smithi023 bash[59578]: ts=2023-12-09T02:51:29.838Z caller=node_exporter.go:115 level=info collector=btrfs 2023-12-09T02:51:30.024 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:51:29 smithi023 bash[59578]: ts=2023-12-09T02:51:29.838Z caller=node_exporter.go:115 level=info collector=conntrack 2023-12-09T02:51:30.024 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:51:29 smithi023 bash[59578]: ts=2023-12-09T02:51:29.838Z caller=node_exporter.go:115 level=info collector=cpu 2023-12-09T02:51:30.024 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:51:29 smithi023 bash[59578]: ts=2023-12-09T02:51:29.838Z caller=node_exporter.go:115 level=info collector=cpufreq 2023-12-09T02:51:30.024 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:51:29 smithi023 bash[59578]: ts=2023-12-09T02:51:29.838Z caller=node_exporter.go:115 level=info collector=diskstats 2023-12-09T02:51:30.024 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:51:29 smithi023 bash[59578]: ts=2023-12-09T02:51:29.838Z caller=node_exporter.go:115 level=info collector=dmi 2023-12-09T02:51:30.024 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:51:29 smithi023 bash[59578]: ts=2023-12-09T02:51:29.838Z caller=node_exporter.go:115 level=info collector=edac 2023-12-09T02:51:30.024 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:51:29 smithi023 bash[59578]: ts=2023-12-09T02:51:29.838Z caller=node_exporter.go:115 level=info collector=entropy 2023-12-09T02:51:30.024 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:51:29 smithi023 bash[59578]: ts=2023-12-09T02:51:29.839Z caller=node_exporter.go:115 level=info collector=fibrechannel 2023-12-09T02:51:30.025 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:51:29 smithi023 bash[59578]: ts=2023-12-09T02:51:29.839Z caller=node_exporter.go:115 level=info collector=filefd 2023-12-09T02:51:30.025 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:51:29 smithi023 bash[59578]: ts=2023-12-09T02:51:29.839Z caller=node_exporter.go:115 level=info collector=filesystem 2023-12-09T02:51:30.025 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:51:29 smithi023 bash[59578]: ts=2023-12-09T02:51:29.839Z caller=node_exporter.go:115 level=info collector=hwmon 2023-12-09T02:51:30.025 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:51:29 smithi023 bash[59578]: ts=2023-12-09T02:51:29.839Z caller=node_exporter.go:115 level=info collector=infiniband 2023-12-09T02:51:30.025 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:51:29 smithi023 bash[59578]: ts=2023-12-09T02:51:29.839Z caller=node_exporter.go:115 level=info collector=ipvs 2023-12-09T02:51:30.025 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:51:29 smithi023 bash[59578]: ts=2023-12-09T02:51:29.839Z caller=node_exporter.go:115 level=info collector=loadavg 2023-12-09T02:51:30.025 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:51:29 smithi023 bash[59578]: ts=2023-12-09T02:51:29.839Z caller=node_exporter.go:115 level=info collector=mdadm 2023-12-09T02:51:30.025 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:51:29 smithi023 bash[59578]: ts=2023-12-09T02:51:29.839Z caller=node_exporter.go:115 level=info collector=meminfo 2023-12-09T02:51:30.025 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:51:29 smithi023 bash[59578]: ts=2023-12-09T02:51:29.839Z caller=node_exporter.go:115 level=info collector=netclass 2023-12-09T02:51:30.025 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:51:29 smithi023 bash[59578]: ts=2023-12-09T02:51:29.839Z caller=node_exporter.go:115 level=info collector=netdev 2023-12-09T02:51:30.025 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:51:29 smithi023 bash[59578]: ts=2023-12-09T02:51:29.839Z caller=node_exporter.go:115 level=info collector=netstat 2023-12-09T02:51:30.025 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:51:29 smithi023 bash[59578]: ts=2023-12-09T02:51:29.839Z caller=node_exporter.go:115 level=info collector=nfs 2023-12-09T02:51:30.025 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:51:29 smithi023 bash[59578]: ts=2023-12-09T02:51:29.839Z caller=node_exporter.go:115 level=info collector=nfsd 2023-12-09T02:51:30.025 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:51:29 smithi023 bash[59578]: ts=2023-12-09T02:51:29.839Z caller=node_exporter.go:115 level=info collector=nvme 2023-12-09T02:51:30.025 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:51:29 smithi023 bash[59578]: ts=2023-12-09T02:51:29.839Z caller=node_exporter.go:115 level=info collector=os 2023-12-09T02:51:30.026 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:51:29 smithi023 bash[59578]: ts=2023-12-09T02:51:29.839Z caller=node_exporter.go:115 level=info collector=powersupplyclass 2023-12-09T02:51:30.026 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:51:29 smithi023 bash[59578]: ts=2023-12-09T02:51:29.839Z caller=node_exporter.go:115 level=info collector=pressure 2023-12-09T02:51:30.026 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:51:29 smithi023 bash[59578]: ts=2023-12-09T02:51:29.839Z caller=node_exporter.go:115 level=info collector=rapl 2023-12-09T02:51:30.026 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:51:29 smithi023 bash[59578]: ts=2023-12-09T02:51:29.839Z caller=node_exporter.go:115 level=info collector=schedstat 2023-12-09T02:51:30.026 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:51:29 smithi023 bash[59578]: ts=2023-12-09T02:51:29.839Z caller=node_exporter.go:115 level=info collector=sockstat 2023-12-09T02:51:30.026 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:51:29 smithi023 bash[59578]: ts=2023-12-09T02:51:29.839Z caller=node_exporter.go:115 level=info collector=softnet 2023-12-09T02:51:30.026 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:51:29 smithi023 bash[59578]: ts=2023-12-09T02:51:29.839Z caller=node_exporter.go:115 level=info collector=stat 2023-12-09T02:51:30.026 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:51:29 smithi023 bash[59578]: ts=2023-12-09T02:51:29.839Z caller=node_exporter.go:115 level=info collector=tapestats 2023-12-09T02:51:30.026 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:51:29 smithi023 bash[59578]: ts=2023-12-09T02:51:29.839Z caller=node_exporter.go:115 level=info collector=textfile 2023-12-09T02:51:30.026 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:51:29 smithi023 bash[59578]: ts=2023-12-09T02:51:29.839Z caller=node_exporter.go:115 level=info collector=thermal_zone 2023-12-09T02:51:30.026 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:51:29 smithi023 bash[59578]: ts=2023-12-09T02:51:29.839Z caller=node_exporter.go:115 level=info collector=time 2023-12-09T02:51:30.026 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:51:29 smithi023 bash[59578]: ts=2023-12-09T02:51:29.839Z caller=node_exporter.go:115 level=info collector=udp_queues 2023-12-09T02:51:30.026 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:51:29 smithi023 bash[59578]: ts=2023-12-09T02:51:29.839Z caller=node_exporter.go:115 level=info collector=uname 2023-12-09T02:51:30.027 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:51:29 smithi023 bash[59578]: ts=2023-12-09T02:51:29.839Z caller=node_exporter.go:115 level=info collector=vmstat 2023-12-09T02:51:30.027 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:51:29 smithi023 bash[59578]: ts=2023-12-09T02:51:29.839Z caller=node_exporter.go:115 level=info collector=xfs 2023-12-09T02:51:30.027 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:51:29 smithi023 bash[59578]: ts=2023-12-09T02:51:29.839Z caller=node_exporter.go:115 level=info collector=zfs 2023-12-09T02:51:30.027 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:51:29 smithi023 bash[59578]: ts=2023-12-09T02:51:29.839Z caller=node_exporter.go:199 level=info msg="Listening on" address=:9100 2023-12-09T02:51:30.027 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 02:51:29 smithi023 bash[59578]: ts=2023-12-09T02:51:29.839Z caller=tls_config.go:195 level=info msg="TLS is disabled." http2=false 2023-12-09T02:51:30.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:30 smithi172 bash[25093]: audit 2023-12-09T02:51:30.586425+0000 mon.a (mon.0) 897 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:51:31.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:30 smithi023 bash[24949]: audit 2023-12-09T02:51:30.586425+0000 mon.a (mon.0) 897 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:51:31.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:30 smithi023 bash[30415]: audit 2023-12-09T02:51:30.586425+0000 mon.a (mon.0) 897 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:51:31.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:31 smithi023 bash[24949]: cluster 2023-12-09T02:51:30.462870+0000 mgr.x (mgr.25001) 47 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:51:31.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:31 smithi023 bash[30415]: cluster 2023-12-09T02:51:30.462870+0000 mgr.x (mgr.25001) 47 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:51:31.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:31 smithi172 bash[25093]: cluster 2023-12-09T02:51:30.462870+0000 mgr.x (mgr.25001) 47 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:51:32.636 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:51:32 smithi172 bash[41796]: ts=2023-12-09T02:51:32.315Z caller=manager.go:609 level=warn component="rule manager" group=pools msg="Evaluating rule failed" rule="alert: CephPoolGrowthWarning\nexpr: (predict_linear(ceph_pool_percent_used[2d], 3600 * 24 * 5) * on(pool_id) group_right()\n ceph_pool_metadata) >= 95\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.9.2\n severity: warning\n type: ceph_default\nannotations:\n description: |\n Pool '{{ $labels.name }}' will be full in less than 5 days assuming the average fill-up rate of the past 48 hours.\n summary: Pool growth rate may soon exceed it's capacity\n" err="found duplicate series for the match group {pool_id=\"1\"} on the left hand-side of the operation: [{instance=\"172.21.15.23:9283\", job=\"ceph\", pool_id=\"1\"}, {instance=\"172.21.15.172:9283\", job=\"ceph\", pool_id=\"1\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-09T02:51:32.957 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:32 smithi023 bash[30415]: audit 2023-12-09T02:51:31.512458+0000 mgr.x (mgr.25001) 48 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:51:32.957 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:32 smithi023 bash[24949]: audit 2023-12-09T02:51:31.512458+0000 mgr.x (mgr.25001) 48 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:51:32.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:32 smithi172 bash[25093]: audit 2023-12-09T02:51:31.512458+0000 mgr.x (mgr.25001) 48 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:51:33.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:33 smithi172 bash[25093]: cluster 2023-12-09T02:51:32.464654+0000 mgr.x (mgr.25001) 49 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:51:34.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:33 smithi023 bash[24949]: cluster 2023-12-09T02:51:32.464654+0000 mgr.x (mgr.25001) 49 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:51:34.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:33 smithi023 bash[30415]: cluster 2023-12-09T02:51:32.464654+0000 mgr.x (mgr.25001) 49 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:51:34.023 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:51:33 smithi023 bash[49219]: level=error ts=2023-12-09T02:51:33.514Z 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.172:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.172 because it doesn't contain any IP SANs; ceph-dashboard/webhook[0]: notify retry canceled after 7 attempts: Post \"https://172.21.15.23:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.23 because it doesn't contain any IP SANs" 2023-12-09T02:51:34.023 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:51:33 smithi023 bash[49219]: level=warn ts=2023-12-09T02:51: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.172:8443/api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.172 because it doesn't contain any IP SANs" 2023-12-09T02:51:34.023 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:51:33 smithi023 bash[49219]: level=warn ts=2023-12-09T02:51:33.521Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://172.21.15.23:8443//api/prometheus_receiver\": x509: cannot validate certificate for 172.21.15.23 because it doesn't contain any IP SANs" 2023-12-09T02:51:35.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:35 smithi172 bash[25093]: cluster 2023-12-09T02:51:34.465445+0000 mgr.x (mgr.25001) 50 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:51:36.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:35 smithi023 bash[24949]: cluster 2023-12-09T02:51:34.465445+0000 mgr.x (mgr.25001) 50 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:51:36.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:35 smithi023 bash[30415]: cluster 2023-12-09T02:51:34.465445+0000 mgr.x (mgr.25001) 50 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:51:37.676 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:51:37 smithi023 systemd[1]: Stopping Ceph alertmanager.a for 9eab968a-963b-11ee-95a3-87774f69a715... 2023-12-09T02:51:37.676 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:51:37 smithi023 bash[59854]: Error response from daemon: No such container: ceph-9eab968a-963b-11ee-95a3-87774f69a715-alertmanager.a 2023-12-09T02:51:37.676 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:51:37 smithi023 bash[49219]: level=info ts=2023-12-09T02:51:37.476Z caller=main.go:557 msg="Received SIGTERM, exiting gracefully..." 2023-12-09T02:51:37.993 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:37 smithi172 bash[25093]: cluster 2023-12-09T02:51:36.466609+0000 mgr.x (mgr.25001) 51 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:51:38.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:37 smithi023 bash[30415]: cluster 2023-12-09T02:51:36.466609+0000 mgr.x (mgr.25001) 51 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:51:38.025 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:37 smithi023 bash[24949]: cluster 2023-12-09T02:51:36.466609+0000 mgr.x (mgr.25001) 51 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:51:38.247 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:51:37 smithi172 bash[45390]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:51:37] "GET /metrics HTTP/1.1" 200 38146 "" "Prometheus/2.33.4" 2023-12-09T02:51:38.366 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:51:38 smithi023 bash[59863]: ceph-9eab968a-963b-11ee-95a3-87774f69a715-alertmanager-a 2023-12-09T02:51:38.366 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:51:38 smithi023 bash[59901]: Error response from daemon: No such container: ceph-9eab968a-963b-11ee-95a3-87774f69a715-alertmanager.a 2023-12-09T02:51:38.367 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:51:38 smithi023 systemd[1]: ceph-9eab968a-963b-11ee-95a3-87774f69a715@alertmanager.a.service: Succeeded. 2023-12-09T02:51:38.367 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:51:38 smithi023 systemd[1]: Stopped Ceph alertmanager.a for 9eab968a-963b-11ee-95a3-87774f69a715. 2023-12-09T02:51:38.367 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:51:38 smithi023 systemd[1]: Started Ceph alertmanager.a for 9eab968a-963b-11ee-95a3-87774f69a715. 2023-12-09T02:51:39.022 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:51:38 smithi023 bash[25223]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:51:38] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:51:39.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:39 smithi172 bash[25093]: audit 2023-12-09T02:51:38.358866+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:39.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:39 smithi172 bash[25093]: audit 2023-12-09T02:51:38.374250+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:39.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:39 smithi172 bash[25093]: audit 2023-12-09T02:51:38.389072+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi023.vcvunr", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2023-12-09T02:51:39.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:39 smithi172 bash[25093]: cephadm 2023-12-09T02:51:38.396316+0000 mgr.x (mgr.25001) 52 : cephadm [INF] Reconfiguring iscsi.foo.smithi023.vcvunr (dependencies changed)... 2023-12-09T02:51:39.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:39 smithi172 bash[25093]: audit 2023-12-09T02:51:38.398836+0000 mon.a (mon.0) 901 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:51:39.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:39 smithi172 bash[25093]: cephadm 2023-12-09T02:51:38.409310+0000 mgr.x (mgr.25001) 53 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi023.vcvunr on smithi023 2023-12-09T02:51:39.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:39 smithi172 bash[25093]: cluster 2023-12-09T02:51:38.468020+0000 mgr.x (mgr.25001) 54 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:51:39.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:39 smithi023 bash[24949]: audit 2023-12-09T02:51:38.358866+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:39.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:39 smithi023 bash[24949]: audit 2023-12-09T02:51:38.374250+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:39.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:39 smithi023 bash[24949]: audit 2023-12-09T02:51:38.389072+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi023.vcvunr", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2023-12-09T02:51:39.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:39 smithi023 bash[24949]: cephadm 2023-12-09T02:51:38.396316+0000 mgr.x (mgr.25001) 52 : cephadm [INF] Reconfiguring iscsi.foo.smithi023.vcvunr (dependencies changed)... 2023-12-09T02:51:39.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:39 smithi023 bash[24949]: audit 2023-12-09T02:51:38.398836+0000 mon.a (mon.0) 901 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:51:39.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:39 smithi023 bash[24949]: cephadm 2023-12-09T02:51:38.409310+0000 mgr.x (mgr.25001) 53 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi023.vcvunr on smithi023 2023-12-09T02:51:39.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:39 smithi023 bash[24949]: cluster 2023-12-09T02:51:38.468020+0000 mgr.x (mgr.25001) 54 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:51:39.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:39 smithi023 bash[30415]: audit 2023-12-09T02:51:38.358866+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:39.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:39 smithi023 bash[30415]: audit 2023-12-09T02:51:38.374250+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:39.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:39 smithi023 bash[30415]: audit 2023-12-09T02:51:38.389072+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi023.vcvunr", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2023-12-09T02:51:39.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:39 smithi023 bash[30415]: cephadm 2023-12-09T02:51:38.396316+0000 mgr.x (mgr.25001) 52 : cephadm [INF] Reconfiguring iscsi.foo.smithi023.vcvunr (dependencies changed)... 2023-12-09T02:51:39.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:39 smithi023 bash[30415]: audit 2023-12-09T02:51:38.398836+0000 mon.a (mon.0) 901 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:51:39.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:39 smithi023 bash[30415]: cephadm 2023-12-09T02:51:38.409310+0000 mgr.x (mgr.25001) 53 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi023.vcvunr on smithi023 2023-12-09T02:51:39.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:39 smithi023 bash[30415]: cluster 2023-12-09T02:51:38.468020+0000 mgr.x (mgr.25001) 54 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:51:40.772 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:51:40 smithi023 bash[59931]: level=info ts=2023-12-09T02:51:40.460Z caller=main.go:225 msg="Starting Alertmanager" version="(version=0.23.0, branch=HEAD, revision=61046b17771a57cfd4c4a51be370ab930a4d7d54)" 2023-12-09T02:51:40.772 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:51:40 smithi023 bash[59931]: level=info ts=2023-12-09T02:51:40.460Z caller=main.go:226 build_context="(go=go1.16.7, user=root@e21a959be8d2, date=20210825-10:48:55)" 2023-12-09T02:51:40.772 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:51:40 smithi023 bash[59931]: level=info ts=2023-12-09T02:51:40.464Z caller=cluster.go:184 component=cluster msg="setting advertise address explicitly" addr=172.21.15.23 port=9094 2023-12-09T02:51:40.772 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:51:40 smithi023 bash[59931]: level=info ts=2023-12-09T02:51:40.466Z caller=cluster.go:671 component=cluster msg="Waiting for gossip to settle..." interval=2s 2023-12-09T02:51:40.773 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:51:40 smithi023 bash[59931]: level=info ts=2023-12-09T02:51:40.523Z caller=coordinator.go:113 component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2023-12-09T02:51:40.773 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:51:40 smithi023 bash[59931]: level=info ts=2023-12-09T02:51:40.523Z caller=coordinator.go:126 component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2023-12-09T02:51:40.773 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:51:40 smithi023 bash[59931]: level=info ts=2023-12-09T02:51:40.528Z caller=main.go:518 msg=Listening address=:9093 2023-12-09T02:51:40.773 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:51:40 smithi023 bash[59931]: level=info ts=2023-12-09T02:51:40.528Z caller=tls_config.go:191 msg="TLS is disabled." http2=false 2023-12-09T02:51:41.949 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:41 smithi023 bash[24949]: cluster 2023-12-09T02:51:40.468735+0000 mgr.x (mgr.25001) 55 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:51:41.949 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:41 smithi023 bash[30415]: cluster 2023-12-09T02:51:40.468735+0000 mgr.x (mgr.25001) 55 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:51:41.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:41 smithi172 bash[25093]: cluster 2023-12-09T02:51:40.468735+0000 mgr.x (mgr.25001) 55 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:51:42.544 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:51:42 smithi023 bash[59931]: level=info ts=2023-12-09T02:51:42.466Z caller=cluster.go:696 component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000266942s 2023-12-09T02:51:42.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:42 smithi172 bash[25093]: audit 2023-12-09T02:51:41.523899+0000 mgr.x (mgr.25001) 56 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:51:42.748 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:51:42 smithi172 bash[41796]: ts=2023-12-09T02:51:42.315Z caller=manager.go:609 level=warn component="rule manager" group=pools msg="Evaluating rule failed" rule="alert: CephPoolGrowthWarning\nexpr: (predict_linear(ceph_pool_percent_used[2d], 3600 * 24 * 5) * on(pool_id) group_right()\n ceph_pool_metadata) >= 95\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.9.2\n severity: warning\n type: ceph_default\nannotations:\n description: |\n Pool '{{ $labels.name }}' will be full in less than 5 days assuming the average fill-up rate of the past 48 hours.\n summary: Pool growth rate may soon exceed it's capacity\n" err="found duplicate series for the match group {pool_id=\"1\"} on the left hand-side of the operation: [{instance=\"172.21.15.23:9283\", job=\"ceph\", pool_id=\"1\"}, {instance=\"172.21.15.172:9283\", job=\"ceph\", pool_id=\"1\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-09T02:51:43.021 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:42 smithi023 bash[24949]: audit 2023-12-09T02:51:41.523899+0000 mgr.x (mgr.25001) 56 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:51:43.021 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:42 smithi023 bash[30415]: audit 2023-12-09T02:51:41.523899+0000 mgr.x (mgr.25001) 56 : audit [DBG] from='client.14946 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:51:43.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:43 smithi023 bash[24949]: cluster 2023-12-09T02:51:42.470478+0000 mgr.x (mgr.25001) 57 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:51:43.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:43 smithi023 bash[24949]: audit 2023-12-09T02:51:43.211632+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:43.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:43 smithi023 bash[24949]: audit 2023-12-09T02:51:43.222859+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:43.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:43 smithi023 bash[30415]: cluster 2023-12-09T02:51:42.470478+0000 mgr.x (mgr.25001) 57 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:51:43.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:43 smithi023 bash[30415]: audit 2023-12-09T02:51:43.211632+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:43.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:43 smithi023 bash[30415]: audit 2023-12-09T02:51:43.222859+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:43.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:43 smithi172 bash[25093]: cluster 2023-12-09T02:51:42.470478+0000 mgr.x (mgr.25001) 57 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:51:43.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:43 smithi172 bash[25093]: audit 2023-12-09T02:51:43.211632+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:43.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:43 smithi172 bash[25093]: audit 2023-12-09T02:51:43.222859+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:51:44.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:44 smithi023 bash[24949]: cephadm 2023-12-09T02:51:43.238052+0000 mgr.x (mgr.25001) 58 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-09T02:51:44.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:44 smithi023 bash[24949]: cephadm 2023-12-09T02:51:43.481684+0000 mgr.x (mgr.25001) 59 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi172 2023-12-09T02:51:44.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:44 smithi023 bash[30415]: cephadm 2023-12-09T02:51:43.238052+0000 mgr.x (mgr.25001) 58 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-09T02:51:44.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:44 smithi023 bash[30415]: cephadm 2023-12-09T02:51:43.481684+0000 mgr.x (mgr.25001) 59 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi172 2023-12-09T02:51:44.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:44 smithi172 bash[25093]: cephadm 2023-12-09T02:51:43.238052+0000 mgr.x (mgr.25001) 58 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-09T02:51:44.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:44 smithi172 bash[25093]: cephadm 2023-12-09T02:51:43.481684+0000 mgr.x (mgr.25001) 59 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi172 2023-12-09T02:51:45.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:45 smithi172 bash[25093]: cluster 2023-12-09T02:51:44.471209+0000 mgr.x (mgr.25001) 60 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:51:45.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:45 smithi172 bash[25093]: audit 2023-12-09T02:51:45.199597+0000 mon.a (mon.0) 904 : audit [DBG] from='client.? 172.21.15.23:0/1558389604' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-09T02:51:45.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:45 smithi172 bash[25093]: audit 2023-12-09T02:51:45.585042+0000 mon.a (mon.0) 905 : audit [INF] from='client.? 172.21.15.23:0/1732905584' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/2982835696"}]: dispatch 2023-12-09T02:51:45.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:45 smithi172 bash[25093]: audit 2023-12-09T02:51:45.586792+0000 mon.a (mon.0) 906 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:51:46.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:45 smithi023 bash[24949]: cluster 2023-12-09T02:51:44.471209+0000 mgr.x (mgr.25001) 60 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:51:46.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:45 smithi023 bash[24949]: audit 2023-12-09T02:51:45.199597+0000 mon.a (mon.0) 904 : audit [DBG] from='client.? 172.21.15.23:0/1558389604' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-09T02:51:46.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:45 smithi023 bash[24949]: audit 2023-12-09T02:51:45.585042+0000 mon.a (mon.0) 905 : audit [INF] from='client.? 172.21.15.23:0/1732905584' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/2982835696"}]: dispatch 2023-12-09T02:51:46.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:45 smithi023 bash[24949]: audit 2023-12-09T02:51:45.586792+0000 mon.a (mon.0) 906 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:51:46.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:45 smithi023 bash[30415]: cluster 2023-12-09T02:51:44.471209+0000 mgr.x (mgr.25001) 60 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:51:46.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:45 smithi023 bash[30415]: audit 2023-12-09T02:51:45.199597+0000 mon.a (mon.0) 904 : audit [DBG] from='client.? 172.21.15.23:0/1558389604' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-09T02:51:46.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:45 smithi023 bash[30415]: audit 2023-12-09T02:51:45.585042+0000 mon.a (mon.0) 905 : audit [INF] from='client.? 172.21.15.23:0/1732905584' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/2982835696"}]: dispatch 2023-12-09T02:51:46.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:45 smithi023 bash[30415]: audit 2023-12-09T02:51:45.586792+0000 mon.a (mon.0) 906 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:51:46.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:46 smithi172 bash[25093]: audit 2023-12-09T02:51:45.636311+0000 mon.a (mon.0) 907 : audit [INF] from='client.? 172.21.15.23:0/1732905584' entity='client.iscsi.foo.smithi023.vcvunr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/2982835696"}]': finished 2023-12-09T02:51:46.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:46 smithi172 bash[25093]: cluster 2023-12-09T02:51:45.636474+0000 mon.a (mon.0) 908 : cluster [DBG] osdmap e96: 8 total, 8 up, 8 in 2023-12-09T02:51:46.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:46 smithi172 bash[25093]: audit 2023-12-09T02:51:46.029379+0000 mon.c (mon.1) 41 : audit [INF] from='client.? 172.21.15.23:0/3581537375' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/770129561"}]: dispatch 2023-12-09T02:51:46.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:46 smithi172 bash[25093]: audit 2023-12-09T02:51:46.030308+0000 mon.a (mon.0) 909 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/770129561"}]: dispatch 2023-12-09T02:51:47.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:46 smithi023 bash[24949]: audit 2023-12-09T02:51:45.636311+0000 mon.a (mon.0) 907 : audit [INF] from='client.? 172.21.15.23:0/1732905584' entity='client.iscsi.foo.smithi023.vcvunr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/2982835696"}]': finished 2023-12-09T02:51:47.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:46 smithi023 bash[24949]: cluster 2023-12-09T02:51:45.636474+0000 mon.a (mon.0) 908 : cluster [DBG] osdmap e96: 8 total, 8 up, 8 in 2023-12-09T02:51:47.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:46 smithi023 bash[24949]: audit 2023-12-09T02:51:46.029379+0000 mon.c (mon.1) 41 : audit [INF] from='client.? 172.21.15.23:0/3581537375' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/770129561"}]: dispatch 2023-12-09T02:51:47.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:46 smithi023 bash[24949]: audit 2023-12-09T02:51:46.030308+0000 mon.a (mon.0) 909 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/770129561"}]: dispatch 2023-12-09T02:51:47.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:46 smithi023 bash[30415]: audit 2023-12-09T02:51:45.636311+0000 mon.a (mon.0) 907 : audit [INF] from='client.? 172.21.15.23:0/1732905584' entity='client.iscsi.foo.smithi023.vcvunr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/2982835696"}]': finished 2023-12-09T02:51:47.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:46 smithi023 bash[30415]: cluster 2023-12-09T02:51:45.636474+0000 mon.a (mon.0) 908 : cluster [DBG] osdmap e96: 8 total, 8 up, 8 in 2023-12-09T02:51:47.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:46 smithi023 bash[30415]: audit 2023-12-09T02:51:46.029379+0000 mon.c (mon.1) 41 : audit [INF] from='client.? 172.21.15.23:0/3581537375' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/770129561"}]: dispatch 2023-12-09T02:51:47.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:46 smithi023 bash[30415]: audit 2023-12-09T02:51:46.030308+0000 mon.a (mon.0) 909 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/770129561"}]: dispatch 2023-12-09T02:51:47.992 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:47 smithi172 bash[25093]: cluster 2023-12-09T02:51:46.472461+0000 mgr.x (mgr.25001) 61 : cluster [DBG] pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 818 B/s rd, 0 op/s 2023-12-09T02:51:47.992 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:47 smithi172 bash[25093]: audit 2023-12-09T02:51:46.654101+0000 mon.a (mon.0) 910 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/770129561"}]': finished 2023-12-09T02:51:47.992 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:47 smithi172 bash[25093]: cluster 2023-12-09T02:51:46.654336+0000 mon.a (mon.0) 911 : cluster [DBG] osdmap e97: 8 total, 8 up, 8 in 2023-12-09T02:51:47.992 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:47 smithi172 bash[25093]: audit 2023-12-09T02:51:47.053211+0000 mon.c (mon.1) 42 : audit [INF] from='client.? 172.21.15.23:0/1301546668' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/3884234318"}]: dispatch 2023-12-09T02:51:47.993 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:47 smithi172 bash[25093]: audit 2023-12-09T02:51:47.054269+0000 mon.a (mon.0) 912 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/3884234318"}]: dispatch 2023-12-09T02:51:48.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:47 smithi023 bash[30415]: cluster 2023-12-09T02:51:46.472461+0000 mgr.x (mgr.25001) 61 : cluster [DBG] pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 818 B/s rd, 0 op/s 2023-12-09T02:51:48.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:47 smithi023 bash[30415]: audit 2023-12-09T02:51:46.654101+0000 mon.a (mon.0) 910 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/770129561"}]': finished 2023-12-09T02:51:48.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:47 smithi023 bash[30415]: cluster 2023-12-09T02:51:46.654336+0000 mon.a (mon.0) 911 : cluster [DBG] osdmap e97: 8 total, 8 up, 8 in 2023-12-09T02:51:48.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:47 smithi023 bash[30415]: audit 2023-12-09T02:51:47.053211+0000 mon.c (mon.1) 42 : audit [INF] from='client.? 172.21.15.23:0/1301546668' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/3884234318"}]: dispatch 2023-12-09T02:51:48.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:47 smithi023 bash[30415]: audit 2023-12-09T02:51:47.054269+0000 mon.a (mon.0) 912 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/3884234318"}]: dispatch 2023-12-09T02:51:48.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:47 smithi023 bash[24949]: cluster 2023-12-09T02:51:46.472461+0000 mgr.x (mgr.25001) 61 : cluster [DBG] pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 818 B/s rd, 0 op/s 2023-12-09T02:51:48.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:47 smithi023 bash[24949]: audit 2023-12-09T02:51:46.654101+0000 mon.a (mon.0) 910 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/770129561"}]': finished 2023-12-09T02:51:48.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:47 smithi023 bash[24949]: cluster 2023-12-09T02:51:46.654336+0000 mon.a (mon.0) 911 : cluster [DBG] osdmap e97: 8 total, 8 up, 8 in 2023-12-09T02:51:48.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:47 smithi023 bash[24949]: audit 2023-12-09T02:51:47.053211+0000 mon.c (mon.1) 42 : audit [INF] from='client.? 172.21.15.23:0/1301546668' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/3884234318"}]: dispatch 2023-12-09T02:51:48.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:47 smithi023 bash[24949]: audit 2023-12-09T02:51:47.054269+0000 mon.a (mon.0) 912 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/3884234318"}]: dispatch 2023-12-09T02:51:48.247 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:51:47 smithi172 bash[45390]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:51:47] "GET /metrics HTTP/1.1" 200 38140 "" "Prometheus/2.33.4" 2023-12-09T02:51:48.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:48 smithi172 bash[25093]: audit 2023-12-09T02:51:47.691508+0000 mon.a (mon.0) 913 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/3884234318"}]': finished 2023-12-09T02:51:48.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:48 smithi172 bash[25093]: cluster 2023-12-09T02:51:47.691643+0000 mon.a (mon.0) 914 : cluster [DBG] osdmap e98: 8 total, 8 up, 8 in 2023-12-09T02:51:48.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:48 smithi172 bash[25093]: audit 2023-12-09T02:51:48.088448+0000 mon.a (mon.0) 915 : audit [INF] from='client.? 172.21.15.23:0/3791400646' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/3649309499"}]: dispatch 2023-12-09T02:51:49.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:48 smithi023 bash[30415]: audit 2023-12-09T02:51:47.691508+0000 mon.a (mon.0) 913 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/3884234318"}]': finished 2023-12-09T02:51:49.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:48 smithi023 bash[30415]: cluster 2023-12-09T02:51:47.691643+0000 mon.a (mon.0) 914 : cluster [DBG] osdmap e98: 8 total, 8 up, 8 in 2023-12-09T02:51:49.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:48 smithi023 bash[30415]: audit 2023-12-09T02:51:48.088448+0000 mon.a (mon.0) 915 : audit [INF] from='client.? 172.21.15.23:0/3791400646' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/3649309499"}]: dispatch 2023-12-09T02:51:49.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:48 smithi023 bash[24949]: audit 2023-12-09T02:51:47.691508+0000 mon.a (mon.0) 913 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/3884234318"}]': finished 2023-12-09T02:51:49.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:48 smithi023 bash[24949]: cluster 2023-12-09T02:51:47.691643+0000 mon.a (mon.0) 914 : cluster [DBG] osdmap e98: 8 total, 8 up, 8 in 2023-12-09T02:51:49.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:48 smithi023 bash[24949]: audit 2023-12-09T02:51:48.088448+0000 mon.a (mon.0) 915 : audit [INF] from='client.? 172.21.15.23:0/3791400646' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/3649309499"}]: dispatch 2023-12-09T02:51:49.023 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:51:48 smithi023 bash[25223]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:51:48] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:51:49.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:49 smithi172 bash[25093]: cluster 2023-12-09T02:51:48.473444+0000 mgr.x (mgr.25001) 62 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-12-09T02:51:49.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:49 smithi172 bash[25093]: audit 2023-12-09T02:51:48.702292+0000 mon.a (mon.0) 916 : audit [INF] from='client.? 172.21.15.23:0/3791400646' entity='client.iscsi.foo.smithi023.vcvunr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/3649309499"}]': finished 2023-12-09T02:51:49.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:49 smithi172 bash[25093]: cluster 2023-12-09T02:51:48.702351+0000 mon.a (mon.0) 917 : cluster [DBG] osdmap e99: 8 total, 8 up, 8 in 2023-12-09T02:51:49.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:49 smithi172 bash[25093]: audit 2023-12-09T02:51:49.095009+0000 mon.a (mon.0) 918 : audit [INF] from='client.? 172.21.15.23:0/2068123385' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:6801/2602619406"}]: dispatch 2023-12-09T02:51:50.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:49 smithi023 bash[24949]: cluster 2023-12-09T02:51:48.473444+0000 mgr.x (mgr.25001) 62 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-12-09T02:51:50.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:49 smithi023 bash[24949]: audit 2023-12-09T02:51:48.702292+0000 mon.a (mon.0) 916 : audit [INF] from='client.? 172.21.15.23:0/3791400646' entity='client.iscsi.foo.smithi023.vcvunr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/3649309499"}]': finished 2023-12-09T02:51:50.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:49 smithi023 bash[24949]: cluster 2023-12-09T02:51:48.702351+0000 mon.a (mon.0) 917 : cluster [DBG] osdmap e99: 8 total, 8 up, 8 in 2023-12-09T02:51:50.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:49 smithi023 bash[24949]: audit 2023-12-09T02:51:49.095009+0000 mon.a (mon.0) 918 : audit [INF] from='client.? 172.21.15.23:0/2068123385' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:6801/2602619406"}]: dispatch 2023-12-09T02:51:50.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:49 smithi023 bash[30415]: cluster 2023-12-09T02:51:48.473444+0000 mgr.x (mgr.25001) 62 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-12-09T02:51:50.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:49 smithi023 bash[30415]: audit 2023-12-09T02:51:48.702292+0000 mon.a (mon.0) 916 : audit [INF] from='client.? 172.21.15.23:0/3791400646' entity='client.iscsi.foo.smithi023.vcvunr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/3649309499"}]': finished 2023-12-09T02:51:50.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:49 smithi023 bash[30415]: cluster 2023-12-09T02:51:48.702351+0000 mon.a (mon.0) 917 : cluster [DBG] osdmap e99: 8 total, 8 up, 8 in 2023-12-09T02:51:50.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:49 smithi023 bash[30415]: audit 2023-12-09T02:51:49.095009+0000 mon.a (mon.0) 918 : audit [INF] from='client.? 172.21.15.23:0/2068123385' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:6801/2602619406"}]: dispatch 2023-12-09T02:51:50.751 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 02:51:50 smithi023 bash[59931]: level=info ts=2023-12-09T02:51:50.469Z caller=cluster.go:688 component=cluster msg="gossip settled; proceeding" elapsed=10.00329306s 2023-12-09T02:51:50.751 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:50 smithi023 bash[24949]: audit 2023-12-09T02:51:49.711277+0000 mon.a (mon.0) 919 : audit [INF] from='client.? 172.21.15.23:0/2068123385' entity='client.iscsi.foo.smithi023.vcvunr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:6801/2602619406"}]': finished 2023-12-09T02:51:50.751 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:50 smithi023 bash[24949]: cluster 2023-12-09T02:51:49.711520+0000 mon.a (mon.0) 920 : cluster [DBG] osdmap e100: 8 total, 8 up, 8 in 2023-12-09T02:51:50.751 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:50 smithi023 bash[24949]: audit 2023-12-09T02:51:50.108719+0000 mon.c (mon.1) 43 : audit [INF] from='client.? 172.21.15.23:0/2897361661' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:6800/2602619406"}]: dispatch 2023-12-09T02:51:50.752 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:50 smithi023 bash[24949]: audit 2023-12-09T02:51:50.109355+0000 mon.a (mon.0) 921 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:6800/2602619406"}]: dispatch 2023-12-09T02:51:51.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:50 smithi023 bash[30415]: audit 2023-12-09T02:51:49.711277+0000 mon.a (mon.0) 919 : audit [INF] from='client.? 172.21.15.23:0/2068123385' entity='client.iscsi.foo.smithi023.vcvunr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:6801/2602619406"}]': finished 2023-12-09T02:51:51.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:50 smithi023 bash[30415]: cluster 2023-12-09T02:51:49.711520+0000 mon.a (mon.0) 920 : cluster [DBG] osdmap e100: 8 total, 8 up, 8 in 2023-12-09T02:51:51.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:50 smithi023 bash[30415]: audit 2023-12-09T02:51:50.108719+0000 mon.c (mon.1) 43 : audit [INF] from='client.? 172.21.15.23:0/2897361661' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:6800/2602619406"}]: dispatch 2023-12-09T02:51:51.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:50 smithi023 bash[30415]: audit 2023-12-09T02:51:50.109355+0000 mon.a (mon.0) 921 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:6800/2602619406"}]: dispatch 2023-12-09T02:51:51.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:50 smithi172 bash[25093]: audit 2023-12-09T02:51:49.711277+0000 mon.a (mon.0) 919 : audit [INF] from='client.? 172.21.15.23:0/2068123385' entity='client.iscsi.foo.smithi023.vcvunr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:6801/2602619406"}]': finished 2023-12-09T02:51:51.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:50 smithi172 bash[25093]: cluster 2023-12-09T02:51:49.711520+0000 mon.a (mon.0) 920 : cluster [DBG] osdmap e100: 8 total, 8 up, 8 in 2023-12-09T02:51:51.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:50 smithi172 bash[25093]: audit 2023-12-09T02:51:50.108719+0000 mon.c (mon.1) 43 : audit [INF] from='client.? 172.21.15.23:0/2897361661' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:6800/2602619406"}]: dispatch 2023-12-09T02:51:51.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:50 smithi172 bash[25093]: audit 2023-12-09T02:51:50.109355+0000 mon.a (mon.0) 921 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:6800/2602619406"}]: dispatch 2023-12-09T02:51:52.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:51 smithi023 bash[30415]: cluster 2023-12-09T02:51:50.474147+0000 mgr.x (mgr.25001) 63 : cluster [DBG] pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:51:52.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:51 smithi023 bash[30415]: audit 2023-12-09T02:51:50.737455+0000 mon.a (mon.0) 922 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:6800/2602619406"}]': finished 2023-12-09T02:51:52.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:51 smithi023 bash[30415]: cluster 2023-12-09T02:51:50.737719+0000 mon.a (mon.0) 923 : cluster [DBG] osdmap e101: 8 total, 8 up, 8 in 2023-12-09T02:51:52.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:51 smithi023 bash[30415]: audit 2023-12-09T02:51:51.136535+0000 mon.c (mon.1) 44 : audit [INF] from='client.? 172.21.15.23:0/1611772059' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/46255628"}]: dispatch 2023-12-09T02:51:52.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:51 smithi023 bash[30415]: audit 2023-12-09T02:51:51.137654+0000 mon.a (mon.0) 924 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/46255628"}]: dispatch 2023-12-09T02:51:52.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:51 smithi023 bash[24949]: cluster 2023-12-09T02:51:50.474147+0000 mgr.x (mgr.25001) 63 : cluster [DBG] pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:51:52.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:51 smithi023 bash[24949]: audit 2023-12-09T02:51:50.737455+0000 mon.a (mon.0) 922 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:6800/2602619406"}]': finished 2023-12-09T02:51:52.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:51 smithi023 bash[24949]: cluster 2023-12-09T02:51:50.737719+0000 mon.a (mon.0) 923 : cluster [DBG] osdmap e101: 8 total, 8 up, 8 in 2023-12-09T02:51:52.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:51 smithi023 bash[24949]: audit 2023-12-09T02:51:51.136535+0000 mon.c (mon.1) 44 : audit [INF] from='client.? 172.21.15.23:0/1611772059' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/46255628"}]: dispatch 2023-12-09T02:51:52.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:51 smithi023 bash[24949]: audit 2023-12-09T02:51:51.137654+0000 mon.a (mon.0) 924 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/46255628"}]: dispatch 2023-12-09T02:51:52.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:51 smithi172 bash[25093]: cluster 2023-12-09T02:51:50.474147+0000 mgr.x (mgr.25001) 63 : cluster [DBG] pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 96 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:51:52.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:51 smithi172 bash[25093]: audit 2023-12-09T02:51:50.737455+0000 mon.a (mon.0) 922 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:6800/2602619406"}]': finished 2023-12-09T02:51:52.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:51 smithi172 bash[25093]: cluster 2023-12-09T02:51:50.737719+0000 mon.a (mon.0) 923 : cluster [DBG] osdmap e101: 8 total, 8 up, 8 in 2023-12-09T02:51:52.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:51 smithi172 bash[25093]: audit 2023-12-09T02:51:51.136535+0000 mon.c (mon.1) 44 : audit [INF] from='client.? 172.21.15.23:0/1611772059' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/46255628"}]: dispatch 2023-12-09T02:51:52.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:51 smithi172 bash[25093]: audit 2023-12-09T02:51:51.137654+0000 mon.a (mon.0) 924 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/46255628"}]: dispatch 2023-12-09T02:51:52.747 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:51:52 smithi172 bash[41796]: ts=2023-12-09T02:51: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.23:9283\", job=\"ceph\", pool_id=\"1\"}, {instance=\"172.21.15.172:9283\", job=\"ceph\", pool_id=\"1\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-09T02:51:52.811 INFO:teuthology.orchestra.run.smithi023.stdout:true 2023-12-09T02:51:53.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:52 smithi172 bash[25093]: audit 2023-12-09T02:51:51.760211+0000 mon.a (mon.0) 925 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/46255628"}]': finished 2023-12-09T02:51:53.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:52 smithi172 bash[25093]: cluster 2023-12-09T02:51:51.760370+0000 mon.a (mon.0) 926 : cluster [DBG] osdmap e102: 8 total, 8 up, 8 in 2023-12-09T02:51:53.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:52 smithi023 bash[24949]: audit 2023-12-09T02:51:51.760211+0000 mon.a (mon.0) 925 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/46255628"}]': finished 2023-12-09T02:51:53.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:52 smithi023 bash[24949]: cluster 2023-12-09T02:51:51.760370+0000 mon.a (mon.0) 926 : cluster [DBG] osdmap e102: 8 total, 8 up, 8 in 2023-12-09T02:51:53.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:52 smithi023 bash[30415]: audit 2023-12-09T02:51:51.760211+0000 mon.a (mon.0) 925 : audit [INF] from='client.? ' entity='client.iscsi.foo.smithi023.vcvunr' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.23:0/46255628"}]': finished 2023-12-09T02:51:53.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:52 smithi023 bash[30415]: cluster 2023-12-09T02:51:51.760370+0000 mon.a (mon.0) 926 : cluster [DBG] osdmap e102: 8 total, 8 up, 8 in 2023-12-09T02:51:53.586 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-09T02:51:53.586 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 starting - - - - 2023-12-09T02:51:53.586 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi172 *:3000 running (6m) 38s ago 6m 48.5M - 8.3.5 dad864ee21e9 9c508a19dd3c 2023-12-09T02:51:53.586 INFO:teuthology.orchestra.run.smithi023.stdout:iscsi.foo.smithi023.vcvunr smithi023 starting - - - - 2023-12-09T02:51:53.586 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi172 *:8443,9283 running (67s) 38s ago 13m 474M - 19.0.0-44-g9dcc13bb f28f2b94f153 be0fdd2ba0e6 2023-12-09T02:51:53.586 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (15m) 38s ago 15m 404M - 17.2.0 e1d6a67b021e 87787e2d3f75 2023-12-09T02:51:53.586 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (15m) 38s ago 15m 60.0M 2048M 17.2.0 e1d6a67b021e 324f5279017f 2023-12-09T02:51:53.586 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi172 running (13m) 38s ago 13m 48.8M 2048M 17.2.0 e1d6a67b021e cfdc4d178041 2023-12-09T02:51:53.586 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (13m) 38s ago 13m 44.7M 2048M 17.2.0 e1d6a67b021e 9299c6ac25fe 2023-12-09T02:51:53.586 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 starting - - - - 2023-12-09T02:51:53.586 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi172 *:9100 running (7m) 38s ago 7m 12.3M - 1.3.1 1dbe0e931976 a31183c45a78 2023-12-09T02:51:53.587 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (12m) 38s ago 12m 58.6M 2781M 17.2.0 e1d6a67b021e b647f39c76d5 2023-12-09T02:51:53.587 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (12m) 38s ago 12m 60.7M 2781M 17.2.0 e1d6a67b021e 33c693687d9a 2023-12-09T02:51:53.587 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (11m) 38s ago 11m 53.4M 2781M 17.2.0 e1d6a67b021e b487471c7433 2023-12-09T02:51:53.587 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (10m) 38s ago 10m 58.3M 2781M 17.2.0 e1d6a67b021e 635c08619a33 2023-12-09T02:51:53.587 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi172 running (10m) 38s ago 10m 59.8M 3037M 17.2.0 e1d6a67b021e c04304e8675b 2023-12-09T02:51:53.587 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi172 running (9m) 38s ago 9m 55.1M 3037M 17.2.0 e1d6a67b021e fcb16f6cd272 2023-12-09T02:51:53.587 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi172 running (9m) 38s ago 9m 53.9M 3037M 17.2.0 e1d6a67b021e a1dc1e893a48 2023-12-09T02:51:53.587 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi172 running (8m) 38s ago 8m 56.7M 3037M 17.2.0 e1d6a67b021e f5bf1afe0d7c 2023-12-09T02:51:53.587 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi172 *:9095 running (6m) 38s ago 7m 59.5M - 2.33.4 514e6a882f6e 7240589191d1 2023-12-09T02:51:53.587 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.foo.smithi023.mllipj smithi023 *:8000 running (5m) 38s ago 5m 86.5M - 17.2.0 e1d6a67b021e 110d5ba1c152 2023-12-09T02:51:53.587 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.foo.smithi172.aqpemq smithi172 *:8000 running (5m) 38s ago 5m 86.6M - 17.2.0 e1d6a67b021e c9a58e322a85 2023-12-09T02:51:53.587 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.smpl.smithi023.ikvhaq smithi023 *:80 running (5m) 38s ago 5m 86.4M - 17.2.0 e1d6a67b021e 9fb31f23b01c 2023-12-09T02:51:53.587 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.smpl.smithi172.ysxvfy smithi172 *:80 running (5m) 38s ago 5m 86.4M - 17.2.0 e1d6a67b021e 3c13f0c0b020 2023-12-09T02:51:54.042 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2023-12-09T02:51:54.042 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2023-12-09T02:51:54.042 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-09T02:51:54.043 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:51:54.043 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2023-12-09T02:51:54.043 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-09T02:51:54.043 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 1 2023-12-09T02:51:54.043 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:51:54.043 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2023-12-09T02:51:54.043 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-09T02:51:54.043 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:51:54.043 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": {}, 2023-12-09T02:51:54.043 INFO:teuthology.orchestra.run.smithi023.stdout: "rgw": { 2023-12-09T02:51:54.043 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-09T02:51:54.043 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:51:54.043 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2023-12-09T02:51:54.043 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 16, 2023-12-09T02:51:54.043 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 1 2023-12-09T02:51:54.044 INFO:teuthology.orchestra.run.smithi023.stdout: } 2023-12-09T02:51:54.044 INFO:teuthology.orchestra.run.smithi023.stdout:} 2023-12-09T02:51:54.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:53 smithi172 bash[25093]: cluster 2023-12-09T02:51:52.474915+0000 mgr.x (mgr.25001) 64 : cluster [DBG] pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:51:54.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:53 smithi172 bash[25093]: audit 2023-12-09T02:51:52.795621+0000 mgr.x (mgr.25001) 65 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:51:54.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:53 smithi172 bash[25093]: audit 2023-12-09T02:51:53.184294+0000 mgr.x (mgr.25001) 66 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:51:54.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:53 smithi023 bash[30415]: cluster 2023-12-09T02:51:52.474915+0000 mgr.x (mgr.25001) 64 : cluster [DBG] pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:51:54.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:53 smithi023 bash[30415]: audit 2023-12-09T02:51:52.795621+0000 mgr.x (mgr.25001) 65 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:51:54.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:53 smithi023 bash[30415]: audit 2023-12-09T02:51:53.184294+0000 mgr.x (mgr.25001) 66 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:51:54.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:53 smithi023 bash[24949]: cluster 2023-12-09T02:51:52.474915+0000 mgr.x (mgr.25001) 64 : cluster [DBG] pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:51:54.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:53 smithi023 bash[24949]: audit 2023-12-09T02:51:52.795621+0000 mgr.x (mgr.25001) 65 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:51:54.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:53 smithi023 bash[24949]: audit 2023-12-09T02:51:53.184294+0000 mgr.x (mgr.25001) 66 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:51:54.424 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2023-12-09T02:51:54.424 INFO:teuthology.orchestra.run.smithi023.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882", 2023-12-09T02:51:54.424 INFO:teuthology.orchestra.run.smithi023.stdout: "in_progress": true, 2023-12-09T02:51:54.424 INFO:teuthology.orchestra.run.smithi023.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-09T02:51:54.424 INFO:teuthology.orchestra.run.smithi023.stdout: "services_complete": [], 2023-12-09T02:51:54.424 INFO:teuthology.orchestra.run.smithi023.stdout: "progress": "1/23 daemons upgraded", 2023-12-09T02:51:54.424 INFO:teuthology.orchestra.run.smithi023.stdout: "message": "", 2023-12-09T02:51:54.424 INFO:teuthology.orchestra.run.smithi023.stdout: "is_paused": false 2023-12-09T02:51:54.424 INFO:teuthology.orchestra.run.smithi023.stdout:} 2023-12-09T02:51:54.874 INFO:teuthology.orchestra.run.smithi023.stdout:HEALTH_OK 2023-12-09T02:51:55.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:54 smithi172 bash[25093]: audit 2023-12-09T02:51:53.563519+0000 mgr.x (mgr.25001) 67 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:51:55.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:54 smithi172 bash[25093]: audit 2023-12-09T02:51:54.034126+0000 mon.a (mon.0) 927 : audit [DBG] from='client.? 172.21.15.23:0/3040272087' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:51:55.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:54 smithi023 bash[24949]: audit 2023-12-09T02:51:53.563519+0000 mgr.x (mgr.25001) 67 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:51:55.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:54 smithi023 bash[24949]: audit 2023-12-09T02:51:54.034126+0000 mon.a (mon.0) 927 : audit [DBG] from='client.? 172.21.15.23:0/3040272087' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:51:55.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:54 smithi023 bash[30415]: audit 2023-12-09T02:51:53.563519+0000 mgr.x (mgr.25001) 67 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:51:55.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:54 smithi023 bash[30415]: audit 2023-12-09T02:51:54.034126+0000 mon.a (mon.0) 927 : audit [DBG] from='client.? 172.21.15.23:0/3040272087' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:51:56.096 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:55 smithi172 bash[25093]: audit 2023-12-09T02:51:54.423396+0000 mgr.x (mgr.25001) 68 : audit [DBG] from='client.25273 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:51:56.096 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:55 smithi172 bash[25093]: cluster 2023-12-09T02:51:54.475675+0000 mgr.x (mgr.25001) 69 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 887 B/s rd, 0 op/s 2023-12-09T02:51:56.096 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:55 smithi172 bash[25093]: audit 2023-12-09T02:51:54.860918+0000 mgr.x (mgr.25001) 70 : audit [DBG] from='client.15309 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:51:56.096 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:55 smithi172 bash[25093]: audit 2023-12-09T02:51:54.865715+0000 mon.c (mon.1) 45 : audit [DBG] from='client.? 172.21.15.23:0/4134895975' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:51:56.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:55 smithi023 bash[24949]: audit 2023-12-09T02:51:54.423396+0000 mgr.x (mgr.25001) 68 : audit [DBG] from='client.25273 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:51:56.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:55 smithi023 bash[24949]: cluster 2023-12-09T02:51:54.475675+0000 mgr.x (mgr.25001) 69 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 887 B/s rd, 0 op/s 2023-12-09T02:51:56.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:55 smithi023 bash[24949]: audit 2023-12-09T02:51:54.860918+0000 mgr.x (mgr.25001) 70 : audit [DBG] from='client.15309 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:51:56.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:55 smithi023 bash[24949]: audit 2023-12-09T02:51:54.865715+0000 mon.c (mon.1) 45 : audit [DBG] from='client.? 172.21.15.23:0/4134895975' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:51:56.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:55 smithi023 bash[30415]: audit 2023-12-09T02:51:54.423396+0000 mgr.x (mgr.25001) 68 : audit [DBG] from='client.25273 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:51:56.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:55 smithi023 bash[30415]: cluster 2023-12-09T02:51:54.475675+0000 mgr.x (mgr.25001) 69 : cluster [DBG] pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 887 B/s rd, 0 op/s 2023-12-09T02:51:56.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:55 smithi023 bash[30415]: audit 2023-12-09T02:51:54.860918+0000 mgr.x (mgr.25001) 70 : audit [DBG] from='client.15309 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:51:56.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:55 smithi023 bash[30415]: audit 2023-12-09T02:51:54.865715+0000 mon.c (mon.1) 45 : audit [DBG] from='client.? 172.21.15.23:0/4134895975' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:51:58.135 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:57 smithi172 bash[25093]: cluster 2023-12-09T02:51:56.476931+0000 mgr.x (mgr.25001) 71 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-09T02:51:58.135 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:51:57 smithi172 bash[45390]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:51:57] "GET /metrics HTTP/1.1" 200 38140 "" "Prometheus/2.33.4" 2023-12-09T02:51:58.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:57 smithi023 bash[24949]: cluster 2023-12-09T02:51:56.476931+0000 mgr.x (mgr.25001) 71 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-09T02:51:58.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:57 smithi023 bash[30415]: cluster 2023-12-09T02:51:56.476931+0000 mgr.x (mgr.25001) 71 : cluster [DBG] pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-09T02:51:59.022 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:51:58 smithi023 bash[25223]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:51:58] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:51:59.233 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:51:58 smithi172 systemd[1]: Stopping Ceph prometheus.a for 9eab968a-963b-11ee-95a3-87774f69a715... 2023-12-09T02:51:59.233 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:51:58 smithi172 bash[47342]: Error response from daemon: No such container: ceph-9eab968a-963b-11ee-95a3-87774f69a715-prometheus.a 2023-12-09T02:51:59.233 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:51:59 smithi172 bash[41796]: ts=2023-12-09T02:51:59.035Z caller=main.go:775 level=warn msg="Received SIGTERM, exiting gracefully..." 2023-12-09T02:51:59.233 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:51:59 smithi172 bash[41796]: ts=2023-12-09T02:51:59.035Z caller=main.go:798 level=info msg="Stopping scrape discovery manager..." 2023-12-09T02:51:59.233 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:51:59 smithi172 bash[41796]: ts=2023-12-09T02:51:59.035Z caller=main.go:812 level=info msg="Stopping notify discovery manager..." 2023-12-09T02:51:59.233 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:51:59 smithi172 bash[41796]: ts=2023-12-09T02:51:59.035Z caller=main.go:794 level=info msg="Scrape discovery manager stopped" 2023-12-09T02:51:59.233 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:51:59 smithi172 bash[41796]: ts=2023-12-09T02:51:59.035Z caller=main.go:834 level=info msg="Stopping scrape manager..." 2023-12-09T02:51:59.233 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:51:59 smithi172 bash[41796]: ts=2023-12-09T02:51:59.035Z caller=main.go:808 level=info msg="Notify discovery manager stopped" 2023-12-09T02:51:59.233 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:51:59 smithi172 bash[41796]: ts=2023-12-09T02:51:59.035Z caller=manager.go:945 level=info component="rule manager" msg="Stopping rule manager..." 2023-12-09T02:51:59.233 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:51:59 smithi172 bash[41796]: ts=2023-12-09T02:51:59.035Z caller=main.go:828 level=info msg="Scrape manager stopped" 2023-12-09T02:51:59.234 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:51:59 smithi172 bash[41796]: ts=2023-12-09T02:51:59.035Z caller=manager.go:955 level=info component="rule manager" msg="Rule manager stopped" 2023-12-09T02:51:59.234 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:51:59 smithi172 bash[41796]: ts=2023-12-09T02:51:59.036Z caller=notifier.go:600 level=info component=notifier msg="Stopping notification manager..." 2023-12-09T02:51:59.234 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:51:59 smithi172 bash[41796]: ts=2023-12-09T02:51:59.036Z caller=main.go:1054 level=info msg="Notifier manager stopped" 2023-12-09T02:51:59.234 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:51:59 smithi172 bash[41796]: ts=2023-12-09T02:51:59.036Z caller=main.go:1066 level=info msg="See you next time!" 2023-12-09T02:51:59.914 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:51:59 smithi172 bash[25093]: cluster 2023-12-09T02:51:58.478278+0000 mgr.x (mgr.25001) 72 : cluster [DBG] pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:51:59.915 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:51:59 smithi172 bash[47353]: ceph-9eab968a-963b-11ee-95a3-87774f69a715-prometheus-a 2023-12-09T02:51:59.915 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:51:59 smithi172 bash[47390]: Error response from daemon: No such container: ceph-9eab968a-963b-11ee-95a3-87774f69a715-prometheus.a 2023-12-09T02:51:59.915 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:51:59 smithi172 systemd[1]: ceph-9eab968a-963b-11ee-95a3-87774f69a715@prometheus.a.service: Succeeded. 2023-12-09T02:51:59.915 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:51:59 smithi172 systemd[1]: Stopped Ceph prometheus.a for 9eab968a-963b-11ee-95a3-87774f69a715. 2023-12-09T02:51:59.915 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:51:59 smithi172 systemd[1]: Started Ceph prometheus.a for 9eab968a-963b-11ee-95a3-87774f69a715. 2023-12-09T02:52:00.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:51:59 smithi023 bash[24949]: cluster 2023-12-09T02:51:58.478278+0000 mgr.x (mgr.25001) 72 : cluster [DBG] pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:52:00.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:51:59 smithi023 bash[30415]: cluster 2023-12-09T02:51:58.478278+0000 mgr.x (mgr.25001) 72 : cluster [DBG] pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:52:00.585 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:52:00 smithi172 systemd[1]: Stopping Ceph node-exporter.b for 9eab968a-963b-11ee-95a3-87774f69a715... 2023-12-09T02:52:00.585 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:52:00 smithi172 bash[47442]: Error response from daemon: No such container: ceph-9eab968a-963b-11ee-95a3-87774f69a715-node-exporter.b 2023-12-09T02:52:01.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:00 smithi172 bash[25093]: audit 2023-12-09T02:51:59.887869+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:52:01.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:00 smithi172 bash[25093]: audit 2023-12-09T02:51:59.896545+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:52:01.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:00 smithi172 bash[25093]: cephadm 2023-12-09T02:51:59.921743+0000 mgr.x (mgr.25001) 73 : cephadm [INF] Reconfiguring node-exporter.b (dependencies changed)... 2023-12-09T02:52:01.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:00 smithi172 bash[25093]: cephadm 2023-12-09T02:51:59.922274+0000 mgr.x (mgr.25001) 74 : cephadm [INF] Reconfiguring daemon node-exporter.b on smithi172 2023-12-09T02:52:01.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:00 smithi172 bash[25093]: audit 2023-12-09T02:52:00.592017+0000 mon.a (mon.0) 930 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:52:01.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:00 smithi023 bash[24949]: audit 2023-12-09T02:51:59.887869+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:52:01.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:00 smithi023 bash[24949]: audit 2023-12-09T02:51:59.896545+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:52:01.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:00 smithi023 bash[24949]: cephadm 2023-12-09T02:51:59.921743+0000 mgr.x (mgr.25001) 73 : cephadm [INF] Reconfiguring node-exporter.b (dependencies changed)... 2023-12-09T02:52:01.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:00 smithi023 bash[24949]: cephadm 2023-12-09T02:51:59.922274+0000 mgr.x (mgr.25001) 74 : cephadm [INF] Reconfiguring daemon node-exporter.b on smithi172 2023-12-09T02:52:01.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:00 smithi023 bash[24949]: audit 2023-12-09T02:52:00.592017+0000 mon.a (mon.0) 930 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:52:01.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:00 smithi023 bash[30415]: audit 2023-12-09T02:51:59.887869+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:52:01.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:00 smithi023 bash[30415]: audit 2023-12-09T02:51:59.896545+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:52:01.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:00 smithi023 bash[30415]: cephadm 2023-12-09T02:51:59.921743+0000 mgr.x (mgr.25001) 73 : cephadm [INF] Reconfiguring node-exporter.b (dependencies changed)... 2023-12-09T02:52:01.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:00 smithi023 bash[30415]: cephadm 2023-12-09T02:51:59.922274+0000 mgr.x (mgr.25001) 74 : cephadm [INF] Reconfiguring daemon node-exporter.b on smithi172 2023-12-09T02:52:01.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:00 smithi023 bash[30415]: audit 2023-12-09T02:52:00.592017+0000 mon.a (mon.0) 930 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:52:01.606 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:52:01 smithi172 bash[47453]: ceph-9eab968a-963b-11ee-95a3-87774f69a715-node-exporter-b 2023-12-09T02:52:01.606 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:52:01 smithi172 bash[47491]: Error response from daemon: No such container: ceph-9eab968a-963b-11ee-95a3-87774f69a715-node-exporter.b 2023-12-09T02:52:01.888 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:52:01 smithi172 bash[47420]: ts=2023-12-09T02:52:01.675Z caller=main.go:475 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2023-12-09T02:52:01.889 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:52:01 smithi172 bash[47420]: ts=2023-12-09T02:52:01.675Z caller=main.go:512 level=info msg="Starting Prometheus" version="(version=2.33.4, branch=HEAD, revision=83032011a5d3e6102624fe58241a374a7201fee8)" 2023-12-09T02:52:01.889 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:52:01 smithi172 bash[47420]: ts=2023-12-09T02:52:01.675Z caller=main.go:517 level=info build_context="(go=go1.17.7, user=root@d13bf69e7be8, date=20220222-16:51:28)" 2023-12-09T02:52:01.889 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:52:01 smithi172 bash[47420]: ts=2023-12-09T02:52:01.675Z caller=main.go:518 level=info host_details="(Linux 5.4.0-169-generic #187-Ubuntu SMP Thu Nov 23 14:52:28 UTC 2023 x86_64 smithi172 (none))" 2023-12-09T02:52:01.889 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:52:01 smithi172 bash[47420]: ts=2023-12-09T02:52:01.675Z caller=main.go:519 level=info fd_limits="(soft=1048576, hard=1048576)" 2023-12-09T02:52:01.889 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:52:01 smithi172 bash[47420]: ts=2023-12-09T02:52:01.675Z caller=main.go:520 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2023-12-09T02:52:01.889 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:52:01 smithi172 bash[47420]: ts=2023-12-09T02:52:01.678Z caller=web.go:570 level=info component=web msg="Start listening for connections" address=:9095 2023-12-09T02:52:01.890 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:52:01 smithi172 bash[47420]: ts=2023-12-09T02:52:01.678Z caller=main.go:923 level=info msg="Starting TSDB ..." 2023-12-09T02:52:01.890 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:52:01 smithi172 bash[47420]: ts=2023-12-09T02:52:01.680Z caller=tls_config.go:195 level=info component=web msg="TLS is disabled." http2=false 2023-12-09T02:52:01.890 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:52:01 smithi172 bash[47420]: ts=2023-12-09T02:52:01.682Z caller=head.go:493 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2023-12-09T02:52:01.890 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:52:01 smithi172 bash[47420]: ts=2023-12-09T02:52:01.682Z caller=head.go:527 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=2.208µs 2023-12-09T02:52:01.891 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:52:01 smithi172 bash[47420]: ts=2023-12-09T02:52:01.682Z caller=head.go:533 level=info component=tsdb msg="Replaying WAL, this may take a while" 2023-12-09T02:52:01.891 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:52:01 smithi172 systemd[1]: ceph-9eab968a-963b-11ee-95a3-87774f69a715@node-exporter.b.service: Main process exited, code=exited, status=143/n/a 2023-12-09T02:52:01.891 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:52:01 smithi172 systemd[1]: ceph-9eab968a-963b-11ee-95a3-87774f69a715@node-exporter.b.service: Failed with result 'exit-code'. 2023-12-09T02:52:01.891 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:52:01 smithi172 systemd[1]: Stopped Ceph node-exporter.b for 9eab968a-963b-11ee-95a3-87774f69a715. 2023-12-09T02:52:01.891 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:52:01 smithi172 systemd[1]: Started Ceph node-exporter.b for 9eab968a-963b-11ee-95a3-87774f69a715. 2023-12-09T02:52:02.189 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:01 smithi172 bash[25093]: cluster 2023-12-09T02:52:00.479063+0000 mgr.x (mgr.25001) 75 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2023-12-09T02:52:02.189 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:01 smithi172 bash[25093]: audit 2023-12-09T02:52:01.654058+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:52:02.190 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:01 smithi172 bash[25093]: audit 2023-12-09T02:52:01.669885+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:52:02.190 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:01 smithi172 bash[25093]: audit 2023-12-09T02:52:01.771814+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:52:02.190 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:01 smithi172 bash[25093]: audit 2023-12-09T02:52:01.779620+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:52:02.190 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:01 smithi172 bash[25093]: audit 2023-12-09T02:52:01.787327+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-09T02:52:02.190 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:52:01 smithi172 bash[47420]: ts=2023-12-09T02:52:01.888Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=2 2023-12-09T02:52:02.190 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:52:02 smithi172 bash[47420]: ts=2023-12-09T02:52:02.189Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=2 2023-12-09T02:52:02.190 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:52:02 smithi172 bash[47420]: ts=2023-12-09T02:52:02.190Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=2 2023-12-09T02:52:02.190 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:52:02 smithi172 bash[47420]: ts=2023-12-09T02:52:02.190Z caller=head.go:610 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=39.659µs wal_replay_duration=508.242686ms total_replay_duration=508.303089ms 2023-12-09T02:52:02.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:01 smithi023 bash[24949]: cluster 2023-12-09T02:52:00.479063+0000 mgr.x (mgr.25001) 75 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2023-12-09T02:52:02.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:01 smithi023 bash[24949]: audit 2023-12-09T02:52:01.654058+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:52:02.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:01 smithi023 bash[24949]: audit 2023-12-09T02:52:01.669885+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:52:02.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:01 smithi023 bash[24949]: audit 2023-12-09T02:52:01.771814+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:52:02.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:01 smithi023 bash[24949]: audit 2023-12-09T02:52:01.779620+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:52:02.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:01 smithi023 bash[24949]: audit 2023-12-09T02:52:01.787327+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-09T02:52:02.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:01 smithi023 bash[30415]: cluster 2023-12-09T02:52:00.479063+0000 mgr.x (mgr.25001) 75 : cluster [DBG] pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2023-12-09T02:52:02.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:01 smithi023 bash[30415]: audit 2023-12-09T02:52:01.654058+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:52:02.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:01 smithi023 bash[30415]: audit 2023-12-09T02:52:01.669885+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:52:02.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:01 smithi023 bash[30415]: audit 2023-12-09T02:52:01.771814+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:52:02.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:01 smithi023 bash[30415]: audit 2023-12-09T02:52:01.779620+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:52:02.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:01 smithi023 bash[30415]: audit 2023-12-09T02:52:01.787327+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-09T02:52:02.497 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:52:02 smithi172 bash[47420]: ts=2023-12-09T02:52:02.196Z caller=main.go:944 level=info fs_type=XFS_SUPER_MAGIC 2023-12-09T02:52:02.498 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:52:02 smithi172 bash[47420]: ts=2023-12-09T02:52:02.196Z caller=main.go:947 level=info msg="TSDB started" 2023-12-09T02:52:02.498 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:52:02 smithi172 bash[47420]: ts=2023-12-09T02:52:02.196Z caller=main.go:1128 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2023-12-09T02:52:02.498 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:52:02 smithi172 bash[47420]: ts=2023-12-09T02:52:02.225Z caller=main.go:1165 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=28.768674ms db_storage=900ns remote_storage=1.526µs web_handler=383ns query_engine=896ns scrape=336.393µs scrape_sd=122.6µs notify=18.467µs notify_sd=12.606µs rules=27.955899ms 2023-12-09T02:52:02.498 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:52:02 smithi172 bash[47420]: ts=2023-12-09T02:52:02.225Z caller=main.go:896 level=info msg="Server is ready to receive web requests." 2023-12-09T02:52:03.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:02 smithi172 bash[25093]: cephadm 2023-12-09T02:52:01.692618+0000 mgr.x (mgr.25001) 76 : cephadm [INF] Reconfiguring grafana.a (dependencies changed)... 2023-12-09T02:52:03.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:02 smithi172 bash[25093]: cephadm 2023-12-09T02:52:01.705402+0000 mgr.x (mgr.25001) 77 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2023-12-09T02:52:03.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:02 smithi172 bash[25093]: audit 2023-12-09T02:52:01.796567+0000 mgr.x (mgr.25001) 78 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-09T02:52:03.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:02 smithi172 bash[25093]: cephadm 2023-12-09T02:52:01.800526+0000 mgr.x (mgr.25001) 79 : cephadm [INF] Reconfiguring daemon grafana.a on smithi172 2023-12-09T02:52:03.248 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:52:02 smithi172 bash[47567]: ts=2023-12-09T02:52:02.952Z caller=node_exporter.go:182 level=info msg="Starting node_exporter" version="(version=1.3.1, branch=HEAD, revision=a2321e7b940ddcff26873612bccdf7cd4c42b6b6)" 2023-12-09T02:52:03.248 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:52:02 smithi172 bash[47567]: ts=2023-12-09T02:52:02.952Z caller=node_exporter.go:183 level=info msg="Build context" build_context="(go=go1.17.3, user=root@243aafa5525c, date=20211205-11:09:49)" 2023-12-09T02:52:03.248 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:52:02 smithi172 bash[47567]: ts=2023-12-09T02:52:02.952Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+)($|/) 2023-12-09T02:52:03.249 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:52:02 smithi172 bash[47567]: ts=2023-12-09T02:52:02.952Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2023-12-09T02:52:03.249 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:52:02 smithi172 bash[47567]: ts=2023-12-09T02:52:02.954Z caller=node_exporter.go:108 level=info msg="Enabled collectors" 2023-12-09T02:52:03.249 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:52:02 smithi172 bash[47567]: ts=2023-12-09T02:52:02.954Z caller=node_exporter.go:115 level=info collector=arp 2023-12-09T02:52:03.249 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:52:02 smithi172 bash[47567]: ts=2023-12-09T02:52:02.954Z caller=node_exporter.go:115 level=info collector=bcache 2023-12-09T02:52:03.249 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:52:02 smithi172 bash[47567]: ts=2023-12-09T02:52:02.954Z caller=node_exporter.go:115 level=info collector=bonding 2023-12-09T02:52:03.249 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:52:02 smithi172 bash[47567]: ts=2023-12-09T02:52:02.954Z caller=node_exporter.go:115 level=info collector=btrfs 2023-12-09T02:52:03.249 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:52:02 smithi172 bash[47567]: ts=2023-12-09T02:52:02.954Z caller=node_exporter.go:115 level=info collector=conntrack 2023-12-09T02:52:03.249 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:52:02 smithi172 bash[47567]: ts=2023-12-09T02:52:02.954Z caller=node_exporter.go:115 level=info collector=cpu 2023-12-09T02:52:03.249 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:52:02 smithi172 bash[47567]: ts=2023-12-09T02:52:02.954Z caller=node_exporter.go:115 level=info collector=cpufreq 2023-12-09T02:52:03.249 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:52:02 smithi172 bash[47567]: ts=2023-12-09T02:52:02.954Z caller=node_exporter.go:115 level=info collector=diskstats 2023-12-09T02:52:03.249 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:52:02 smithi172 bash[47567]: ts=2023-12-09T02:52:02.954Z caller=node_exporter.go:115 level=info collector=dmi 2023-12-09T02:52:03.249 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:52:02 smithi172 bash[47567]: ts=2023-12-09T02:52:02.954Z caller=node_exporter.go:115 level=info collector=edac 2023-12-09T02:52:03.249 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:52:02 smithi172 bash[47567]: ts=2023-12-09T02:52:02.954Z caller=node_exporter.go:115 level=info collector=entropy 2023-12-09T02:52:03.249 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:52:02 smithi172 bash[47567]: ts=2023-12-09T02:52:02.954Z caller=node_exporter.go:115 level=info collector=fibrechannel 2023-12-09T02:52:03.250 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:52:02 smithi172 bash[47567]: ts=2023-12-09T02:52:02.954Z caller=node_exporter.go:115 level=info collector=filefd 2023-12-09T02:52:03.250 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:52:02 smithi172 bash[47567]: ts=2023-12-09T02:52:02.954Z caller=node_exporter.go:115 level=info collector=filesystem 2023-12-09T02:52:03.250 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:52:02 smithi172 bash[47567]: ts=2023-12-09T02:52:02.954Z caller=node_exporter.go:115 level=info collector=hwmon 2023-12-09T02:52:03.250 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:52:02 smithi172 bash[47567]: ts=2023-12-09T02:52:02.954Z caller=node_exporter.go:115 level=info collector=infiniband 2023-12-09T02:52:03.250 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:52:02 smithi172 bash[47567]: ts=2023-12-09T02:52:02.954Z caller=node_exporter.go:115 level=info collector=ipvs 2023-12-09T02:52:03.250 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:52:02 smithi172 bash[47567]: ts=2023-12-09T02:52:02.954Z caller=node_exporter.go:115 level=info collector=loadavg 2023-12-09T02:52:03.250 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:52:02 smithi172 bash[47567]: ts=2023-12-09T02:52:02.954Z caller=node_exporter.go:115 level=info collector=mdadm 2023-12-09T02:52:03.250 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:52:02 smithi172 bash[47567]: ts=2023-12-09T02:52:02.954Z caller=node_exporter.go:115 level=info collector=meminfo 2023-12-09T02:52:03.250 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:52:02 smithi172 bash[47567]: ts=2023-12-09T02:52:02.954Z caller=node_exporter.go:115 level=info collector=netclass 2023-12-09T02:52:03.250 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:52:02 smithi172 bash[47567]: ts=2023-12-09T02:52:02.954Z caller=node_exporter.go:115 level=info collector=netdev 2023-12-09T02:52:03.250 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:52:02 smithi172 bash[47567]: ts=2023-12-09T02:52:02.954Z caller=node_exporter.go:115 level=info collector=netstat 2023-12-09T02:52:03.250 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:52:02 smithi172 bash[47567]: ts=2023-12-09T02:52:02.954Z caller=node_exporter.go:115 level=info collector=nfs 2023-12-09T02:52:03.250 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:52:02 smithi172 bash[47567]: ts=2023-12-09T02:52:02.954Z caller=node_exporter.go:115 level=info collector=nfsd 2023-12-09T02:52:03.250 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:52:02 smithi172 bash[47567]: ts=2023-12-09T02:52:02.954Z caller=node_exporter.go:115 level=info collector=nvme 2023-12-09T02:52:03.250 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:52:02 smithi172 bash[47567]: ts=2023-12-09T02:52:02.954Z caller=node_exporter.go:115 level=info collector=os 2023-12-09T02:52:03.251 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:52:02 smithi172 bash[47567]: ts=2023-12-09T02:52:02.954Z caller=node_exporter.go:115 level=info collector=powersupplyclass 2023-12-09T02:52:03.251 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:52:02 smithi172 bash[47567]: ts=2023-12-09T02:52:02.954Z caller=node_exporter.go:115 level=info collector=pressure 2023-12-09T02:52:03.251 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:52:02 smithi172 bash[47567]: ts=2023-12-09T02:52:02.954Z caller=node_exporter.go:115 level=info collector=rapl 2023-12-09T02:52:03.251 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:52:02 smithi172 bash[47567]: ts=2023-12-09T02:52:02.954Z caller=node_exporter.go:115 level=info collector=schedstat 2023-12-09T02:52:03.251 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:52:02 smithi172 bash[47567]: ts=2023-12-09T02:52:02.954Z caller=node_exporter.go:115 level=info collector=sockstat 2023-12-09T02:52:03.251 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:52:02 smithi172 bash[47567]: ts=2023-12-09T02:52:02.954Z caller=node_exporter.go:115 level=info collector=softnet 2023-12-09T02:52:03.251 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:52:02 smithi172 bash[47567]: ts=2023-12-09T02:52:02.954Z caller=node_exporter.go:115 level=info collector=stat 2023-12-09T02:52:03.251 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:52:02 smithi172 bash[47567]: ts=2023-12-09T02:52:02.954Z caller=node_exporter.go:115 level=info collector=tapestats 2023-12-09T02:52:03.251 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:52:02 smithi172 bash[47567]: ts=2023-12-09T02:52:02.954Z caller=node_exporter.go:115 level=info collector=textfile 2023-12-09T02:52:03.251 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:52:02 smithi172 bash[47567]: ts=2023-12-09T02:52:02.954Z caller=node_exporter.go:115 level=info collector=thermal_zone 2023-12-09T02:52:03.251 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:52:02 smithi172 bash[47567]: ts=2023-12-09T02:52:02.954Z caller=node_exporter.go:115 level=info collector=time 2023-12-09T02:52:03.251 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:52:02 smithi172 bash[47567]: ts=2023-12-09T02:52:02.954Z caller=node_exporter.go:115 level=info collector=udp_queues 2023-12-09T02:52:03.251 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:52:02 smithi172 bash[47567]: ts=2023-12-09T02:52:02.954Z caller=node_exporter.go:115 level=info collector=uname 2023-12-09T02:52:03.251 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:52:02 smithi172 bash[47567]: ts=2023-12-09T02:52:02.954Z caller=node_exporter.go:115 level=info collector=vmstat 2023-12-09T02:52:03.251 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:52:02 smithi172 bash[47567]: ts=2023-12-09T02:52:02.954Z caller=node_exporter.go:115 level=info collector=xfs 2023-12-09T02:52:03.252 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:52:02 smithi172 bash[47567]: ts=2023-12-09T02:52:02.954Z caller=node_exporter.go:115 level=info collector=zfs 2023-12-09T02:52:03.252 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:52:02 smithi172 bash[47567]: ts=2023-12-09T02:52:02.954Z caller=node_exporter.go:199 level=info msg="Listening on" address=:9100 2023-12-09T02:52:03.252 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 02:52:02 smithi172 bash[47567]: ts=2023-12-09T02:52:02.954Z caller=tls_config.go:195 level=info msg="TLS is disabled." http2=false 2023-12-09T02:52:03.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:02 smithi023 bash[30415]: cephadm 2023-12-09T02:52:01.692618+0000 mgr.x (mgr.25001) 76 : cephadm [INF] Reconfiguring grafana.a (dependencies changed)... 2023-12-09T02:52:03.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:02 smithi023 bash[30415]: cephadm 2023-12-09T02:52:01.705402+0000 mgr.x (mgr.25001) 77 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2023-12-09T02:52:03.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:02 smithi023 bash[30415]: audit 2023-12-09T02:52:01.796567+0000 mgr.x (mgr.25001) 78 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-09T02:52:03.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:02 smithi023 bash[30415]: cephadm 2023-12-09T02:52:01.800526+0000 mgr.x (mgr.25001) 79 : cephadm [INF] Reconfiguring daemon grafana.a on smithi172 2023-12-09T02:52:03.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:02 smithi023 bash[24949]: cephadm 2023-12-09T02:52:01.692618+0000 mgr.x (mgr.25001) 76 : cephadm [INF] Reconfiguring grafana.a (dependencies changed)... 2023-12-09T02:52:03.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:02 smithi023 bash[24949]: cephadm 2023-12-09T02:52:01.705402+0000 mgr.x (mgr.25001) 77 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2023-12-09T02:52:03.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:02 smithi023 bash[24949]: audit 2023-12-09T02:52:01.796567+0000 mgr.x (mgr.25001) 78 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-09T02:52:03.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:02 smithi023 bash[24949]: cephadm 2023-12-09T02:52:01.800526+0000 mgr.x (mgr.25001) 79 : cephadm [INF] Reconfiguring daemon grafana.a on smithi172 2023-12-09T02:52:04.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:03 smithi172 bash[25093]: cluster 2023-12-09T02:52:02.480645+0000 mgr.x (mgr.25001) 80 : cluster [DBG] pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 955 B/s rd, 0 op/s 2023-12-09T02:52:04.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:03 smithi023 bash[30415]: cluster 2023-12-09T02:52:02.480645+0000 mgr.x (mgr.25001) 80 : cluster [DBG] pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 955 B/s rd, 0 op/s 2023-12-09T02:52:04.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:03 smithi023 bash[24949]: cluster 2023-12-09T02:52:02.480645+0000 mgr.x (mgr.25001) 80 : cluster [DBG] pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 955 B/s rd, 0 op/s 2023-12-09T02:52:06.250 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:05 smithi172 bash[25093]: cluster 2023-12-09T02:52:04.481609+0000 mgr.x (mgr.25001) 81 : cluster [DBG] pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:52:06.250 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:05 smithi172 bash[25093]: audit 2023-12-09T02:52:04.872050+0000 mgr.x (mgr.25001) 82 : audit [DBG] from='client.15309 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:52:06.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:05 smithi023 bash[30415]: cluster 2023-12-09T02:52:04.481609+0000 mgr.x (mgr.25001) 81 : cluster [DBG] pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:52:06.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:05 smithi023 bash[30415]: audit 2023-12-09T02:52:04.872050+0000 mgr.x (mgr.25001) 82 : audit [DBG] from='client.15309 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:52:06.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:05 smithi023 bash[24949]: cluster 2023-12-09T02:52:04.481609+0000 mgr.x (mgr.25001) 81 : cluster [DBG] pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:52:06.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:05 smithi023 bash[24949]: audit 2023-12-09T02:52:04.872050+0000 mgr.x (mgr.25001) 82 : audit [DBG] from='client.15309 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:52:07.747 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:52:07 smithi172 bash[45390]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:52:07] "GET /metrics HTTP/1.1" 200 38146 "" "Prometheus/2.33.4" 2023-12-09T02:52:08.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:07 smithi172 bash[25093]: cluster 2023-12-09T02:52:06.482825+0000 mgr.x (mgr.25001) 83 : cluster [DBG] pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:52:08.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:07 smithi023 bash[24949]: cluster 2023-12-09T02:52:06.482825+0000 mgr.x (mgr.25001) 83 : cluster [DBG] pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:52:08.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:07 smithi023 bash[30415]: cluster 2023-12-09T02:52:06.482825+0000 mgr.x (mgr.25001) 83 : cluster [DBG] pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:52:08.998 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:52:08 smithi172 bash[47420]: ts=2023-12-09T02:52:08.660Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.23\", device_class=\"ssd\", hostname=\"smithi023\", instance=\"smithi172:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.23\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.23\", device_class=\"ssd\", hostname=\"smithi023\", instance=\"172.21.15.172:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.23\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-09T02:52:10.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:09 smithi172 bash[25093]: cluster 2023-12-09T02:52:08.483771+0000 mgr.x (mgr.25001) 84 : cluster [DBG] pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:52:10.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:09 smithi023 bash[24949]: cluster 2023-12-09T02:52:08.483771+0000 mgr.x (mgr.25001) 84 : cluster [DBG] pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:52:10.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:09 smithi023 bash[30415]: cluster 2023-12-09T02:52:08.483771+0000 mgr.x (mgr.25001) 84 : cluster [DBG] pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:52:12.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:11 smithi172 bash[25093]: cluster 2023-12-09T02:52:10.484479+0000 mgr.x (mgr.25001) 85 : cluster [DBG] pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:52:12.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:11 smithi023 bash[24949]: cluster 2023-12-09T02:52:10.484479+0000 mgr.x (mgr.25001) 85 : cluster [DBG] pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:52:12.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:11 smithi023 bash[30415]: cluster 2023-12-09T02:52:10.484479+0000 mgr.x (mgr.25001) 85 : cluster [DBG] pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:52:14.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:13 smithi172 bash[25093]: cluster 2023-12-09T02:52:12.486162+0000 mgr.x (mgr.25001) 86 : cluster [DBG] pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:52:14.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:13 smithi023 bash[24949]: cluster 2023-12-09T02:52:12.486162+0000 mgr.x (mgr.25001) 86 : cluster [DBG] pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:52:14.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:13 smithi023 bash[30415]: cluster 2023-12-09T02:52:12.486162+0000 mgr.x (mgr.25001) 86 : cluster [DBG] pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:52:16.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:15 smithi172 bash[25093]: cluster 2023-12-09T02:52:14.486773+0000 mgr.x (mgr.25001) 87 : cluster [DBG] pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:52:16.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:15 smithi172 bash[25093]: audit 2023-12-09T02:52:14.880588+0000 mgr.x (mgr.25001) 88 : audit [DBG] from='client.15309 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:52:16.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:15 smithi172 bash[25093]: audit 2023-12-09T02:52:15.592772+0000 mon.a (mon.0) 936 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:52:16.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:15 smithi023 bash[24949]: cluster 2023-12-09T02:52:14.486773+0000 mgr.x (mgr.25001) 87 : cluster [DBG] pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:52:16.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:15 smithi023 bash[24949]: audit 2023-12-09T02:52:14.880588+0000 mgr.x (mgr.25001) 88 : audit [DBG] from='client.15309 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:52:16.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:15 smithi023 bash[24949]: audit 2023-12-09T02:52:15.592772+0000 mon.a (mon.0) 936 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:52:16.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:15 smithi023 bash[30415]: cluster 2023-12-09T02:52:14.486773+0000 mgr.x (mgr.25001) 87 : cluster [DBG] pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:52:16.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:15 smithi023 bash[30415]: audit 2023-12-09T02:52:14.880588+0000 mgr.x (mgr.25001) 88 : audit [DBG] from='client.15309 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:52:16.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:15 smithi023 bash[30415]: audit 2023-12-09T02:52:15.592772+0000 mon.a (mon.0) 936 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:52:17.748 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:52:17 smithi172 bash[45390]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:52:17] "GET /metrics HTTP/1.1" 200 38146 "" "Prometheus/2.33.4" 2023-12-09T02:52:18.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:17 smithi172 bash[25093]: cluster 2023-12-09T02:52:16.487635+0000 mgr.x (mgr.25001) 89 : cluster [DBG] pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:52:18.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:17 smithi023 bash[24949]: cluster 2023-12-09T02:52:16.487635+0000 mgr.x (mgr.25001) 89 : cluster [DBG] pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:52:18.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:17 smithi023 bash[30415]: cluster 2023-12-09T02:52:16.487635+0000 mgr.x (mgr.25001) 89 : cluster [DBG] pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:52:18.997 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:52:18 smithi172 bash[47420]: ts=2023-12-09T02:52:18.661Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.23\", device_class=\"ssd\", hostname=\"smithi023\", instance=\"smithi172:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.23\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.23\", device_class=\"ssd\", hostname=\"smithi023\", instance=\"172.21.15.172:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.23\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-09T02:52:20.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:20 smithi023 bash[24949]: cluster 2023-12-09T02:52:18.488871+0000 mgr.x (mgr.25001) 90 : cluster [DBG] pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:52:20.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:20 smithi023 bash[30415]: cluster 2023-12-09T02:52:18.488871+0000 mgr.x (mgr.25001) 90 : cluster [DBG] pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:52:20.497 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:20 smithi172 bash[25093]: cluster 2023-12-09T02:52:18.488871+0000 mgr.x (mgr.25001) 90 : cluster [DBG] pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:52:22.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:22 smithi023 bash[24949]: cluster 2023-12-09T02:52:20.489618+0000 mgr.x (mgr.25001) 91 : cluster [DBG] pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:52:22.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:22 smithi023 bash[30415]: cluster 2023-12-09T02:52:20.489618+0000 mgr.x (mgr.25001) 91 : cluster [DBG] pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:52:22.497 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:22 smithi172 bash[25093]: cluster 2023-12-09T02:52:20.489618+0000 mgr.x (mgr.25001) 91 : cluster [DBG] pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:52:24.497 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:24 smithi172 bash[25093]: cluster 2023-12-09T02:52:22.491404+0000 mgr.x (mgr.25001) 92 : cluster [DBG] pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:52:24.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:24 smithi023 bash[24949]: cluster 2023-12-09T02:52:22.491404+0000 mgr.x (mgr.25001) 92 : cluster [DBG] pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:52:24.522 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:24 smithi023 bash[30415]: cluster 2023-12-09T02:52:22.491404+0000 mgr.x (mgr.25001) 92 : cluster [DBG] pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:52:25.288 INFO:teuthology.orchestra.run.smithi023.stdout:true 2023-12-09T02:52:26.058 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-09T02:52:26.059 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 starting - - - - 2023-12-09T02:52:26.059 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi172 *:3000 running (7m) 71s ago 7m 48.5M - 8.3.5 dad864ee21e9 9c508a19dd3c 2023-12-09T02:52:26.059 INFO:teuthology.orchestra.run.smithi023.stdout:iscsi.foo.smithi023.vcvunr smithi023 starting - - - - 2023-12-09T02:52:26.059 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi172 *:8443,9283 running (100s) 71s ago 13m 474M - 19.0.0-44-g9dcc13bb f28f2b94f153 be0fdd2ba0e6 2023-12-09T02:52:26.059 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:9283 running (15m) 71s ago 15m 404M - 17.2.0 e1d6a67b021e 87787e2d3f75 2023-12-09T02:52:26.059 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (15m) 71s ago 15m 60.0M 2048M 17.2.0 e1d6a67b021e 324f5279017f 2023-12-09T02:52:26.059 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi172 running (14m) 71s ago 14m 48.8M 2048M 17.2.0 e1d6a67b021e cfdc4d178041 2023-12-09T02:52:26.059 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (14m) 71s ago 14m 44.7M 2048M 17.2.0 e1d6a67b021e 9299c6ac25fe 2023-12-09T02:52:26.059 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 starting - - - - 2023-12-09T02:52:26.060 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi172 *:9100 starting - - - - 2023-12-09T02:52:26.060 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (13m) 71s ago 13m 58.6M 2781M 17.2.0 e1d6a67b021e b647f39c76d5 2023-12-09T02:52:26.060 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (12m) 71s ago 12m 60.7M 2781M 17.2.0 e1d6a67b021e 33c693687d9a 2023-12-09T02:52:26.060 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (12m) 71s ago 12m 53.4M 2781M 17.2.0 e1d6a67b021e b487471c7433 2023-12-09T02:52:26.060 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11m) 71s ago 11m 58.3M 2781M 17.2.0 e1d6a67b021e 635c08619a33 2023-12-09T02:52:26.060 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi172 running (10m) 71s ago 10m 59.8M 3037M 17.2.0 e1d6a67b021e c04304e8675b 2023-12-09T02:52:26.061 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi172 running (10m) 71s ago 10m 55.1M 3037M 17.2.0 e1d6a67b021e fcb16f6cd272 2023-12-09T02:52:26.061 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi172 running (9m) 71s ago 9m 53.9M 3037M 17.2.0 e1d6a67b021e a1dc1e893a48 2023-12-09T02:52:26.061 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi172 running (8m) 71s ago 9m 56.7M 3037M 17.2.0 e1d6a67b021e f5bf1afe0d7c 2023-12-09T02:52:26.061 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi172 *:9095 starting - - - - 2023-12-09T02:52:26.061 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.foo.smithi023.mllipj smithi023 *:8000 running (6m) 71s ago 6m 86.5M - 17.2.0 e1d6a67b021e 110d5ba1c152 2023-12-09T02:52:26.061 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.foo.smithi172.aqpemq smithi172 *:8000 running (5m) 71s ago 5m 86.6M - 17.2.0 e1d6a67b021e c9a58e322a85 2023-12-09T02:52:26.061 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.smpl.smithi023.ikvhaq smithi023 *:80 running (5m) 71s ago 5m 86.4M - 17.2.0 e1d6a67b021e 9fb31f23b01c 2023-12-09T02:52:26.061 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.smpl.smithi172.ysxvfy smithi172 *:80 running (5m) 71s ago 5m 86.4M - 17.2.0 e1d6a67b021e 3c13f0c0b020 2023-12-09T02:52:26.497 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:26 smithi172 bash[25093]: cluster 2023-12-09T02:52:24.492178+0000 mgr.x (mgr.25001) 93 : cluster [DBG] pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:52:26.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:26 smithi172 bash[25093]: audit 2023-12-09T02:52:24.891292+0000 mgr.x (mgr.25001) 94 : audit [DBG] from='client.15309 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:52:26.512 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2023-12-09T02:52:26.512 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2023-12-09T02:52:26.512 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-09T02:52:26.512 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:52:26.512 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2023-12-09T02:52:26.512 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-09T02:52:26.513 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 1 2023-12-09T02:52:26.513 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:52:26.513 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2023-12-09T02:52:26.513 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-09T02:52:26.513 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:52:26.513 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": {}, 2023-12-09T02:52:26.513 INFO:teuthology.orchestra.run.smithi023.stdout: "rgw": { 2023-12-09T02:52:26.513 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-09T02:52:26.513 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:52:26.513 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2023-12-09T02:52:26.513 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 16, 2023-12-09T02:52:26.513 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 1 2023-12-09T02:52:26.513 INFO:teuthology.orchestra.run.smithi023.stdout: } 2023-12-09T02:52:26.513 INFO:teuthology.orchestra.run.smithi023.stdout:} 2023-12-09T02:52:26.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:26 smithi023 bash[24949]: cluster 2023-12-09T02:52:24.492178+0000 mgr.x (mgr.25001) 93 : cluster [DBG] pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:52:26.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:26 smithi023 bash[24949]: audit 2023-12-09T02:52:24.891292+0000 mgr.x (mgr.25001) 94 : audit [DBG] from='client.15309 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:52:26.522 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:26 smithi023 bash[30415]: cluster 2023-12-09T02:52:24.492178+0000 mgr.x (mgr.25001) 93 : cluster [DBG] pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:52:26.522 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:26 smithi023 bash[30415]: audit 2023-12-09T02:52:24.891292+0000 mgr.x (mgr.25001) 94 : audit [DBG] from='client.15309 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:52:26.906 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2023-12-09T02:52:26.906 INFO:teuthology.orchestra.run.smithi023.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882", 2023-12-09T02:52:26.906 INFO:teuthology.orchestra.run.smithi023.stdout: "in_progress": true, 2023-12-09T02:52:26.906 INFO:teuthology.orchestra.run.smithi023.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-09T02:52:26.907 INFO:teuthology.orchestra.run.smithi023.stdout: "services_complete": [], 2023-12-09T02:52:26.907 INFO:teuthology.orchestra.run.smithi023.stdout: "progress": "1/23 daemons upgraded", 2023-12-09T02:52:26.907 INFO:teuthology.orchestra.run.smithi023.stdout: "message": "", 2023-12-09T02:52:26.907 INFO:teuthology.orchestra.run.smithi023.stdout: "is_paused": false 2023-12-09T02:52:26.907 INFO:teuthology.orchestra.run.smithi023.stdout:} 2023-12-09T02:52:27.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:27 smithi172 bash[25093]: audit 2023-12-09T02:52:25.271815+0000 mgr.x (mgr.25001) 95 : audit [DBG] from='client.25285 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:52:27.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:27 smithi172 bash[25093]: audit 2023-12-09T02:52:25.658602+0000 mgr.x (mgr.25001) 96 : audit [DBG] from='client.25291 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:52:27.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:27 smithi172 bash[25093]: audit 2023-12-09T02:52:26.034789+0000 mgr.x (mgr.25001) 97 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:52:27.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:27 smithi172 bash[25093]: audit 2023-12-09T02:52:26.504577+0000 mon.c (mon.1) 46 : audit [DBG] from='client.? 172.21.15.23:0/1547074781' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:52:27.336 INFO:teuthology.orchestra.run.smithi023.stdout:HEALTH_OK 2023-12-09T02:52:27.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:27 smithi023 bash[24949]: audit 2023-12-09T02:52:25.271815+0000 mgr.x (mgr.25001) 95 : audit [DBG] from='client.25285 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:52:27.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:27 smithi023 bash[24949]: audit 2023-12-09T02:52:25.658602+0000 mgr.x (mgr.25001) 96 : audit [DBG] from='client.25291 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:52:27.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:27 smithi023 bash[24949]: audit 2023-12-09T02:52:26.034789+0000 mgr.x (mgr.25001) 97 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:52:27.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:27 smithi023 bash[24949]: audit 2023-12-09T02:52:26.504577+0000 mon.c (mon.1) 46 : audit [DBG] from='client.? 172.21.15.23:0/1547074781' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:52:27.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:27 smithi023 bash[30415]: audit 2023-12-09T02:52:25.271815+0000 mgr.x (mgr.25001) 95 : audit [DBG] from='client.25285 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:52:27.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:27 smithi023 bash[30415]: audit 2023-12-09T02:52:25.658602+0000 mgr.x (mgr.25001) 96 : audit [DBG] from='client.25291 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:52:27.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:27 smithi023 bash[30415]: audit 2023-12-09T02:52:26.034789+0000 mgr.x (mgr.25001) 97 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:52:27.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:27 smithi023 bash[30415]: audit 2023-12-09T02:52:26.504577+0000 mon.c (mon.1) 46 : audit [DBG] from='client.? 172.21.15.23:0/1547074781' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:52:27.598 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:52:27 smithi172 bash[45390]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:52:27] "GET /metrics HTTP/1.1" 200 38146 "" "Prometheus/2.33.4" 2023-12-09T02:52:27.598 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:52:27 smithi172 systemd[1]: Stopping Ceph grafana.a for 9eab968a-963b-11ee-95a3-87774f69a715... 2023-12-09T02:52:27.598 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:52:27 smithi172 bash[47826]: Error response from daemon: No such container: ceph-9eab968a-963b-11ee-95a3-87774f69a715-grafana.a 2023-12-09T02:52:27.861 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:52:27 smithi172 bash[41159]: t=2023-12-09T02:52:27+0000 lvl=info msg="Shutdown started" logger=server reason="System signal: terminated" 2023-12-09T02:52:27.861 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:52:27 smithi172 bash[41159]: t=2023-12-09T02:52:27+0000 lvl=info msg="Database locked, sleeping then retrying" logger=sqlstore error="database is locked" retry=0 2023-12-09T02:52:28.208 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:28 smithi172 bash[25093]: cluster 2023-12-09T02:52:26.493540+0000 mgr.x (mgr.25001) 98 : cluster [DBG] pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:52:28.208 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:28 smithi172 bash[25093]: audit 2023-12-09T02:52:26.902693+0000 mgr.x (mgr.25001) 99 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:52:28.208 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:28 smithi172 bash[25093]: audit 2023-12-09T02:52:27.328944+0000 mon.a (mon.0) 937 : audit [DBG] from='client.? 172.21.15.23:0/2610652225' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:52:28.458 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:52:28 smithi172 bash[47836]: ceph-9eab968a-963b-11ee-95a3-87774f69a715-grafana-a 2023-12-09T02:52:28.459 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:52:28 smithi172 bash[47874]: Error response from daemon: No such container: ceph-9eab968a-963b-11ee-95a3-87774f69a715-grafana.a 2023-12-09T02:52:28.459 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:52:28 smithi172 systemd[1]: ceph-9eab968a-963b-11ee-95a3-87774f69a715@grafana.a.service: Succeeded. 2023-12-09T02:52:28.459 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:52:28 smithi172 systemd[1]: Stopped Ceph grafana.a for 9eab968a-963b-11ee-95a3-87774f69a715. 2023-12-09T02:52:28.522 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:28 smithi023 bash[30415]: cluster 2023-12-09T02:52:26.493540+0000 mgr.x (mgr.25001) 98 : cluster [DBG] pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:52:28.522 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:28 smithi023 bash[30415]: audit 2023-12-09T02:52:26.902693+0000 mgr.x (mgr.25001) 99 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:52:28.522 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:28 smithi023 bash[30415]: audit 2023-12-09T02:52:27.328944+0000 mon.a (mon.0) 937 : audit [DBG] from='client.? 172.21.15.23:0/2610652225' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:52:28.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:28 smithi023 bash[24949]: cluster 2023-12-09T02:52:26.493540+0000 mgr.x (mgr.25001) 98 : cluster [DBG] pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:52:28.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:28 smithi023 bash[24949]: audit 2023-12-09T02:52:26.902693+0000 mgr.x (mgr.25001) 99 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:52:28.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:28 smithi023 bash[24949]: audit 2023-12-09T02:52:27.328944+0000 mon.a (mon.0) 937 : audit [DBG] from='client.? 172.21.15.23:0/2610652225' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:52:28.745 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:52:28 smithi172 systemd[1]: Started Ceph grafana.a for 9eab968a-963b-11ee-95a3-87774f69a715. 2023-12-09T02:52:28.745 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:52:28 smithi172 bash[45390]: [09/Dec/2023:02:52:28] ENGINE Bus STOPPING 2023-12-09T02:52:28.745 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:52:28 smithi172 bash[45390]: [09/Dec/2023:02:52:28] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-12-09T02:52:28.745 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:52:28 smithi172 bash[45390]: [09/Dec/2023:02:52:28] ENGINE Bus STOPPED 2023-12-09T02:52:28.745 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:52:28 smithi172 bash[45390]: [09/Dec/2023:02:52:28] ENGINE Bus STARTING 2023-12-09T02:52:28.746 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:52:28 smithi172 bash[47420]: ts=2023-12-09T02:52:28.660Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: 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.23\", device_class=\"ssd\", hostname=\"smithi023\", instance=\"smithi172:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.23\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.23\", device_class=\"ssd\", hostname=\"smithi023\", instance=\"172.21.15.172:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.23\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-09T02:52:28.869 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:52:28 smithi172 bash[45390]: [09/Dec/2023:02:52:28] ENGINE Serving on http://:::9283 2023-12-09T02:52:28.869 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:52:28 smithi172 bash[45390]: [09/Dec/2023:02:52:28] ENGINE Bus STARTED 2023-12-09T02:52:28.869 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:52:28 smithi172 bash[45390]: [09/Dec/2023:02:52:28] ENGINE Bus STOPPING 2023-12-09T02:52:28.869 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:52:28 smithi172 bash[45390]: [09/Dec/2023:02:52:28] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-12-09T02:52:28.869 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:52:28 smithi172 bash[45390]: [09/Dec/2023:02:52:28] ENGINE Bus STOPPED 2023-12-09T02:52:28.869 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:52:28 smithi172 bash[45390]: [09/Dec/2023:02:52:28] ENGINE Bus STARTING 2023-12-09T02:52:28.998 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:52:28 smithi172 bash[45390]: [09/Dec/2023:02:52:28] ENGINE Serving on http://:::9283 2023-12-09T02:52:28.998 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:52:28 smithi172 bash[45390]: [09/Dec/2023:02:52:28] ENGINE Bus STARTED 2023-12-09T02:52:28.998 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:52:28 smithi172 bash[45390]: [09/Dec/2023:02:52:28] ENGINE Bus STOPPING 2023-12-09T02:52:28.998 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:52:28 smithi172 bash[45390]: [09/Dec/2023:02:52:28] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-12-09T02:52:28.998 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:52:28 smithi172 bash[45390]: [09/Dec/2023:02:52:28] ENGINE Bus STOPPED 2023-12-09T02:52:28.998 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:52:28 smithi172 bash[45390]: [09/Dec/2023:02:52:28] ENGINE Bus STARTING 2023-12-09T02:52:28.998 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:52:28 smithi172 bash[45390]: [09/Dec/2023:02:52:28] ENGINE Serving on http://:::9283 2023-12-09T02:52:28.998 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:52:28 smithi172 bash[45390]: [09/Dec/2023:02:52:28] ENGINE Bus STARTED 2023-12-09T02:52:29.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:29 smithi023 bash[24949]: cluster 2023-12-09T02:52:28.494938+0000 mgr.x (mgr.25001) 100 : cluster [DBG] pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:52:29.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:29 smithi023 bash[24949]: audit 2023-12-09T02:52:28.508666+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:52:29.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:29 smithi023 bash[24949]: audit 2023-12-09T02:52:28.521823+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:52:29.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:29 smithi023 bash[24949]: audit 2023-12-09T02:52:28.570108+0000 mon.a (mon.0) 940 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-09T02:52:29.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:29 smithi023 bash[24949]: audit 2023-12-09T02:52:28.573970+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi023.front.sepia.ceph.com:9093"}]: dispatch 2023-12-09T02:52:29.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:29 smithi023 bash[24949]: audit 2023-12-09T02:52:28.579375+0000 mgr.x (mgr.25001) 101 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-09T02:52:29.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:29 smithi023 bash[24949]: audit 2023-12-09T02:52:28.582813+0000 mgr.x (mgr.25001) 102 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi023.front.sepia.ceph.com:9093"}]: dispatch 2023-12-09T02:52:29.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:29 smithi023 bash[24949]: audit 2023-12-09T02:52:28.584086+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:52:29.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:29 smithi023 bash[24949]: audit 2023-12-09T02:52:28.603247+0000 mon.a (mon.0) 943 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-09T02:52:29.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:29 smithi023 bash[24949]: audit 2023-12-09T02:52:28.613186+0000 mgr.x (mgr.25001) 103 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-09T02:52:29.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:29 smithi023 bash[24949]: audit 2023-12-09T02:52:28.640406+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:52:29.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:29 smithi023 bash[24949]: audit 2023-12-09T02:52:28.642947+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-09T02:52:29.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:29 smithi023 bash[24949]: audit 2023-12-09T02:52:28.647189+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi023"}]: dispatch 2023-12-09T02:52:29.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:29 smithi023 bash[24949]: cephadm 2023-12-09T02:52:28.650667+0000 mgr.x (mgr.25001) 104 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.23:5000 to Dashboard 2023-12-09T02:52:29.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:29 smithi023 bash[24949]: audit 2023-12-09T02:52:28.651953+0000 mgr.x (mgr.25001) 105 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-09T02:52:29.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:29 smithi023 bash[24949]: audit 2023-12-09T02:52:28.655403+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:52:29.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:29 smithi023 bash[24949]: audit 2023-12-09T02:52:28.656460+0000 mgr.x (mgr.25001) 106 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi023"}]: dispatch 2023-12-09T02:52:29.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:29 smithi023 bash[24949]: audit 2023-12-09T02:52:28.663771+0000 mon.a (mon.0) 948 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-09T02:52:29.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:29 smithi023 bash[30415]: cluster 2023-12-09T02:52:28.494938+0000 mgr.x (mgr.25001) 100 : cluster [DBG] pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:52:29.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:29 smithi023 bash[30415]: audit 2023-12-09T02:52:28.508666+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:52:29.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:29 smithi023 bash[30415]: audit 2023-12-09T02:52:28.521823+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:52:29.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:29 smithi023 bash[30415]: audit 2023-12-09T02:52:28.570108+0000 mon.a (mon.0) 940 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-09T02:52:29.775 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:29 smithi023 bash[30415]: audit 2023-12-09T02:52:28.573970+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi023.front.sepia.ceph.com:9093"}]: dispatch 2023-12-09T02:52:29.775 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:29 smithi023 bash[30415]: audit 2023-12-09T02:52:28.579375+0000 mgr.x (mgr.25001) 101 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-09T02:52:29.775 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:29 smithi023 bash[30415]: audit 2023-12-09T02:52:28.582813+0000 mgr.x (mgr.25001) 102 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi023.front.sepia.ceph.com:9093"}]: dispatch 2023-12-09T02:52:29.775 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:29 smithi023 bash[30415]: audit 2023-12-09T02:52:28.584086+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:52:29.775 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:29 smithi023 bash[30415]: audit 2023-12-09T02:52:28.603247+0000 mon.a (mon.0) 943 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-09T02:52:29.775 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:29 smithi023 bash[30415]: audit 2023-12-09T02:52:28.613186+0000 mgr.x (mgr.25001) 103 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-09T02:52:29.775 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:29 smithi023 bash[30415]: audit 2023-12-09T02:52:28.640406+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:52:29.775 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:29 smithi023 bash[30415]: audit 2023-12-09T02:52:28.642947+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-09T02:52:29.775 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:29 smithi023 bash[30415]: audit 2023-12-09T02:52:28.647189+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi023"}]: dispatch 2023-12-09T02:52:29.775 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:29 smithi023 bash[30415]: cephadm 2023-12-09T02:52:28.650667+0000 mgr.x (mgr.25001) 104 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.23:5000 to Dashboard 2023-12-09T02:52:29.775 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:29 smithi023 bash[30415]: audit 2023-12-09T02:52:28.651953+0000 mgr.x (mgr.25001) 105 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-09T02:52:29.775 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:29 smithi023 bash[30415]: audit 2023-12-09T02:52:28.655403+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:52:29.775 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:29 smithi023 bash[30415]: audit 2023-12-09T02:52:28.656460+0000 mgr.x (mgr.25001) 106 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi023"}]: dispatch 2023-12-09T02:52:29.775 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:29 smithi023 bash[30415]: audit 2023-12-09T02:52:28.663771+0000 mon.a (mon.0) 948 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-09T02:52:29.776 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:29 smithi023 bash[30415]: audit 2023-12-09T02:52:28.667106+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi172.front.sepia.ceph.com:9095"}]: dispatch 2023-12-09T02:52:29.776 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:29 smithi023 bash[30415]: audit 2023-12-09T02:52:28.672864+0000 mgr.x (mgr.25001) 107 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-09T02:52:29.776 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:29 smithi023 bash[30415]: audit 2023-12-09T02:52:28.676100+0000 mgr.x (mgr.25001) 108 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi172.front.sepia.ceph.com:9095"}]: dispatch 2023-12-09T02:52:29.776 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:29 smithi023 bash[30415]: audit 2023-12-09T02:52:28.677201+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:52:29.776 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:29 smithi023 bash[30415]: audit 2023-12-09T02:52:28.701009+0000 mon.a (mon.0) 951 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-09T02:52:29.776 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:29 smithi023 bash[30415]: audit 2023-12-09T02:52:28.706367+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi172.front.sepia.ceph.com:3000"}]: dispatch 2023-12-09T02:52:29.776 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:29 smithi023 bash[30415]: audit 2023-12-09T02:52:28.710220+0000 mgr.x (mgr.25001) 109 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-09T02:52:29.776 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:29 smithi023 bash[30415]: audit 2023-12-09T02:52:28.715549+0000 mgr.x (mgr.25001) 110 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi172.front.sepia.ceph.com:3000"}]: dispatch 2023-12-09T02:52:29.776 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:29 smithi023 bash[30415]: audit 2023-12-09T02:52:28.716819+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:52:29.776 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:29 smithi023 bash[30415]: audit 2023-12-09T02:52:28.748680+0000 mon.a (mon.0) 954 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:52:29.776 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:29 smithi023 bash[30415]: cephadm 2023-12-09T02:52:28.759428+0000 mgr.x (mgr.25001) 111 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-09T02:52:29.776 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:29 smithi023 bash[30415]: cephadm 2023-12-09T02:52:28.760713+0000 mgr.x (mgr.25001) 112 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-09T02:52:29.777 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:29 smithi023 bash[24949]: audit 2023-12-09T02:52:28.667106+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi172.front.sepia.ceph.com:9095"}]: dispatch 2023-12-09T02:52:29.777 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:29 smithi023 bash[24949]: audit 2023-12-09T02:52:28.672864+0000 mgr.x (mgr.25001) 107 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-09T02:52:29.777 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:29 smithi023 bash[24949]: audit 2023-12-09T02:52:28.676100+0000 mgr.x (mgr.25001) 108 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi172.front.sepia.ceph.com:9095"}]: dispatch 2023-12-09T02:52:29.777 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:29 smithi023 bash[24949]: audit 2023-12-09T02:52:28.677201+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:52:29.777 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:29 smithi023 bash[24949]: audit 2023-12-09T02:52:28.701009+0000 mon.a (mon.0) 951 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-09T02:52:29.777 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:29 smithi023 bash[24949]: audit 2023-12-09T02:52:28.706367+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi172.front.sepia.ceph.com:3000"}]: dispatch 2023-12-09T02:52:29.777 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:29 smithi023 bash[24949]: audit 2023-12-09T02:52:28.710220+0000 mgr.x (mgr.25001) 109 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-09T02:52:29.777 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:29 smithi023 bash[24949]: audit 2023-12-09T02:52:28.715549+0000 mgr.x (mgr.25001) 110 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi172.front.sepia.ceph.com:3000"}]: dispatch 2023-12-09T02:52:29.777 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:29 smithi023 bash[24949]: audit 2023-12-09T02:52:28.716819+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:52:29.777 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:29 smithi023 bash[24949]: audit 2023-12-09T02:52:28.748680+0000 mon.a (mon.0) 954 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:52:29.777 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:29 smithi023 bash[24949]: cephadm 2023-12-09T02:52:28.759428+0000 mgr.x (mgr.25001) 111 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-09T02:52:29.777 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:29 smithi023 bash[24949]: cephadm 2023-12-09T02:52:28.760713+0000 mgr.x (mgr.25001) 112 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-09T02:52:29.778 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:52:29 smithi172 bash[47904]: t=2023-12-09T02:52:29+0000 lvl=info msg="The state of unified alerting is still not defined. The decision will be made during as we run the database migrations" logger=settings 2023-12-09T02:52:29.778 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:52:29 smithi172 bash[47904]: t=2023-12-09T02:52:29+0000 lvl=warn msg="falling back to legacy setting of 'min_interval_seconds'; please use the configuration option in the `unified_alerting` section if Grafana 8 alerts are enabled." logger=settings 2023-12-09T02:52:29.778 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:52:29 smithi172 bash[47904]: t=2023-12-09T02:52:29+0000 lvl=info msg="Config loaded from" logger=settings file=/usr/share/grafana/conf/defaults.ini 2023-12-09T02:52:29.778 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:52:29 smithi172 bash[47904]: t=2023-12-09T02:52:29+0000 lvl=info msg="Config loaded from" logger=settings file=/etc/grafana/grafana.ini 2023-12-09T02:52:29.778 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:52:29 smithi172 bash[47904]: t=2023-12-09T02:52:29+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_DATA=/var/lib/grafana" 2023-12-09T02:52:29.778 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:52:29 smithi172 bash[47904]: t=2023-12-09T02:52:29+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_LOGS=/var/log/grafana" 2023-12-09T02:52:29.778 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:52:29 smithi172 bash[47904]: t=2023-12-09T02:52:29+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins" 2023-12-09T02:52:29.778 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:52:29 smithi172 bash[47904]: t=2023-12-09T02:52:29+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning" 2023-12-09T02:52:29.778 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:52:29 smithi172 bash[47904]: t=2023-12-09T02:52:29+0000 lvl=info msg="Path Home" logger=settings path=/usr/share/grafana 2023-12-09T02:52:29.778 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:52:29 smithi172 bash[47904]: t=2023-12-09T02:52:29+0000 lvl=info msg="Path Data" logger=settings path=/var/lib/grafana 2023-12-09T02:52:29.778 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:52:29 smithi172 bash[47904]: t=2023-12-09T02:52:29+0000 lvl=info msg="Path Logs" logger=settings path=/var/log/grafana 2023-12-09T02:52:29.779 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:52:29 smithi172 bash[47904]: t=2023-12-09T02:52:29+0000 lvl=info msg="Path Plugins" logger=settings path=/var/lib/grafana/plugins 2023-12-09T02:52:29.779 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:52:29 smithi172 bash[47904]: t=2023-12-09T02:52:29+0000 lvl=info msg="Path Provisioning" logger=settings path=/etc/grafana/provisioning 2023-12-09T02:52:29.779 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:52:29 smithi172 bash[47904]: t=2023-12-09T02:52:29+0000 lvl=info msg="App mode production" logger=settings 2023-12-09T02:52:29.779 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:52:29 smithi172 bash[47904]: t=2023-12-09T02:52:29+0000 lvl=info msg="Connecting to DB" logger=sqlstore dbtype=sqlite3 2023-12-09T02:52:29.779 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:52:29 smithi172 bash[47904]: t=2023-12-09T02:52:29+0000 lvl=warn msg="SQLite database file has broader permissions than it should" logger=sqlstore path=/var/lib/grafana/grafana.db mode=-rw-r--r-- expected=-rw-r----- 2023-12-09T02:52:29.779 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:52:29 smithi172 bash[47904]: t=2023-12-09T02:52:29+0000 lvl=info msg="Starting DB migrations" logger=migrator 2023-12-09T02:52:29.779 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:29 smithi172 bash[25093]: cluster 2023-12-09T02:52:28.494938+0000 mgr.x (mgr.25001) 100 : cluster [DBG] pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:52:29.779 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:29 smithi172 bash[25093]: audit 2023-12-09T02:52:28.508666+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:52:29.779 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:29 smithi172 bash[25093]: audit 2023-12-09T02:52:28.521823+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:52:29.779 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:29 smithi172 bash[25093]: audit 2023-12-09T02:52:28.570108+0000 mon.a (mon.0) 940 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-09T02:52:29.780 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:29 smithi172 bash[25093]: audit 2023-12-09T02:52:28.573970+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi023.front.sepia.ceph.com:9093"}]: dispatch 2023-12-09T02:52:29.780 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:29 smithi172 bash[25093]: audit 2023-12-09T02:52:28.579375+0000 mgr.x (mgr.25001) 101 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-09T02:52:29.780 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:29 smithi172 bash[25093]: audit 2023-12-09T02:52:28.582813+0000 mgr.x (mgr.25001) 102 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi023.front.sepia.ceph.com:9093"}]: dispatch 2023-12-09T02:52:29.780 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:29 smithi172 bash[25093]: audit 2023-12-09T02:52:28.584086+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:52:29.780 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:29 smithi172 bash[25093]: audit 2023-12-09T02:52:28.603247+0000 mon.a (mon.0) 943 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-09T02:52:29.780 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:29 smithi172 bash[25093]: audit 2023-12-09T02:52:28.613186+0000 mgr.x (mgr.25001) 103 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-09T02:52:29.780 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:29 smithi172 bash[25093]: audit 2023-12-09T02:52:28.640406+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:52:29.780 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:29 smithi172 bash[25093]: audit 2023-12-09T02:52:28.642947+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-09T02:52:29.780 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:29 smithi172 bash[25093]: audit 2023-12-09T02:52:28.647189+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi023"}]: dispatch 2023-12-09T02:52:29.780 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:29 smithi172 bash[25093]: cephadm 2023-12-09T02:52:28.650667+0000 mgr.x (mgr.25001) 104 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.23:5000 to Dashboard 2023-12-09T02:52:29.780 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:29 smithi172 bash[25093]: audit 2023-12-09T02:52:28.651953+0000 mgr.x (mgr.25001) 105 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-09T02:52:29.780 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:29 smithi172 bash[25093]: audit 2023-12-09T02:52:28.655403+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:52:29.780 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:29 smithi172 bash[25093]: audit 2023-12-09T02:52:28.656460+0000 mgr.x (mgr.25001) 106 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi023"}]: dispatch 2023-12-09T02:52:29.780 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:29 smithi172 bash[25093]: audit 2023-12-09T02:52:28.663771+0000 mon.a (mon.0) 948 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-09T02:52:29.781 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:29 smithi172 bash[25093]: audit 2023-12-09T02:52:28.667106+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi172.front.sepia.ceph.com:9095"}]: dispatch 2023-12-09T02:52:29.781 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:29 smithi172 bash[25093]: audit 2023-12-09T02:52:28.672864+0000 mgr.x (mgr.25001) 107 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-09T02:52:29.781 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:29 smithi172 bash[25093]: audit 2023-12-09T02:52:28.676100+0000 mgr.x (mgr.25001) 108 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi172.front.sepia.ceph.com:9095"}]: dispatch 2023-12-09T02:52:29.781 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:29 smithi172 bash[25093]: audit 2023-12-09T02:52:28.677201+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:52:29.781 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:29 smithi172 bash[25093]: audit 2023-12-09T02:52:28.701009+0000 mon.a (mon.0) 951 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-09T02:52:29.781 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:29 smithi172 bash[25093]: audit 2023-12-09T02:52:28.706367+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi172.front.sepia.ceph.com:3000"}]: dispatch 2023-12-09T02:52:29.781 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:29 smithi172 bash[25093]: audit 2023-12-09T02:52:28.710220+0000 mgr.x (mgr.25001) 109 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-09T02:52:29.781 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:29 smithi172 bash[25093]: audit 2023-12-09T02:52:28.715549+0000 mgr.x (mgr.25001) 110 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi172.front.sepia.ceph.com:3000"}]: dispatch 2023-12-09T02:52:29.781 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:29 smithi172 bash[25093]: audit 2023-12-09T02:52:28.716819+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:52:29.781 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:29 smithi172 bash[25093]: audit 2023-12-09T02:52:28.748680+0000 mon.a (mon.0) 954 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:52:29.781 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:29 smithi172 bash[25093]: cephadm 2023-12-09T02:52:28.759428+0000 mgr.x (mgr.25001) 111 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-09T02:52:29.781 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:29 smithi172 bash[25093]: cephadm 2023-12-09T02:52:28.760713+0000 mgr.x (mgr.25001) 112 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-09T02:52:30.094 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:52:29 smithi172 bash[47904]: t=2023-12-09T02:52:29+0000 lvl=info msg="migrations completed" logger=migrator performed=0 skipped=377 duration=1.596207ms 2023-12-09T02:52:30.094 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:52:29 smithi172 bash[47904]: t=2023-12-09T02:52:29+0000 lvl=info msg="Created default organization" logger=sqlstore 2023-12-09T02:52:30.094 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:52:29 smithi172 bash[47904]: t=2023-12-09T02:52:29+0000 lvl=info msg="Initialising plugins" logger=plugin.manager 2023-12-09T02:52:30.094 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:52:29 smithi172 bash[47904]: t=2023-12-09T02:52:29+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=input 2023-12-09T02:52:30.094 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:52:29 smithi172 bash[47904]: t=2023-12-09T02:52:29+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=grafana-piechart-panel 2023-12-09T02:52:30.094 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:52:29 smithi172 bash[47904]: t=2023-12-09T02:52:29+0000 lvl=info msg="Plugin registered" logger=plugin.manager pluginId=vonage-status-panel 2023-12-09T02:52:30.094 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:52:29 smithi172 bash[47904]: t=2023-12-09T02:52:29+0000 lvl=info msg="Live Push Gateway initialization" logger=live.push_http 2023-12-09T02:52:30.094 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:52:30 smithi172 bash[47904]: t=2023-12-09T02:52:30+0000 lvl=info msg="deleted datasource based on configuration" logger=provisioning.datasources name=Dashboard1 2023-12-09T02:52:30.094 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:52:30 smithi172 bash[47904]: t=2023-12-09T02:52:30+0000 lvl=info msg="inserting datasource from configuration " logger=provisioning.datasources name=Dashboard1 uid=P43CA22E17D0F9596 2023-12-09T02:52:30.095 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:52:30 smithi172 bash[47904]: t=2023-12-09T02:52:30+0000 lvl=info msg="inserting datasource from configuration " logger=provisioning.datasources name=Loki uid=P8E80F9AEF21F6940 2023-12-09T02:52:30.497 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:52:30 smithi172 bash[47904]: t=2023-12-09T02:52:30+0000 lvl=info msg="warming cache for startup" logger=ngalert 2023-12-09T02:52:30.498 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:52:30 smithi172 bash[47904]: t=2023-12-09T02:52:30+0000 lvl=info msg="HTTP Server Listen" logger=http.server address=[::]:3000 protocol=https subUrl= socket= 2023-12-09T02:52:30.498 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 02:52:30 smithi172 bash[47904]: t=2023-12-09T02:52:30+0000 lvl=info msg="starting MultiOrg Alertmanager" logger=ngalert.multiorg.alertmanager 2023-12-09T02:52:31.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:31 smithi172 bash[25093]: cluster 2023-12-09T02:52:30.495710+0000 mgr.x (mgr.25001) 113 : cluster [DBG] pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:52:31.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:31 smithi172 bash[25093]: audit 2023-12-09T02:52:30.593163+0000 mon.a (mon.0) 955 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:52:31.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:31 smithi172 bash[25093]: audit 2023-12-09T02:52:31.289630+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:52:31.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:31 smithi172 bash[25093]: audit 2023-12-09T02:52:31.291887+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-09T02:52:31.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:31 smithi172 bash[25093]: audit 2023-12-09T02:52:31.294204+0000 mon.a (mon.0) 958 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-09T02:52:31.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:31 smithi172 bash[25093]: audit 2023-12-09T02:52:31.296616+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:52:32.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:31 smithi023 bash[24949]: cluster 2023-12-09T02:52:30.495710+0000 mgr.x (mgr.25001) 113 : cluster [DBG] pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:52:32.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:31 smithi023 bash[24949]: audit 2023-12-09T02:52:30.593163+0000 mon.a (mon.0) 955 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:52:32.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:31 smithi023 bash[24949]: audit 2023-12-09T02:52:31.289630+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:52:32.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:31 smithi023 bash[24949]: audit 2023-12-09T02:52:31.291887+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-09T02:52:32.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:31 smithi023 bash[24949]: audit 2023-12-09T02:52:31.294204+0000 mon.a (mon.0) 958 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-09T02:52:32.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:31 smithi023 bash[24949]: audit 2023-12-09T02:52:31.296616+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:52:32.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:31 smithi023 bash[30415]: cluster 2023-12-09T02:52:30.495710+0000 mgr.x (mgr.25001) 113 : cluster [DBG] pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:52:32.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:31 smithi023 bash[30415]: audit 2023-12-09T02:52:30.593163+0000 mon.a (mon.0) 955 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:52:32.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:31 smithi023 bash[30415]: audit 2023-12-09T02:52:31.289630+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:52:32.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:31 smithi023 bash[30415]: audit 2023-12-09T02:52:31.291887+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-09T02:52:32.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:31 smithi023 bash[30415]: audit 2023-12-09T02:52:31.294204+0000 mon.a (mon.0) 958 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-09T02:52:32.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:31 smithi023 bash[30415]: audit 2023-12-09T02:52:31.296616+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:52:32.788 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:32 smithi023 bash[30415]: cephadm 2023-12-09T02:52:31.284196+0000 mgr.x (mgr.25001) 114 : cephadm [INF] Upgrade: Updating mgr.y 2023-12-09T02:52:32.788 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:32 smithi023 bash[30415]: cephadm 2023-12-09T02:52:31.307145+0000 mgr.x (mgr.25001) 115 : cephadm [INF] Deploying daemon mgr.y on smithi023 2023-12-09T02:52:32.788 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:32 smithi023 bash[24949]: cephadm 2023-12-09T02:52:31.284196+0000 mgr.x (mgr.25001) 114 : cephadm [INF] Upgrade: Updating mgr.y 2023-12-09T02:52:32.788 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:32 smithi023 bash[24949]: cephadm 2023-12-09T02:52:31.307145+0000 mgr.x (mgr.25001) 115 : cephadm [INF] Deploying daemon mgr.y on smithi023 2023-12-09T02:52:32.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:32 smithi172 bash[25093]: cephadm 2023-12-09T02:52:31.284196+0000 mgr.x (mgr.25001) 114 : cephadm [INF] Upgrade: Updating mgr.y 2023-12-09T02:52:32.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:32 smithi172 bash[25093]: cephadm 2023-12-09T02:52:31.307145+0000 mgr.x (mgr.25001) 115 : cephadm [INF] Deploying daemon mgr.y on smithi023 2023-12-09T02:52:33.886 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:33 smithi023 bash[24949]: cluster 2023-12-09T02:52:32.497434+0000 mgr.x (mgr.25001) 116 : cluster [DBG] pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:52:33.886 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:33 smithi023 bash[30415]: cluster 2023-12-09T02:52:32.497434+0000 mgr.x (mgr.25001) 116 : cluster [DBG] pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:52:33.887 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:52:33 smithi023 systemd[1]: Stopping Ceph mgr.y for 9eab968a-963b-11ee-95a3-87774f69a715... 2023-12-09T02:52:33.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:33 smithi172 bash[25093]: cluster 2023-12-09T02:52:32.497434+0000 mgr.x (mgr.25001) 116 : cluster [DBG] pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:52:34.901 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:52:34 smithi023 bash[61099]: ceph-9eab968a-963b-11ee-95a3-87774f69a715-mgr-y 2023-12-09T02:52:34.901 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:52:34 smithi023 systemd[1]: ceph-9eab968a-963b-11ee-95a3-87774f69a715@mgr.y.service: Main process exited, code=exited, status=143/n/a 2023-12-09T02:52:34.901 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:52:34 smithi023 bash[61171]: Error response from daemon: No such container: ceph-9eab968a-963b-11ee-95a3-87774f69a715-mgr-y 2023-12-09T02:52:34.901 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:52:34 smithi023 systemd[1]: ceph-9eab968a-963b-11ee-95a3-87774f69a715@mgr.y.service: Failed with result 'exit-code'. 2023-12-09T02:52:34.901 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:52:34 smithi023 systemd[1]: Stopped Ceph mgr.y for 9eab968a-963b-11ee-95a3-87774f69a715. 2023-12-09T02:52:35.272 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:52:35 smithi023 systemd[1]: Started Ceph mgr.y for 9eab968a-963b-11ee-95a3-87774f69a715. 2023-12-09T02:52:36.343 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:52:36 smithi023 bash[61239]: debug 2023-12-09T02:52:36.168+0000 7f7c15a85700 1 -- 172.21.15.23:0/2811146877 <== mon.0 v2:172.21.15.23:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x56142e8441a0 con 0x56142f5c4400 2023-12-09T02:52:36.343 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:36 smithi023 bash[24949]: cluster 2023-12-09T02:52:34.498170+0000 mgr.x (mgr.25001) 117 : cluster [DBG] pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:52:36.343 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:36 smithi023 bash[24949]: audit 2023-12-09T02:52:34.900631+0000 mgr.x (mgr.25001) 118 : audit [DBG] from='client.15309 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:52:36.344 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:36 smithi023 bash[24949]: audit 2023-12-09T02:52:35.122617+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:52:36.344 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:36 smithi023 bash[24949]: audit 2023-12-09T02:52:35.131801+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:52:36.344 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:36 smithi023 bash[30415]: cluster 2023-12-09T02:52:34.498170+0000 mgr.x (mgr.25001) 117 : cluster [DBG] pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:52:36.344 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:36 smithi023 bash[30415]: audit 2023-12-09T02:52:34.900631+0000 mgr.x (mgr.25001) 118 : audit [DBG] from='client.15309 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:52:36.344 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:36 smithi023 bash[30415]: audit 2023-12-09T02:52:35.122617+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:52:36.344 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:36 smithi023 bash[30415]: audit 2023-12-09T02:52:35.131801+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:52:36.497 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:36 smithi172 bash[25093]: cluster 2023-12-09T02:52:34.498170+0000 mgr.x (mgr.25001) 117 : cluster [DBG] pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:52:36.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:36 smithi172 bash[25093]: audit 2023-12-09T02:52:34.900631+0000 mgr.x (mgr.25001) 118 : audit [DBG] from='client.15309 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:52:36.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:36 smithi172 bash[25093]: audit 2023-12-09T02:52:35.122617+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:52:36.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:36 smithi172 bash[25093]: audit 2023-12-09T02:52:35.131801+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:52:36.772 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:52:36 smithi023 bash[61239]: debug 2023-12-09T02:52:36.328+0000 7f7c1fc2b200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-09T02:52:37.522 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:52:37 smithi023 bash[61239]: debug 2023-12-09T02:52:37.256+0000 7f7c1fc2b200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-09T02:52:37.522 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:52:37 smithi023 bash[61239]: debug 2023-12-09T02:52:37.360+0000 7f7c1fc2b200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-09T02:52:37.522 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:52:37 smithi023 bash[61239]: debug 2023-12-09T02:52:37.464+0000 7f7c1fc2b200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-09T02:52:37.748 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:52:37 smithi172 bash[45390]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:52:37] "GET /metrics HTTP/1.1" 200 38143 "" "Prometheus/2.33.4" 2023-12-09T02:52:38.022 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:52:37 smithi023 bash[61239]: debug 2023-12-09T02:52:37.740+0000 7f7c1fc2b200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-09T02:52:38.497 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:38 smithi172 bash[25093]: cluster 2023-12-09T02:52:36.499807+0000 mgr.x (mgr.25001) 119 : cluster [DBG] pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:52:38.508 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:38 smithi023 bash[24949]: cluster 2023-12-09T02:52:36.499807+0000 mgr.x (mgr.25001) 119 : cluster [DBG] pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:52:38.508 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:38 smithi023 bash[30415]: cluster 2023-12-09T02:52:36.499807+0000 mgr.x (mgr.25001) 119 : cluster [DBG] pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:52:38.509 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:52:38 smithi023 bash[61239]: debug 2023-12-09T02:52:38.108+0000 7f7c1fc2b200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-09T02:52:38.509 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:52:38 smithi023 bash[61239]: debug 2023-12-09T02:52:38.276+0000 7f7c1fc2b200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-09T02:52:38.997 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:52:38 smithi172 bash[47420]: ts=2023-12-09T02:52:38.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.23\", device_class=\"ssd\", hostname=\"smithi023\", instance=\"smithi172:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.23\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.23\", device_class=\"ssd\", hostname=\"smithi023\", instance=\"172.21.15.172:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.23\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-09T02:52:40.022 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:52:38 smithi023 bash[61239]: debug 2023-12-09T02:52:38.496+0000 7f7c1fc2b200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-09T02:52:40.022 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:52:39 smithi023 bash[61239]: debug 2023-12-09T02:52:39.536+0000 7f7c1fc2b200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-09T02:52:40.022 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:52:39 smithi023 bash[61239]: debug 2023-12-09T02:52:39.652+0000 7f7c1fc2b200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-09T02:52:40.022 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:52:39 smithi023 bash[61239]: debug 2023-12-09T02:52:39.775+0000 7f7c1fc2b200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-09T02:52:40.497 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:40 smithi172 bash[25093]: cluster 2023-12-09T02:52:38.500552+0000 mgr.x (mgr.25001) 120 : cluster [DBG] pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:52:40.510 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:40 smithi023 bash[24949]: cluster 2023-12-09T02:52:38.500552+0000 mgr.x (mgr.25001) 120 : cluster [DBG] pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:52:40.510 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:52:40 smithi023 bash[61239]: debug 2023-12-09T02:52:40.263+0000 7f7c1fc2b200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-09T02:52:40.510 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:40 smithi023 bash[30415]: cluster 2023-12-09T02:52:38.500552+0000 mgr.x (mgr.25001) 120 : cluster [DBG] pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:52:41.272 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:52:40 smithi023 bash[61239]: debug 2023-12-09T02:52:40.495+0000 7f7c1fc2b200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-09T02:52:41.272 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:52:40 smithi023 bash[61239]: debug 2023-12-09T02:52:40.979+0000 7f7c1fc2b200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-09T02:52:42.022 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:52:41 smithi023 bash[61239]: debug 2023-12-09T02:52:41.539+0000 7f7c1fc2b200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-09T02:52:42.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:42 smithi172 bash[25093]: cluster 2023-12-09T02:52:40.501114+0000 mgr.x (mgr.25001) 121 : cluster [DBG] pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:52:42.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:42 smithi172 bash[25093]: audit 2023-12-09T02:52:41.571330+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:52:42.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:42 smithi172 bash[25093]: audit 2023-12-09T02:52:41.580031+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:52:42.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:42 smithi172 bash[25093]: audit 2023-12-09T02:52:41.619862+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:52:42.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:42 smithi172 bash[25093]: audit 2023-12-09T02:52:41.628679+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:52:42.522 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:52:42 smithi023 bash[61239]: debug 2023-12-09T02:52:42.123+0000 7f7c1fc2b200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-09T02:52:42.522 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:52:42 smithi023 bash[61239]: debug 2023-12-09T02:52:42.239+0000 7f7c1fc2b200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-09T02:52:42.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:42 smithi023 bash[24949]: cluster 2023-12-09T02:52:40.501114+0000 mgr.x (mgr.25001) 121 : cluster [DBG] pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:52:42.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:42 smithi023 bash[24949]: audit 2023-12-09T02:52:41.571330+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:52:42.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:42 smithi023 bash[24949]: audit 2023-12-09T02:52:41.580031+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:52:42.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:42 smithi023 bash[24949]: audit 2023-12-09T02:52:41.619862+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:52:42.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:42 smithi023 bash[24949]: audit 2023-12-09T02:52:41.628679+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:52:42.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:42 smithi023 bash[30415]: cluster 2023-12-09T02:52:40.501114+0000 mgr.x (mgr.25001) 121 : cluster [DBG] pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:52:42.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:42 smithi023 bash[30415]: audit 2023-12-09T02:52:41.571330+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:52:42.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:42 smithi023 bash[30415]: audit 2023-12-09T02:52:41.580031+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:52:42.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:42 smithi023 bash[30415]: audit 2023-12-09T02:52:41.619862+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:52:42.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:42 smithi023 bash[30415]: audit 2023-12-09T02:52:41.628679+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:52:42.909 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:52:42 smithi023 bash[61239]: debug 2023-12-09T02:52:42.595+0000 7f7c1fc2b200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-09T02:52:42.909 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:52:42 smithi023 bash[61239]: debug 2023-12-09T02:52:42.739+0000 7f7c1fc2b200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-09T02:52:43.167 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:52:42 smithi023 bash[61239]: debug 2023-12-09T02:52:42.895+0000 7f7c1fc2b200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-09T02:52:43.167 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:52:43 smithi023 bash[61239]: debug 2023-12-09T02:52:43.019+0000 7f7c1fc2b200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-09T02:52:43.517 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:52:43 smithi023 bash[61239]: debug 2023-12-09T02:52:43.155+0000 7f7c1fc2b200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-09T02:52:43.517 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:52:43 smithi023 bash[61239]: debug 2023-12-09T02:52:43.363+0000 7f7c1fc2b200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-09T02:52:43.517 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:52:43 smithi023 bash[61239]: debug 2023-12-09T02:52:43.503+0000 7f7c1fc2b200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-09T02:52:43.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:43 smithi023 bash[24949]: cluster 2023-12-09T02:52:42.502692+0000 mgr.x (mgr.25001) 122 : cluster [DBG] pgmap v61: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:52:43.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:43 smithi023 bash[24949]: audit 2023-12-09T02:52:42.680295+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:52:43.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:43 smithi023 bash[24949]: audit 2023-12-09T02:52:42.690404+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:52:43.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:43 smithi023 bash[30415]: cluster 2023-12-09T02:52:42.502692+0000 mgr.x (mgr.25001) 122 : cluster [DBG] pgmap v61: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:52:43.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:43 smithi023 bash[30415]: audit 2023-12-09T02:52:42.680295+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:52:43.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:43 smithi023 bash[30415]: audit 2023-12-09T02:52:42.690404+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:52:43.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:43 smithi172 bash[25093]: cluster 2023-12-09T02:52:42.502692+0000 mgr.x (mgr.25001) 122 : cluster [DBG] pgmap v61: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:52:43.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:43 smithi172 bash[25093]: audit 2023-12-09T02:52:42.680295+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:52:43.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:43 smithi172 bash[25093]: audit 2023-12-09T02:52:42.690404+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:52:45.272 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:52:44 smithi023 bash[61239]: debug 2023-12-09T02:52:44.815+0000 7f7c1fc2b200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-09T02:52:45.272 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:52:44 smithi023 bash[61239]: [09/Dec/2023:02:52:44] ENGINE Bus STARTING 2023-12-09T02:52:45.272 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:52:44 smithi023 bash[61239]: CherryPy Checker: 2023-12-09T02:52:45.272 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:52:44 smithi023 bash[61239]: The Application mounted at '' has an empty config. 2023-12-09T02:52:45.272 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:52:44 smithi023 bash[61239]: [09/Dec/2023:02:52:44] ENGINE Serving on http://:::9283 2023-12-09T02:52:45.272 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:52:44 smithi023 bash[61239]: [09/Dec/2023:02:52:44] ENGINE Bus STARTED 2023-12-09T02:52:45.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:45 smithi172 bash[25093]: cluster 2023-12-09T02:52:44.503508+0000 mgr.x (mgr.25001) 123 : cluster [DBG] pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:52:45.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:45 smithi172 bash[25093]: cluster 2023-12-09T02:52:44.822899+0000 mon.a (mon.0) 968 : cluster [DBG] Standby manager daemon y restarted 2023-12-09T02:52:45.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:45 smithi172 bash[25093]: cluster 2023-12-09T02:52:44.823073+0000 mon.a (mon.0) 969 : cluster [DBG] Standby manager daemon y started 2023-12-09T02:52:45.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:45 smithi172 bash[25093]: audit 2023-12-09T02:52:44.828814+0000 mon.a (mon.0) 970 : audit [DBG] from='mgr.? 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-12-09T02:52:45.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:45 smithi172 bash[25093]: audit 2023-12-09T02:52:44.830218+0000 mon.a (mon.0) 971 : audit [DBG] from='mgr.? 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-09T02:52:45.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:45 smithi172 bash[25093]: audit 2023-12-09T02:52:44.834252+0000 mon.a (mon.0) 972 : audit [DBG] from='mgr.? 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-12-09T02:52:45.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:45 smithi172 bash[25093]: audit 2023-12-09T02:52:44.836381+0000 mon.a (mon.0) 973 : audit [DBG] from='mgr.? 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-09T02:52:45.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:45 smithi172 bash[25093]: audit 2023-12-09T02:52:44.912004+0000 mgr.x (mgr.25001) 124 : audit [DBG] from='client.15309 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:52:45.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:45 smithi172 bash[25093]: audit 2023-12-09T02:52:45.593950+0000 mon.a (mon.0) 974 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:52:46.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:45 smithi023 bash[24949]: cluster 2023-12-09T02:52:44.503508+0000 mgr.x (mgr.25001) 123 : cluster [DBG] pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:52:46.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:45 smithi023 bash[24949]: cluster 2023-12-09T02:52:44.822899+0000 mon.a (mon.0) 968 : cluster [DBG] Standby manager daemon y restarted 2023-12-09T02:52:46.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:45 smithi023 bash[24949]: cluster 2023-12-09T02:52:44.823073+0000 mon.a (mon.0) 969 : cluster [DBG] Standby manager daemon y started 2023-12-09T02:52:46.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:45 smithi023 bash[24949]: audit 2023-12-09T02:52:44.828814+0000 mon.a (mon.0) 970 : audit [DBG] from='mgr.? 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-12-09T02:52:46.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:45 smithi023 bash[24949]: audit 2023-12-09T02:52:44.830218+0000 mon.a (mon.0) 971 : audit [DBG] from='mgr.? 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-09T02:52:46.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:45 smithi023 bash[24949]: audit 2023-12-09T02:52:44.834252+0000 mon.a (mon.0) 972 : audit [DBG] from='mgr.? 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-12-09T02:52:46.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:45 smithi023 bash[24949]: audit 2023-12-09T02:52:44.836381+0000 mon.a (mon.0) 973 : audit [DBG] from='mgr.? 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-09T02:52:46.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:45 smithi023 bash[24949]: audit 2023-12-09T02:52:44.912004+0000 mgr.x (mgr.25001) 124 : audit [DBG] from='client.15309 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:52:46.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:45 smithi023 bash[24949]: audit 2023-12-09T02:52:45.593950+0000 mon.a (mon.0) 974 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:52:46.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:45 smithi023 bash[30415]: cluster 2023-12-09T02:52:44.503508+0000 mgr.x (mgr.25001) 123 : cluster [DBG] pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:52:46.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:45 smithi023 bash[30415]: cluster 2023-12-09T02:52:44.822899+0000 mon.a (mon.0) 968 : cluster [DBG] Standby manager daemon y restarted 2023-12-09T02:52:46.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:45 smithi023 bash[30415]: cluster 2023-12-09T02:52:44.823073+0000 mon.a (mon.0) 969 : cluster [DBG] Standby manager daemon y started 2023-12-09T02:52:46.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:45 smithi023 bash[30415]: audit 2023-12-09T02:52:44.828814+0000 mon.a (mon.0) 970 : audit [DBG] from='mgr.? 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2023-12-09T02:52:46.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:45 smithi023 bash[30415]: audit 2023-12-09T02:52:44.830218+0000 mon.a (mon.0) 971 : audit [DBG] from='mgr.? 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-09T02:52:46.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:45 smithi023 bash[30415]: audit 2023-12-09T02:52:44.834252+0000 mon.a (mon.0) 972 : audit [DBG] from='mgr.? 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2023-12-09T02:52:46.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:45 smithi023 bash[30415]: audit 2023-12-09T02:52:44.836381+0000 mon.a (mon.0) 973 : audit [DBG] from='mgr.? 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-09T02:52:46.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:45 smithi023 bash[30415]: audit 2023-12-09T02:52:44.912004+0000 mgr.x (mgr.25001) 124 : audit [DBG] from='client.15309 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:52:46.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:45 smithi023 bash[30415]: audit 2023-12-09T02:52:45.593950+0000 mon.a (mon.0) 974 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:52:46.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:46 smithi172 bash[25093]: cluster 2023-12-09T02:52:45.721494+0000 mon.a (mon.0) 975 : cluster [DBG] mgrmap e28: x(active, since 106s), standbys: y 2023-12-09T02:52:47.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:46 smithi023 bash[24949]: cluster 2023-12-09T02:52:45.721494+0000 mon.a (mon.0) 975 : cluster [DBG] mgrmap e28: x(active, since 106s), standbys: y 2023-12-09T02:52:47.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:46 smithi023 bash[30415]: cluster 2023-12-09T02:52:45.721494+0000 mon.a (mon.0) 975 : cluster [DBG] mgrmap e28: x(active, since 106s), standbys: y 2023-12-09T02:52:47.731 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:52:47 smithi172 bash[45390]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:52:47] "GET /metrics HTTP/1.1" 200 38144 "" "Prometheus/2.33.4" 2023-12-09T02:52:47.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:47 smithi172 bash[25093]: cluster 2023-12-09T02:52:46.505210+0000 mgr.x (mgr.25001) 125 : cluster [DBG] pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:52:48.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:47 smithi023 bash[24949]: cluster 2023-12-09T02:52:46.505210+0000 mgr.x (mgr.25001) 125 : cluster [DBG] pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:52:48.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:47 smithi023 bash[30415]: cluster 2023-12-09T02:52:46.505210+0000 mgr.x (mgr.25001) 125 : cluster [DBG] pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:52:48.998 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:52:48 smithi172 bash[47420]: ts=2023-12-09T02:52:48.661Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.23\", device_class=\"ssd\", hostname=\"smithi023\", instance=\"smithi172:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.23\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.23\", device_class=\"ssd\", hostname=\"smithi023\", instance=\"172.21.15.172:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.23\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-09T02:52:49.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:49 smithi172 bash[25093]: cluster 2023-12-09T02:52:48.505935+0000 mgr.x (mgr.25001) 126 : cluster [DBG] pgmap v64: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:52:50.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:49 smithi023 bash[24949]: cluster 2023-12-09T02:52:48.505935+0000 mgr.x (mgr.25001) 126 : cluster [DBG] pgmap v64: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:52:50.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:49 smithi023 bash[30415]: cluster 2023-12-09T02:52:48.505935+0000 mgr.x (mgr.25001) 126 : cluster [DBG] pgmap v64: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:52:51.997 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:51 smithi023 bash[30415]: cluster 2023-12-09T02:52:50.506654+0000 mgr.x (mgr.25001) 127 : cluster [DBG] pgmap v65: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:52:51.998 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:51 smithi023 bash[24949]: cluster 2023-12-09T02:52:50.506654+0000 mgr.x (mgr.25001) 127 : cluster [DBG] pgmap v65: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:52:52.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:51 smithi172 bash[25093]: cluster 2023-12-09T02:52:50.506654+0000 mgr.x (mgr.25001) 127 : cluster [DBG] pgmap v65: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:52:54.063 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:52:53 smithi172 bash[45390]: debug 2023-12-09T02:52:53.844+0000 7fc00c369700 -1 mgr handle_mgr_map I was active but no longer am 2023-12-09T02:52:54.064 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:52:53 smithi172 bash[45390]: ignoring --setuser ceph since I am not root 2023-12-09T02:52:54.064 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:52:53 smithi172 bash[45390]: ignoring --setgroup ceph since I am not root 2023-12-09T02:52:54.064 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:52:53 smithi172 bash[45390]: debug 2023-12-09T02:52:53.900+0000 7f1b643b0700 1 -- 172.21.15.172:0/3189783126 <== mon.2 v2:172.21.15.172:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5637955421a0 con 0x5637962be400 2023-12-09T02:52:54.064 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:53 smithi172 bash[25093]: cluster 2023-12-09T02:52:52.508296+0000 mgr.x (mgr.25001) 128 : cluster [DBG] pgmap v66: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:52:54.064 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:53 smithi172 bash[25093]: audit 2023-12-09T02:52:52.801932+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:52:54.064 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:53 smithi172 bash[25093]: audit 2023-12-09T02:52:52.813106+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:52:54.064 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:53 smithi172 bash[25093]: audit 2023-12-09T02:52:52.815551+0000 mon.a (mon.0) 978 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:52:54.064 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:53 smithi172 bash[25093]: audit 2023-12-09T02:52:52.817662+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:52:54.064 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:53 smithi172 bash[25093]: audit 2023-12-09T02:52:52.827354+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:52:54.065 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:53 smithi172 bash[25093]: audit 2023-12-09T02:52:52.920072+0000 mon.a (mon.0) 981 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:52:54.065 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:53 smithi172 bash[25093]: audit 2023-12-09T02:52:52.927209+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-12-09T02:52:54.065 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:53 smithi172 bash[25093]: cephadm 2023-12-09T02:52:52.930788+0000 mgr.x (mgr.25001) 129 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-09T02:52:54.065 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:53 smithi172 bash[25093]: cephadm 2023-12-09T02:52:52.931415+0000 mgr.x (mgr.25001) 130 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-09T02:52:54.065 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:53 smithi172 bash[25093]: cephadm 2023-12-09T02:52:52.934642+0000 mgr.x (mgr.25001) 131 : cephadm [INF] Failing over to other MGR 2023-12-09T02:52:54.065 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:53 smithi172 bash[25093]: cluster 2023-12-09T02:52:52.941484+0000 mon.a (mon.0) 983 : cluster [DBG] osdmap e103: 8 total, 8 up, 8 in 2023-12-09T02:52:54.089 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:53 smithi023 bash[24949]: cluster 2023-12-09T02:52:52.508296+0000 mgr.x (mgr.25001) 128 : cluster [DBG] pgmap v66: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:52:54.089 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:53 smithi023 bash[24949]: audit 2023-12-09T02:52:52.801932+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:52:54.090 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:53 smithi023 bash[24949]: audit 2023-12-09T02:52:52.813106+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:52:54.090 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:53 smithi023 bash[24949]: audit 2023-12-09T02:52:52.815551+0000 mon.a (mon.0) 978 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:52:54.090 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:53 smithi023 bash[24949]: audit 2023-12-09T02:52:52.817662+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:52:54.090 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:53 smithi023 bash[24949]: audit 2023-12-09T02:52:52.827354+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:52:54.090 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:53 smithi023 bash[24949]: audit 2023-12-09T02:52:52.920072+0000 mon.a (mon.0) 981 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:52:54.090 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:53 smithi023 bash[24949]: audit 2023-12-09T02:52:52.927209+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-12-09T02:52:54.090 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:53 smithi023 bash[24949]: cephadm 2023-12-09T02:52:52.930788+0000 mgr.x (mgr.25001) 129 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-09T02:52:54.090 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:53 smithi023 bash[24949]: cephadm 2023-12-09T02:52:52.931415+0000 mgr.x (mgr.25001) 130 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-09T02:52:54.090 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:53 smithi023 bash[24949]: cephadm 2023-12-09T02:52:52.934642+0000 mgr.x (mgr.25001) 131 : cephadm [INF] Failing over to other MGR 2023-12-09T02:52:54.090 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:53 smithi023 bash[24949]: cluster 2023-12-09T02:52:52.941484+0000 mon.a (mon.0) 983 : cluster [DBG] osdmap e103: 8 total, 8 up, 8 in 2023-12-09T02:52:54.091 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:53 smithi023 bash[30415]: cluster 2023-12-09T02:52:52.508296+0000 mgr.x (mgr.25001) 128 : cluster [DBG] pgmap v66: 161 pgs: 161 active+clean; 585 KiB data, 97 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:52:54.091 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:53 smithi023 bash[30415]: audit 2023-12-09T02:52:52.801932+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:52:54.091 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:53 smithi023 bash[30415]: audit 2023-12-09T02:52:52.813106+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:52:54.091 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:53 smithi023 bash[30415]: audit 2023-12-09T02:52:52.815551+0000 mon.a (mon.0) 978 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:52:54.091 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:53 smithi023 bash[30415]: audit 2023-12-09T02:52:52.817662+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:52:54.091 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:53 smithi023 bash[30415]: audit 2023-12-09T02:52:52.827354+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' 2023-12-09T02:52:54.091 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:53 smithi023 bash[30415]: audit 2023-12-09T02:52:52.920072+0000 mon.a (mon.0) 981 : audit [DBG] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:52:54.091 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:53 smithi023 bash[30415]: audit 2023-12-09T02:52:52.927209+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2023-12-09T02:52:54.091 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:53 smithi023 bash[30415]: cephadm 2023-12-09T02:52:52.930788+0000 mgr.x (mgr.25001) 129 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-09T02:52:54.091 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:53 smithi023 bash[30415]: cephadm 2023-12-09T02:52:52.931415+0000 mgr.x (mgr.25001) 130 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2023-12-09T02:52:54.091 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:53 smithi023 bash[30415]: cephadm 2023-12-09T02:52:52.934642+0000 mgr.x (mgr.25001) 131 : cephadm [INF] Failing over to other MGR 2023-12-09T02:52:54.091 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:53 smithi023 bash[30415]: cluster 2023-12-09T02:52:52.941484+0000 mon.a (mon.0) 983 : cluster [DBG] osdmap e103: 8 total, 8 up, 8 in 2023-12-09T02:52:54.092 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:52:53 smithi023 bash[61239]: [09/Dec/2023:02:52:53] ENGINE Bus STOPPING 2023-12-09T02:52:54.092 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:52:53 smithi023 bash[61239]: [09/Dec/2023:02:52:53] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-12-09T02:52:54.092 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:52:53 smithi023 bash[61239]: [09/Dec/2023:02:52:53] ENGINE Bus STOPPED 2023-12-09T02:52:54.092 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:52:53 smithi023 bash[61239]: [09/Dec/2023:02:52:53] ENGINE Bus STARTING 2023-12-09T02:52:54.497 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:52:54 smithi172 bash[45390]: debug 2023-12-09T02:52:54.060+0000 7f1b6e138200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-09T02:52:54.522 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:52:54 smithi023 bash[61239]: [09/Dec/2023:02:52:54] ENGINE Serving on http://:::9283 2023-12-09T02:52:54.522 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:52:54 smithi023 bash[61239]: [09/Dec/2023:02:52:54] ENGINE Bus STARTED 2023-12-09T02:52:55.091 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:52:54 smithi172 bash[45390]: debug 2023-12-09T02:52:54.988+0000 7f1b6e138200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-09T02:52:55.091 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:54 smithi172 bash[25093]: audit 2023-12-09T02:52:53.839951+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2023-12-09T02:52:55.092 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:54 smithi172 bash[25093]: cluster 2023-12-09T02:52:53.840178+0000 mon.a (mon.0) 985 : cluster [DBG] mgrmap e29: y(active, starting, since 0.911331s) 2023-12-09T02:52:55.092 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:54 smithi172 bash[25093]: audit 2023-12-09T02:52:53.843227+0000 mon.c (mon.1) 47 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-09T02:52:55.092 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:54 smithi172 bash[25093]: audit 2023-12-09T02:52:53.843513+0000 mon.c (mon.1) 48 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T02:52:55.092 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:54 smithi172 bash[25093]: audit 2023-12-09T02:52:53.843815+0000 mon.c (mon.1) 49 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T02:52:55.092 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:54 smithi172 bash[25093]: audit 2023-12-09T02:52:53.844825+0000 mon.c (mon.1) 50 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-09T02:52:55.092 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:54 smithi172 bash[25093]: audit 2023-12-09T02:52:53.845312+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-09T02:52:55.092 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:54 smithi172 bash[25093]: audit 2023-12-09T02:52:53.845882+0000 mon.c (mon.1) 52 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-09T02:52:55.092 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:54 smithi172 bash[25093]: audit 2023-12-09T02:52:53.846250+0000 mon.c (mon.1) 53 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-09T02:52:55.092 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:54 smithi172 bash[25093]: audit 2023-12-09T02:52:53.846583+0000 mon.c (mon.1) 54 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-09T02:52:55.092 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:54 smithi172 bash[25093]: audit 2023-12-09T02:52:53.847062+0000 mon.c (mon.1) 55 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-09T02:52:55.092 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:54 smithi172 bash[25093]: audit 2023-12-09T02:52:53.847419+0000 mon.c (mon.1) 56 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-09T02:52:55.092 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:54 smithi172 bash[25093]: audit 2023-12-09T02:52:53.847820+0000 mon.c (mon.1) 57 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-09T02:52:55.092 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:54 smithi172 bash[25093]: audit 2023-12-09T02:52:53.848192+0000 mon.c (mon.1) 58 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-09T02:52:55.092 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:54 smithi172 bash[25093]: audit 2023-12-09T02:52:53.848597+0000 mon.c (mon.1) 59 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-09T02:52:55.093 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:54 smithi172 bash[25093]: audit 2023-12-09T02:52:53.848917+0000 mon.c (mon.1) 60 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-09T02:52:55.093 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:54 smithi172 bash[25093]: audit 2023-12-09T02:52:53.849498+0000 mon.c (mon.1) 61 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-09T02:52:55.093 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:54 smithi172 bash[25093]: cluster 2023-12-09T02:52:53.897798+0000 mon.a (mon.0) 986 : cluster [INF] Manager daemon y is now available 2023-12-09T02:52:55.093 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:54 smithi172 bash[25093]: audit 2023-12-09T02:52:53.950925+0000 mon.c (mon.1) 62 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:52:55.093 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:54 smithi172 bash[25093]: audit 2023-12-09T02:52:53.993701+0000 mon.c (mon.1) 63 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:52:55.093 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:54 smithi172 bash[25093]: audit 2023-12-09T02:52:54.008899+0000 mon.c (mon.1) 64 : audit [INF] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:52:55.093 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:54 smithi172 bash[25093]: audit 2023-12-09T02:52:54.009384+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.15438 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:52:55.093 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:54 smithi172 bash[25093]: audit 2023-12-09T02:52:54.056535+0000 mon.c (mon.1) 65 : audit [INF] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:52:55.093 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:54 smithi172 bash[25093]: audit 2023-12-09T02:52:54.057239+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.15438 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:52:55.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:54 smithi023 bash[24949]: audit 2023-12-09T02:52:53.839951+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2023-12-09T02:52:55.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:54 smithi023 bash[24949]: cluster 2023-12-09T02:52:53.840178+0000 mon.a (mon.0) 985 : cluster [DBG] mgrmap e29: y(active, starting, since 0.911331s) 2023-12-09T02:52:55.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:54 smithi023 bash[24949]: audit 2023-12-09T02:52:53.843227+0000 mon.c (mon.1) 47 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-09T02:52:55.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:54 smithi023 bash[24949]: audit 2023-12-09T02:52:53.843513+0000 mon.c (mon.1) 48 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T02:52:55.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:54 smithi023 bash[24949]: audit 2023-12-09T02:52:53.843815+0000 mon.c (mon.1) 49 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T02:52:55.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:54 smithi023 bash[24949]: audit 2023-12-09T02:52:53.844825+0000 mon.c (mon.1) 50 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-09T02:52:55.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:54 smithi023 bash[24949]: audit 2023-12-09T02:52:53.845312+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-09T02:52:55.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:54 smithi023 bash[24949]: audit 2023-12-09T02:52:53.845882+0000 mon.c (mon.1) 52 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-09T02:52:55.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:54 smithi023 bash[24949]: audit 2023-12-09T02:52:53.846250+0000 mon.c (mon.1) 53 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-09T02:52:55.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:54 smithi023 bash[24949]: audit 2023-12-09T02:52:53.846583+0000 mon.c (mon.1) 54 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-09T02:52:55.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:54 smithi023 bash[24949]: audit 2023-12-09T02:52:53.847062+0000 mon.c (mon.1) 55 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-09T02:52:55.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:54 smithi023 bash[24949]: audit 2023-12-09T02:52:53.847419+0000 mon.c (mon.1) 56 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-09T02:52:55.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:54 smithi023 bash[24949]: audit 2023-12-09T02:52:53.847820+0000 mon.c (mon.1) 57 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-09T02:52:55.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:54 smithi023 bash[24949]: audit 2023-12-09T02:52:53.848192+0000 mon.c (mon.1) 58 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-09T02:52:55.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:54 smithi023 bash[24949]: audit 2023-12-09T02:52:53.848597+0000 mon.c (mon.1) 59 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-09T02:52:55.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:54 smithi023 bash[24949]: audit 2023-12-09T02:52:53.848917+0000 mon.c (mon.1) 60 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-09T02:52:55.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:54 smithi023 bash[24949]: audit 2023-12-09T02:52:53.849498+0000 mon.c (mon.1) 61 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-09T02:52:55.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:54 smithi023 bash[24949]: cluster 2023-12-09T02:52:53.897798+0000 mon.a (mon.0) 986 : cluster [INF] Manager daemon y is now available 2023-12-09T02:52:55.274 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:54 smithi023 bash[24949]: audit 2023-12-09T02:52:53.950925+0000 mon.c (mon.1) 62 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:52:55.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:54 smithi023 bash[30415]: audit 2023-12-09T02:52:53.839951+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.25001 172.21.15.172:0/2338623243' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2023-12-09T02:52:55.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:54 smithi023 bash[30415]: cluster 2023-12-09T02:52:53.840178+0000 mon.a (mon.0) 985 : cluster [DBG] mgrmap e29: y(active, starting, since 0.911331s) 2023-12-09T02:52:55.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:54 smithi023 bash[30415]: audit 2023-12-09T02:52:53.843227+0000 mon.c (mon.1) 47 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-09T02:52:55.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:54 smithi023 bash[30415]: audit 2023-12-09T02:52:53.843513+0000 mon.c (mon.1) 48 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T02:52:55.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:54 smithi023 bash[30415]: audit 2023-12-09T02:52:53.843815+0000 mon.c (mon.1) 49 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T02:52:55.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:54 smithi023 bash[30415]: audit 2023-12-09T02:52:53.844825+0000 mon.c (mon.1) 50 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-09T02:52:55.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:54 smithi023 bash[30415]: audit 2023-12-09T02:52:53.845312+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-09T02:52:55.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:54 smithi023 bash[30415]: audit 2023-12-09T02:52:53.845882+0000 mon.c (mon.1) 52 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-09T02:52:55.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:54 smithi023 bash[30415]: audit 2023-12-09T02:52:53.846250+0000 mon.c (mon.1) 53 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-09T02:52:55.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:54 smithi023 bash[30415]: audit 2023-12-09T02:52:53.846583+0000 mon.c (mon.1) 54 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-09T02:52:55.275 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:54 smithi023 bash[30415]: audit 2023-12-09T02:52:53.847062+0000 mon.c (mon.1) 55 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-09T02:52:55.275 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:54 smithi023 bash[30415]: audit 2023-12-09T02:52:53.847419+0000 mon.c (mon.1) 56 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-09T02:52:55.275 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:54 smithi023 bash[30415]: audit 2023-12-09T02:52:53.847820+0000 mon.c (mon.1) 57 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-09T02:52:55.275 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:54 smithi023 bash[30415]: audit 2023-12-09T02:52:53.848192+0000 mon.c (mon.1) 58 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-09T02:52:55.275 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:54 smithi023 bash[30415]: audit 2023-12-09T02:52:53.848597+0000 mon.c (mon.1) 59 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-09T02:52:55.275 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:54 smithi023 bash[30415]: audit 2023-12-09T02:52:53.848917+0000 mon.c (mon.1) 60 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-09T02:52:55.275 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:54 smithi023 bash[30415]: audit 2023-12-09T02:52:53.849498+0000 mon.c (mon.1) 61 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-09T02:52:55.275 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:54 smithi023 bash[30415]: cluster 2023-12-09T02:52:53.897798+0000 mon.a (mon.0) 986 : cluster [INF] Manager daemon y is now available 2023-12-09T02:52:55.275 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:54 smithi023 bash[30415]: audit 2023-12-09T02:52:53.950925+0000 mon.c (mon.1) 62 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:52:55.275 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:54 smithi023 bash[24949]: audit 2023-12-09T02:52:53.993701+0000 mon.c (mon.1) 63 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:52:55.275 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:54 smithi023 bash[24949]: audit 2023-12-09T02:52:54.008899+0000 mon.c (mon.1) 64 : audit [INF] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:52:55.276 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:54 smithi023 bash[24949]: audit 2023-12-09T02:52:54.009384+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.15438 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:52:55.276 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:54 smithi023 bash[24949]: audit 2023-12-09T02:52:54.056535+0000 mon.c (mon.1) 65 : audit [INF] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:52:55.276 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:54 smithi023 bash[24949]: audit 2023-12-09T02:52:54.057239+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.15438 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:52:55.276 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:54 smithi023 bash[30415]: audit 2023-12-09T02:52:53.993701+0000 mon.c (mon.1) 63 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:52:55.276 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:54 smithi023 bash[30415]: audit 2023-12-09T02:52:54.008899+0000 mon.c (mon.1) 64 : audit [INF] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:52:55.276 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:54 smithi023 bash[30415]: audit 2023-12-09T02:52:54.009384+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.15438 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:52:55.276 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:54 smithi023 bash[30415]: audit 2023-12-09T02:52:54.056535+0000 mon.c (mon.1) 65 : audit [INF] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:52:55.276 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:54 smithi023 bash[30415]: audit 2023-12-09T02:52:54.057239+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.15438 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:52:55.456 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:52:55 smithi172 bash[45390]: debug 2023-12-09T02:52:55.088+0000 7f1b6e138200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-09T02:52:55.456 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:52:55 smithi172 bash[45390]: debug 2023-12-09T02:52:55.188+0000 7f1b6e138200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-09T02:52:55.747 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:52:55 smithi172 bash[45390]: debug 2023-12-09T02:52:55.452+0000 7f1b6e138200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-09T02:52:56.189 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:52:55 smithi172 bash[45390]: debug 2023-12-09T02:52:55.808+0000 7f1b6e138200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-09T02:52:56.189 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:52:55 smithi172 bash[45390]: debug 2023-12-09T02:52:55.968+0000 7f1b6e138200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-09T02:52:56.189 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:55 smithi172 bash[25093]: cephadm 2023-12-09T02:52:54.711629+0000 mgr.y (mgr.15438) 1 : cephadm [INF] [09/Dec/2023:02:52:54] ENGINE Bus STARTING 2023-12-09T02:52:56.189 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:55 smithi172 bash[25093]: cephadm 2023-12-09T02:52:54.814108+0000 mgr.y (mgr.15438) 2 : cephadm [INF] [09/Dec/2023:02:52:54] ENGINE Serving on http://172.21.15.23:8765 2023-12-09T02:52:56.189 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:55 smithi172 bash[25093]: cluster 2023-12-09T02:52:54.849315+0000 mon.a (mon.0) 989 : cluster [DBG] mgrmap e30: y(active, since 1.92047s) 2023-12-09T02:52:56.189 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:55 smithi172 bash[25093]: cluster 2023-12-09T02:52:54.893143+0000 mgr.y (mgr.15438) 3 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:52:56.189 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:55 smithi172 bash[25093]: audit 2023-12-09T02:52:54.913176+0000 mgr.y (mgr.15438) 4 : audit [DBG] from='client.15309 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:52:56.190 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:55 smithi172 bash[25093]: cephadm 2023-12-09T02:52:54.949773+0000 mgr.y (mgr.15438) 5 : cephadm [INF] [09/Dec/2023:02:52:54] ENGINE Serving on https://172.21.15.23:7150 2023-12-09T02:52:56.190 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:55 smithi172 bash[25093]: cephadm 2023-12-09T02:52:54.950185+0000 mgr.y (mgr.15438) 6 : cephadm [INF] [09/Dec/2023:02:52:54] ENGINE Bus STARTED 2023-12-09T02:52:56.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:55 smithi023 bash[24949]: cephadm 2023-12-09T02:52:54.711629+0000 mgr.y (mgr.15438) 1 : cephadm [INF] [09/Dec/2023:02:52:54] ENGINE Bus STARTING 2023-12-09T02:52:56.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:55 smithi023 bash[24949]: cephadm 2023-12-09T02:52:54.814108+0000 mgr.y (mgr.15438) 2 : cephadm [INF] [09/Dec/2023:02:52:54] ENGINE Serving on http://172.21.15.23:8765 2023-12-09T02:52:56.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:55 smithi023 bash[24949]: cluster 2023-12-09T02:52:54.849315+0000 mon.a (mon.0) 989 : cluster [DBG] mgrmap e30: y(active, since 1.92047s) 2023-12-09T02:52:56.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:55 smithi023 bash[24949]: cluster 2023-12-09T02:52:54.893143+0000 mgr.y (mgr.15438) 3 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:52:56.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:55 smithi023 bash[24949]: audit 2023-12-09T02:52:54.913176+0000 mgr.y (mgr.15438) 4 : audit [DBG] from='client.15309 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:52:56.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:55 smithi023 bash[24949]: cephadm 2023-12-09T02:52:54.949773+0000 mgr.y (mgr.15438) 5 : cephadm [INF] [09/Dec/2023:02:52:54] ENGINE Serving on https://172.21.15.23:7150 2023-12-09T02:52:56.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:55 smithi023 bash[24949]: cephadm 2023-12-09T02:52:54.950185+0000 mgr.y (mgr.15438) 6 : cephadm [INF] [09/Dec/2023:02:52:54] ENGINE Bus STARTED 2023-12-09T02:52:56.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:55 smithi023 bash[30415]: cephadm 2023-12-09T02:52:54.711629+0000 mgr.y (mgr.15438) 1 : cephadm [INF] [09/Dec/2023:02:52:54] ENGINE Bus STARTING 2023-12-09T02:52:56.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:55 smithi023 bash[30415]: cephadm 2023-12-09T02:52:54.814108+0000 mgr.y (mgr.15438) 2 : cephadm [INF] [09/Dec/2023:02:52:54] ENGINE Serving on http://172.21.15.23:8765 2023-12-09T02:52:56.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:55 smithi023 bash[30415]: cluster 2023-12-09T02:52:54.849315+0000 mon.a (mon.0) 989 : cluster [DBG] mgrmap e30: y(active, since 1.92047s) 2023-12-09T02:52:56.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:55 smithi023 bash[30415]: cluster 2023-12-09T02:52:54.893143+0000 mgr.y (mgr.15438) 3 : cluster [DBG] pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:52:56.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:55 smithi023 bash[30415]: audit 2023-12-09T02:52:54.913176+0000 mgr.y (mgr.15438) 4 : audit [DBG] from='client.15309 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:52:56.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:55 smithi023 bash[30415]: cephadm 2023-12-09T02:52:54.949773+0000 mgr.y (mgr.15438) 5 : cephadm [INF] [09/Dec/2023:02:52:54] ENGINE Serving on https://172.21.15.23:7150 2023-12-09T02:52:56.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:55 smithi023 bash[30415]: cephadm 2023-12-09T02:52:54.950185+0000 mgr.y (mgr.15438) 6 : cephadm [INF] [09/Dec/2023:02:52:54] ENGINE Bus STARTED 2023-12-09T02:52:56.497 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:52:56 smithi172 bash[45390]: debug 2023-12-09T02:52:56.188+0000 7f1b6e138200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-09T02:52:57.182 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:56 smithi172 bash[25093]: cluster 2023-12-09T02:52:55.847169+0000 mgr.y (mgr.15438) 7 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:52:57.182 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:56 smithi172 bash[25093]: cluster 2023-12-09T02:52:55.865111+0000 mon.a (mon.0) 990 : cluster [DBG] mgrmap e31: y(active, since 2s) 2023-12-09T02:52:57.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:56 smithi023 bash[24949]: cluster 2023-12-09T02:52:55.847169+0000 mgr.y (mgr.15438) 7 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:52:57.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:56 smithi023 bash[24949]: cluster 2023-12-09T02:52:55.865111+0000 mon.a (mon.0) 990 : cluster [DBG] mgrmap e31: y(active, since 2s) 2023-12-09T02:52:57.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:56 smithi023 bash[30415]: cluster 2023-12-09T02:52:55.847169+0000 mgr.y (mgr.15438) 7 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:52:57.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:56 smithi023 bash[30415]: cluster 2023-12-09T02:52:55.865111+0000 mon.a (mon.0) 990 : cluster [DBG] mgrmap e31: y(active, since 2s) 2023-12-09T02:52:57.497 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:52:57 smithi172 bash[45390]: debug 2023-12-09T02:52:57.180+0000 7f1b6e138200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-09T02:52:57.498 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:52:57 smithi172 bash[45390]: debug 2023-12-09T02:52:57.292+0000 7f1b6e138200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-09T02:52:57.498 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:52:57 smithi172 bash[45390]: debug 2023-12-09T02:52:57.412+0000 7f1b6e138200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-09T02:52:57.743 INFO:teuthology.orchestra.run.smithi023.stdout:true 2023-12-09T02:52:58.247 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:52:57 smithi172 bash[45390]: debug 2023-12-09T02:52:57.884+0000 7f1b6e138200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-09T02:52:58.248 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:52:58 smithi172 bash[45390]: debug 2023-12-09T02:52:58.116+0000 7f1b6e138200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-09T02:52:58.525 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-09T02:52:58.526 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (80s) 16s ago 8m 15.2M - 0.23.0 ba2b418f427c 3b4091a6361f 2023-12-09T02:52:58.526 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi172 *:3000 running (29s) 16s ago 8m 39.3M - 8.3.5 dad864ee21e9 b146a6fad367 2023-12-09T02:52:58.526 INFO:teuthology.orchestra.run.smithi023.stdout:iscsi.foo.smithi023.vcvunr smithi023 running (75s) 16s ago 6m 45.7M - 3.5 e1d6a67b021e 06d8f73030f5 2023-12-09T02:52:58.526 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi172 *:8443,9283 running (2m) 16s ago 14m 488M - 19.0.0-44-g9dcc13bb f28f2b94f153 be0fdd2ba0e6 2023-12-09T02:52:58.526 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:8443,9283,8765 running (23s) 16s ago 16m 89.7M - 19.0.0-44-g9dcc13bb f28f2b94f153 f635daf405b8 2023-12-09T02:52:58.526 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (16m) 16s ago 16m 62.0M 2048M 17.2.0 e1d6a67b021e 324f5279017f 2023-12-09T02:52:58.526 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi172 running (14m) 16s ago 14m 51.4M 2048M 17.2.0 e1d6a67b021e cfdc4d178041 2023-12-09T02:52:58.526 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (14m) 16s ago 14m 48.0M 2048M 17.2.0 e1d6a67b021e 9299c6ac25fe 2023-12-09T02:52:58.526 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (89s) 16s ago 8m 9.83M - 1.3.1 1dbe0e931976 11aaca649943 2023-12-09T02:52:58.526 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi172 *:9100 running (56s) 16s ago 8m 9711k - 1.3.1 1dbe0e931976 7938141dc8d6 2023-12-09T02:52:58.526 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (13m) 16s ago 13m 58.5M 2781M 17.2.0 e1d6a67b021e b647f39c76d5 2023-12-09T02:52:58.526 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (13m) 16s ago 13m 61.2M 2781M 17.2.0 e1d6a67b021e 33c693687d9a 2023-12-09T02:52:58.527 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (12m) 16s ago 12m 54.2M 2781M 17.2.0 e1d6a67b021e b487471c7433 2023-12-09T02:52:58.527 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (11m) 16s ago 12m 59.0M 2781M 17.2.0 e1d6a67b021e 635c08619a33 2023-12-09T02:52:58.527 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi172 running (11m) 16s ago 11m 60.8M 3037M 17.2.0 e1d6a67b021e c04304e8675b 2023-12-09T02:52:58.527 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi172 running (10m) 16s ago 10m 55.8M 3037M 17.2.0 e1d6a67b021e fcb16f6cd272 2023-12-09T02:52:58.527 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi172 running (10m) 16s ago 10m 53.8M 3037M 17.2.0 e1d6a67b021e a1dc1e893a48 2023-12-09T02:52:58.527 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi172 running (9m) 16s ago 9m 57.8M 3037M 17.2.0 e1d6a67b021e f5bf1afe0d7c 2023-12-09T02:52:58.527 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi172 *:9095 running (58s) 16s ago 8m 53.9M - 2.33.4 514e6a882f6e 1b6864c356c0 2023-12-09T02:52:58.527 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.foo.smithi023.mllipj smithi023 *:8000 running (6m) 16s ago 6m 86.8M - 17.2.0 e1d6a67b021e 110d5ba1c152 2023-12-09T02:52:58.527 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.foo.smithi172.aqpemq smithi172 *:8000 running (6m) 16s ago 6m 86.9M - 17.2.0 e1d6a67b021e c9a58e322a85 2023-12-09T02:52:58.527 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.smpl.smithi023.ikvhaq smithi023 *:80 running (6m) 16s ago 6m 86.7M - 17.2.0 e1d6a67b021e 9fb31f23b01c 2023-12-09T02:52:58.527 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.smpl.smithi172.ysxvfy smithi172 *:80 running (6m) 16s ago 6m 86.6M - 17.2.0 e1d6a67b021e 3c13f0c0b020 2023-12-09T02:52:58.899 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:58 smithi172 bash[25093]: audit 2023-12-09T02:52:57.720179+0000 mgr.y (mgr.15438) 8 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:52:58.900 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:58 smithi172 bash[25093]: cluster 2023-12-09T02:52:57.847858+0000 mgr.y (mgr.15438) 9 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:52:58.900 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:58 smithi172 bash[25093]: cluster 2023-12-09T02:52:57.898066+0000 mon.a (mon.0) 991 : cluster [DBG] mgrmap e32: y(active, since 4s) 2023-12-09T02:52:58.900 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:58 smithi172 bash[25093]: audit 2023-12-09T02:52:58.116730+0000 mgr.y (mgr.15438) 10 : audit [DBG] from='client.25360 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:52:58.900 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:52:58 smithi172 bash[45390]: debug 2023-12-09T02:52:58.568+0000 7f1b6e138200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-09T02:52:58.986 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2023-12-09T02:52:58.987 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2023-12-09T02:52:58.987 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-09T02:52:58.987 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:52:58.987 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2023-12-09T02:52:58.987 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 1 2023-12-09T02:52:58.987 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:52:58.987 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2023-12-09T02:52:58.987 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-09T02:52:58.987 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:52:58.987 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": {}, 2023-12-09T02:52:58.987 INFO:teuthology.orchestra.run.smithi023.stdout: "rgw": { 2023-12-09T02:52:58.987 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-09T02:52:58.987 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:52:58.987 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2023-12-09T02:52:58.988 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 15, 2023-12-09T02:52:58.988 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 1 2023-12-09T02:52:58.988 INFO:teuthology.orchestra.run.smithi023.stdout: } 2023-12-09T02:52:58.988 INFO:teuthology.orchestra.run.smithi023.stdout:} 2023-12-09T02:52:59.247 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:52:59 smithi172 bash[45390]: debug 2023-12-09T02:52:59.076+0000 7f1b6e138200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-09T02:52:59.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:58 smithi023 bash[24949]: audit 2023-12-09T02:52:57.720179+0000 mgr.y (mgr.15438) 8 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:52:59.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:58 smithi023 bash[24949]: cluster 2023-12-09T02:52:57.847858+0000 mgr.y (mgr.15438) 9 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:52:59.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:58 smithi023 bash[24949]: cluster 2023-12-09T02:52:57.898066+0000 mon.a (mon.0) 991 : cluster [DBG] mgrmap e32: y(active, since 4s) 2023-12-09T02:52:59.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:58 smithi023 bash[24949]: audit 2023-12-09T02:52:58.116730+0000 mgr.y (mgr.15438) 10 : audit [DBG] from='client.25360 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:52:59.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:58 smithi023 bash[30415]: audit 2023-12-09T02:52:57.720179+0000 mgr.y (mgr.15438) 8 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:52:59.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:58 smithi023 bash[30415]: cluster 2023-12-09T02:52:57.847858+0000 mgr.y (mgr.15438) 9 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:52:59.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:58 smithi023 bash[30415]: cluster 2023-12-09T02:52:57.898066+0000 mon.a (mon.0) 991 : cluster [DBG] mgrmap e32: y(active, since 4s) 2023-12-09T02:52:59.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:58 smithi023 bash[30415]: audit 2023-12-09T02:52:58.116730+0000 mgr.y (mgr.15438) 10 : audit [DBG] from='client.25360 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:52:59.367 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2023-12-09T02:52:59.367 INFO:teuthology.orchestra.run.smithi023.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882", 2023-12-09T02:52:59.367 INFO:teuthology.orchestra.run.smithi023.stdout: "in_progress": true, 2023-12-09T02:52:59.367 INFO:teuthology.orchestra.run.smithi023.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-09T02:52:59.367 INFO:teuthology.orchestra.run.smithi023.stdout: "services_complete": [ 2023-12-09T02:52:59.367 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr" 2023-12-09T02:52:59.367 INFO:teuthology.orchestra.run.smithi023.stdout: ], 2023-12-09T02:52:59.367 INFO:teuthology.orchestra.run.smithi023.stdout: "progress": "2/23 daemons upgraded", 2023-12-09T02:52:59.367 INFO:teuthology.orchestra.run.smithi023.stdout: "message": "", 2023-12-09T02:52:59.367 INFO:teuthology.orchestra.run.smithi023.stdout: "is_paused": false 2023-12-09T02:52:59.367 INFO:teuthology.orchestra.run.smithi023.stdout:} 2023-12-09T02:52:59.824 INFO:teuthology.orchestra.run.smithi023.stdout:HEALTH_OK 2023-12-09T02:52:59.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:59 smithi172 bash[25093]: audit 2023-12-09T02:52:58.492459+0000 mgr.y (mgr.15438) 11 : audit [DBG] from='client.25366 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:52:59.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:59 smithi172 bash[25093]: audit 2023-12-09T02:52:58.978767+0000 mon.c (mon.1) 66 : audit [DBG] from='client.? 172.21.15.23:0/4147902208' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:52:59.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:52:59 smithi172 bash[25093]: audit 2023-12-09T02:52:59.817217+0000 mon.a (mon.0) 992 : audit [DBG] from='client.? 172.21.15.23:0/4038547305' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:52:59.998 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:52:59 smithi172 bash[45390]: debug 2023-12-09T02:52:59.656+0000 7f1b6e138200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-09T02:52:59.998 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:52:59 smithi172 bash[45390]: debug 2023-12-09T02:52:59.776+0000 7f1b6e138200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-09T02:53:00.271 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:59 smithi023 bash[24949]: audit 2023-12-09T02:52:58.492459+0000 mgr.y (mgr.15438) 11 : audit [DBG] from='client.25366 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:53:00.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:59 smithi023 bash[24949]: audit 2023-12-09T02:52:58.978767+0000 mon.c (mon.1) 66 : audit [DBG] from='client.? 172.21.15.23:0/4147902208' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:53:00.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:52:59 smithi023 bash[24949]: audit 2023-12-09T02:52:59.817217+0000 mon.a (mon.0) 992 : audit [DBG] from='client.? 172.21.15.23:0/4038547305' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:53:00.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:59 smithi023 bash[30415]: audit 2023-12-09T02:52:58.492459+0000 mgr.y (mgr.15438) 11 : audit [DBG] from='client.25366 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:53:00.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:59 smithi023 bash[30415]: audit 2023-12-09T02:52:58.978767+0000 mon.c (mon.1) 66 : audit [DBG] from='client.? 172.21.15.23:0/4147902208' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:53:00.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:52:59 smithi023 bash[30415]: audit 2023-12-09T02:52:59.817217+0000 mon.a (mon.0) 992 : audit [DBG] from='client.? 172.21.15.23:0/4038547305' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:53:00.417 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:53:00 smithi172 bash[45390]: debug 2023-12-09T02:53:00.140+0000 7f1b6e138200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-09T02:53:00.417 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:53:00 smithi172 bash[45390]: debug 2023-12-09T02:53:00.268+0000 7f1b6e138200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-09T02:53:00.417 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:53:00 smithi172 bash[45390]: debug 2023-12-09T02:53:00.416+0000 7f1b6e138200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-09T02:53:00.672 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:53:00 smithi172 bash[45390]: debug 2023-12-09T02:53:00.532+0000 7f1b6e138200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-09T02:53:00.995 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:53:00 smithi172 bash[45390]: debug 2023-12-09T02:53:00.668+0000 7f1b6e138200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-09T02:53:00.996 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:53:00 smithi172 bash[45390]: debug 2023-12-09T02:53:00.864+0000 7f1b6e138200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-09T02:53:00.996 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:00 smithi172 bash[25093]: audit 2023-12-09T02:52:59.358585+0000 mgr.y (mgr.15438) 12 : audit [DBG] from='client.25378 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:53:00.996 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:00 smithi172 bash[25093]: cluster 2023-12-09T02:52:59.848502+0000 mgr.y (mgr.15438) 13 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:53:00.996 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:00 smithi172 bash[25093]: audit 2023-12-09T02:53:00.735003+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:00.996 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:00 smithi172 bash[25093]: audit 2023-12-09T02:53:00.747795+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:00.996 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:00 smithi172 bash[25093]: audit 2023-12-09T02:53:00.875188+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:00.996 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:00 smithi172 bash[25093]: audit 2023-12-09T02:53:00.888265+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:01.247 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:53:00 smithi172 bash[45390]: debug 2023-12-09T02:53:00.992+0000 7f1b6e138200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-09T02:53:01.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:00 smithi023 bash[30415]: audit 2023-12-09T02:52:59.358585+0000 mgr.y (mgr.15438) 12 : audit [DBG] from='client.25378 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:53:01.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:00 smithi023 bash[30415]: cluster 2023-12-09T02:52:59.848502+0000 mgr.y (mgr.15438) 13 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:53:01.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:00 smithi023 bash[30415]: audit 2023-12-09T02:53:00.735003+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:01.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:00 smithi023 bash[30415]: audit 2023-12-09T02:53:00.747795+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:01.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:00 smithi023 bash[30415]: audit 2023-12-09T02:53:00.875188+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:01.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:00 smithi023 bash[30415]: audit 2023-12-09T02:53:00.888265+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:01.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:00 smithi023 bash[24949]: audit 2023-12-09T02:52:59.358585+0000 mgr.y (mgr.15438) 12 : audit [DBG] from='client.25378 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:53:01.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:00 smithi023 bash[24949]: cluster 2023-12-09T02:52:59.848502+0000 mgr.y (mgr.15438) 13 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:53:01.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:00 smithi023 bash[24949]: audit 2023-12-09T02:53:00.735003+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:01.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:00 smithi023 bash[24949]: audit 2023-12-09T02:53:00.747795+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:01.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:00 smithi023 bash[24949]: audit 2023-12-09T02:53:00.875188+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:01.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:00 smithi023 bash[24949]: audit 2023-12-09T02:53:00.888265+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:02.498 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:53:02 smithi172 bash[47420]: ts=2023-12-09T02:53:02.205Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.172:8765/sd/prometheus/sd-config?service=ceph-exporter\": dial tcp 172.21.15.172:8765: connect: connection refused" 2023-12-09T02:53:02.498 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:53:02 smithi172 bash[47420]: ts=2023-12-09T02:53:02.205Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.172:8765/sd/prometheus/sd-config?service=mgr-prometheus\": dial tcp 172.21.15.172:8765: connect: connection refused" 2023-12-09T02:53:02.498 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:53:02 smithi172 bash[47420]: ts=2023-12-09T02:53:02.206Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.172:8765/sd/prometheus/sd-config?service=node-exporter\": dial tcp 172.21.15.172:8765: connect: connection refused" 2023-12-09T02:53:02.499 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:53:02 smithi172 bash[47420]: ts=2023-12-09T02:53:02.208Z caller=refresh.go:98 level=error component="discovery manager notify" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.172:8765/sd/prometheus/sd-config?service=alertmanager\": dial tcp 172.21.15.172:8765: connect: connection refused" 2023-12-09T02:53:02.499 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:53:02 smithi172 bash[45390]: debug 2023-12-09T02:53:02.260+0000 7f1b6e138200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-09T02:53:02.499 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:53:02 smithi172 bash[45390]: [09/Dec/2023:02:53:02] ENGINE Bus STARTING 2023-12-09T02:53:02.499 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:53:02 smithi172 bash[45390]: CherryPy Checker: 2023-12-09T02:53:02.499 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:53:02 smithi172 bash[45390]: The Application mounted at '' has an empty config. 2023-12-09T02:53:02.499 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:53:02 smithi172 bash[45390]: [09/Dec/2023:02:53:02] ENGINE Serving on http://:::9283 2023-12-09T02:53:02.500 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:53:02 smithi172 bash[45390]: [09/Dec/2023:02:53:02] ENGINE Bus STARTED 2023-12-09T02:53:03.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:02 smithi172 bash[25093]: audit 2023-12-09T02:53:01.803308+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:03.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:02 smithi172 bash[25093]: audit 2023-12-09T02:53:01.821636+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:03.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:02 smithi172 bash[25093]: cluster 2023-12-09T02:53:01.850151+0000 mgr.y (mgr.15438) 14 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2023-12-09T02:53:03.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:02 smithi172 bash[25093]: audit 2023-12-09T02:53:01.889403+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:03.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:02 smithi172 bash[25093]: audit 2023-12-09T02:53:01.901295+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:03.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:02 smithi172 bash[25093]: cluster 2023-12-09T02:53:02.275525+0000 mon.a (mon.0) 1001 : cluster [DBG] Standby manager daemon x started 2023-12-09T02:53:03.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:02 smithi172 bash[25093]: audit 2023-12-09T02:53:02.283972+0000 mon.a (mon.0) 1002 : audit [DBG] from='mgr.? 172.21.15.172:0/2881604647' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-09T02:53:03.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:02 smithi172 bash[25093]: audit 2023-12-09T02:53:02.286270+0000 mon.a (mon.0) 1003 : audit [DBG] from='mgr.? 172.21.15.172:0/2881604647' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-09T02:53:03.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:02 smithi172 bash[25093]: audit 2023-12-09T02:53:02.290685+0000 mon.a (mon.0) 1004 : audit [DBG] from='mgr.? 172.21.15.172:0/2881604647' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-09T02:53:03.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:02 smithi172 bash[25093]: audit 2023-12-09T02:53:02.291696+0000 mon.a (mon.0) 1005 : audit [DBG] from='mgr.? 172.21.15.172:0/2881604647' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-09T02:53:03.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:02 smithi023 bash[30415]: audit 2023-12-09T02:53:01.803308+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:03.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:02 smithi023 bash[30415]: audit 2023-12-09T02:53:01.821636+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:03.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:02 smithi023 bash[30415]: cluster 2023-12-09T02:53:01.850151+0000 mgr.y (mgr.15438) 14 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2023-12-09T02:53:03.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:02 smithi023 bash[30415]: audit 2023-12-09T02:53:01.889403+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:03.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:02 smithi023 bash[30415]: audit 2023-12-09T02:53:01.901295+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:03.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:02 smithi023 bash[30415]: cluster 2023-12-09T02:53:02.275525+0000 mon.a (mon.0) 1001 : cluster [DBG] Standby manager daemon x started 2023-12-09T02:53:03.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:02 smithi023 bash[30415]: audit 2023-12-09T02:53:02.283972+0000 mon.a (mon.0) 1002 : audit [DBG] from='mgr.? 172.21.15.172:0/2881604647' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-09T02:53:03.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:02 smithi023 bash[30415]: audit 2023-12-09T02:53:02.286270+0000 mon.a (mon.0) 1003 : audit [DBG] from='mgr.? 172.21.15.172:0/2881604647' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-09T02:53:03.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:02 smithi023 bash[30415]: audit 2023-12-09T02:53:02.290685+0000 mon.a (mon.0) 1004 : audit [DBG] from='mgr.? 172.21.15.172:0/2881604647' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-09T02:53:03.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:02 smithi023 bash[30415]: audit 2023-12-09T02:53:02.291696+0000 mon.a (mon.0) 1005 : audit [DBG] from='mgr.? 172.21.15.172:0/2881604647' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-09T02:53:03.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:02 smithi023 bash[24949]: audit 2023-12-09T02:53:01.803308+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:03.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:02 smithi023 bash[24949]: audit 2023-12-09T02:53:01.821636+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:03.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:02 smithi023 bash[24949]: cluster 2023-12-09T02:53:01.850151+0000 mgr.y (mgr.15438) 14 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2023-12-09T02:53:03.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:02 smithi023 bash[24949]: audit 2023-12-09T02:53:01.889403+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:03.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:02 smithi023 bash[24949]: audit 2023-12-09T02:53:01.901295+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:03.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:02 smithi023 bash[24949]: cluster 2023-12-09T02:53:02.275525+0000 mon.a (mon.0) 1001 : cluster [DBG] Standby manager daemon x started 2023-12-09T02:53:03.274 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:02 smithi023 bash[24949]: audit 2023-12-09T02:53:02.283972+0000 mon.a (mon.0) 1002 : audit [DBG] from='mgr.? 172.21.15.172:0/2881604647' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-09T02:53:03.274 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:02 smithi023 bash[24949]: audit 2023-12-09T02:53:02.286270+0000 mon.a (mon.0) 1003 : audit [DBG] from='mgr.? 172.21.15.172:0/2881604647' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-09T02:53:03.274 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:02 smithi023 bash[24949]: audit 2023-12-09T02:53:02.290685+0000 mon.a (mon.0) 1004 : audit [DBG] from='mgr.? 172.21.15.172:0/2881604647' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-09T02:53:03.274 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:02 smithi023 bash[24949]: audit 2023-12-09T02:53:02.291696+0000 mon.a (mon.0) 1005 : audit [DBG] from='mgr.? 172.21.15.172:0/2881604647' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-09T02:53:04.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:03 smithi172 bash[25093]: audit 2023-12-09T02:53:02.915602+0000 mon.c (mon.1) 67 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-09T02:53:04.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:03 smithi172 bash[25093]: cluster 2023-12-09T02:53:02.919783+0000 mon.a (mon.0) 1006 : cluster [DBG] mgrmap e33: y(active, since 9s), standbys: x 2023-12-09T02:53:04.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:03 smithi023 bash[24949]: audit 2023-12-09T02:53:02.915602+0000 mon.c (mon.1) 67 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-09T02:53:04.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:03 smithi023 bash[24949]: cluster 2023-12-09T02:53:02.919783+0000 mon.a (mon.0) 1006 : cluster [DBG] mgrmap e33: y(active, since 9s), standbys: x 2023-12-09T02:53:04.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:03 smithi023 bash[30415]: audit 2023-12-09T02:53:02.915602+0000 mon.c (mon.1) 67 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-09T02:53:04.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:03 smithi023 bash[30415]: cluster 2023-12-09T02:53:02.919783+0000 mon.a (mon.0) 1006 : cluster [DBG] mgrmap e33: y(active, since 9s), standbys: x 2023-12-09T02:53:05.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:04 smithi172 bash[25093]: cluster 2023-12-09T02:53:03.850979+0000 mgr.y (mgr.15438) 15 : 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 2023-12-09T02:53:05.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:04 smithi023 bash[30415]: cluster 2023-12-09T02:53:03.850979+0000 mgr.y (mgr.15438) 15 : 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 2023-12-09T02:53:05.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:04 smithi023 bash[24949]: cluster 2023-12-09T02:53:03.850979+0000 mgr.y (mgr.15438) 15 : 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 2023-12-09T02:53:06.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:05 smithi172 bash[25093]: audit 2023-12-09T02:53:04.920374+0000 mgr.y (mgr.15438) 16 : audit [DBG] from='client.15309 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:53:06.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:05 smithi023 bash[24949]: audit 2023-12-09T02:53:04.920374+0000 mgr.y (mgr.15438) 16 : audit [DBG] from='client.15309 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:53:06.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:05 smithi023 bash[30415]: audit 2023-12-09T02:53:04.920374+0000 mgr.y (mgr.15438) 16 : audit [DBG] from='client.15309 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:53:07.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:06 smithi172 bash[25093]: cluster 2023-12-09T02:53:05.852780+0000 mgr.y (mgr.15438) 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 2023-12-09T02:53:07.361 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:06 smithi023 bash[24949]: cluster 2023-12-09T02:53:05.852780+0000 mgr.y (mgr.15438) 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 2023-12-09T02:53:07.361 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:06 smithi023 bash[30415]: cluster 2023-12-09T02:53:05.852780+0000 mgr.y (mgr.15438) 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 2023-12-09T02:53:07.747 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:53:07 smithi172 bash[45390]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:53:07] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:53:09.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:08 smithi172 bash[25093]: cluster 2023-12-09T02:53:07.853715+0000 mgr.y (mgr.15438) 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 2023-12-09T02:53:09.271 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:08 smithi023 bash[24949]: cluster 2023-12-09T02:53:07.853715+0000 mgr.y (mgr.15438) 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 2023-12-09T02:53:09.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:08 smithi023 bash[30415]: cluster 2023-12-09T02:53:07.853715+0000 mgr.y (mgr.15438) 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 2023-12-09T02:53:10.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:09 smithi172 bash[25093]: audit 2023-12-09T02:53:08.995222+0000 mon.c (mon.1) 68 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:53:10.271 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:09 smithi023 bash[24949]: audit 2023-12-09T02:53:08.995222+0000 mon.c (mon.1) 68 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:53:10.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:09 smithi023 bash[30415]: audit 2023-12-09T02:53:08.995222+0000 mon.c (mon.1) 68 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:53:11.237 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:10 smithi023 bash[24949]: cluster 2023-12-09T02:53:09.854834+0000 mgr.y (mgr.15438) 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 2023-12-09T02:53:11.238 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:10 smithi023 bash[30415]: cluster 2023-12-09T02:53:09.854834+0000 mgr.y (mgr.15438) 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 2023-12-09T02:53:11.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:10 smithi172 bash[25093]: cluster 2023-12-09T02:53:09.854834+0000 mgr.y (mgr.15438) 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 2023-12-09T02:53:13.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:12 smithi172 bash[25093]: cluster 2023-12-09T02:53:11.856489+0000 mgr.y (mgr.15438) 20 : 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 2023-12-09T02:53:13.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:12 smithi172 bash[25093]: audit 2023-12-09T02:53:11.966705+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:13.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:12 smithi172 bash[25093]: audit 2023-12-09T02:53:11.982677+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:13.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:12 smithi172 bash[25093]: audit 2023-12-09T02:53:11.989857+0000 mon.c (mon.1) 69 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:53:13.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:12 smithi172 bash[25093]: audit 2023-12-09T02:53:11.991671+0000 mon.c (mon.1) 70 : audit [INF] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:53:13.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:12 smithi172 bash[25093]: cephadm 2023-12-09T02:53:11.993816+0000 mgr.y (mgr.15438) 21 : cephadm [INF] Updating smithi023:/etc/ceph/ceph.conf 2023-12-09T02:53:13.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:12 smithi172 bash[25093]: cephadm 2023-12-09T02:53:11.994281+0000 mgr.y (mgr.15438) 22 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.conf 2023-12-09T02:53:13.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:12 smithi172 bash[25093]: audit 2023-12-09T02:53:12.718292+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:13.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:12 smithi172 bash[25093]: audit 2023-12-09T02:53:12.730090+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:13.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:12 smithi172 bash[25093]: audit 2023-12-09T02:53:12.741566+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:13.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:12 smithi172 bash[25093]: audit 2023-12-09T02:53:12.752577+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:13.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:12 smithi172 bash[25093]: audit 2023-12-09T02:53:12.763030+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:13.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:12 smithi172 bash[25093]: audit 2023-12-09T02:53:12.843374+0000 mon.c (mon.1) 71 : audit [INF] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi023.vcvunr", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2023-12-09T02:53:13.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:12 smithi172 bash[25093]: audit 2023-12-09T02:53:12.844380+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.15438 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi023.vcvunr", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2023-12-09T02:53:13.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:12 smithi172 bash[25093]: audit 2023-12-09T02:53:12.859877+0000 mon.c (mon.1) 72 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:53:13.271 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:12 smithi023 bash[24949]: cluster 2023-12-09T02:53:11.856489+0000 mgr.y (mgr.15438) 20 : 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 2023-12-09T02:53:13.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:12 smithi023 bash[24949]: audit 2023-12-09T02:53:11.966705+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:13.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:12 smithi023 bash[24949]: audit 2023-12-09T02:53:11.982677+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:13.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:12 smithi023 bash[24949]: audit 2023-12-09T02:53:11.989857+0000 mon.c (mon.1) 69 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:53:13.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:12 smithi023 bash[24949]: audit 2023-12-09T02:53:11.991671+0000 mon.c (mon.1) 70 : audit [INF] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:53:13.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:12 smithi023 bash[24949]: cephadm 2023-12-09T02:53:11.993816+0000 mgr.y (mgr.15438) 21 : cephadm [INF] Updating smithi023:/etc/ceph/ceph.conf 2023-12-09T02:53:13.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:12 smithi023 bash[24949]: cephadm 2023-12-09T02:53:11.994281+0000 mgr.y (mgr.15438) 22 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.conf 2023-12-09T02:53:13.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:12 smithi023 bash[24949]: audit 2023-12-09T02:53:12.718292+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:13.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:12 smithi023 bash[24949]: audit 2023-12-09T02:53:12.730090+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:13.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:12 smithi023 bash[24949]: audit 2023-12-09T02:53:12.741566+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:13.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:12 smithi023 bash[24949]: audit 2023-12-09T02:53:12.752577+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:13.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:12 smithi023 bash[24949]: audit 2023-12-09T02:53:12.763030+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:13.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:12 smithi023 bash[24949]: audit 2023-12-09T02:53:12.843374+0000 mon.c (mon.1) 71 : audit [INF] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi023.vcvunr", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2023-12-09T02:53:13.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:12 smithi023 bash[24949]: audit 2023-12-09T02:53:12.844380+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.15438 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi023.vcvunr", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2023-12-09T02:53:13.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:12 smithi023 bash[24949]: audit 2023-12-09T02:53:12.859877+0000 mon.c (mon.1) 72 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:53:13.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:12 smithi023 bash[30415]: cluster 2023-12-09T02:53:11.856489+0000 mgr.y (mgr.15438) 20 : 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 2023-12-09T02:53:13.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:12 smithi023 bash[30415]: audit 2023-12-09T02:53:11.966705+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:13.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:12 smithi023 bash[30415]: audit 2023-12-09T02:53:11.982677+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:13.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:12 smithi023 bash[30415]: audit 2023-12-09T02:53:11.989857+0000 mon.c (mon.1) 69 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:53:13.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:12 smithi023 bash[30415]: audit 2023-12-09T02:53:11.991671+0000 mon.c (mon.1) 70 : audit [INF] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:53:13.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:12 smithi023 bash[30415]: cephadm 2023-12-09T02:53:11.993816+0000 mgr.y (mgr.15438) 21 : cephadm [INF] Updating smithi023:/etc/ceph/ceph.conf 2023-12-09T02:53:13.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:12 smithi023 bash[30415]: cephadm 2023-12-09T02:53:11.994281+0000 mgr.y (mgr.15438) 22 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.conf 2023-12-09T02:53:13.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:12 smithi023 bash[30415]: audit 2023-12-09T02:53:12.718292+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:13.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:12 smithi023 bash[30415]: audit 2023-12-09T02:53:12.730090+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:13.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:12 smithi023 bash[30415]: audit 2023-12-09T02:53:12.741566+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:13.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:12 smithi023 bash[30415]: audit 2023-12-09T02:53:12.752577+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:13.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:12 smithi023 bash[30415]: audit 2023-12-09T02:53:12.763030+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:13.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:12 smithi023 bash[30415]: audit 2023-12-09T02:53:12.843374+0000 mon.c (mon.1) 71 : audit [INF] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi023.vcvunr", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2023-12-09T02:53:13.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:12 smithi023 bash[30415]: audit 2023-12-09T02:53:12.844380+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.15438 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi023.vcvunr", "caps": ["mon", "profile rbd, allow command \"osd blocklist\", allow command \"config-key get\" with \"key\" prefix \"iscsi/\"", "mgr", "allow command \"service status\"", "osd", "allow rwx"]}]: dispatch 2023-12-09T02:53:13.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:12 smithi023 bash[30415]: audit 2023-12-09T02:53:12.859877+0000 mon.c (mon.1) 72 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:53:14.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:13 smithi172 bash[25093]: cephadm 2023-12-09T02:53:12.209390+0000 mgr.y (mgr.15438) 23 : cephadm [INF] Updating smithi023:/var/lib/ceph/9eab968a-963b-11ee-95a3-87774f69a715/config/ceph.conf 2023-12-09T02:53:14.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:13 smithi172 bash[25093]: cephadm 2023-12-09T02:53:12.210011+0000 mgr.y (mgr.15438) 24 : cephadm [INF] Updating smithi172:/var/lib/ceph/9eab968a-963b-11ee-95a3-87774f69a715/config/ceph.conf 2023-12-09T02:53:14.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:13 smithi172 bash[25093]: cephadm 2023-12-09T02:53:12.375759+0000 mgr.y (mgr.15438) 25 : cephadm [INF] Updating smithi023:/etc/ceph/ceph.client.admin.keyring 2023-12-09T02:53:14.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:13 smithi172 bash[25093]: cephadm 2023-12-09T02:53:12.375950+0000 mgr.y (mgr.15438) 26 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.client.admin.keyring 2023-12-09T02:53:14.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:13 smithi172 bash[25093]: cephadm 2023-12-09T02:53:12.540708+0000 mgr.y (mgr.15438) 27 : cephadm [INF] Updating smithi172:/var/lib/ceph/9eab968a-963b-11ee-95a3-87774f69a715/config/ceph.client.admin.keyring 2023-12-09T02:53:14.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:13 smithi172 bash[25093]: cephadm 2023-12-09T02:53:12.542739+0000 mgr.y (mgr.15438) 28 : cephadm [INF] Updating smithi023:/var/lib/ceph/9eab968a-963b-11ee-95a3-87774f69a715/config/ceph.client.admin.keyring 2023-12-09T02:53:14.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:13 smithi172 bash[25093]: cephadm 2023-12-09T02:53:12.842325+0000 mgr.y (mgr.15438) 29 : cephadm [INF] Reconfiguring iscsi.foo.smithi023.vcvunr (dependencies changed)... 2023-12-09T02:53:14.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:13 smithi172 bash[25093]: cephadm 2023-12-09T02:53:12.861730+0000 mgr.y (mgr.15438) 30 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi023.vcvunr on smithi023 2023-12-09T02:53:14.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:13 smithi023 bash[24949]: cephadm 2023-12-09T02:53:12.209390+0000 mgr.y (mgr.15438) 23 : cephadm [INF] Updating smithi023:/var/lib/ceph/9eab968a-963b-11ee-95a3-87774f69a715/config/ceph.conf 2023-12-09T02:53:14.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:13 smithi023 bash[24949]: cephadm 2023-12-09T02:53:12.210011+0000 mgr.y (mgr.15438) 24 : cephadm [INF] Updating smithi172:/var/lib/ceph/9eab968a-963b-11ee-95a3-87774f69a715/config/ceph.conf 2023-12-09T02:53:14.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:13 smithi023 bash[24949]: cephadm 2023-12-09T02:53:12.375759+0000 mgr.y (mgr.15438) 25 : cephadm [INF] Updating smithi023:/etc/ceph/ceph.client.admin.keyring 2023-12-09T02:53:14.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:13 smithi023 bash[24949]: cephadm 2023-12-09T02:53:12.375950+0000 mgr.y (mgr.15438) 26 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.client.admin.keyring 2023-12-09T02:53:14.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:13 smithi023 bash[24949]: cephadm 2023-12-09T02:53:12.540708+0000 mgr.y (mgr.15438) 27 : cephadm [INF] Updating smithi172:/var/lib/ceph/9eab968a-963b-11ee-95a3-87774f69a715/config/ceph.client.admin.keyring 2023-12-09T02:53:14.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:13 smithi023 bash[24949]: cephadm 2023-12-09T02:53:12.542739+0000 mgr.y (mgr.15438) 28 : cephadm [INF] Updating smithi023:/var/lib/ceph/9eab968a-963b-11ee-95a3-87774f69a715/config/ceph.client.admin.keyring 2023-12-09T02:53:14.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:13 smithi023 bash[24949]: cephadm 2023-12-09T02:53:12.842325+0000 mgr.y (mgr.15438) 29 : cephadm [INF] Reconfiguring iscsi.foo.smithi023.vcvunr (dependencies changed)... 2023-12-09T02:53:14.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:13 smithi023 bash[24949]: cephadm 2023-12-09T02:53:12.861730+0000 mgr.y (mgr.15438) 30 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi023.vcvunr on smithi023 2023-12-09T02:53:14.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:13 smithi023 bash[30415]: cephadm 2023-12-09T02:53:12.209390+0000 mgr.y (mgr.15438) 23 : cephadm [INF] Updating smithi023:/var/lib/ceph/9eab968a-963b-11ee-95a3-87774f69a715/config/ceph.conf 2023-12-09T02:53:14.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:13 smithi023 bash[30415]: cephadm 2023-12-09T02:53:12.210011+0000 mgr.y (mgr.15438) 24 : cephadm [INF] Updating smithi172:/var/lib/ceph/9eab968a-963b-11ee-95a3-87774f69a715/config/ceph.conf 2023-12-09T02:53:14.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:13 smithi023 bash[30415]: cephadm 2023-12-09T02:53:12.375759+0000 mgr.y (mgr.15438) 25 : cephadm [INF] Updating smithi023:/etc/ceph/ceph.client.admin.keyring 2023-12-09T02:53:14.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:13 smithi023 bash[30415]: cephadm 2023-12-09T02:53:12.375950+0000 mgr.y (mgr.15438) 26 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.client.admin.keyring 2023-12-09T02:53:14.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:13 smithi023 bash[30415]: cephadm 2023-12-09T02:53:12.540708+0000 mgr.y (mgr.15438) 27 : cephadm [INF] Updating smithi172:/var/lib/ceph/9eab968a-963b-11ee-95a3-87774f69a715/config/ceph.client.admin.keyring 2023-12-09T02:53:14.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:13 smithi023 bash[30415]: cephadm 2023-12-09T02:53:12.542739+0000 mgr.y (mgr.15438) 28 : cephadm [INF] Updating smithi023:/var/lib/ceph/9eab968a-963b-11ee-95a3-87774f69a715/config/ceph.client.admin.keyring 2023-12-09T02:53:14.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:13 smithi023 bash[30415]: cephadm 2023-12-09T02:53:12.842325+0000 mgr.y (mgr.15438) 29 : cephadm [INF] Reconfiguring iscsi.foo.smithi023.vcvunr (dependencies changed)... 2023-12-09T02:53:14.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:13 smithi023 bash[30415]: cephadm 2023-12-09T02:53:12.861730+0000 mgr.y (mgr.15438) 30 : cephadm [INF] Reconfiguring daemon iscsi.foo.smithi023.vcvunr on smithi023 2023-12-09T02:53:15.223 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:14 smithi023 bash[24949]: cluster 2023-12-09T02:53:13.857286+0000 mgr.y (mgr.15438) 31 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:53:15.224 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:14 smithi023 bash[30415]: cluster 2023-12-09T02:53:13.857286+0000 mgr.y (mgr.15438) 31 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:53:15.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:14 smithi172 bash[25093]: cluster 2023-12-09T02:53:13.857286+0000 mgr.y (mgr.15438) 31 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:53:16.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:15 smithi172 bash[25093]: audit 2023-12-09T02:53:14.930675+0000 mgr.y (mgr.15438) 32 : audit [DBG] from='client.15309 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:53:16.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:15 smithi023 bash[24949]: audit 2023-12-09T02:53:14.930675+0000 mgr.y (mgr.15438) 32 : audit [DBG] from='client.15309 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:53:16.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:15 smithi023 bash[30415]: audit 2023-12-09T02:53:14.930675+0000 mgr.y (mgr.15438) 32 : audit [DBG] from='client.15309 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:53:17.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:16 smithi023 bash[24949]: cluster 2023-12-09T02:53:15.859083+0000 mgr.y (mgr.15438) 33 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:53:17.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:16 smithi023 bash[24949]: audit 2023-12-09T02:53:16.502472+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:17.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:16 smithi023 bash[24949]: audit 2023-12-09T02:53:16.521525+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:17.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:16 smithi023 bash[30415]: cluster 2023-12-09T02:53:15.859083+0000 mgr.y (mgr.15438) 33 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:53:17.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:16 smithi023 bash[30415]: audit 2023-12-09T02:53:16.502472+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:17.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:16 smithi023 bash[30415]: audit 2023-12-09T02:53:16.521525+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:17.280 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:17 smithi172 bash[25093]: cluster 2023-12-09T02:53:15.859083+0000 mgr.y (mgr.15438) 33 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:53:17.281 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:17 smithi172 bash[25093]: audit 2023-12-09T02:53:16.502472+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:17.281 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:17 smithi172 bash[25093]: audit 2023-12-09T02:53:16.521525+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:17.497 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:53:17 smithi172 bash[45390]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:53:17] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.33.4" 2023-12-09T02:53:18.297 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:18 smithi023 bash[24949]: cephadm 2023-12-09T02:53:16.536458+0000 mgr.y (mgr.15438) 34 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-09T02:53:18.298 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:18 smithi023 bash[24949]: cephadm 2023-12-09T02:53:16.802184+0000 mgr.y (mgr.15438) 35 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi172 2023-12-09T02:53:18.298 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:18 smithi023 bash[30415]: cephadm 2023-12-09T02:53:16.536458+0000 mgr.y (mgr.15438) 34 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-09T02:53:18.298 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:18 smithi023 bash[30415]: cephadm 2023-12-09T02:53:16.802184+0000 mgr.y (mgr.15438) 35 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi172 2023-12-09T02:53:18.497 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:18 smithi172 bash[25093]: cephadm 2023-12-09T02:53:16.536458+0000 mgr.y (mgr.15438) 34 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2023-12-09T02:53:18.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:18 smithi172 bash[25093]: cephadm 2023-12-09T02:53:16.802184+0000 mgr.y (mgr.15438) 35 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi172 2023-12-09T02:53:19.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:19 smithi172 bash[25093]: cluster 2023-12-09T02:53:17.859891+0000 mgr.y (mgr.15438) 36 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:53:19.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:19 smithi172 bash[25093]: audit 2023-12-09T02:53:18.935503+0000 mon.c (mon.1) 73 : audit [DBG] from='client.? 172.21.15.23:0/2954535066' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-09T02:53:19.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:19 smithi023 bash[30415]: cluster 2023-12-09T02:53:17.859891+0000 mgr.y (mgr.15438) 36 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:53:19.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:19 smithi023 bash[30415]: audit 2023-12-09T02:53:18.935503+0000 mon.c (mon.1) 73 : audit [DBG] from='client.? 172.21.15.23:0/2954535066' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-09T02:53:19.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:19 smithi023 bash[24949]: cluster 2023-12-09T02:53:17.859891+0000 mgr.y (mgr.15438) 36 : cluster [DBG] pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:53:19.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:19 smithi023 bash[24949]: audit 2023-12-09T02:53:18.935503+0000 mon.c (mon.1) 73 : audit [DBG] from='client.? 172.21.15.23:0/2954535066' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2023-12-09T02:53:21.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:21 smithi172 bash[25093]: cluster 2023-12-09T02:53:19.860920+0000 mgr.y (mgr.15438) 37 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:53:21.521 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:21 smithi023 bash[24949]: cluster 2023-12-09T02:53:19.860920+0000 mgr.y (mgr.15438) 37 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:53:21.522 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:21 smithi023 bash[30415]: cluster 2023-12-09T02:53:19.860920+0000 mgr.y (mgr.15438) 37 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:53:21.718 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:53:21 smithi172 systemd[1]: Stopping Ceph prometheus.a for 9eab968a-963b-11ee-95a3-87774f69a715... 2023-12-09T02:53:21.719 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:53:21 smithi172 bash[49223]: Error response from daemon: No such container: ceph-9eab968a-963b-11ee-95a3-87774f69a715-prometheus.a 2023-12-09T02:53:21.719 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:53:21 smithi172 bash[47420]: ts=2023-12-09T02:53:21.492Z caller=main.go:775 level=warn msg="Received SIGTERM, exiting gracefully..." 2023-12-09T02:53:21.719 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:53:21 smithi172 bash[47420]: ts=2023-12-09T02:53:21.492Z caller=main.go:798 level=info msg="Stopping scrape discovery manager..." 2023-12-09T02:53:21.719 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:53:21 smithi172 bash[47420]: ts=2023-12-09T02:53:21.492Z caller=main.go:812 level=info msg="Stopping notify discovery manager..." 2023-12-09T02:53:21.719 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:53:21 smithi172 bash[47420]: ts=2023-12-09T02:53:21.492Z caller=main.go:834 level=info msg="Stopping scrape manager..." 2023-12-09T02:53:21.719 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:53:21 smithi172 bash[47420]: ts=2023-12-09T02:53:21.492Z caller=main.go:808 level=info msg="Notify discovery manager stopped" 2023-12-09T02:53:21.719 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:53:21 smithi172 bash[47420]: ts=2023-12-09T02:53:21.492Z caller=main.go:794 level=info msg="Scrape discovery manager stopped" 2023-12-09T02:53:21.719 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:53:21 smithi172 bash[47420]: ts=2023-12-09T02:53:21.493Z caller=manager.go:945 level=info component="rule manager" msg="Stopping rule manager..." 2023-12-09T02:53:21.720 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:53:21 smithi172 bash[47420]: ts=2023-12-09T02:53:21.493Z caller=main.go:828 level=info msg="Scrape manager stopped" 2023-12-09T02:53:21.720 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:53:21 smithi172 bash[47420]: ts=2023-12-09T02:53:21.493Z caller=manager.go:955 level=info component="rule manager" msg="Rule manager stopped" 2023-12-09T02:53:21.720 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:53:21 smithi172 bash[47420]: ts=2023-12-09T02:53:21.494Z caller=notifier.go:600 level=info component=notifier msg="Stopping notification manager..." 2023-12-09T02:53:21.720 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:53:21 smithi172 bash[47420]: ts=2023-12-09T02:53:21.494Z caller=main.go:1054 level=info msg="Notifier manager stopped" 2023-12-09T02:53:21.720 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:53:21 smithi172 bash[47420]: ts=2023-12-09T02:53:21.494Z caller=main.go:1066 level=info msg="See you next time!" 2023-12-09T02:53:22.406 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:53:22 smithi172 bash[49232]: ceph-9eab968a-963b-11ee-95a3-87774f69a715-prometheus-a 2023-12-09T02:53:22.406 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:53:22 smithi172 bash[49269]: Error response from daemon: No such container: ceph-9eab968a-963b-11ee-95a3-87774f69a715-prometheus.a 2023-12-09T02:53:22.747 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:53:22 smithi172 systemd[1]: ceph-9eab968a-963b-11ee-95a3-87774f69a715@prometheus.a.service: Succeeded. 2023-12-09T02:53:22.748 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:53:22 smithi172 systemd[1]: Stopped Ceph prometheus.a for 9eab968a-963b-11ee-95a3-87774f69a715. 2023-12-09T02:53:22.748 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:53:22 smithi172 systemd[1]: Started Ceph prometheus.a for 9eab968a-963b-11ee-95a3-87774f69a715. 2023-12-09T02:53:23.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:23 smithi023 bash[24949]: cluster 2023-12-09T02:53:21.862449+0000 mgr.y (mgr.15438) 38 : 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 2023-12-09T02:53:23.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:23 smithi023 bash[24949]: audit 2023-12-09T02:53:22.466218+0000 mon.a (mon.0) 1017 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:23.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:23 smithi023 bash[24949]: audit 2023-12-09T02:53:22.488774+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:23.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:23 smithi023 bash[24949]: audit 2023-12-09T02:53:22.549926+0000 mon.c (mon.1) 74 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-09T02:53:23.523 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:23 smithi023 bash[24949]: audit 2023-12-09T02:53:22.575848+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:23.523 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:23 smithi023 bash[24949]: audit 2023-12-09T02:53:22.583789+0000 mon.c (mon.1) 75 : audit [INF] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-09T02:53:23.523 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:23 smithi023 bash[24949]: audit 2023-12-09T02:53:22.588571+0000 mon.c (mon.1) 76 : audit [INF] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi023"}]: dispatch 2023-12-09T02:53:23.523 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:23 smithi023 bash[24949]: audit 2023-12-09T02:53:22.596663+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:23.523 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:23 smithi023 bash[24949]: audit 2023-12-09T02:53:22.607499+0000 mon.c (mon.1) 77 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-09T02:53:23.523 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:23 smithi023 bash[24949]: audit 2023-12-09T02:53:22.617795+0000 mon.c (mon.1) 78 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:53:23.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:23 smithi023 bash[30415]: cluster 2023-12-09T02:53:21.862449+0000 mgr.y (mgr.15438) 38 : 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 2023-12-09T02:53:23.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:23 smithi023 bash[30415]: audit 2023-12-09T02:53:22.466218+0000 mon.a (mon.0) 1017 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:23.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:23 smithi023 bash[30415]: audit 2023-12-09T02:53:22.488774+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:23.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:23 smithi023 bash[30415]: audit 2023-12-09T02:53:22.549926+0000 mon.c (mon.1) 74 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-09T02:53:23.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:23 smithi023 bash[30415]: audit 2023-12-09T02:53:22.575848+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:23.524 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:23 smithi023 bash[30415]: audit 2023-12-09T02:53:22.583789+0000 mon.c (mon.1) 75 : audit [INF] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-09T02:53:23.524 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:23 smithi023 bash[30415]: audit 2023-12-09T02:53:22.588571+0000 mon.c (mon.1) 76 : audit [INF] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi023"}]: dispatch 2023-12-09T02:53:23.524 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:23 smithi023 bash[30415]: audit 2023-12-09T02:53:22.596663+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:23.524 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:23 smithi023 bash[30415]: audit 2023-12-09T02:53:22.607499+0000 mon.c (mon.1) 77 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-09T02:53:23.524 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:23 smithi023 bash[30415]: audit 2023-12-09T02:53:22.617795+0000 mon.c (mon.1) 78 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:53:23.526 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:23 smithi172 bash[25093]: cluster 2023-12-09T02:53:21.862449+0000 mgr.y (mgr.15438) 38 : 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 2023-12-09T02:53:23.526 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:23 smithi172 bash[25093]: audit 2023-12-09T02:53:22.466218+0000 mon.a (mon.0) 1017 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:23.526 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:23 smithi172 bash[25093]: audit 2023-12-09T02:53:22.488774+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:23.526 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:23 smithi172 bash[25093]: audit 2023-12-09T02:53:22.549926+0000 mon.c (mon.1) 74 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-09T02:53:23.526 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:23 smithi172 bash[25093]: audit 2023-12-09T02:53:22.575848+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:23.526 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:23 smithi172 bash[25093]: audit 2023-12-09T02:53:22.583789+0000 mon.c (mon.1) 75 : audit [INF] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-09T02:53:23.526 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:23 smithi172 bash[25093]: audit 2023-12-09T02:53:22.588571+0000 mon.c (mon.1) 76 : audit [INF] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi023"}]: dispatch 2023-12-09T02:53:23.527 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:23 smithi172 bash[25093]: audit 2023-12-09T02:53:22.596663+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:23.527 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:23 smithi172 bash[25093]: audit 2023-12-09T02:53:22.607499+0000 mon.c (mon.1) 77 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-09T02:53:23.527 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:23 smithi172 bash[25093]: audit 2023-12-09T02:53:22.617795+0000 mon.c (mon.1) 78 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:53:24.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:24 smithi172 bash[25093]: audit 2023-12-09T02:53:22.551496+0000 mgr.y (mgr.15438) 39 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-09T02:53:24.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:24 smithi172 bash[25093]: cephadm 2023-12-09T02:53:22.583149+0000 mgr.y (mgr.15438) 40 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.23:5000 to Dashboard 2023-12-09T02:53:24.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:24 smithi172 bash[25093]: audit 2023-12-09T02:53:22.584803+0000 mgr.y (mgr.15438) 41 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-09T02:53:24.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:24 smithi172 bash[25093]: audit 2023-12-09T02:53:22.589856+0000 mgr.y (mgr.15438) 42 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi023"}]: dispatch 2023-12-09T02:53:24.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:24 smithi172 bash[25093]: audit 2023-12-09T02:53:22.608195+0000 mgr.y (mgr.15438) 43 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-09T02:53:24.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:24 smithi172 bash[25093]: audit 2023-12-09T02:53:23.996567+0000 mon.c (mon.1) 79 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:53:24.248 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:53:24 smithi172 bash[49296]: ts=2023-12-09T02:53:24.121Z caller=main.go:475 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2023-12-09T02:53:24.248 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:53:24 smithi172 bash[49296]: ts=2023-12-09T02:53:24.121Z caller=main.go:512 level=info msg="Starting Prometheus" version="(version=2.33.4, branch=HEAD, revision=83032011a5d3e6102624fe58241a374a7201fee8)" 2023-12-09T02:53:24.248 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:53:24 smithi172 bash[49296]: ts=2023-12-09T02:53:24.121Z caller=main.go:517 level=info build_context="(go=go1.17.7, user=root@d13bf69e7be8, date=20220222-16:51:28)" 2023-12-09T02:53:24.248 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:53:24 smithi172 bash[49296]: ts=2023-12-09T02:53:24.121Z caller=main.go:518 level=info host_details="(Linux 5.4.0-169-generic #187-Ubuntu SMP Thu Nov 23 14:52:28 UTC 2023 x86_64 smithi172 (none))" 2023-12-09T02:53:24.249 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:53:24 smithi172 bash[49296]: ts=2023-12-09T02:53:24.121Z caller=main.go:519 level=info fd_limits="(soft=1048576, hard=1048576)" 2023-12-09T02:53:24.249 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:53:24 smithi172 bash[49296]: ts=2023-12-09T02:53:24.121Z caller=main.go:520 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2023-12-09T02:53:24.249 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:53:24 smithi172 bash[49296]: ts=2023-12-09T02:53:24.123Z caller=web.go:570 level=info component=web msg="Start listening for connections" address=:9095 2023-12-09T02:53:24.249 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:53:24 smithi172 bash[49296]: ts=2023-12-09T02:53:24.124Z caller=main.go:923 level=info msg="Starting TSDB ..." 2023-12-09T02:53:24.249 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:53:24 smithi172 bash[49296]: ts=2023-12-09T02:53:24.125Z caller=tls_config.go:195 level=info component=web msg="TLS is disabled." http2=false 2023-12-09T02:53:24.249 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:53:24 smithi172 bash[49296]: ts=2023-12-09T02:53:24.130Z caller=head.go:493 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2023-12-09T02:53:24.249 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:53:24 smithi172 bash[49296]: ts=2023-12-09T02:53:24.130Z caller=head.go:527 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=2.841µs 2023-12-09T02:53:24.249 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:53:24 smithi172 bash[49296]: ts=2023-12-09T02:53:24.130Z caller=head.go:533 level=info component=tsdb msg="Replaying WAL, this may take a while" 2023-12-09T02:53:24.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:24 smithi023 bash[24949]: audit 2023-12-09T02:53:22.551496+0000 mgr.y (mgr.15438) 39 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-09T02:53:24.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:24 smithi023 bash[24949]: cephadm 2023-12-09T02:53:22.583149+0000 mgr.y (mgr.15438) 40 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.23:5000 to Dashboard 2023-12-09T02:53:24.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:24 smithi023 bash[24949]: audit 2023-12-09T02:53:22.584803+0000 mgr.y (mgr.15438) 41 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-09T02:53:24.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:24 smithi023 bash[24949]: audit 2023-12-09T02:53:22.589856+0000 mgr.y (mgr.15438) 42 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi023"}]: dispatch 2023-12-09T02:53:24.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:24 smithi023 bash[24949]: audit 2023-12-09T02:53:22.608195+0000 mgr.y (mgr.15438) 43 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-09T02:53:24.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:24 smithi023 bash[24949]: audit 2023-12-09T02:53:23.996567+0000 mon.c (mon.1) 79 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:53:24.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:24 smithi023 bash[30415]: audit 2023-12-09T02:53:22.551496+0000 mgr.y (mgr.15438) 39 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2023-12-09T02:53:24.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:24 smithi023 bash[30415]: cephadm 2023-12-09T02:53:22.583149+0000 mgr.y (mgr.15438) 40 : cephadm [INF] Adding iSCSI gateway http://:@172.21.15.23:5000 to Dashboard 2023-12-09T02:53:24.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:24 smithi023 bash[30415]: audit 2023-12-09T02:53:22.584803+0000 mgr.y (mgr.15438) 41 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2023-12-09T02:53:24.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:24 smithi023 bash[30415]: audit 2023-12-09T02:53:22.589856+0000 mgr.y (mgr.15438) 42 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi023"}]: dispatch 2023-12-09T02:53:24.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:24 smithi023 bash[30415]: audit 2023-12-09T02:53:22.608195+0000 mgr.y (mgr.15438) 43 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-09T02:53:24.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:24 smithi023 bash[30415]: audit 2023-12-09T02:53:23.996567+0000 mon.c (mon.1) 79 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:53:24.554 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:53:24 smithi172 bash[49296]: ts=2023-12-09T02:53:24.284Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=3 2023-12-09T02:53:24.554 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:53:24 smithi172 bash[49296]: ts=2023-12-09T02:53:24.554Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=3 2023-12-09T02:53:24.998 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:53:24 smithi172 bash[49296]: ts=2023-12-09T02:53:24.598Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=3 2023-12-09T02:53:24.998 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:53:24 smithi172 bash[49296]: ts=2023-12-09T02:53:24.599Z caller=head.go:604 level=info component=tsdb msg="WAL segment loaded" segment=3 maxSegment=3 2023-12-09T02:53:24.999 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:53:24 smithi172 bash[49296]: ts=2023-12-09T02:53:24.599Z caller=head.go:610 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=49.689µs wal_replay_duration=468.840247ms total_replay_duration=468.906709ms 2023-12-09T02:53:24.999 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:53:24 smithi172 bash[49296]: ts=2023-12-09T02:53:24.606Z caller=main.go:944 level=info fs_type=XFS_SUPER_MAGIC 2023-12-09T02:53:24.999 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:53:24 smithi172 bash[49296]: ts=2023-12-09T02:53:24.606Z caller=main.go:947 level=info msg="TSDB started" 2023-12-09T02:53:24.999 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:53:24 smithi172 bash[49296]: ts=2023-12-09T02:53:24.606Z caller=main.go:1128 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2023-12-09T02:53:24.999 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:53:24 smithi172 bash[49296]: ts=2023-12-09T02:53:24.638Z caller=main.go:1165 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=32.499713ms db_storage=1.288µs remote_storage=2.283µs web_handler=543ns query_engine=942ns scrape=556.235µs scrape_sd=182.468µs notify=27.104µs notify_sd=21.17µs rules=31.197255ms 2023-12-09T02:53:24.999 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:53:24 smithi172 bash[49296]: ts=2023-12-09T02:53:24.638Z caller=main.go:896 level=info msg="Server is ready to receive web requests." 2023-12-09T02:53:25.497 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:25 smithi172 bash[25093]: cluster 2023-12-09T02:53:23.863269+0000 mgr.y (mgr.15438) 44 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-09T02:53:25.521 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:25 smithi023 bash[24949]: cluster 2023-12-09T02:53:23.863269+0000 mgr.y (mgr.15438) 44 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-09T02:53:25.522 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:25 smithi023 bash[30415]: cluster 2023-12-09T02:53:23.863269+0000 mgr.y (mgr.15438) 44 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-09T02:53:26.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:26 smithi172 bash[25093]: audit 2023-12-09T02:53:25.445027+0000 mon.c (mon.1) 80 : audit [INF] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-09T02:53:26.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:26 smithi172 bash[25093]: audit 2023-12-09T02:53:25.445901+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.15438 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-09T02:53:26.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:26 smithi172 bash[25093]: audit 2023-12-09T02:53:25.448456+0000 mon.c (mon.1) 81 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-09T02:53:26.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:26 smithi172 bash[25093]: audit 2023-12-09T02:53:25.450565+0000 mon.c (mon.1) 82 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:53:26.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:26 smithi023 bash[24949]: audit 2023-12-09T02:53:25.445027+0000 mon.c (mon.1) 80 : audit [INF] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-09T02:53:26.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:26 smithi023 bash[24949]: audit 2023-12-09T02:53:25.445901+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.15438 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-09T02:53:26.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:26 smithi023 bash[24949]: audit 2023-12-09T02:53:25.448456+0000 mon.c (mon.1) 81 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-09T02:53:26.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:26 smithi023 bash[24949]: audit 2023-12-09T02:53:25.450565+0000 mon.c (mon.1) 82 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:53:26.522 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:26 smithi023 bash[30415]: audit 2023-12-09T02:53:25.445027+0000 mon.c (mon.1) 80 : audit [INF] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-09T02:53:26.522 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:26 smithi023 bash[30415]: audit 2023-12-09T02:53:25.445901+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.15438 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-09T02:53:26.522 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:26 smithi023 bash[30415]: audit 2023-12-09T02:53:25.448456+0000 mon.c (mon.1) 81 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-09T02:53:26.522 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:26 smithi023 bash[30415]: audit 2023-12-09T02:53:25.450565+0000 mon.c (mon.1) 82 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:53:27.497 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:27 smithi172 bash[25093]: cephadm 2023-12-09T02:53:25.443821+0000 mgr.y (mgr.15438) 45 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-09T02:53:27.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:27 smithi172 bash[25093]: cephadm 2023-12-09T02:53:25.452879+0000 mgr.y (mgr.15438) 46 : cephadm [INF] Deploying daemon mgr.x on smithi172 2023-12-09T02:53:27.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:27 smithi172 bash[25093]: cluster 2023-12-09T02:53:25.864996+0000 mgr.y (mgr.15438) 47 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:53:27.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:27 smithi023 bash[24949]: cephadm 2023-12-09T02:53:25.443821+0000 mgr.y (mgr.15438) 45 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-09T02:53:27.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:27 smithi023 bash[24949]: cephadm 2023-12-09T02:53:25.452879+0000 mgr.y (mgr.15438) 46 : cephadm [INF] Deploying daemon mgr.x on smithi172 2023-12-09T02:53:27.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:27 smithi023 bash[24949]: cluster 2023-12-09T02:53:25.864996+0000 mgr.y (mgr.15438) 47 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:53:27.522 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:27 smithi023 bash[30415]: cephadm 2023-12-09T02:53:25.443821+0000 mgr.y (mgr.15438) 45 : cephadm [INF] Upgrade: Updating mgr.x 2023-12-09T02:53:27.522 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:27 smithi023 bash[30415]: cephadm 2023-12-09T02:53:25.452879+0000 mgr.y (mgr.15438) 46 : cephadm [INF] Deploying daemon mgr.x on smithi172 2023-12-09T02:53:27.522 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:27 smithi023 bash[30415]: cluster 2023-12-09T02:53:25.864996+0000 mgr.y (mgr.15438) 47 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:53:28.248 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:53:28 smithi172 systemd[1]: Stopping Ceph mgr.x for 9eab968a-963b-11ee-95a3-87774f69a715... 2023-12-09T02:53:29.093 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:53:28 smithi172 bash[49609]: ceph-9eab968a-963b-11ee-95a3-87774f69a715-mgr-x 2023-12-09T02:53:29.361 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:29 smithi172 bash[25093]: cluster 2023-12-09T02:53:27.865777+0000 mgr.y (mgr.15438) 48 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-09T02:53:29.361 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:53:29 smithi172 systemd[1]: ceph-9eab968a-963b-11ee-95a3-87774f69a715@mgr.x.service: Main process exited, code=exited, status=143/n/a 2023-12-09T02:53:29.362 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:53:29 smithi172 bash[49685]: Error response from daemon: No such container: ceph-9eab968a-963b-11ee-95a3-87774f69a715-mgr-x 2023-12-09T02:53:29.362 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:53:29 smithi172 systemd[1]: ceph-9eab968a-963b-11ee-95a3-87774f69a715@mgr.x.service: Failed with result 'exit-code'. 2023-12-09T02:53:29.362 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:53:29 smithi172 systemd[1]: Stopped Ceph mgr.x for 9eab968a-963b-11ee-95a3-87774f69a715. 2023-12-09T02:53:29.521 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:29 smithi023 bash[30415]: cluster 2023-12-09T02:53:27.865777+0000 mgr.y (mgr.15438) 48 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-09T02:53:29.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:29 smithi023 bash[24949]: cluster 2023-12-09T02:53:27.865777+0000 mgr.y (mgr.15438) 48 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-09T02:53:29.747 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:53:29 smithi172 systemd[1]: Started Ceph mgr.x for 9eab968a-963b-11ee-95a3-87774f69a715. 2023-12-09T02:53:30.227 INFO:teuthology.orchestra.run.smithi023.stdout:true 2023-12-09T02:53:30.396 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:30 smithi172 bash[25093]: audit 2023-12-09T02:53:28.592370+0000 mgr.y (mgr.15438) 49 : audit [DBG] from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:53:30.396 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:30 smithi172 bash[25093]: audit 2023-12-09T02:53:29.408965+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:30.396 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:30 smithi172 bash[25093]: audit 2023-12-09T02:53:29.423652+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:30.521 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:30 smithi023 bash[24949]: audit 2023-12-09T02:53:28.592370+0000 mgr.y (mgr.15438) 49 : audit [DBG] from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:53:30.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:30 smithi023 bash[24949]: audit 2023-12-09T02:53:29.408965+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:30.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:30 smithi023 bash[24949]: audit 2023-12-09T02:53:29.423652+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:30.522 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:30 smithi023 bash[30415]: audit 2023-12-09T02:53:28.592370+0000 mgr.y (mgr.15438) 49 : audit [DBG] from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:53:30.522 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:30 smithi023 bash[30415]: audit 2023-12-09T02:53:29.408965+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:30.522 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:30 smithi023 bash[30415]: audit 2023-12-09T02:53:29.423652+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:30.732 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:53:30 smithi172 bash[49751]: debug 2023-12-09T02:53:30.559+0000 7ff2cd3d4700 1 -- 172.21.15.172:0/466079635 <== mon.2 v2:172.21.15.172:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x560a58f8a1a0 con 0x560a59d08c00 2023-12-09T02:53:30.997 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:53:30 smithi172 bash[49751]: debug 2023-12-09T02:53:30.727+0000 7ff2d757a200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-09T02:53:31.007 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-09T02:53:31.008 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (112s) 30s ago 8m 15.6M - 0.23.0 ba2b418f427c 3b4091a6361f 2023-12-09T02:53:31.008 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi172 *:3000 running (62s) 30s ago 8m 41.8M - 8.3.5 dad864ee21e9 b146a6fad367 2023-12-09T02:53:31.008 INFO:teuthology.orchestra.run.smithi023.stdout:iscsi.foo.smithi023.vcvunr smithi023 starting - - - - 2023-12-09T02:53:31.008 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi172 *:8443,9283,8765 starting - - - - 2023-12-09T02:53:31.008 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:8443,9283,8765 running (55s) 30s ago 16m 466M - 19.0.0-44-g9dcc13bb f28f2b94f153 f635daf405b8 2023-12-09T02:53:31.008 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (16m) 30s ago 17m 64.8M 2048M 17.2.0 e1d6a67b021e 324f5279017f 2023-12-09T02:53:31.008 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi172 running (15m) 30s ago 15m 54.5M 2048M 17.2.0 e1d6a67b021e cfdc4d178041 2023-12-09T02:53:31.008 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (15m) 30s ago 15m 51.1M 2048M 17.2.0 e1d6a67b021e 9299c6ac25fe 2023-12-09T02:53:31.008 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2m) 30s ago 9m 10.7M - 1.3.1 1dbe0e931976 11aaca649943 2023-12-09T02:53:31.008 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi172 *:9100 running (89s) 30s ago 9m 9.96M - 1.3.1 1dbe0e931976 7938141dc8d6 2023-12-09T02:53:31.008 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (14m) 30s ago 14m 58.9M 2781M 17.2.0 e1d6a67b021e b647f39c76d5 2023-12-09T02:53:31.008 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (13m) 30s ago 13m 61.5M 2781M 17.2.0 e1d6a67b021e 33c693687d9a 2023-12-09T02:53:31.008 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (13m) 30s ago 13m 54.1M 2781M 17.2.0 e1d6a67b021e b487471c7433 2023-12-09T02:53:31.009 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (12m) 30s ago 12m 59.2M 2781M 17.2.0 e1d6a67b021e 635c08619a33 2023-12-09T02:53:31.009 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi172 running (11m) 30s ago 11m 61.3M 3037M 17.2.0 e1d6a67b021e c04304e8675b 2023-12-09T02:53:31.009 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi172 running (11m) 30s ago 11m 56.3M 3037M 17.2.0 e1d6a67b021e fcb16f6cd272 2023-12-09T02:53:31.009 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi172 running (10m) 30s ago 10m 54.6M 3037M 17.2.0 e1d6a67b021e a1dc1e893a48 2023-12-09T02:53:31.009 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi172 running (10m) 30s ago 10m 58.2M 3037M 17.2.0 e1d6a67b021e f5bf1afe0d7c 2023-12-09T02:53:31.009 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi172 *:9095 starting - - - - 2023-12-09T02:53:31.009 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.foo.smithi023.mllipj smithi023 *:8000 running (7m) 30s ago 7m 87.1M - 17.2.0 e1d6a67b021e 110d5ba1c152 2023-12-09T02:53:31.009 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.foo.smithi172.aqpemq smithi172 *:8000 running (7m) 30s ago 7m 87.3M - 17.2.0 e1d6a67b021e c9a58e322a85 2023-12-09T02:53:31.009 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.smpl.smithi023.ikvhaq smithi023 *:80 running (6m) 30s ago 6m 87.0M - 17.2.0 e1d6a67b021e 9fb31f23b01c 2023-12-09T02:53:31.009 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.smpl.smithi172.ysxvfy smithi172 *:80 running (6m) 30s ago 6m 87.0M - 17.2.0 e1d6a67b021e 3c13f0c0b020 2023-12-09T02:53:31.461 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2023-12-09T02:53:31.461 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2023-12-09T02:53:31.461 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3 2023-12-09T02:53:31.461 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:53:31.461 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2023-12-09T02:53:31.461 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 2 2023-12-09T02:53:31.461 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:53:31.462 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2023-12-09T02:53:31.462 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-09T02:53:31.462 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:53:31.462 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": {}, 2023-12-09T02:53:31.462 INFO:teuthology.orchestra.run.smithi023.stdout: "rgw": { 2023-12-09T02:53:31.462 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-09T02:53:31.462 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:53:31.462 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2023-12-09T02:53:31.462 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 15, 2023-12-09T02:53:31.462 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 2 2023-12-09T02:53:31.462 INFO:teuthology.orchestra.run.smithi023.stdout: } 2023-12-09T02:53:31.462 INFO:teuthology.orchestra.run.smithi023.stdout:} 2023-12-09T02:53:31.497 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:31 smithi172 bash[25093]: cluster 2023-12-09T02:53:29.866611+0000 mgr.y (mgr.15438) 50 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:53:31.521 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:31 smithi023 bash[24949]: cluster 2023-12-09T02:53:29.866611+0000 mgr.y (mgr.15438) 50 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:53:31.522 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:31 smithi023 bash[30415]: cluster 2023-12-09T02:53:29.866611+0000 mgr.y (mgr.15438) 50 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:53:31.841 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2023-12-09T02:53:31.841 INFO:teuthology.orchestra.run.smithi023.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882", 2023-12-09T02:53:31.841 INFO:teuthology.orchestra.run.smithi023.stdout: "in_progress": true, 2023-12-09T02:53:31.841 INFO:teuthology.orchestra.run.smithi023.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-09T02:53:31.841 INFO:teuthology.orchestra.run.smithi023.stdout: "services_complete": [], 2023-12-09T02:53:31.841 INFO:teuthology.orchestra.run.smithi023.stdout: "progress": "", 2023-12-09T02:53:31.841 INFO:teuthology.orchestra.run.smithi023.stdout: "message": "Currently upgrading mgr daemons", 2023-12-09T02:53:31.841 INFO:teuthology.orchestra.run.smithi023.stdout: "is_paused": false 2023-12-09T02:53:31.841 INFO:teuthology.orchestra.run.smithi023.stdout:} 2023-12-09T02:53:31.997 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:53:31 smithi172 bash[49751]: debug 2023-12-09T02:53:31.643+0000 7ff2d757a200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-09T02:53:31.998 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:53:31 smithi172 bash[49751]: debug 2023-12-09T02:53:31.747+0000 7ff2d757a200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-09T02:53:31.998 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:53:31 smithi172 bash[49751]: debug 2023-12-09T02:53:31.847+0000 7ff2d757a200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-09T02:53:32.285 INFO:teuthology.orchestra.run.smithi023.stdout:HEALTH_OK 2023-12-09T02:53:32.497 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:53:32 smithi172 bash[49751]: debug 2023-12-09T02:53:32.115+0000 7ff2d757a200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-09T02:53:32.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:32 smithi172 bash[25093]: audit 2023-12-09T02:53:30.204692+0000 mgr.y (mgr.15438) 51 : audit [DBG] from='client.25414 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:53:32.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:32 smithi172 bash[25093]: audit 2023-12-09T02:53:30.592956+0000 mgr.y (mgr.15438) 52 : audit [DBG] from='client.15537 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:53:32.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:32 smithi172 bash[25093]: audit 2023-12-09T02:53:30.975711+0000 mgr.y (mgr.15438) 53 : audit [DBG] from='client.15549 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:53:32.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:32 smithi172 bash[25093]: audit 2023-12-09T02:53:31.453319+0000 mon.a (mon.0) 1024 : audit [DBG] from='client.? 172.21.15.23:0/2323065010' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:53:32.521 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:53:32 smithi023 bash[61239]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:53:32] "GET /metrics HTTP/1.1" 200 38152 "" "Prometheus/2.33.4" 2023-12-09T02:53:32.522 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:32 smithi023 bash[30415]: audit 2023-12-09T02:53:30.204692+0000 mgr.y (mgr.15438) 51 : audit [DBG] from='client.25414 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:53:32.522 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:32 smithi023 bash[30415]: audit 2023-12-09T02:53:30.592956+0000 mgr.y (mgr.15438) 52 : audit [DBG] from='client.15537 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:53:32.522 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:32 smithi023 bash[30415]: audit 2023-12-09T02:53:30.975711+0000 mgr.y (mgr.15438) 53 : audit [DBG] from='client.15549 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:53:32.522 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:32 smithi023 bash[30415]: audit 2023-12-09T02:53:31.453319+0000 mon.a (mon.0) 1024 : audit [DBG] from='client.? 172.21.15.23:0/2323065010' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:53:32.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:32 smithi023 bash[24949]: audit 2023-12-09T02:53:30.204692+0000 mgr.y (mgr.15438) 51 : audit [DBG] from='client.25414 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:53:32.523 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:32 smithi023 bash[24949]: audit 2023-12-09T02:53:30.592956+0000 mgr.y (mgr.15438) 52 : audit [DBG] from='client.15537 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:53:32.523 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:32 smithi023 bash[24949]: audit 2023-12-09T02:53:30.975711+0000 mgr.y (mgr.15438) 53 : audit [DBG] from='client.15549 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:53:32.523 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:32 smithi023 bash[24949]: audit 2023-12-09T02:53:31.453319+0000 mon.a (mon.0) 1024 : audit [DBG] from='client.? 172.21.15.23:0/2323065010' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:53:32.883 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:53:32 smithi172 bash[49751]: debug 2023-12-09T02:53:32.495+0000 7ff2d757a200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-09T02:53:32.883 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:53:32 smithi172 bash[49751]: debug 2023-12-09T02:53:32.659+0000 7ff2d757a200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-09T02:53:33.159 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:53:32 smithi172 bash[49751]: debug 2023-12-09T02:53:32.879+0000 7ff2d757a200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-09T02:53:33.497 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:33 smithi172 bash[25093]: audit 2023-12-09T02:53:31.833075+0000 mgr.y (mgr.15438) 54 : audit [DBG] from='client.15561 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:53:33.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:33 smithi172 bash[25093]: cluster 2023-12-09T02:53:31.868000+0000 mgr.y (mgr.15438) 55 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:53:33.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:33 smithi172 bash[25093]: audit 2023-12-09T02:53:32.278195+0000 mon.c (mon.1) 83 : audit [DBG] from='client.? 172.21.15.23:0/671505157' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:53:33.521 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:33 smithi023 bash[30415]: audit 2023-12-09T02:53:31.833075+0000 mgr.y (mgr.15438) 54 : audit [DBG] from='client.15561 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:53:33.522 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:33 smithi023 bash[30415]: cluster 2023-12-09T02:53:31.868000+0000 mgr.y (mgr.15438) 55 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:53:33.522 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:33 smithi023 bash[30415]: audit 2023-12-09T02:53:32.278195+0000 mon.c (mon.1) 83 : audit [DBG] from='client.? 172.21.15.23:0/671505157' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:53:33.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:33 smithi023 bash[24949]: audit 2023-12-09T02:53:31.833075+0000 mgr.y (mgr.15438) 54 : audit [DBG] from='client.15561 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:53:33.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:33 smithi023 bash[24949]: cluster 2023-12-09T02:53:31.868000+0000 mgr.y (mgr.15438) 55 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:53:33.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:33 smithi023 bash[24949]: audit 2023-12-09T02:53:32.278195+0000 mon.c (mon.1) 83 : audit [DBG] from='client.? 172.21.15.23:0/671505157' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:53:34.247 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:53:33 smithi172 bash[49751]: debug 2023-12-09T02:53:33.903+0000 7ff2d757a200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-09T02:53:34.248 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:53:34 smithi172 bash[49751]: debug 2023-12-09T02:53:34.019+0000 7ff2d757a200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-09T02:53:34.248 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:53:34 smithi172 bash[49751]: debug 2023-12-09T02:53:34.143+0000 7ff2d757a200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-09T02:53:34.922 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:34 smithi172 bash[25093]: cluster 2023-12-09T02:53:33.868897+0000 mgr.y (mgr.15438) 56 : 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 2023-12-09T02:53:34.922 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:53:34 smithi172 bash[49751]: debug 2023-12-09T02:53:34.663+0000 7ff2d757a200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-09T02:53:35.021 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:34 smithi023 bash[24949]: cluster 2023-12-09T02:53:33.868897+0000 mgr.y (mgr.15438) 56 : 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 2023-12-09T02:53:35.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:34 smithi023 bash[30415]: cluster 2023-12-09T02:53:33.868897+0000 mgr.y (mgr.15438) 56 : 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 2023-12-09T02:53:35.247 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:53:34 smithi172 bash[49751]: debug 2023-12-09T02:53:34.919+0000 7ff2d757a200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-09T02:53:35.747 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:53:35 smithi172 bash[49751]: debug 2023-12-09T02:53:35.443+0000 7ff2d757a200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-09T02:53:36.497 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:53:36 smithi172 bash[49751]: debug 2023-12-09T02:53:36.011+0000 7ff2d757a200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-09T02:53:36.998 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:53:36 smithi172 bash[49751]: debug 2023-12-09T02:53:36.623+0000 7ff2d757a200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-09T02:53:36.998 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:53:36 smithi172 bash[49751]: debug 2023-12-09T02:53:36.739+0000 7ff2d757a200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-09T02:53:36.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:36 smithi172 bash[25093]: audit 2023-12-09T02:53:35.719975+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:36.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:36 smithi172 bash[25093]: audit 2023-12-09T02:53:35.733384+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:36.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:36 smithi172 bash[25093]: cluster 2023-12-09T02:53:35.870610+0000 mgr.y (mgr.15438) 57 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:53:36.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:36 smithi172 bash[25093]: audit 2023-12-09T02:53:36.032375+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:36.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:36 smithi172 bash[25093]: audit 2023-12-09T02:53:36.049418+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:37.021 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:36 smithi023 bash[24949]: audit 2023-12-09T02:53:35.719975+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:37.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:36 smithi023 bash[24949]: audit 2023-12-09T02:53:35.733384+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:37.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:36 smithi023 bash[24949]: cluster 2023-12-09T02:53:35.870610+0000 mgr.y (mgr.15438) 57 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:53:37.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:36 smithi023 bash[24949]: audit 2023-12-09T02:53:36.032375+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:37.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:36 smithi023 bash[24949]: audit 2023-12-09T02:53:36.049418+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:37.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:36 smithi023 bash[30415]: audit 2023-12-09T02:53:35.719975+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:37.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:36 smithi023 bash[30415]: audit 2023-12-09T02:53:35.733384+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:37.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:36 smithi023 bash[30415]: cluster 2023-12-09T02:53:35.870610+0000 mgr.y (mgr.15438) 57 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:53:37.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:36 smithi023 bash[30415]: audit 2023-12-09T02:53:36.032375+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:37.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:36 smithi023 bash[30415]: audit 2023-12-09T02:53:36.049418+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:37.364 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:53:37 smithi172 bash[49751]: debug 2023-12-09T02:53:37.099+0000 7ff2d757a200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-09T02:53:37.364 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:53:37 smithi172 bash[49751]: debug 2023-12-09T02:53:37.219+0000 7ff2d757a200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-09T02:53:37.747 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:53:37 smithi172 bash[49751]: debug 2023-12-09T02:53:37.359+0000 7ff2d757a200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-09T02:53:37.748 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:53:37 smithi172 bash[49751]: debug 2023-12-09T02:53:37.479+0000 7ff2d757a200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-09T02:53:37.748 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:53:37 smithi172 bash[49751]: debug 2023-12-09T02:53:37.603+0000 7ff2d757a200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-09T02:53:38.021 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:37 smithi023 bash[30415]: audit 2023-12-09T02:53:36.743927+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:38.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:37 smithi023 bash[30415]: audit 2023-12-09T02:53:36.754274+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:38.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:37 smithi023 bash[24949]: audit 2023-12-09T02:53:36.743927+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:38.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:37 smithi023 bash[24949]: audit 2023-12-09T02:53:36.754274+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:38.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:37 smithi172 bash[25093]: audit 2023-12-09T02:53:36.743927+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:38.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:37 smithi172 bash[25093]: audit 2023-12-09T02:53:36.754274+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:38.248 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:53:37 smithi172 bash[49751]: debug 2023-12-09T02:53:37.799+0000 7ff2d757a200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-09T02:53:38.248 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:53:37 smithi172 bash[49751]: debug 2023-12-09T02:53:37.923+0000 7ff2d757a200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-09T02:53:38.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:38 smithi172 bash[25093]: cluster 2023-12-09T02:53:37.871380+0000 mgr.y (mgr.15438) 58 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:53:38.998 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:53:38 smithi172 bash[49296]: ts=2023-12-09T02:53:38.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.23\", device_class=\"ssd\", hostname=\"smithi023\", instance=\"smithi023:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.23\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.23\", device_class=\"ssd\", hostname=\"smithi023\", instance=\"172.21.15.172:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.23\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-09T02:53:39.021 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:38 smithi023 bash[24949]: cluster 2023-12-09T02:53:37.871380+0000 mgr.y (mgr.15438) 58 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:53:39.021 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:38 smithi023 bash[30415]: cluster 2023-12-09T02:53:37.871380+0000 mgr.y (mgr.15438) 58 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:53:39.498 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:53:39 smithi172 bash[49751]: debug 2023-12-09T02:53:39.179+0000 7ff2d757a200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-09T02:53:39.498 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:53:39 smithi172 bash[49751]: [09/Dec/2023:02:53:39] ENGINE Bus STARTING 2023-12-09T02:53:39.498 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:53:39 smithi172 bash[49751]: CherryPy Checker: 2023-12-09T02:53:39.498 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:53:39 smithi172 bash[49751]: The Application mounted at '' has an empty config. 2023-12-09T02:53:39.498 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:53:39 smithi172 bash[49751]: [09/Dec/2023:02:53:39] ENGINE Serving on http://:::9283 2023-12-09T02:53:39.498 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:53:39 smithi172 bash[49751]: [09/Dec/2023:02:53:39] ENGINE Bus STARTED 2023-12-09T02:53:40.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:39 smithi023 bash[24949]: audit 2023-12-09T02:53:38.603650+0000 mgr.y (mgr.15438) 59 : audit [DBG] from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:53:40.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:39 smithi023 bash[24949]: audit 2023-12-09T02:53:38.997168+0000 mon.c (mon.1) 84 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:53:40.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:39 smithi023 bash[24949]: cluster 2023-12-09T02:53:39.197963+0000 mon.a (mon.0) 1031 : cluster [DBG] Standby manager daemon x restarted 2023-12-09T02:53:40.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:39 smithi023 bash[24949]: cluster 2023-12-09T02:53:39.198158+0000 mon.a (mon.0) 1032 : cluster [DBG] Standby manager daemon x started 2023-12-09T02:53:40.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:39 smithi023 bash[24949]: audit 2023-12-09T02:53:39.209034+0000 mon.b (mon.2) 131 : audit [DBG] from='mgr.? 172.21.15.172:0/2136084537' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-09T02:53:40.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:39 smithi023 bash[24949]: audit 2023-12-09T02:53:39.209704+0000 mon.b (mon.2) 132 : audit [DBG] from='mgr.? 172.21.15.172:0/2136084537' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-09T02:53:40.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:39 smithi023 bash[24949]: audit 2023-12-09T02:53:39.214719+0000 mon.b (mon.2) 133 : audit [DBG] from='mgr.? 172.21.15.172:0/2136084537' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-09T02:53:40.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:39 smithi023 bash[24949]: audit 2023-12-09T02:53:39.215321+0000 mon.b (mon.2) 134 : audit [DBG] from='mgr.? 172.21.15.172:0/2136084537' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-09T02:53:40.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:39 smithi023 bash[30415]: audit 2023-12-09T02:53:38.603650+0000 mgr.y (mgr.15438) 59 : audit [DBG] from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:53:40.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:39 smithi023 bash[30415]: audit 2023-12-09T02:53:38.997168+0000 mon.c (mon.1) 84 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:53:40.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:39 smithi023 bash[30415]: cluster 2023-12-09T02:53:39.197963+0000 mon.a (mon.0) 1031 : cluster [DBG] Standby manager daemon x restarted 2023-12-09T02:53:40.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:39 smithi023 bash[30415]: cluster 2023-12-09T02:53:39.198158+0000 mon.a (mon.0) 1032 : cluster [DBG] Standby manager daemon x started 2023-12-09T02:53:40.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:39 smithi023 bash[30415]: audit 2023-12-09T02:53:39.209034+0000 mon.b (mon.2) 131 : audit [DBG] from='mgr.? 172.21.15.172:0/2136084537' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-09T02:53:40.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:39 smithi023 bash[30415]: audit 2023-12-09T02:53:39.209704+0000 mon.b (mon.2) 132 : audit [DBG] from='mgr.? 172.21.15.172:0/2136084537' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-09T02:53:40.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:39 smithi023 bash[30415]: audit 2023-12-09T02:53:39.214719+0000 mon.b (mon.2) 133 : audit [DBG] from='mgr.? 172.21.15.172:0/2136084537' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-09T02:53:40.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:39 smithi023 bash[30415]: audit 2023-12-09T02:53:39.215321+0000 mon.b (mon.2) 134 : audit [DBG] from='mgr.? 172.21.15.172:0/2136084537' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-09T02:53:40.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:39 smithi172 bash[25093]: audit 2023-12-09T02:53:38.603650+0000 mgr.y (mgr.15438) 59 : audit [DBG] from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:53:40.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:39 smithi172 bash[25093]: audit 2023-12-09T02:53:38.997168+0000 mon.c (mon.1) 84 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:53:40.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:39 smithi172 bash[25093]: cluster 2023-12-09T02:53:39.197963+0000 mon.a (mon.0) 1031 : cluster [DBG] Standby manager daemon x restarted 2023-12-09T02:53:40.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:39 smithi172 bash[25093]: cluster 2023-12-09T02:53:39.198158+0000 mon.a (mon.0) 1032 : cluster [DBG] Standby manager daemon x started 2023-12-09T02:53:40.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:39 smithi172 bash[25093]: audit 2023-12-09T02:53:39.209034+0000 mon.b (mon.2) 131 : audit [DBG] from='mgr.? 172.21.15.172:0/2136084537' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-09T02:53:40.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:39 smithi172 bash[25093]: audit 2023-12-09T02:53:39.209704+0000 mon.b (mon.2) 132 : audit [DBG] from='mgr.? 172.21.15.172:0/2136084537' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-09T02:53:40.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:39 smithi172 bash[25093]: audit 2023-12-09T02:53:39.214719+0000 mon.b (mon.2) 133 : audit [DBG] from='mgr.? 172.21.15.172:0/2136084537' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-09T02:53:40.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:39 smithi172 bash[25093]: audit 2023-12-09T02:53:39.215321+0000 mon.b (mon.2) 134 : audit [DBG] from='mgr.? 172.21.15.172:0/2136084537' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-09T02:53:41.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:40 smithi172 bash[25093]: cluster 2023-12-09T02:53:39.788904+0000 mon.a (mon.0) 1033 : cluster [DBG] mgrmap e34: y(active, since 46s), standbys: x 2023-12-09T02:53:41.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:40 smithi172 bash[25093]: cluster 2023-12-09T02:53:39.872579+0000 mgr.y (mgr.15438) 60 : cluster [DBG] pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:53:41.271 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:40 smithi023 bash[24949]: cluster 2023-12-09T02:53:39.788904+0000 mon.a (mon.0) 1033 : cluster [DBG] mgrmap e34: y(active, since 46s), standbys: x 2023-12-09T02:53:41.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:40 smithi023 bash[24949]: cluster 2023-12-09T02:53:39.872579+0000 mgr.y (mgr.15438) 60 : cluster [DBG] pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:53:41.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:40 smithi023 bash[30415]: cluster 2023-12-09T02:53:39.788904+0000 mon.a (mon.0) 1033 : cluster [DBG] mgrmap e34: y(active, since 46s), standbys: x 2023-12-09T02:53:41.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:40 smithi023 bash[30415]: cluster 2023-12-09T02:53:39.872579+0000 mgr.y (mgr.15438) 60 : cluster [DBG] pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:53:42.771 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:53:42 smithi023 bash[61239]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:53:42] "GET /metrics HTTP/1.1" 200 38157 "" "Prometheus/2.33.4" 2023-12-09T02:53:43.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:42 smithi172 bash[25093]: cluster 2023-12-09T02:53:41.874137+0000 mgr.y (mgr.15438) 61 : cluster [DBG] pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:53:43.271 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:42 smithi023 bash[24949]: cluster 2023-12-09T02:53:41.874137+0000 mgr.y (mgr.15438) 61 : cluster [DBG] pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:53:43.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:42 smithi023 bash[30415]: cluster 2023-12-09T02:53:41.874137+0000 mgr.y (mgr.15438) 61 : cluster [DBG] pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:53:44.961 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:44 smithi172 bash[25093]: cluster 2023-12-09T02:53:43.874929+0000 mgr.y (mgr.15438) 62 : 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 2023-12-09T02:53:45.021 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:44 smithi023 bash[24949]: cluster 2023-12-09T02:53:43.874929+0000 mgr.y (mgr.15438) 62 : 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 2023-12-09T02:53:45.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:44 smithi023 bash[30415]: cluster 2023-12-09T02:53:43.874929+0000 mgr.y (mgr.15438) 62 : 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 2023-12-09T02:53:47.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:46 smithi172 bash[25093]: cluster 2023-12-09T02:53:45.876686+0000 mgr.y (mgr.15438) 63 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:53:47.271 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:46 smithi023 bash[24949]: cluster 2023-12-09T02:53:45.876686+0000 mgr.y (mgr.15438) 63 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:53:47.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:46 smithi023 bash[30415]: cluster 2023-12-09T02:53:45.876686+0000 mgr.y (mgr.15438) 63 : cluster [DBG] pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:53:48.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:48 smithi172 bash[25093]: audit 2023-12-09T02:53:47.014475+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:48.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:48 smithi172 bash[25093]: audit 2023-12-09T02:53:47.028840+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:48.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:48 smithi172 bash[25093]: audit 2023-12-09T02:53:47.032347+0000 mon.c (mon.1) 85 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:53:48.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:48 smithi172 bash[25093]: audit 2023-12-09T02:53:47.033790+0000 mon.c (mon.1) 86 : audit [INF] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:53:48.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:48 smithi172 bash[25093]: audit 2023-12-09T02:53:47.045123+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:48.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:48 smithi172 bash[25093]: audit 2023-12-09T02:53:47.133187+0000 mon.c (mon.1) 87 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:53:48.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:48 smithi172 bash[25093]: audit 2023-12-09T02:53:47.136732+0000 mon.c (mon.1) 88 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:53:48.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:48 smithi172 bash[25093]: cephadm 2023-12-09T02:53:47.138370+0000 mgr.y (mgr.15438) 64 : cephadm [INF] Upgrade: Setting container_image for all mgr 2023-12-09T02:53:48.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:48 smithi172 bash[25093]: audit 2023-12-09T02:53:47.148077+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:48.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:48 smithi172 bash[25093]: audit 2023-12-09T02:53:47.153165+0000 mon.c (mon.1) 89 : audit [INF] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2023-12-09T02:53:48.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:48 smithi172 bash[25093]: audit 2023-12-09T02:53:47.153696+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.15438 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2023-12-09T02:53:48.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:48 smithi172 bash[25093]: audit 2023-12-09T02:53:47.165732+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.15438 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2023-12-09T02:53:48.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:48 smithi172 bash[25093]: audit 2023-12-09T02:53:47.167645+0000 mon.c (mon.1) 90 : audit [INF] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2023-12-09T02:53:48.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:48 smithi172 bash[25093]: audit 2023-12-09T02:53:47.168242+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.15438 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2023-12-09T02:53:48.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:48 smithi172 bash[25093]: audit 2023-12-09T02:53:47.177564+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.15438 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2023-12-09T02:53:48.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:48 smithi172 bash[25093]: audit 2023-12-09T02:53:47.182014+0000 mon.c (mon.1) 91 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-09T02:53:48.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:48 smithi172 bash[25093]: audit 2023-12-09T02:53:47.183683+0000 mon.c (mon.1) 92 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2023-12-09T02:53:48.500 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:48 smithi172 bash[25093]: cephadm 2023-12-09T02:53:47.185029+0000 mgr.y (mgr.15438) 65 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2023-12-09T02:53:48.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:48 smithi023 bash[24949]: audit 2023-12-09T02:53:47.014475+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:48.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:48 smithi023 bash[24949]: audit 2023-12-09T02:53:47.028840+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:48.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:48 smithi023 bash[24949]: audit 2023-12-09T02:53:47.032347+0000 mon.c (mon.1) 85 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:53:48.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:48 smithi023 bash[24949]: audit 2023-12-09T02:53:47.033790+0000 mon.c (mon.1) 86 : audit [INF] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:53:48.523 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:48 smithi023 bash[24949]: audit 2023-12-09T02:53:47.045123+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:48.523 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:48 smithi023 bash[24949]: audit 2023-12-09T02:53:47.133187+0000 mon.c (mon.1) 87 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:53:48.523 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:48 smithi023 bash[24949]: audit 2023-12-09T02:53:47.136732+0000 mon.c (mon.1) 88 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:53:48.523 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:48 smithi023 bash[24949]: cephadm 2023-12-09T02:53:47.138370+0000 mgr.y (mgr.15438) 64 : cephadm [INF] Upgrade: Setting container_image for all mgr 2023-12-09T02:53:48.523 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:48 smithi023 bash[24949]: audit 2023-12-09T02:53:47.148077+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:48.523 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:48 smithi023 bash[24949]: audit 2023-12-09T02:53:47.153165+0000 mon.c (mon.1) 89 : audit [INF] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2023-12-09T02:53:48.523 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:48 smithi023 bash[24949]: audit 2023-12-09T02:53:47.153696+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.15438 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2023-12-09T02:53:48.523 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:48 smithi023 bash[24949]: audit 2023-12-09T02:53:47.165732+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.15438 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2023-12-09T02:53:48.523 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:48 smithi023 bash[24949]: audit 2023-12-09T02:53:47.167645+0000 mon.c (mon.1) 90 : audit [INF] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2023-12-09T02:53:48.523 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:48 smithi023 bash[24949]: audit 2023-12-09T02:53:47.168242+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.15438 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2023-12-09T02:53:48.523 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:48 smithi023 bash[24949]: audit 2023-12-09T02:53:47.177564+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.15438 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2023-12-09T02:53:48.523 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:48 smithi023 bash[24949]: audit 2023-12-09T02:53:47.182014+0000 mon.c (mon.1) 91 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-09T02:53:48.523 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:48 smithi023 bash[24949]: audit 2023-12-09T02:53:47.183683+0000 mon.c (mon.1) 92 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2023-12-09T02:53:48.524 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:48 smithi023 bash[24949]: cephadm 2023-12-09T02:53:47.185029+0000 mgr.y (mgr.15438) 65 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2023-12-09T02:53:48.524 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:48 smithi023 bash[30415]: audit 2023-12-09T02:53:47.014475+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:48.524 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:48 smithi023 bash[30415]: audit 2023-12-09T02:53:47.028840+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:48.524 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:48 smithi023 bash[30415]: audit 2023-12-09T02:53:47.032347+0000 mon.c (mon.1) 85 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:53:48.524 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:48 smithi023 bash[30415]: audit 2023-12-09T02:53:47.033790+0000 mon.c (mon.1) 86 : audit [INF] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:53:48.524 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:48 smithi023 bash[30415]: audit 2023-12-09T02:53:47.045123+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:48.524 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:48 smithi023 bash[30415]: audit 2023-12-09T02:53:47.133187+0000 mon.c (mon.1) 87 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:53:48.524 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:48 smithi023 bash[30415]: audit 2023-12-09T02:53:47.136732+0000 mon.c (mon.1) 88 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:53:48.524 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:48 smithi023 bash[30415]: cephadm 2023-12-09T02:53:47.138370+0000 mgr.y (mgr.15438) 64 : cephadm [INF] Upgrade: Setting container_image for all mgr 2023-12-09T02:53:48.524 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:48 smithi023 bash[30415]: audit 2023-12-09T02:53:47.148077+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:48.525 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:48 smithi023 bash[30415]: audit 2023-12-09T02:53:47.153165+0000 mon.c (mon.1) 89 : audit [INF] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2023-12-09T02:53:48.525 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:48 smithi023 bash[30415]: audit 2023-12-09T02:53:47.153696+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.15438 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2023-12-09T02:53:48.525 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:48 smithi023 bash[30415]: audit 2023-12-09T02:53:47.165732+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.15438 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2023-12-09T02:53:48.525 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:48 smithi023 bash[30415]: audit 2023-12-09T02:53:47.167645+0000 mon.c (mon.1) 90 : audit [INF] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2023-12-09T02:53:48.525 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:48 smithi023 bash[30415]: audit 2023-12-09T02:53:47.168242+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.15438 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2023-12-09T02:53:48.525 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:48 smithi023 bash[30415]: audit 2023-12-09T02:53:47.177564+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.15438 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2023-12-09T02:53:48.525 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:48 smithi023 bash[30415]: audit 2023-12-09T02:53:47.182014+0000 mon.c (mon.1) 91 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-09T02:53:48.525 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:48 smithi023 bash[30415]: audit 2023-12-09T02:53:47.183683+0000 mon.c (mon.1) 92 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2023-12-09T02:53:48.525 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:48 smithi023 bash[30415]: cephadm 2023-12-09T02:53:47.185029+0000 mgr.y (mgr.15438) 65 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2023-12-09T02:53:48.998 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:53:48 smithi172 bash[49296]: ts=2023-12-09T02:53:48.661Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.23\", device_class=\"ssd\", hostname=\"smithi023\", instance=\"smithi023:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.23\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.23\", device_class=\"ssd\", hostname=\"smithi023\", instance=\"172.21.15.172:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.23\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-09T02:53:49.497 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:49 smithi172 bash[25093]: cluster 2023-12-09T02:53:47.877476+0000 mgr.y (mgr.15438) 66 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:53:49.521 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:49 smithi023 bash[24949]: cluster 2023-12-09T02:53:47.877476+0000 mgr.y (mgr.15438) 66 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:53:49.522 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:49 smithi023 bash[30415]: cluster 2023-12-09T02:53:47.877476+0000 mgr.y (mgr.15438) 66 : cluster [DBG] pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:53:50.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:50 smithi172 bash[25093]: audit 2023-12-09T02:53:48.614617+0000 mgr.y (mgr.15438) 67 : audit [DBG] from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:53:50.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:50 smithi172 bash[25093]: audit 2023-12-09T02:53:49.875123+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:50.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:50 smithi172 bash[25093]: audit 2023-12-09T02:53:49.881395+0000 mon.c (mon.1) 93 : audit [INF] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-09T02:53:50.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:50 smithi172 bash[25093]: audit 2023-12-09T02:53:49.882876+0000 mon.c (mon.1) 94 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-09T02:53:50.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:50 smithi172 bash[25093]: audit 2023-12-09T02:53:49.884295+0000 mon.c (mon.1) 95 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:53:50.521 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:50 smithi023 bash[24949]: audit 2023-12-09T02:53:48.614617+0000 mgr.y (mgr.15438) 67 : audit [DBG] from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:53:50.521 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:50 smithi023 bash[24949]: audit 2023-12-09T02:53:49.875123+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:50.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:50 smithi023 bash[24949]: audit 2023-12-09T02:53:49.881395+0000 mon.c (mon.1) 93 : audit [INF] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-09T02:53:50.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:50 smithi023 bash[24949]: audit 2023-12-09T02:53:49.882876+0000 mon.c (mon.1) 94 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-09T02:53:50.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:50 smithi023 bash[24949]: audit 2023-12-09T02:53:49.884295+0000 mon.c (mon.1) 95 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:53:50.522 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:50 smithi023 bash[30415]: audit 2023-12-09T02:53:48.614617+0000 mgr.y (mgr.15438) 67 : audit [DBG] from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:53:50.522 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:50 smithi023 bash[30415]: audit 2023-12-09T02:53:49.875123+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.15438 ' entity='mgr.y' 2023-12-09T02:53:50.522 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:50 smithi023 bash[30415]: audit 2023-12-09T02:53:49.881395+0000 mon.c (mon.1) 93 : audit [INF] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-09T02:53:50.522 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:50 smithi023 bash[30415]: audit 2023-12-09T02:53:49.882876+0000 mon.c (mon.1) 94 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-09T02:53:50.522 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:50 smithi023 bash[30415]: audit 2023-12-09T02:53:49.884295+0000 mon.c (mon.1) 95 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:53:51.450 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:51 smithi023 bash[24949]: cephadm 2023-12-09T02:53:49.856491+0000 mgr.y (mgr.15438) 68 : cephadm [INF] Upgrade: Updating mon.a 2023-12-09T02:53:51.450 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:51 smithi023 bash[24949]: cluster 2023-12-09T02:53:49.878371+0000 mgr.y (mgr.15438) 69 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:53:51.450 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:51 smithi023 bash[24949]: cephadm 2023-12-09T02:53:49.885986+0000 mgr.y (mgr.15438) 70 : cephadm [INF] Deploying daemon mon.a on smithi023 2023-12-09T02:53:51.451 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:51 smithi023 bash[30415]: cephadm 2023-12-09T02:53:49.856491+0000 mgr.y (mgr.15438) 68 : cephadm [INF] Upgrade: Updating mon.a 2023-12-09T02:53:51.451 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:51 smithi023 bash[30415]: cluster 2023-12-09T02:53:49.878371+0000 mgr.y (mgr.15438) 69 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:53:51.451 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:51 smithi023 bash[30415]: cephadm 2023-12-09T02:53:49.885986+0000 mgr.y (mgr.15438) 70 : cephadm [INF] Deploying daemon mon.a on smithi023 2023-12-09T02:53:51.497 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:51 smithi172 bash[25093]: cephadm 2023-12-09T02:53:49.856491+0000 mgr.y (mgr.15438) 68 : cephadm [INF] Upgrade: Updating mon.a 2023-12-09T02:53:51.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:51 smithi172 bash[25093]: cluster 2023-12-09T02:53:49.878371+0000 mgr.y (mgr.15438) 69 : cluster [DBG] pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:53:51.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:51 smithi172 bash[25093]: cephadm 2023-12-09T02:53:49.885986+0000 mgr.y (mgr.15438) 70 : cephadm [INF] Deploying daemon mon.a on smithi023 2023-12-09T02:53:52.497 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:52 smithi172 bash[25093]: cluster 2023-12-09T02:53:51.879869+0000 mgr.y (mgr.15438) 71 : cluster [DBG] pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:53:52.521 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:52 smithi023 bash[24949]: cluster 2023-12-09T02:53:51.879869+0000 mgr.y (mgr.15438) 71 : cluster [DBG] pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:53:52.522 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:52 smithi023 bash[30415]: cluster 2023-12-09T02:53:51.879869+0000 mgr.y (mgr.15438) 71 : cluster [DBG] pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:53:52.522 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:53:52 smithi023 bash[61239]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:53:52] "GET /metrics HTTP/1.1" 200 38157 "" "Prometheus/2.33.4" 2023-12-09T02:53:52.868 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:52 smithi023 systemd[1]: Stopping Ceph mon.a for 9eab968a-963b-11ee-95a3-87774f69a715... 2023-12-09T02:53:53.204 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:52 smithi023 bash[24949]: debug 2023-12-09T02:53:52.859+0000 7f1aaf6fe700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-12-09T02:53:53.205 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:52 smithi023 bash[24949]: debug 2023-12-09T02:53:52.859+0000 7f1aaf6fe700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2023-12-09T02:53:54.021 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:53 smithi023 bash[64274]: ceph-9eab968a-963b-11ee-95a3-87774f69a715-mon-a 2023-12-09T02:53:54.021 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:53 smithi023 bash[64349]: Error response from daemon: No such container: ceph-9eab968a-963b-11ee-95a3-87774f69a715-mon-a 2023-12-09T02:53:54.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:53 smithi023 systemd[1]: ceph-9eab968a-963b-11ee-95a3-87774f69a715@mon.a.service: Succeeded. 2023-12-09T02:53:54.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:53 smithi023 systemd[1]: Stopped Ceph mon.a for 9eab968a-963b-11ee-95a3-87774f69a715. 2023-12-09T02:53:54.521 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:54 smithi023 systemd[1]: Started Ceph mon.a for 9eab968a-963b-11ee-95a3-87774f69a715. 2023-12-09T02:53:55.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.243+0000 7f6e7628bc80 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-09T02:53:55.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.243+0000 7f6e7628bc80 0 ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev), process ceph-mon, pid 6 2023-12-09T02:53:55.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.243+0000 7f6e7628bc80 0 pidfile_write: ignore empty --pid-file 2023-12-09T02:53:55.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 0 load: jerasure load: lrc 2023-12-09T02:53:55.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: RocksDB version: 7.9.2 2023-12-09T02:53:55.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Git sha 0 2023-12-09T02:53:55.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Compile date 2023-12-08 17:42:16 2023-12-09T02:53:55.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: DB SUMMARY 2023-12-09T02:53:55.523 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: DB Session ID: DF71DGPDFVK3VJI5MBCE 2023-12-09T02:53:55.523 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: CURRENT file: CURRENT 2023-12-09T02:53:55.523 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: IDENTITY file: IDENTITY 2023-12-09T02:53:55.523 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: MANIFEST file: MANIFEST-000015 size: 1334 Bytes 2023-12-09T02:53:55.523 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000036.sst 2023-12-09T02:53:55.523 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000034.log size: 238357 ; 2023-12-09T02:53:55.523 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.error_if_exists: 0 2023-12-09T02:53:55.523 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.create_if_missing: 0 2023-12-09T02:53:55.523 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.paranoid_checks: 1 2023-12-09T02:53:55.523 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2023-12-09T02:53:55.523 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-09T02:53:55.523 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-12-09T02:53:55.523 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.env: 0x55ec0d41fa60 2023-12-09T02:53:55.524 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.fs: PosixFileSystem 2023-12-09T02:53:55.524 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.info_log: 0x55ec0f10b780 2023-12-09T02:53:55.524 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-09T02:53:55.524 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.statistics: (nil) 2023-12-09T02:53:55.524 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.use_fsync: 0 2023-12-09T02:53:55.524 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.max_log_file_size: 0 2023-12-09T02:53:55.525 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-09T02:53:55.525 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-09T02:53:55.525 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-09T02:53:55.525 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-09T02:53:55.525 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.allow_fallocate: 1 2023-12-09T02:53:55.525 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-09T02:53:55.525 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-09T02:53:55.525 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.use_direct_reads: 0 2023-12-09T02:53:55.525 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-09T02:53:55.526 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.create_missing_column_families: 0 2023-12-09T02:53:55.526 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.db_log_dir: 2023-12-09T02:53:55.526 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.wal_dir: 2023-12-09T02:53:55.526 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-09T02:53:55.526 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-09T02:53:55.526 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-09T02:53:55.526 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-09T02:53:55.526 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-09T02:53:55.526 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-09T02:53:55.526 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.advise_random_on_open: 1 2023-12-09T02:53:55.526 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-09T02:53:55.526 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.write_buffer_manager: 0x55ec0f0def00 2023-12-09T02:53:55.526 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-09T02:53:55.527 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-09T02:53:55.527 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-09T02:53:55.527 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.rate_limiter: (nil) 2023-12-09T02:53:55.527 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-09T02:53:55.527 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-09T02:53:55.527 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-09T02:53:55.527 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-09T02:53:55.527 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.unordered_write: 0 2023-12-09T02:53:55.527 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-09T02:53:55.527 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-09T02:53:55.527 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-09T02:53:55.527 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-09T02:53:55.527 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.row_cache: None 2023-12-09T02:53:55.527 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.wal_filter: None 2023-12-09T02:53:55.527 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-09T02:53:55.528 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-09T02:53:55.528 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.two_write_queues: 0 2023-12-09T02:53:55.528 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.manual_wal_flush: 0 2023-12-09T02:53:55.528 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.wal_compression: 0 2023-12-09T02:53:55.528 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.atomic_flush: 0 2023-12-09T02:53:55.528 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-09T02:53:55.528 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-09T02:53:55.528 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-09T02:53:55.528 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.log_readahead_size: 0 2023-12-09T02:53:55.528 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-09T02:53:55.528 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.best_efforts_recovery: 0 2023-12-09T02:53:55.528 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-09T02:53:55.528 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-09T02:53:55.528 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.allow_data_in_errors: 0 2023-12-09T02:53:55.528 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.db_host_id: __hostname__ 2023-12-09T02:53:55.529 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.enforce_single_del_contracts: true 2023-12-09T02:53:55.529 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.max_background_jobs: 2 2023-12-09T02:53:55.529 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.max_background_compactions: -1 2023-12-09T02:53:55.529 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.max_subcompactions: 1 2023-12-09T02:53:55.529 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-09T02:53:55.529 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-09T02:53:55.529 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-09T02:53:55.529 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.max_total_wal_size: 0 2023-12-09T02:53:55.529 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-09T02:53:55.529 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-09T02:53:55.529 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-09T02:53:55.529 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-09T02:53:55.529 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.max_open_files: -1 2023-12-09T02:53:55.529 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.bytes_per_sync: 0 2023-12-09T02:53:55.529 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-09T02:53:55.530 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-09T02:53:55.530 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-09T02:53:55.530 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.max_background_flushes: -1 2023-12-09T02:53:55.530 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Compression algorithms supported: 2023-12-09T02:53:55.530 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-09T02:53:55.530 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: kZSTD supported: 0 2023-12-09T02:53:55.530 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: kXpressCompression supported: 0 2023-12-09T02:53:55.530 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-09T02:53:55.530 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: kZlibCompression supported: 1 2023-12-09T02:53:55.530 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: kSnappyCompression supported: 1 2023-12-09T02:53:55.530 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: kLZ4Compression supported: 1 2023-12-09T02:53:55.530 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: kBZip2Compression supported: 0 2023-12-09T02:53:55.530 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-09T02:53:55.530 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2023-12-09T02:53:55.531 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000015 2023-12-09T02:53:55.531 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-12-09T02:53:55.531 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-09T02:53:55.531 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.merge_operator: 2023-12-09T02:53:55.531 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.compaction_filter: None 2023-12-09T02:53:55.531 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.compaction_filter_factory: None 2023-12-09T02:53:55.531 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.sst_partitioner_factory: None 2023-12-09T02:53:55.531 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-09T02:53:55.531 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-09T02:53:55.531 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55ec0f10b8a0) 2023-12-09T02:53:55.531 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: cache_index_and_filter_blocks: 1 2023-12-09T02:53:55.531 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-09T02:53:55.531 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-09T02:53:55.531 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: pin_top_level_index_and_filter: 1 2023-12-09T02:53:55.531 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: index_type: 0 2023-12-09T02:53:55.532 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: data_block_index_type: 0 2023-12-09T02:53:55.532 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: index_shortening: 1 2023-12-09T02:53:55.532 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: data_block_hash_table_util_ratio: 0.750000 2023-12-09T02:53:55.532 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: checksum: 4 2023-12-09T02:53:55.532 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: no_block_cache: 0 2023-12-09T02:53:55.532 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: block_cache: 0x55ec0f15f090 2023-12-09T02:53:55.532 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: block_cache_name: BinnedLRUCache 2023-12-09T02:53:55.532 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: block_cache_options: 2023-12-09T02:53:55.532 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: capacity : 536870912 2023-12-09T02:53:55.532 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: num_shard_bits : 4 2023-12-09T02:53:55.532 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: strict_capacity_limit : 0 2023-12-09T02:53:55.532 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: high_pri_pool_ratio: 0.000 2023-12-09T02:53:55.532 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: block_cache_compressed: (nil) 2023-12-09T02:53:55.532 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: persistent_cache: (nil) 2023-12-09T02:53:55.532 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: block_size: 4096 2023-12-09T02:53:55.533 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: block_size_deviation: 10 2023-12-09T02:53:55.533 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: block_restart_interval: 16 2023-12-09T02:53:55.533 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: index_block_restart_interval: 1 2023-12-09T02:53:55.533 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: metadata_block_size: 4096 2023-12-09T02:53:55.533 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: partition_filters: 0 2023-12-09T02:53:55.533 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: use_delta_encoding: 1 2023-12-09T02:53:55.533 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: filter_policy: bloomfilter 2023-12-09T02:53:55.533 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: whole_key_filtering: 1 2023-12-09T02:53:55.533 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: verify_compression: 0 2023-12-09T02:53:55.533 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: read_amp_bytes_per_bit: 0 2023-12-09T02:53:55.533 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: format_version: 5 2023-12-09T02:53:55.533 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: enable_index_compression: 1 2023-12-09T02:53:55.533 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: block_align: 0 2023-12-09T02:53:55.533 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: max_auto_readahead_size: 262144 2023-12-09T02:53:55.533 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: prepopulate_block_cache: 0 2023-12-09T02:53:55.533 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: initial_auto_readahead_size: 8192 2023-12-09T02:53:55.534 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: num_file_reads_for_auto_readahead: 2 2023-12-09T02:53:55.534 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-09T02:53:55.534 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-09T02:53:55.534 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.compression: NoCompression 2023-12-09T02:53:55.534 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-09T02:53:55.534 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-09T02:53:55.534 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-09T02:53:55.534 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.num_levels: 7 2023-12-09T02:53:55.534 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-09T02:53:55.534 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-09T02:53:55.534 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-09T02:53:55.534 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-09T02:53:55.534 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-09T02:53:55.534 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-09T02:53:55.535 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-09T02:53:55.535 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-09T02:53:55.535 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-09T02:53:55.535 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-09T02:53:55.535 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-12-09T02:53:55.535 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-12-09T02:53:55.535 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-09T02:53:55.535 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.compression_opts.level: 32767 2023-12-09T02:53:55.535 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-09T02:53:55.535 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-09T02:53:55.535 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-09T02:53:55.535 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-12-09T02:53:55.535 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-09T02:53:55.535 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.compression_opts.enabled: false 2023-12-09T02:53:55.536 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-12-09T02:53:55.536 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-09T02:53:55.536 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-09T02:53:55.536 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-09T02:53:55.536 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-09T02:53:55.536 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-09T02:53:55.536 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-09T02:53:55.536 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-09T02:53:55.536 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-09T02:53:55.536 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-09T02:53:55.536 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-09T02:53:55.536 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-09T02:53:55.536 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-09T02:53:55.536 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-09T02:53:55.536 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-09T02:53:55.537 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-09T02:53:55.537 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-09T02:53:55.537 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-09T02:53:55.537 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-12-09T02:53:55.537 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.arena_block_size: 1048576 2023-12-09T02:53:55.537 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-09T02:53:55.537 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-09T02:53:55.537 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-09T02:53:55.537 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-09T02:53:55.537 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-09T02:53:55.537 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-09T02:53:55.537 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-09T02:53:55.537 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-09T02:53:55.538 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-09T02:53:55.538 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-09T02:53:55.538 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-09T02:53:55.538 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-09T02:53:55.538 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-09T02:53:55.538 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.table_properties_collectors: 2023-12-09T02:53:55.538 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.inplace_update_support: 0 2023-12-09T02:53:55.539 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-09T02:53:55.539 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-09T02:53:55.539 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-09T02:53:55.539 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-09T02:53:55.539 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.bloom_locality: 0 2023-12-09T02:53:55.539 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.max_successive_merges: 0 2023-12-09T02:53:55.539 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-09T02:53:55.539 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-09T02:53:55.539 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.force_consistency_checks: 1 2023-12-09T02:53:55.539 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-09T02:53:55.539 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.ttl: 2592000 2023-12-09T02:53:55.539 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-09T02:53:55.539 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2023-12-09T02:53:55.539 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2023-12-09T02:53:55.540 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.enable_blob_files: false 2023-12-09T02:53:55.540 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.min_blob_size: 0 2023-12-09T02:53:55.540 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.blob_file_size: 268435456 2023-12-09T02:53:55.540 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.blob_compression_type: NoCompression 2023-12-09T02:53:55.540 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-12-09T02:53:55.540 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-09T02:53:55.540 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-12-09T02:53:55.540 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2023-12-09T02:53:55.540 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.blob_file_starting_level: 0 2023-12-09T02:53:55.540 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e7628bc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-12-09T02:53:55.540 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.255+0000 7f6e6ba54700 3 rocksdb: [table/block_based/block_based_table_reader.cc:721] At least one SST file opened without unique ID to verify: 36.sst 2023-12-09T02:53:55.540 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.259+0000 7f6e7628bc80 4 rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2023-12-09T02:53:55.540 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.259+0000 7f6e7628bc80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000015 succeeded,manifest_file_number is 15, next_file_number is 38, last_sequence is 16901, log_number is 34,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-09T02:53:55.540 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.259+0000 7f6e7628bc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 34 2023-12-09T02:53:55.540 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.259+0000 7f6e7628bc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 7a7f9e00-1668-4e85-8ff8-d8cdc38445ec 2023-12-09T02:53:55.540 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.259+0000 7f6e7628bc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702090435260778, "job": 1, "event": "recovery_started", "wal_files": [34]} 2023-12-09T02:53:55.541 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.259+0000 7f6e7628bc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #34 mode 2 2023-12-09T02:53:55.541 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.263+0000 7f6e7628bc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702090435264790, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 39, "file_size": 236214, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 16902, "largest_seqno": 17105, "table_properties": {"data_size": 234375, "index_size": 507, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 325, "raw_key_size": 2786, "raw_average_key_size": 26, "raw_value_size": 232016, "raw_average_value_size": 2188, "num_data_blocks": 22, "num_entries": 106, "num_filter_entries": 106, "num_deletions": 2, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1702090435, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "7a7f9e00-1668-4e85-8ff8-d8cdc38445ec", "db_session_id": "DF71DGPDFVK3VJI5MBCE", "orig_file_number": 39, "seqno_to_time_mapping": "N/A"}} 2023-12-09T02:53:55.541 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.263+0000 7f6e7628bc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702090435264898, "job": 1, "event": "recovery_finished"} 2023-12-09T02:53:55.541 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.263+0000 7f6e7628bc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 41 2023-12-09T02:53:55.541 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.263+0000 7f6e7628bc80 4 rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2023-12-09T02:53:55.541 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.263+0000 7f6e7628bc80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000034.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-12-09T02:53:55.541 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.263+0000 7f6e7628bc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55ec0f1fe000 2023-12-09T02:53:55.541 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.263+0000 7f6e7628bc80 4 rocksdb: DB pointer 0x55ec0f1ec000 2023-12-09T02:53:55.541 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.263+0000 7f6e64a46700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-12-09T02:53:55.541 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.267+0000 7f6e64a46700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2023-12-09T02:53:55.541 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: ** DB Stats ** 2023-12-09T02:53:55.541 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-09T02:53:55.541 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-09T02:53:55.541 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-09T02:53:55.542 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-09T02:53:55.542 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-09T02:53:55.542 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-09T02:53:55.542 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-09T02:53:55.542 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: ** Compaction Stats [default] ** 2023-12-09T02:53:55.542 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2023-12-09T02:53:55.542 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-12-09T02:53:55.542 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: L0 1/0 230.68 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 94.8 0.00 0.00 1 0.002 0 0 0.0 0.0 2023-12-09T02:53:55.542 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: L6 1/0 10.09 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2023-12-09T02:53:55.542 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: Sum 2/0 10.32 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 94.8 0.00 0.00 1 0.002 0 0 0.0 0.0 2023-12-09T02:53:55.542 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 94.8 0.00 0.00 1 0.002 0 0 0.0 0.0 2023-12-09T02:53:55.542 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: ** Compaction Stats [default] ** 2023-12-09T02:53:55.542 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2023-12-09T02:53:55.543 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-09T02:53:55.543 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 94.8 0.00 0.00 1 0.002 0 0 0.0 0.0 2023-12-09T02:53:55.543 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-12-09T02:53:55.543 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-09T02:53:55.543 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-09T02:53:55.543 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-09T02:53:55.543 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: AddFile(Total Files): cumulative 0, interval 0 2023-12-09T02:53:55.543 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-09T02:53:55.543 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: AddFile(Keys): cumulative 0, interval 0 2023-12-09T02:53:55.543 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: Cumulative compaction: 0.00 GB write, 25.06 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-09T02:53:55.543 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: Interval compaction: 0.00 GB write, 25.06 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-09T02:53:55.543 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-09T02:53:55.543 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: Block cache BinnedLRUCache@0x55ec0f15f090#6 capacity: 512.00 MB usage: 0.95 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 2.4e-05 secs_since: 0 2023-12-09T02:53:55.543 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: Block cache entry stats(count,size,portion): FilterBlock(1,0.38 KB,7.15256e-05%) IndexBlock(1,0.58 KB,0.000110269%) Misc(1,0.00 KB,0%) 2023-12-09T02:53:55.544 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: ** File Read Latency Histogram By Level [default] ** 2023-12-09T02:53:55.544 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.267+0000 7f6e7628bc80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.23:3300/0,v1:172.21.15.23:6789/0] at bind addrs [v2:172.21.15.23:3300/0,v1:172.21.15.23:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 9eab968a-963b-11ee-95a3-87774f69a715 2023-12-09T02:53:55.544 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.267+0000 7f6e7628bc80 1 mon.a@-1(???) e3 preinit fsid 9eab968a-963b-11ee-95a3-87774f69a715 2023-12-09T02:53:55.544 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.267+0000 7f6e7628bc80 0 mon.a@-1(???).mds e1 new map 2023-12-09T02:53:55.544 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.267+0000 7f6e7628bc80 0 mon.a@-1(???).mds e1 print_map 2023-12-09T02:53:55.544 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: e1 2023-12-09T02:53:55.544 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-09T02:53:55.544 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-12-09T02:53:55.544 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: legacy client fscid: -1 2023-12-09T02:53:55.544 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: 2023-12-09T02:53:55.544 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: No filesystems configured 2023-12-09T02:53:55.544 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.267+0000 7f6e7628bc80 0 mon.a@-1(???).osd e103 crush map has features 3314933000854323200, adjusting msgr requires 2023-12-09T02:53:55.544 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.267+0000 7f6e7628bc80 0 mon.a@-1(???).osd e103 crush map has features 432629239337189376, adjusting msgr requires 2023-12-09T02:53:55.544 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.267+0000 7f6e7628bc80 0 mon.a@-1(???).osd e103 crush map has features 432629239337189376, adjusting msgr requires 2023-12-09T02:53:55.544 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.267+0000 7f6e7628bc80 0 mon.a@-1(???).osd e103 crush map has features 432629239337189376, adjusting msgr requires 2023-12-09T02:53:55.545 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:55 smithi023 bash[64415]: debug 2023-12-09T02:53:55.267+0000 7f6e7628bc80 1 mon.a@-1(???).paxosservice(auth 1..23) refresh upgraded, format 0 -> 3 2023-12-09T02:53:57.248 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:53:56 smithi172 bash[49751]: ignoring --setuser ceph since I am not root 2023-12-09T02:53:57.248 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:53:56 smithi172 bash[49751]: ignoring --setgroup ceph since I am not root 2023-12-09T02:53:57.248 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:53:56 smithi172 bash[49751]: debug 2023-12-09T02:53:56.799+0000 7fbb3e092700 1 -- 172.21.15.172:0/544007459 <== mon.2 v2:172.21.15.172:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5587ede5c1a0 con 0x5587eebd8800 2023-12-09T02:53:57.248 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:53:56 smithi172 bash[49751]: debug 2023-12-09T02:53:56.955+0000 7fbb47e1a200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-09T02:53:57.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:56 smithi172 bash[25093]: cluster 2023-12-09T02:53:53.880954+0000 mgr.y (mgr.15438) 72 : cluster [DBG] pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:53:57.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:56 smithi172 bash[25093]: audit 2023-12-09T02:53:53.999002+0000 mon.c (mon.1) 96 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:53:57.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:56 smithi172 bash[25093]: cluster 2023-12-09T02:53:55.882961+0000 mgr.y (mgr.15438) 73 : cluster [DBG] pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:53:57.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:56 smithi172 bash[25093]: cluster 2023-12-09T02:53:55.889782+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2023-12-09T02:53:57.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:56 smithi172 bash[25093]: cluster 2023-12-09T02:53:56.698498+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-09T02:53:57.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:56 smithi172 bash[25093]: cluster 2023-12-09T02:53:56.710613+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.23:3300/0,v1:172.21.15.23:6789/0],b=[v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0],c=[v2:172.21.15.23:3301/0,v1:172.21.15.23:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-09T02:53:57.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:56 smithi172 bash[25093]: cluster 2023-12-09T02:53:56.711538+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2023-12-09T02:53:57.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:56 smithi172 bash[25093]: cluster 2023-12-09T02:53:56.711613+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e103: 8 total, 8 up, 8 in 2023-12-09T02:53:57.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:56 smithi172 bash[25093]: cluster 2023-12-09T02:53:56.713421+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e34: y(active, since 63s), standbys: x 2023-12-09T02:53:57.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:56 smithi172 bash[25093]: audit 2023-12-09T02:53:56.733555+0000 mon.a (mon.0) 7 : audit [INF] from='mgr.15438 ' entity='' 2023-12-09T02:53:57.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:56 smithi172 bash[25093]: cluster 2023-12-09T02:53:56.735184+0000 mon.a (mon.0) 8 : cluster [DBG] mgrmap e35: y(active, since 63s), standbys: x 2023-12-09T02:53:57.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:56 smithi172 bash[25093]: cluster 2023-12-09T02:53:56.735252+0000 mon.a (mon.0) 9 : cluster [INF] overall HEALTH_OK 2023-12-09T02:53:57.271 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:53:56 smithi023 bash[61239]: ignoring --setuser ceph since I am not root 2023-12-09T02:53:57.271 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:53:56 smithi023 bash[61239]: ignoring --setgroup ceph since I am not root 2023-12-09T02:53:57.272 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:53:56 smithi023 bash[61239]: debug 2023-12-09T02:53:56.795+0000 7fd36309c700 1 -- 172.21.15.23:0/1086560772 <== mon.0 v2:172.21.15.23:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x555fe9ef81a0 con 0x555feac74c00 2023-12-09T02:53:57.272 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:53:56 smithi023 bash[61239]: debug 2023-12-09T02:53:56.951+0000 7fd36ce24200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-09T02:53:57.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:56 smithi023 bash[30415]: cluster 2023-12-09T02:53:53.880954+0000 mgr.y (mgr.15438) 72 : cluster [DBG] pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:53:57.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:56 smithi023 bash[30415]: audit 2023-12-09T02:53:53.999002+0000 mon.c (mon.1) 96 : audit [DBG] from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:53:57.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:56 smithi023 bash[30415]: cluster 2023-12-09T02:53:55.882961+0000 mgr.y (mgr.15438) 73 : cluster [DBG] pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:53:57.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:56 smithi023 bash[30415]: cluster 2023-12-09T02:53:55.889782+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2023-12-09T02:53:57.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:56 smithi023 bash[30415]: cluster 2023-12-09T02:53:56.698498+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-09T02:53:57.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:56 smithi023 bash[30415]: cluster 2023-12-09T02:53:56.710613+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.23:3300/0,v1:172.21.15.23:6789/0],b=[v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0],c=[v2:172.21.15.23:3301/0,v1:172.21.15.23:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-09T02:53:57.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:56 smithi023 bash[30415]: cluster 2023-12-09T02:53:56.711538+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2023-12-09T02:53:57.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:56 smithi023 bash[30415]: cluster 2023-12-09T02:53:56.711613+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e103: 8 total, 8 up, 8 in 2023-12-09T02:53:57.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:56 smithi023 bash[30415]: cluster 2023-12-09T02:53:56.713421+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e34: y(active, since 63s), standbys: x 2023-12-09T02:53:57.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:56 smithi023 bash[30415]: audit 2023-12-09T02:53:56.733555+0000 mon.a (mon.0) 7 : audit [INF] from='mgr.15438 ' entity='' 2023-12-09T02:53:57.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:56 smithi023 bash[30415]: cluster 2023-12-09T02:53:56.735184+0000 mon.a (mon.0) 8 : cluster [DBG] mgrmap e35: y(active, since 63s), standbys: x 2023-12-09T02:53:57.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:56 smithi023 bash[30415]: cluster 2023-12-09T02:53:56.735252+0000 mon.a (mon.0) 9 : cluster [INF] overall HEALTH_OK 2023-12-09T02:53:57.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:56 smithi023 bash[64415]: cluster 2023-12-09T02:53:53.880954+0000 mgr.y (mgr.15438) 72 : cluster 0 pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:53:57.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:56 smithi023 bash[64415]: audit 2023-12-09T02:53:53.999002+0000 mon.c (mon.1) 96 : audit 0 from='mgr.15438 172.21.15.23:0/3625604943' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:53:57.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:56 smithi023 bash[64415]: cluster 2023-12-09T02:53:55.882961+0000 mgr.y (mgr.15438) 73 : cluster 0 pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:53:57.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:56 smithi023 bash[64415]: cluster 2023-12-09T02:53:55.889782+0000 mon.a (mon.0) 1 : cluster 1 mon.a calling monitor election 2023-12-09T02:53:57.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:56 smithi023 bash[64415]: cluster 2023-12-09T02:53:56.698498+0000 mon.a (mon.0) 2 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-09T02:53:57.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:56 smithi023 bash[64415]: cluster 2023-12-09T02:53:56.710613+0000 mon.a (mon.0) 3 : cluster 0 monmap e3: 3 mons at {a=[v2:172.21.15.23:3300/0,v1:172.21.15.23:6789/0],b=[v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0],c=[v2:172.21.15.23:3301/0,v1:172.21.15.23:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-09T02:53:57.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:56 smithi023 bash[64415]: cluster 2023-12-09T02:53:56.711538+0000 mon.a (mon.0) 4 : cluster 0 fsmap 2023-12-09T02:53:57.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:56 smithi023 bash[64415]: cluster 2023-12-09T02:53:56.711613+0000 mon.a (mon.0) 5 : cluster 0 osdmap e103: 8 total, 8 up, 8 in 2023-12-09T02:53:57.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:56 smithi023 bash[64415]: cluster 2023-12-09T02:53:56.713421+0000 mon.a (mon.0) 6 : cluster 0 mgrmap e34: y(active, since 63s), standbys: x 2023-12-09T02:53:57.274 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:56 smithi023 bash[64415]: audit 2023-12-09T02:53:56.733555+0000 mon.a (mon.0) 7 : audit 1 from='mgr.15438 ' entity='' 2023-12-09T02:53:57.274 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:56 smithi023 bash[64415]: cluster 2023-12-09T02:53:56.735184+0000 mon.a (mon.0) 8 : cluster 0 mgrmap e35: y(active, since 63s), standbys: x 2023-12-09T02:53:57.274 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:56 smithi023 bash[64415]: cluster 2023-12-09T02:53:56.735252+0000 mon.a (mon.0) 9 : cluster 1 overall HEALTH_OK 2023-12-09T02:53:58.248 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:53:57 smithi172 bash[49751]: debug 2023-12-09T02:53:57.839+0000 7fbb47e1a200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-09T02:53:58.248 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:53:57 smithi172 bash[49751]: debug 2023-12-09T02:53:57.939+0000 7fbb47e1a200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-09T02:53:58.248 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:53:58 smithi172 bash[49751]: debug 2023-12-09T02:53:58.039+0000 7fbb47e1a200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-09T02:53:58.304 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:53:57 smithi023 bash[61239]: debug 2023-12-09T02:53:57.875+0000 7fd36ce24200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-09T02:53:58.304 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:53:57 smithi023 bash[61239]: debug 2023-12-09T02:53:57.979+0000 7fd36ce24200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-09T02:53:58.660 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:53:58 smithi172 bash[49751]: debug 2023-12-09T02:53:58.303+0000 7fbb47e1a200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-09T02:53:58.737 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:53:58 smithi023 bash[61239]: debug 2023-12-09T02:53:58.083+0000 7fd36ce24200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-09T02:53:58.737 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:53:58 smithi023 bash[61239]: debug 2023-12-09T02:53:58.359+0000 7fd36ce24200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-09T02:53:58.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:53:58 smithi172 bash[25093]: cluster 2023-12-09T02:53:57.741224+0000 mon.a (mon.0) 10 : cluster [DBG] mgrmap e36: y(active, since 64s), standbys: x 2023-12-09T02:53:58.998 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:53:58 smithi172 bash[49751]: debug 2023-12-09T02:53:58.655+0000 7fbb47e1a200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-09T02:53:58.998 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:53:58 smithi172 bash[49751]: debug 2023-12-09T02:53:58.819+0000 7fbb47e1a200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-09T02:53:58.998 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:53:58 smithi172 bash[49296]: ts=2023-12-09T02:53: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.23\", device_class=\"ssd\", hostname=\"smithi023\", instance=\"smithi023:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.23\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.23\", device_class=\"ssd\", hostname=\"smithi023\", instance=\"172.21.15.172:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.23\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-09T02:53:59.021 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:53:58 smithi023 bash[30415]: cluster 2023-12-09T02:53:57.741224+0000 mon.a (mon.0) 10 : cluster [DBG] mgrmap e36: y(active, since 64s), standbys: x 2023-12-09T02:53:59.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:53:58 smithi023 bash[64415]: cluster 2023-12-09T02:53:57.741224+0000 mon.a (mon.0) 10 : cluster 0 mgrmap e36: y(active, since 64s), standbys: x 2023-12-09T02:53:59.022 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:53:58 smithi023 bash[61239]: debug 2023-12-09T02:53:58.727+0000 7fd36ce24200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-09T02:53:59.023 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:53:58 smithi023 bash[61239]: debug 2023-12-09T02:53:58.891+0000 7fd36ce24200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-09T02:53:59.497 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:53:59 smithi172 bash[49751]: debug 2023-12-09T02:53:59.027+0000 7fbb47e1a200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-09T02:53:59.521 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:53:59 smithi023 bash[61239]: debug 2023-12-09T02:53:59.111+0000 7fd36ce24200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-09T02:54:00.497 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:54:00 smithi172 bash[49751]: debug 2023-12-09T02:54:00.027+0000 7fbb47e1a200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-09T02:54:00.498 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:54:00 smithi172 bash[49751]: debug 2023-12-09T02:54:00.139+0000 7fbb47e1a200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-09T02:54:00.498 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:54:00 smithi172 bash[49751]: debug 2023-12-09T02:54:00.255+0000 7fbb47e1a200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-09T02:54:00.521 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:54:00 smithi023 bash[61239]: debug 2023-12-09T02:54:00.135+0000 7fd36ce24200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-09T02:54:00.521 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:54:00 smithi023 bash[61239]: debug 2023-12-09T02:54:00.251+0000 7fd36ce24200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-09T02:54:00.521 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:54:00 smithi023 bash[61239]: debug 2023-12-09T02:54:00.375+0000 7fd36ce24200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-09T02:54:00.997 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:54:00 smithi172 bash[49751]: debug 2023-12-09T02:54:00.723+0000 7fbb47e1a200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-09T02:54:00.998 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:54:00 smithi172 bash[49751]: debug 2023-12-09T02:54:00.947+0000 7fbb47e1a200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-09T02:54:01.271 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:54:00 smithi023 bash[61239]: debug 2023-12-09T02:54:00.859+0000 7fd36ce24200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-09T02:54:01.272 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:54:01 smithi023 bash[61239]: debug 2023-12-09T02:54:01.091+0000 7fd36ce24200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-09T02:54:01.747 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:54:01 smithi172 bash[49751]: debug 2023-12-09T02:54:01.399+0000 7fbb47e1a200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-09T02:54:02.021 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:54:01 smithi023 bash[61239]: debug 2023-12-09T02:54:01.559+0000 7fd36ce24200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-09T02:54:02.247 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:54:01 smithi172 bash[49751]: debug 2023-12-09T02:54:01.895+0000 7fbb47e1a200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-09T02:54:02.522 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:54:02 smithi023 bash[61239]: debug 2023-12-09T02:54:02.063+0000 7fd36ce24200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-09T02:54:02.747 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:54:02 smithi172 bash[49751]: debug 2023-12-09T02:54:02.443+0000 7fbb47e1a200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-09T02:54:02.748 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:54:02 smithi172 bash[49751]: debug 2023-12-09T02:54:02.555+0000 7fbb47e1a200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-09T02:54:03.021 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:54:02 smithi023 bash[61239]: debug 2023-12-09T02:54:02.639+0000 7fd36ce24200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-09T02:54:03.022 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:54:02 smithi023 bash[61239]: debug 2023-12-09T02:54:02.751+0000 7fd36ce24200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-09T02:54:03.184 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:54:02 smithi172 bash[49751]: debug 2023-12-09T02:54:02.911+0000 7fbb47e1a200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-09T02:54:03.185 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:54:03 smithi172 bash[49751]: debug 2023-12-09T02:54:03.027+0000 7fbb47e1a200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-09T02:54:03.185 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:54:03 smithi172 bash[49751]: debug 2023-12-09T02:54:03.183+0000 7fbb47e1a200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-09T02:54:03.374 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:54:03 smithi023 bash[61239]: debug 2023-12-09T02:54:03.103+0000 7fd36ce24200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-09T02:54:03.418 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:54:03 smithi023 bash[61239]: debug 2023-12-09T02:54:03.219+0000 7fd36ce24200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-09T02:54:03.442 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:54:03 smithi172 bash[49751]: debug 2023-12-09T02:54:03.307+0000 7fbb47e1a200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-09T02:54:03.747 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:54:03 smithi172 bash[49751]: debug 2023-12-09T02:54:03.439+0000 7fbb47e1a200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-09T02:54:03.747 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:54:03 smithi172 bash[49751]: debug 2023-12-09T02:54:03.643+0000 7fbb47e1a200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-09T02:54:03.771 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:54:03 smithi023 bash[61239]: debug 2023-12-09T02:54:03.363+0000 7fd36ce24200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-09T02:54:03.771 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:54:03 smithi023 bash[61239]: debug 2023-12-09T02:54:03.483+0000 7fd36ce24200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-09T02:54:03.772 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:54:03 smithi023 bash[61239]: debug 2023-12-09T02:54:03.611+0000 7fd36ce24200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-09T02:54:04.247 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:54:03 smithi172 bash[49751]: debug 2023-12-09T02:54:03.779+0000 7fbb47e1a200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-09T02:54:04.271 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:54:03 smithi023 bash[61239]: debug 2023-12-09T02:54:03.807+0000 7fd36ce24200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-09T02:54:04.271 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:54:03 smithi023 bash[61239]: debug 2023-12-09T02:54:03.935+0000 7fd36ce24200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-09T02:54:05.376 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:54:05 smithi023 bash[61239]: debug 2023-12-09T02:54:05.215+0000 7fd36ce24200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-09T02:54:05.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:05 smithi023 bash[30415]: cluster 2023-12-09T02:54:05.017072+0000 mon.a (mon.0) 11 : cluster [DBG] Standby manager daemon x restarted 2023-12-09T02:54:05.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:05 smithi023 bash[30415]: cluster 2023-12-09T02:54:05.017268+0000 mon.a (mon.0) 12 : cluster [DBG] Standby manager daemon x started 2023-12-09T02:54:05.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:05 smithi023 bash[30415]: audit 2023-12-09T02:54:05.029439+0000 mon.b (mon.2) 135 : audit [DBG] from='mgr.? 172.21.15.172:0/69543184' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-09T02:54:05.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:05 smithi023 bash[30415]: audit 2023-12-09T02:54:05.030297+0000 mon.b (mon.2) 136 : audit [DBG] from='mgr.? 172.21.15.172:0/69543184' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-09T02:54:05.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:05 smithi023 bash[30415]: audit 2023-12-09T02:54:05.035752+0000 mon.b (mon.2) 137 : audit [DBG] from='mgr.? 172.21.15.172:0/69543184' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-09T02:54:05.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:05 smithi023 bash[30415]: audit 2023-12-09T02:54:05.037089+0000 mon.b (mon.2) 138 : audit [DBG] from='mgr.? 172.21.15.172:0/69543184' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-09T02:54:05.377 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:05 smithi023 bash[30415]: debug 2023-12-09T02:54:05.227+0000 7f2d176d7700 -1 mon.c@1(peon).osd e104 update_from_paxos full map CRC mismatch, resetting to canonical 2023-12-09T02:54:05.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:05 smithi023 bash[64415]: cluster 2023-12-09T02:54:05.017072+0000 mon.a (mon.0) 11 : cluster 0 Standby manager daemon x restarted 2023-12-09T02:54:05.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:05 smithi023 bash[64415]: cluster 2023-12-09T02:54:05.017268+0000 mon.a (mon.0) 12 : cluster 0 Standby manager daemon x started 2023-12-09T02:54:05.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:05 smithi023 bash[64415]: audit 2023-12-09T02:54:05.029439+0000 mon.b (mon.2) 135 : audit 0 from='mgr.? 172.21.15.172:0/69543184' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-09T02:54:05.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:05 smithi023 bash[64415]: audit 2023-12-09T02:54:05.030297+0000 mon.b (mon.2) 136 : audit 0 from='mgr.? 172.21.15.172:0/69543184' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-09T02:54:05.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:05 smithi023 bash[64415]: audit 2023-12-09T02:54:05.035752+0000 mon.b (mon.2) 137 : audit 0 from='mgr.? 172.21.15.172:0/69543184' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-09T02:54:05.378 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:05 smithi023 bash[64415]: audit 2023-12-09T02:54:05.037089+0000 mon.b (mon.2) 138 : audit 0 from='mgr.? 172.21.15.172:0/69543184' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-09T02:54:05.446 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:54:05 smithi172 bash[49751]: debug 2023-12-09T02:54:04.999+0000 7fbb47e1a200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-09T02:54:05.446 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:54:05 smithi172 bash[49751]: [09/Dec/2023:02:54:05] ENGINE Bus STARTING 2023-12-09T02:54:05.446 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:54:05 smithi172 bash[49751]: CherryPy Checker: 2023-12-09T02:54:05.446 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:54:05 smithi172 bash[49751]: The Application mounted at '' has an empty config. 2023-12-09T02:54:05.446 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:54:05 smithi172 bash[49751]: [09/Dec/2023:02:54:05] ENGINE Serving on http://:::9283 2023-12-09T02:54:05.447 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 02:54:05 smithi172 bash[49751]: [09/Dec/2023:02:54:05] ENGINE Bus STARTED 2023-12-09T02:54:05.447 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:05 smithi172 bash[25093]: cluster 2023-12-09T02:54:05.017072+0000 mon.a (mon.0) 11 : cluster [DBG] Standby manager daemon x restarted 2023-12-09T02:54:05.447 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:05 smithi172 bash[25093]: cluster 2023-12-09T02:54:05.017268+0000 mon.a (mon.0) 12 : cluster [DBG] Standby manager daemon x started 2023-12-09T02:54:05.447 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:05 smithi172 bash[25093]: audit 2023-12-09T02:54:05.029439+0000 mon.b (mon.2) 135 : audit [DBG] from='mgr.? 172.21.15.172:0/69543184' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2023-12-09T02:54:05.447 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:05 smithi172 bash[25093]: audit 2023-12-09T02:54:05.030297+0000 mon.b (mon.2) 136 : audit [DBG] from='mgr.? 172.21.15.172:0/69543184' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-09T02:54:05.447 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:05 smithi172 bash[25093]: audit 2023-12-09T02:54:05.035752+0000 mon.b (mon.2) 137 : audit [DBG] from='mgr.? 172.21.15.172:0/69543184' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2023-12-09T02:54:05.447 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:05 smithi172 bash[25093]: audit 2023-12-09T02:54:05.037089+0000 mon.b (mon.2) 138 : audit [DBG] from='mgr.? 172.21.15.172:0/69543184' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-09T02:54:05.447 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:05 smithi172 bash[25093]: debug 2023-12-09T02:54:05.231+0000 7f3ad896a700 -1 mon.b@2(peon).osd e104 update_from_paxos full map CRC mismatch, resetting to canonical 2023-12-09T02:54:05.771 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:54:05 smithi023 bash[61239]: [09/Dec/2023:02:54:05] ENGINE Bus STARTING 2023-12-09T02:54:05.772 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:54:05 smithi023 bash[61239]: CherryPy Checker: 2023-12-09T02:54:05.772 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:54:05 smithi023 bash[61239]: The Application mounted at '' has an empty config. 2023-12-09T02:54:05.772 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:54:05 smithi023 bash[61239]: [09/Dec/2023:02:54:05] ENGINE Serving on http://:::9283 2023-12-09T02:54:05.772 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:54:05 smithi023 bash[61239]: [09/Dec/2023:02:54:05] ENGINE Bus STARTED 2023-12-09T02:54:06.277 INFO:teuthology.orchestra.run.smithi023.stdout:true 2023-12-09T02:54:06.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:06 smithi172 bash[25093]: cluster 2023-12-09T02:54:05.078851+0000 mon.a (mon.0) 13 : cluster [DBG] mgrmap e37: y(active, since 72s), standbys: x 2023-12-09T02:54:06.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:06 smithi172 bash[25093]: cluster 2023-12-09T02:54:05.220954+0000 mon.a (mon.0) 14 : cluster [INF] Active manager daemon y restarted 2023-12-09T02:54:06.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:06 smithi172 bash[25093]: cluster 2023-12-09T02:54:05.221685+0000 mon.a (mon.0) 15 : cluster [INF] Activating manager daemon y 2023-12-09T02:54:06.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:06 smithi172 bash[25093]: cluster 2023-12-09T02:54:05.229598+0000 mon.a (mon.0) 16 : cluster [DBG] osdmap e104: 8 total, 8 up, 8 in 2023-12-09T02:54:06.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:06 smithi172 bash[25093]: cluster 2023-12-09T02:54:05.230369+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e38: y(active, starting, since 0.00885111s), standbys: x 2023-12-09T02:54:06.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:06 smithi172 bash[25093]: cluster 2023-12-09T02:54:05.237853+0000 osd.0 (osd.0) 3 : cluster [WRN] failed to encode map e104 with expected crc 2023-12-09T02:54:06.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:06 smithi172 bash[25093]: audit 2023-12-09T02:54:05.247295+0000 mon.c (mon.1) 97 : audit [DBG] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-09T02:54:06.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:06 smithi172 bash[25093]: audit 2023-12-09T02:54:05.247464+0000 mon.c (mon.1) 98 : audit [DBG] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T02:54:06.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:06 smithi172 bash[25093]: audit 2023-12-09T02:54:05.247600+0000 mon.c (mon.1) 99 : audit [DBG] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T02:54:06.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:06 smithi172 bash[25093]: audit 2023-12-09T02:54:05.253531+0000 mon.c (mon.1) 100 : audit [DBG] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-09T02:54:06.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:06 smithi172 bash[25093]: audit 2023-12-09T02:54:05.253868+0000 mon.c (mon.1) 101 : audit [DBG] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-09T02:54:06.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:06 smithi172 bash[25093]: audit 2023-12-09T02:54:05.254267+0000 mon.c (mon.1) 102 : audit [DBG] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-09T02:54:06.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:06 smithi172 bash[25093]: audit 2023-12-09T02:54:05.254618+0000 mon.c (mon.1) 103 : audit [DBG] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-09T02:54:06.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:06 smithi172 bash[25093]: audit 2023-12-09T02:54:05.254929+0000 mon.c (mon.1) 104 : audit [DBG] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-09T02:54:06.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:06 smithi172 bash[25093]: audit 2023-12-09T02:54:05.255143+0000 mon.c (mon.1) 105 : audit [DBG] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-09T02:54:06.500 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:06 smithi172 bash[25093]: audit 2023-12-09T02:54:05.255384+0000 mon.c (mon.1) 106 : audit [DBG] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-09T02:54:06.500 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:06 smithi172 bash[25093]: audit 2023-12-09T02:54:05.255648+0000 mon.c (mon.1) 107 : audit [DBG] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-09T02:54:06.500 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:06 smithi172 bash[25093]: audit 2023-12-09T02:54:05.256016+0000 mon.c (mon.1) 108 : audit [DBG] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-09T02:54:06.500 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:06 smithi172 bash[25093]: audit 2023-12-09T02:54:05.256332+0000 mon.c (mon.1) 109 : audit [DBG] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-09T02:54:06.500 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:06 smithi172 bash[25093]: audit 2023-12-09T02:54:05.256666+0000 mon.c (mon.1) 110 : audit [DBG] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-09T02:54:06.500 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:06 smithi172 bash[25093]: audit 2023-12-09T02:54:05.256956+0000 mon.c (mon.1) 111 : audit [DBG] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-09T02:54:06.500 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:06 smithi172 bash[25093]: audit 2023-12-09T02:54:05.257533+0000 mon.c (mon.1) 112 : audit [DBG] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-09T02:54:06.500 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:06 smithi172 bash[25093]: cluster 2023-12-09T02:54:05.266419+0000 mon.a (mon.0) 18 : cluster [INF] Manager daemon y is now available 2023-12-09T02:54:06.500 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:06 smithi172 bash[25093]: audit 2023-12-09T02:54:05.311018+0000 mon.c (mon.1) 113 : audit [DBG] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:54:06.500 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:06 smithi172 bash[25093]: audit 2023-12-09T02:54:05.364146+0000 mon.c (mon.1) 114 : audit [DBG] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:54:06.500 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:06 smithi172 bash[25093]: audit 2023-12-09T02:54:05.364891+0000 mon.c (mon.1) 115 : audit [INF] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:54:06.500 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:06 smithi172 bash[25093]: audit 2023-12-09T02:54:05.365288+0000 mon.a (mon.0) 19 : audit [INF] from='mgr.25456 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:54:06.500 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:06 smithi172 bash[25093]: cluster 2023-12-09T02:54:05.380167+0000 osd.7 (osd.7) 3 : cluster [WRN] failed to encode map e104 with expected crc 2023-12-09T02:54:06.500 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:06 smithi172 bash[25093]: audit 2023-12-09T02:54:05.417961+0000 mon.c (mon.1) 116 : audit [INF] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:54:06.500 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:06 smithi172 bash[25093]: audit 2023-12-09T02:54:05.418354+0000 mon.a (mon.0) 20 : audit [INF] from='mgr.25456 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:54:06.521 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:54:06 smithi023 bash[61239]: debug 2023-12-09T02:54:06.247+0000 7fd324c84700 -1 mgr.server handle_report got status from non-daemon mon.a 2023-12-09T02:54:06.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:06 smithi023 bash[64415]: cluster 2023-12-09T02:54:05.078851+0000 mon.a (mon.0) 13 : cluster 0 mgrmap e37: y(active, since 72s), standbys: x 2023-12-09T02:54:06.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:06 smithi023 bash[64415]: cluster 2023-12-09T02:54:05.220954+0000 mon.a (mon.0) 14 : cluster 1 Active manager daemon y restarted 2023-12-09T02:54:06.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:06 smithi023 bash[64415]: cluster 2023-12-09T02:54:05.221685+0000 mon.a (mon.0) 15 : cluster 1 Activating manager daemon y 2023-12-09T02:54:06.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:06 smithi023 bash[64415]: cluster 2023-12-09T02:54:05.229598+0000 mon.a (mon.0) 16 : cluster 0 osdmap e104: 8 total, 8 up, 8 in 2023-12-09T02:54:06.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:06 smithi023 bash[64415]: cluster 2023-12-09T02:54:05.230369+0000 mon.a (mon.0) 17 : cluster 0 mgrmap e38: y(active, starting, since 0.00885111s), standbys: x 2023-12-09T02:54:06.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:06 smithi023 bash[64415]: cluster 2023-12-09T02:54:05.237853+0000 osd.0 (osd.0) 3 : cluster 3 failed to encode map e104 with expected crc 2023-12-09T02:54:06.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:06 smithi023 bash[64415]: audit 2023-12-09T02:54:05.247295+0000 mon.c (mon.1) 97 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-09T02:54:06.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:06 smithi023 bash[64415]: audit 2023-12-09T02:54:05.247464+0000 mon.c (mon.1) 98 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T02:54:06.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:06 smithi023 bash[64415]: audit 2023-12-09T02:54:05.247600+0000 mon.c (mon.1) 99 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T02:54:06.523 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:06 smithi023 bash[64415]: audit 2023-12-09T02:54:05.253531+0000 mon.c (mon.1) 100 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-09T02:54:06.523 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:06 smithi023 bash[64415]: audit 2023-12-09T02:54:05.253868+0000 mon.c (mon.1) 101 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-09T02:54:06.523 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:06 smithi023 bash[64415]: audit 2023-12-09T02:54:05.254267+0000 mon.c (mon.1) 102 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-09T02:54:06.523 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:06 smithi023 bash[64415]: audit 2023-12-09T02:54:05.254618+0000 mon.c (mon.1) 103 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-09T02:54:06.523 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:06 smithi023 bash[64415]: audit 2023-12-09T02:54:05.254929+0000 mon.c (mon.1) 104 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-09T02:54:06.523 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:06 smithi023 bash[64415]: audit 2023-12-09T02:54:05.255143+0000 mon.c (mon.1) 105 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-09T02:54:06.523 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:06 smithi023 bash[64415]: audit 2023-12-09T02:54:05.255384+0000 mon.c (mon.1) 106 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-09T02:54:06.523 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:06 smithi023 bash[64415]: audit 2023-12-09T02:54:05.255648+0000 mon.c (mon.1) 107 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-09T02:54:06.523 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:06 smithi023 bash[64415]: audit 2023-12-09T02:54:05.256016+0000 mon.c (mon.1) 108 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-09T02:54:06.523 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:06 smithi023 bash[64415]: audit 2023-12-09T02:54:05.256332+0000 mon.c (mon.1) 109 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-09T02:54:06.523 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:06 smithi023 bash[64415]: audit 2023-12-09T02:54:05.256666+0000 mon.c (mon.1) 110 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-09T02:54:06.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:06 smithi023 bash[30415]: cluster 2023-12-09T02:54:05.078851+0000 mon.a (mon.0) 13 : cluster [DBG] mgrmap e37: y(active, since 72s), standbys: x 2023-12-09T02:54:06.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:06 smithi023 bash[30415]: cluster 2023-12-09T02:54:05.220954+0000 mon.a (mon.0) 14 : cluster [INF] Active manager daemon y restarted 2023-12-09T02:54:06.524 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:06 smithi023 bash[30415]: cluster 2023-12-09T02:54:05.221685+0000 mon.a (mon.0) 15 : cluster [INF] Activating manager daemon y 2023-12-09T02:54:06.524 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:06 smithi023 bash[30415]: cluster 2023-12-09T02:54:05.229598+0000 mon.a (mon.0) 16 : cluster [DBG] osdmap e104: 8 total, 8 up, 8 in 2023-12-09T02:54:06.524 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:06 smithi023 bash[30415]: cluster 2023-12-09T02:54:05.230369+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e38: y(active, starting, since 0.00885111s), standbys: x 2023-12-09T02:54:06.524 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:06 smithi023 bash[30415]: cluster 2023-12-09T02:54:05.237853+0000 osd.0 (osd.0) 3 : cluster [WRN] failed to encode map e104 with expected crc 2023-12-09T02:54:06.524 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:06 smithi023 bash[30415]: audit 2023-12-09T02:54:05.247295+0000 mon.c (mon.1) 97 : audit [DBG] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-09T02:54:06.524 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:06 smithi023 bash[30415]: audit 2023-12-09T02:54:05.247464+0000 mon.c (mon.1) 98 : audit [DBG] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T02:54:06.524 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:06 smithi023 bash[30415]: audit 2023-12-09T02:54:05.247600+0000 mon.c (mon.1) 99 : audit [DBG] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T02:54:06.524 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:06 smithi023 bash[30415]: audit 2023-12-09T02:54:05.253531+0000 mon.c (mon.1) 100 : audit [DBG] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2023-12-09T02:54:06.524 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:06 smithi023 bash[30415]: audit 2023-12-09T02:54:05.253868+0000 mon.c (mon.1) 101 : audit [DBG] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2023-12-09T02:54:06.524 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:06 smithi023 bash[30415]: audit 2023-12-09T02:54:05.254267+0000 mon.c (mon.1) 102 : audit [DBG] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-09T02:54:06.524 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:06 smithi023 bash[30415]: audit 2023-12-09T02:54:05.254618+0000 mon.c (mon.1) 103 : audit [DBG] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-09T02:54:06.524 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:06 smithi023 bash[30415]: audit 2023-12-09T02:54:05.254929+0000 mon.c (mon.1) 104 : audit [DBG] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-09T02:54:06.524 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:06 smithi023 bash[30415]: audit 2023-12-09T02:54:05.255143+0000 mon.c (mon.1) 105 : audit [DBG] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-09T02:54:06.524 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:06 smithi023 bash[30415]: audit 2023-12-09T02:54:05.255384+0000 mon.c (mon.1) 106 : audit [DBG] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-09T02:54:06.524 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:06 smithi023 bash[30415]: audit 2023-12-09T02:54:05.255648+0000 mon.c (mon.1) 107 : audit [DBG] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-09T02:54:06.525 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:06 smithi023 bash[30415]: audit 2023-12-09T02:54:05.256016+0000 mon.c (mon.1) 108 : audit [DBG] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-09T02:54:06.525 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:06 smithi023 bash[30415]: audit 2023-12-09T02:54:05.256332+0000 mon.c (mon.1) 109 : audit [DBG] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-09T02:54:06.525 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:06 smithi023 bash[30415]: audit 2023-12-09T02:54:05.256666+0000 mon.c (mon.1) 110 : audit [DBG] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-09T02:54:06.525 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:06 smithi023 bash[64415]: audit 2023-12-09T02:54:05.256956+0000 mon.c (mon.1) 111 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-09T02:54:06.525 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:06 smithi023 bash[64415]: audit 2023-12-09T02:54:05.257533+0000 mon.c (mon.1) 112 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-09T02:54:06.525 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:06 smithi023 bash[64415]: cluster 2023-12-09T02:54:05.266419+0000 mon.a (mon.0) 18 : cluster 1 Manager daemon y is now available 2023-12-09T02:54:06.525 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:06 smithi023 bash[64415]: audit 2023-12-09T02:54:05.311018+0000 mon.c (mon.1) 113 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:54:06.525 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:06 smithi023 bash[64415]: audit 2023-12-09T02:54:05.364146+0000 mon.c (mon.1) 114 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:54:06.525 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:06 smithi023 bash[64415]: audit 2023-12-09T02:54:05.364891+0000 mon.c (mon.1) 115 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:54:06.525 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:06 smithi023 bash[64415]: audit 2023-12-09T02:54:05.365288+0000 mon.a (mon.0) 19 : audit 1 from='mgr.25456 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:54:06.525 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:06 smithi023 bash[64415]: cluster 2023-12-09T02:54:05.380167+0000 osd.7 (osd.7) 3 : cluster 3 failed to encode map e104 with expected crc 2023-12-09T02:54:06.526 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:06 smithi023 bash[64415]: audit 2023-12-09T02:54:05.417961+0000 mon.c (mon.1) 116 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:54:06.526 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:06 smithi023 bash[64415]: audit 2023-12-09T02:54:05.418354+0000 mon.a (mon.0) 20 : audit 1 from='mgr.25456 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:54:06.526 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:06 smithi023 bash[30415]: audit 2023-12-09T02:54:05.256956+0000 mon.c (mon.1) 111 : audit [DBG] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-09T02:54:06.526 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:06 smithi023 bash[30415]: audit 2023-12-09T02:54:05.257533+0000 mon.c (mon.1) 112 : audit [DBG] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-09T02:54:06.526 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:06 smithi023 bash[30415]: cluster 2023-12-09T02:54:05.266419+0000 mon.a (mon.0) 18 : cluster [INF] Manager daemon y is now available 2023-12-09T02:54:06.526 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:06 smithi023 bash[30415]: audit 2023-12-09T02:54:05.311018+0000 mon.c (mon.1) 113 : audit [DBG] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:54:06.526 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:06 smithi023 bash[30415]: audit 2023-12-09T02:54:05.364146+0000 mon.c (mon.1) 114 : audit [DBG] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:54:06.527 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:06 smithi023 bash[30415]: audit 2023-12-09T02:54:05.364891+0000 mon.c (mon.1) 115 : audit [INF] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:54:06.527 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:06 smithi023 bash[30415]: audit 2023-12-09T02:54:05.365288+0000 mon.a (mon.0) 19 : audit [INF] from='mgr.25456 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2023-12-09T02:54:06.527 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:06 smithi023 bash[30415]: cluster 2023-12-09T02:54:05.380167+0000 osd.7 (osd.7) 3 : cluster [WRN] failed to encode map e104 with expected crc 2023-12-09T02:54:06.527 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:06 smithi023 bash[30415]: audit 2023-12-09T02:54:05.417961+0000 mon.c (mon.1) 116 : audit [INF] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:54:06.527 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:06 smithi023 bash[30415]: audit 2023-12-09T02:54:05.418354+0000 mon.a (mon.0) 20 : audit [INF] from='mgr.25456 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2023-12-09T02:54:07.045 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-09T02:54:07.046 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (2m) 31s ago 9m 16.3M - 0.23.0 ba2b418f427c 3b4091a6361f 2023-12-09T02:54:07.046 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi172 *:3000 running (98s) 31s ago 9m 43.2M - 8.3.5 dad864ee21e9 b146a6fad367 2023-12-09T02:54:07.046 INFO:teuthology.orchestra.run.smithi023.stdout:iscsi.foo.smithi023.vcvunr smithi023 running (50s) 31s ago 7m 43.9M - 3.5 e1d6a67b021e cab96a54a200 2023-12-09T02:54:07.046 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi172 *:8443,9283,8765 running (37s) 31s ago 15m 84.7M - 19.0.0-44-g9dcc13bb f28f2b94f153 997a6e266d78 2023-12-09T02:54:07.046 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:8443,9283,8765 running (91s) 31s ago 17m 483M - 19.0.0-44-g9dcc13bb f28f2b94f153 f635daf405b8 2023-12-09T02:54:07.046 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (17m) 31s ago 17m 67.9M 2048M 17.2.0 e1d6a67b021e 324f5279017f 2023-12-09T02:54:07.046 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi172 running (15m) 31s ago 15m 56.1M 2048M 17.2.0 e1d6a67b021e cfdc4d178041 2023-12-09T02:54:07.046 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (15m) 31s ago 15m 52.3M 2048M 17.2.0 e1d6a67b021e 9299c6ac25fe 2023-12-09T02:54:07.046 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (2m) 31s ago 9m 11.2M - 1.3.1 1dbe0e931976 11aaca649943 2023-12-09T02:54:07.046 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi172 *:9100 running (2m) 31s ago 9m 10.8M - 1.3.1 1dbe0e931976 7938141dc8d6 2023-12-09T02:54:07.046 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (14m) 31s ago 14m 58.7M 2781M 17.2.0 e1d6a67b021e b647f39c76d5 2023-12-09T02:54:07.046 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (14m) 31s ago 14m 61.8M 2781M 17.2.0 e1d6a67b021e 33c693687d9a 2023-12-09T02:54:07.046 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (13m) 31s ago 13m 54.7M 2781M 17.2.0 e1d6a67b021e b487471c7433 2023-12-09T02:54:07.046 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (13m) 31s ago 13m 59.4M 2781M 17.2.0 e1d6a67b021e 635c08619a33 2023-12-09T02:54:07.047 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi172 running (12m) 31s ago 12m 61.7M 3037M 17.2.0 e1d6a67b021e c04304e8675b 2023-12-09T02:54:07.047 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi172 running (11m) 31s ago 11m 56.6M 3037M 17.2.0 e1d6a67b021e fcb16f6cd272 2023-12-09T02:54:07.047 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi172 running (11m) 31s ago 11m 54.9M 3037M 17.2.0 e1d6a67b021e a1dc1e893a48 2023-12-09T02:54:07.047 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi172 running (10m) 31s ago 10m 58.3M 3037M 17.2.0 e1d6a67b021e f5bf1afe0d7c 2023-12-09T02:54:07.047 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi172 *:9095 running (44s) 31s ago 9m 48.5M - 2.33.4 514e6a882f6e 506724a1b8e0 2023-12-09T02:54:07.047 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.foo.smithi023.mllipj smithi023 *:8000 running (7m) 31s ago 7m 87.5M - 17.2.0 e1d6a67b021e 110d5ba1c152 2023-12-09T02:54:07.047 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.foo.smithi172.aqpemq smithi172 *:8000 running (7m) 31s ago 7m 87.5M - 17.2.0 e1d6a67b021e c9a58e322a85 2023-12-09T02:54:07.047 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.smpl.smithi023.ikvhaq smithi023 *:80 running (7m) 31s ago 7m 87.2M - 17.2.0 e1d6a67b021e 9fb31f23b01c 2023-12-09T02:54:07.047 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.smpl.smithi172.ysxvfy smithi172 *:80 running (7m) 31s ago 7m 87.5M - 17.2.0 e1d6a67b021e 3c13f0c0b020 2023-12-09T02:54:07.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:07 smithi172 bash[25093]: cluster 2023-12-09T02:54:05.237560+0000 osd.2 (osd.2) 3 : cluster [WRN] failed to encode map e104 with expected crc 2023-12-09T02:54:07.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:07 smithi172 bash[25093]: cluster 2023-12-09T02:54:05.396120+0000 osd.3 (osd.3) 3 : cluster [WRN] failed to encode map e104 with expected crc 2023-12-09T02:54:07.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:07 smithi172 bash[25093]: cluster 2023-12-09T02:54:06.094865+0000 osd.1 (osd.1) 3 : cluster [WRN] failed to encode map e104 with expected crc 2023-12-09T02:54:07.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:07 smithi172 bash[25093]: cluster 2023-12-09T02:54:06.102724+0000 osd.5 (osd.5) 3 : cluster [WRN] failed to encode map e104 with expected crc 2023-12-09T02:54:07.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:07 smithi172 bash[25093]: cluster 2023-12-09T02:54:06.103257+0000 osd.6 (osd.6) 3 : cluster [WRN] failed to encode map e104 with expected crc 2023-12-09T02:54:07.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:07 smithi172 bash[25093]: cluster 2023-12-09T02:54:06.111768+0000 osd.4 (osd.4) 3 : cluster [WRN] failed to encode map e104 with expected crc 2023-12-09T02:54:07.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:07 smithi172 bash[25093]: cluster 2023-12-09T02:54:06.239122+0000 mon.a (mon.0) 21 : cluster [DBG] mgrmap e39: y(active, since 1.01759s), standbys: x 2023-12-09T02:54:07.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:07 smithi172 bash[25093]: cephadm 2023-12-09T02:54:06.467708+0000 mgr.y (mgr.25456) 4 : cephadm [INF] [09/Dec/2023:02:54:06] ENGINE Bus STARTING 2023-12-09T02:54:07.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:07 smithi172 bash[25093]: cephadm 2023-12-09T02:54:06.570206+0000 mgr.y (mgr.25456) 5 : cephadm [INF] [09/Dec/2023:02:54:06] ENGINE Serving on http://172.21.15.23:8765 2023-12-09T02:54:07.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:07 smithi172 bash[25093]: audit 2023-12-09T02:54:06.645608+0000 mgr.y (mgr.25456) 6 : audit [DBG] from='client.34137 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:54:07.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:07 smithi172 bash[25093]: cephadm 2023-12-09T02:54:06.706177+0000 mgr.y (mgr.25456) 7 : cephadm [INF] [09/Dec/2023:02:54:06] ENGINE Serving on https://172.21.15.23:7150 2023-12-09T02:54:07.499 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:07 smithi172 bash[25093]: cephadm 2023-12-09T02:54:06.706777+0000 mgr.y (mgr.25456) 8 : cephadm [INF] [09/Dec/2023:02:54:06] ENGINE Bus STARTED 2023-12-09T02:54:07.510 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2023-12-09T02:54:07.510 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2023-12-09T02:54:07.510 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2, 2023-12-09T02:54:07.510 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 1 2023-12-09T02:54:07.510 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:54:07.510 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2023-12-09T02:54:07.510 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 2 2023-12-09T02:54:07.510 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:54:07.510 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2023-12-09T02:54:07.511 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-09T02:54:07.511 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:54:07.511 INFO:teuthology.orchestra.run.smithi023.stdout: "mds": {}, 2023-12-09T02:54:07.511 INFO:teuthology.orchestra.run.smithi023.stdout: "rgw": { 2023-12-09T02:54:07.511 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-09T02:54:07.511 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:54:07.511 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2023-12-09T02:54:07.511 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14, 2023-12-09T02:54:07.511 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 3 2023-12-09T02:54:07.511 INFO:teuthology.orchestra.run.smithi023.stdout: } 2023-12-09T02:54:07.511 INFO:teuthology.orchestra.run.smithi023.stdout:} 2023-12-09T02:54:07.521 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:07 smithi023 bash[64415]: cluster 2023-12-09T02:54:05.237560+0000 osd.2 (osd.2) 3 : cluster 3 failed to encode map e104 with expected crc 2023-12-09T02:54:07.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:07 smithi023 bash[64415]: cluster 2023-12-09T02:54:05.396120+0000 osd.3 (osd.3) 3 : cluster 3 failed to encode map e104 with expected crc 2023-12-09T02:54:07.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:07 smithi023 bash[64415]: cluster 2023-12-09T02:54:06.094865+0000 osd.1 (osd.1) 3 : cluster 3 failed to encode map e104 with expected crc 2023-12-09T02:54:07.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:07 smithi023 bash[64415]: cluster 2023-12-09T02:54:06.102724+0000 osd.5 (osd.5) 3 : cluster 3 failed to encode map e104 with expected crc 2023-12-09T02:54:07.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:07 smithi023 bash[64415]: cluster 2023-12-09T02:54:06.103257+0000 osd.6 (osd.6) 3 : cluster 3 failed to encode map e104 with expected crc 2023-12-09T02:54:07.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:07 smithi023 bash[64415]: cluster 2023-12-09T02:54:06.111768+0000 osd.4 (osd.4) 3 : cluster 3 failed to encode map e104 with expected crc 2023-12-09T02:54:07.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:07 smithi023 bash[64415]: cluster 2023-12-09T02:54:06.239122+0000 mon.a (mon.0) 21 : cluster 0 mgrmap e39: y(active, since 1.01759s), standbys: x 2023-12-09T02:54:07.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:07 smithi023 bash[64415]: cephadm 2023-12-09T02:54:06.467708+0000 mgr.y (mgr.25456) 4 : cephadm 1 [09/Dec/2023:02:54:06] ENGINE Bus STARTING 2023-12-09T02:54:07.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:07 smithi023 bash[64415]: cephadm 2023-12-09T02:54:06.570206+0000 mgr.y (mgr.25456) 5 : cephadm 1 [09/Dec/2023:02:54:06] ENGINE Serving on http://172.21.15.23:8765 2023-12-09T02:54:07.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:07 smithi023 bash[64415]: audit 2023-12-09T02:54:06.645608+0000 mgr.y (mgr.25456) 6 : audit 0 from='client.34137 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:54:07.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:07 smithi023 bash[64415]: cephadm 2023-12-09T02:54:06.706177+0000 mgr.y (mgr.25456) 7 : cephadm 1 [09/Dec/2023:02:54:06] ENGINE Serving on https://172.21.15.23:7150 2023-12-09T02:54:07.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:07 smithi023 bash[64415]: cephadm 2023-12-09T02:54:06.706777+0000 mgr.y (mgr.25456) 8 : cephadm 1 [09/Dec/2023:02:54:06] ENGINE Bus STARTED 2023-12-09T02:54:07.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:07 smithi023 bash[30415]: cluster 2023-12-09T02:54:05.237560+0000 osd.2 (osd.2) 3 : cluster [WRN] failed to encode map e104 with expected crc 2023-12-09T02:54:07.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:07 smithi023 bash[30415]: cluster 2023-12-09T02:54:05.396120+0000 osd.3 (osd.3) 3 : cluster [WRN] failed to encode map e104 with expected crc 2023-12-09T02:54:07.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:07 smithi023 bash[30415]: cluster 2023-12-09T02:54:06.094865+0000 osd.1 (osd.1) 3 : cluster [WRN] failed to encode map e104 with expected crc 2023-12-09T02:54:07.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:07 smithi023 bash[30415]: cluster 2023-12-09T02:54:06.102724+0000 osd.5 (osd.5) 3 : cluster [WRN] failed to encode map e104 with expected crc 2023-12-09T02:54:07.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:07 smithi023 bash[30415]: cluster 2023-12-09T02:54:06.103257+0000 osd.6 (osd.6) 3 : cluster [WRN] failed to encode map e104 with expected crc 2023-12-09T02:54:07.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:07 smithi023 bash[30415]: cluster 2023-12-09T02:54:06.111768+0000 osd.4 (osd.4) 3 : cluster [WRN] failed to encode map e104 with expected crc 2023-12-09T02:54:07.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:07 smithi023 bash[30415]: cluster 2023-12-09T02:54:06.239122+0000 mon.a (mon.0) 21 : cluster [DBG] mgrmap e39: y(active, since 1.01759s), standbys: x 2023-12-09T02:54:07.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:07 smithi023 bash[30415]: cephadm 2023-12-09T02:54:06.467708+0000 mgr.y (mgr.25456) 4 : cephadm [INF] [09/Dec/2023:02:54:06] ENGINE Bus STARTING 2023-12-09T02:54:07.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:07 smithi023 bash[30415]: cephadm 2023-12-09T02:54:06.570206+0000 mgr.y (mgr.25456) 5 : cephadm [INF] [09/Dec/2023:02:54:06] ENGINE Serving on http://172.21.15.23:8765 2023-12-09T02:54:07.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:07 smithi023 bash[30415]: audit 2023-12-09T02:54:06.645608+0000 mgr.y (mgr.25456) 6 : audit [DBG] from='client.34137 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:54:07.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:07 smithi023 bash[30415]: cephadm 2023-12-09T02:54:06.706177+0000 mgr.y (mgr.25456) 7 : cephadm [INF] [09/Dec/2023:02:54:06] ENGINE Serving on https://172.21.15.23:7150 2023-12-09T02:54:07.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:07 smithi023 bash[30415]: cephadm 2023-12-09T02:54:06.706777+0000 mgr.y (mgr.25456) 8 : cephadm [INF] [09/Dec/2023:02:54:06] ENGINE Bus STARTED 2023-12-09T02:54:07.894 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2023-12-09T02:54:07.894 INFO:teuthology.orchestra.run.smithi023.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882", 2023-12-09T02:54:07.894 INFO:teuthology.orchestra.run.smithi023.stdout: "in_progress": true, 2023-12-09T02:54:07.895 INFO:teuthology.orchestra.run.smithi023.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-09T02:54:07.895 INFO:teuthology.orchestra.run.smithi023.stdout: "services_complete": [ 2023-12-09T02:54:07.895 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr" 2023-12-09T02:54:07.895 INFO:teuthology.orchestra.run.smithi023.stdout: ], 2023-12-09T02:54:07.895 INFO:teuthology.orchestra.run.smithi023.stdout: "progress": "2/23 daemons upgraded", 2023-12-09T02:54:07.895 INFO:teuthology.orchestra.run.smithi023.stdout: "message": "", 2023-12-09T02:54:07.895 INFO:teuthology.orchestra.run.smithi023.stdout: "is_paused": false 2023-12-09T02:54:07.895 INFO:teuthology.orchestra.run.smithi023.stdout:} 2023-12-09T02:54:08.367 INFO:teuthology.orchestra.run.smithi023.stdout:HEALTH_OK 2023-12-09T02:54:08.521 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:08 smithi023 bash[64415]: audit 2023-12-09T02:54:07.015006+0000 mgr.y (mgr.25456) 9 : audit 0 from='client.34143 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:54:08.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:08 smithi023 bash[64415]: cluster 2023-12-09T02:54:07.255152+0000 mgr.y (mgr.25456) 10 : cluster 0 pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:54:08.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:08 smithi023 bash[64415]: audit 2023-12-09T02:54:07.502763+0000 mon.c (mon.1) 117 : audit 0 from='client.? 172.21.15.23:0/1320009996' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:54:08.522 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:08 smithi023 bash[30415]: audit 2023-12-09T02:54:07.015006+0000 mgr.y (mgr.25456) 9 : audit [DBG] from='client.34143 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:54:08.522 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:08 smithi023 bash[30415]: cluster 2023-12-09T02:54:07.255152+0000 mgr.y (mgr.25456) 10 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:54:08.522 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:08 smithi023 bash[30415]: audit 2023-12-09T02:54:07.502763+0000 mon.c (mon.1) 117 : audit [DBG] from='client.? 172.21.15.23:0/1320009996' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:54:08.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:08 smithi172 bash[25093]: audit 2023-12-09T02:54:07.015006+0000 mgr.y (mgr.25456) 9 : audit [DBG] from='client.34143 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:54:08.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:08 smithi172 bash[25093]: cluster 2023-12-09T02:54:07.255152+0000 mgr.y (mgr.25456) 10 : cluster [DBG] pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:54:08.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:08 smithi172 bash[25093]: audit 2023-12-09T02:54:07.502763+0000 mon.c (mon.1) 117 : audit [DBG] from='client.? 172.21.15.23:0/1320009996' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:54:09.521 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:09 smithi023 bash[64415]: audit 2023-12-09T02:54:07.886283+0000 mgr.y (mgr.25456) 11 : audit 0 from='client.34161 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:54:09.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:09 smithi023 bash[64415]: cluster 2023-12-09T02:54:08.258767+0000 mon.a (mon.0) 22 : cluster 0 mgrmap e40: y(active, since 3s), standbys: x 2023-12-09T02:54:09.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:09 smithi023 bash[64415]: audit 2023-12-09T02:54:08.359818+0000 mon.c (mon.1) 118 : audit 0 from='client.? 172.21.15.23:0/2052513827' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:54:09.522 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:09 smithi023 bash[30415]: audit 2023-12-09T02:54:07.886283+0000 mgr.y (mgr.25456) 11 : audit [DBG] from='client.34161 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:54:09.522 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:09 smithi023 bash[30415]: cluster 2023-12-09T02:54:08.258767+0000 mon.a (mon.0) 22 : cluster [DBG] mgrmap e40: y(active, since 3s), standbys: x 2023-12-09T02:54:09.522 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:09 smithi023 bash[30415]: audit 2023-12-09T02:54:08.359818+0000 mon.c (mon.1) 118 : audit [DBG] from='client.? 172.21.15.23:0/2052513827' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:54:09.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:09 smithi172 bash[25093]: audit 2023-12-09T02:54:07.886283+0000 mgr.y (mgr.25456) 11 : audit [DBG] from='client.34161 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:54:09.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:09 smithi172 bash[25093]: cluster 2023-12-09T02:54:08.258767+0000 mon.a (mon.0) 22 : cluster [DBG] mgrmap e40: y(active, since 3s), standbys: x 2023-12-09T02:54:09.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:09 smithi172 bash[25093]: audit 2023-12-09T02:54:08.359818+0000 mon.c (mon.1) 118 : audit [DBG] from='client.? 172.21.15.23:0/2052513827' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:54:10.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:10 smithi172 bash[25093]: cluster 2023-12-09T02:54:09.255926+0000 mgr.y (mgr.25456) 12 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:54:10.771 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:10 smithi023 bash[64415]: cluster 2023-12-09T02:54:09.255926+0000 mgr.y (mgr.25456) 12 : cluster 0 pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:54:10.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:10 smithi023 bash[30415]: cluster 2023-12-09T02:54:09.255926+0000 mgr.y (mgr.25456) 12 : cluster [DBG] pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:54:11.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:11 smithi172 bash[25093]: cluster 2023-12-09T02:54:10.280730+0000 mon.a (mon.0) 23 : cluster [DBG] mgrmap e41: y(active, since 5s), standbys: x 2023-12-09T02:54:11.771 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:11 smithi023 bash[30415]: cluster 2023-12-09T02:54:10.280730+0000 mon.a (mon.0) 23 : cluster [DBG] mgrmap e41: y(active, since 5s), standbys: x 2023-12-09T02:54:11.771 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:11 smithi023 bash[64415]: cluster 2023-12-09T02:54:10.280730+0000 mon.a (mon.0) 23 : cluster 0 mgrmap e41: y(active, since 5s), standbys: x 2023-12-09T02:54:12.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:12 smithi172 bash[25093]: cluster 2023-12-09T02:54:11.257681+0000 mgr.y (mgr.25456) 13 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 42 KiB/s rd, 0 B/s wr, 24 op/s 2023-12-09T02:54:12.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:12 smithi172 bash[25093]: audit 2023-12-09T02:54:12.244172+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.25456 ' entity='mgr.y' 2023-12-09T02:54:12.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:12 smithi172 bash[25093]: audit 2023-12-09T02:54:12.261465+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.25456 ' entity='mgr.y' 2023-12-09T02:54:12.771 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:12 smithi023 bash[30415]: cluster 2023-12-09T02:54:11.257681+0000 mgr.y (mgr.25456) 13 : cluster [DBG] pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 42 KiB/s rd, 0 B/s wr, 24 op/s 2023-12-09T02:54:12.771 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:12 smithi023 bash[30415]: audit 2023-12-09T02:54:12.244172+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.25456 ' entity='mgr.y' 2023-12-09T02:54:12.771 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:12 smithi023 bash[30415]: audit 2023-12-09T02:54:12.261465+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.25456 ' entity='mgr.y' 2023-12-09T02:54:12.772 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:54:12 smithi023 bash[61239]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:54:12] "GET /metrics HTTP/1.1" 200 35366 "" "Prometheus/2.33.4" 2023-12-09T02:54:12.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:12 smithi023 bash[64415]: cluster 2023-12-09T02:54:11.257681+0000 mgr.y (mgr.25456) 13 : cluster 0 pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 42 KiB/s rd, 0 B/s wr, 24 op/s 2023-12-09T02:54:12.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:12 smithi023 bash[64415]: audit 2023-12-09T02:54:12.244172+0000 mon.a (mon.0) 24 : audit 1 from='mgr.25456 ' entity='mgr.y' 2023-12-09T02:54:12.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:12 smithi023 bash[64415]: audit 2023-12-09T02:54:12.261465+0000 mon.a (mon.0) 25 : audit 1 from='mgr.25456 ' entity='mgr.y' 2023-12-09T02:54:13.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:13 smithi172 bash[25093]: audit 2023-12-09T02:54:12.350186+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.25456 ' entity='mgr.y' 2023-12-09T02:54:13.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:13 smithi172 bash[25093]: audit 2023-12-09T02:54:12.361389+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.25456 ' entity='mgr.y' 2023-12-09T02:54:13.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:13 smithi023 bash[64415]: audit 2023-12-09T02:54:12.350186+0000 mon.a (mon.0) 26 : audit 1 from='mgr.25456 ' entity='mgr.y' 2023-12-09T02:54:13.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:13 smithi023 bash[64415]: audit 2023-12-09T02:54:12.361389+0000 mon.a (mon.0) 27 : audit 1 from='mgr.25456 ' entity='mgr.y' 2023-12-09T02:54:13.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:13 smithi023 bash[30415]: audit 2023-12-09T02:54:12.350186+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.25456 ' entity='mgr.y' 2023-12-09T02:54:13.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:13 smithi023 bash[30415]: audit 2023-12-09T02:54:12.361389+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.25456 ' entity='mgr.y' 2023-12-09T02:54:14.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:14 smithi172 bash[25093]: cluster 2023-12-09T02:54:13.258426+0000 mgr.y (mgr.25456) 14 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2023-12-09T02:54:14.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:14 smithi172 bash[25093]: audit 2023-12-09T02:54:13.396738+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.25456 ' entity='mgr.y' 2023-12-09T02:54:14.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:14 smithi172 bash[25093]: audit 2023-12-09T02:54:13.408925+0000 mon.a (mon.0) 29 : audit [INF] from='mgr.25456 ' entity='mgr.y' 2023-12-09T02:54:14.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:14 smithi172 bash[25093]: audit 2023-12-09T02:54:13.414199+0000 mon.a (mon.0) 30 : audit [INF] from='mgr.25456 ' entity='mgr.y' 2023-12-09T02:54:14.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:14 smithi172 bash[25093]: audit 2023-12-09T02:54:13.426713+0000 mon.a (mon.0) 31 : audit [INF] from='mgr.25456 ' entity='mgr.y' 2023-12-09T02:54:14.771 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:14 smithi023 bash[30415]: cluster 2023-12-09T02:54:13.258426+0000 mgr.y (mgr.25456) 14 : cluster [DBG] pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2023-12-09T02:54:14.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:14 smithi023 bash[30415]: audit 2023-12-09T02:54:13.396738+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.25456 ' entity='mgr.y' 2023-12-09T02:54:14.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:14 smithi023 bash[30415]: audit 2023-12-09T02:54:13.408925+0000 mon.a (mon.0) 29 : audit [INF] from='mgr.25456 ' entity='mgr.y' 2023-12-09T02:54:14.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:14 smithi023 bash[30415]: audit 2023-12-09T02:54:13.414199+0000 mon.a (mon.0) 30 : audit [INF] from='mgr.25456 ' entity='mgr.y' 2023-12-09T02:54:14.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:14 smithi023 bash[30415]: audit 2023-12-09T02:54:13.426713+0000 mon.a (mon.0) 31 : audit [INF] from='mgr.25456 ' entity='mgr.y' 2023-12-09T02:54:14.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:14 smithi023 bash[64415]: cluster 2023-12-09T02:54:13.258426+0000 mgr.y (mgr.25456) 14 : cluster 0 pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 17 op/s 2023-12-09T02:54:14.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:14 smithi023 bash[64415]: audit 2023-12-09T02:54:13.396738+0000 mon.a (mon.0) 28 : audit 1 from='mgr.25456 ' entity='mgr.y' 2023-12-09T02:54:14.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:14 smithi023 bash[64415]: audit 2023-12-09T02:54:13.408925+0000 mon.a (mon.0) 29 : audit 1 from='mgr.25456 ' entity='mgr.y' 2023-12-09T02:54:14.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:14 smithi023 bash[64415]: audit 2023-12-09T02:54:13.414199+0000 mon.a (mon.0) 30 : audit 1 from='mgr.25456 ' entity='mgr.y' 2023-12-09T02:54:14.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:14 smithi023 bash[64415]: audit 2023-12-09T02:54:13.426713+0000 mon.a (mon.0) 31 : audit 1 from='mgr.25456 ' entity='mgr.y' 2023-12-09T02:54:16.522 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:16 smithi023 bash[30415]: cluster 2023-12-09T02:54:15.259215+0000 mgr.y (mgr.25456) 15 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 13 op/s 2023-12-09T02:54:16.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:16 smithi023 bash[64415]: cluster 2023-12-09T02:54:15.259215+0000 mgr.y (mgr.25456) 15 : cluster 0 pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 13 op/s 2023-12-09T02:54:16.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:16 smithi172 bash[25093]: cluster 2023-12-09T02:54:15.259215+0000 mgr.y (mgr.25456) 15 : cluster [DBG] pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 13 op/s 2023-12-09T02:54:17.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:17 smithi172 bash[25093]: audit 2023-12-09T02:54:16.256211+0000 mgr.y (mgr.25456) 16 : audit [DBG] from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:54:17.771 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:17 smithi023 bash[64415]: audit 2023-12-09T02:54:16.256211+0000 mgr.y (mgr.25456) 16 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:54:17.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:17 smithi023 bash[30415]: audit 2023-12-09T02:54:16.256211+0000 mgr.y (mgr.25456) 16 : audit [DBG] from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:54:18.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:18 smithi172 bash[25093]: cluster 2023-12-09T02:54:17.261006+0000 mgr.y (mgr.25456) 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 2023-12-09T02:54:18.748 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:54:18 smithi172 bash[49296]: ts=2023-12-09T02:54:18.661Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.23\", device_class=\"ssd\", hostname=\"smithi023\", instance=\"smithi023:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.23\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.23\", device_class=\"ssd\", hostname=\"smithi023\", instance=\"172.21.15.172:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.23\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-09T02:54:18.771 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:18 smithi023 bash[64415]: cluster 2023-12-09T02:54:17.261006+0000 mgr.y (mgr.25456) 17 : cluster 0 pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2023-12-09T02:54:18.771 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:18 smithi023 bash[30415]: cluster 2023-12-09T02:54:17.261006+0000 mgr.y (mgr.25456) 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 2023-12-09T02:54:20.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:20 smithi172 bash[25093]: cluster 2023-12-09T02:54:19.261750+0000 mgr.y (mgr.25456) 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 2023-12-09T02:54:20.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:20 smithi172 bash[25093]: audit 2023-12-09T02:54:20.364953+0000 mon.c (mon.1) 119 : audit [DBG] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:54:20.775 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:20 smithi023 bash[64415]: cluster 2023-12-09T02:54:19.261750+0000 mgr.y (mgr.25456) 18 : cluster 0 pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-09T02:54:20.775 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:20 smithi023 bash[64415]: audit 2023-12-09T02:54:20.364953+0000 mon.c (mon.1) 119 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:54:20.776 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:20 smithi023 bash[30415]: cluster 2023-12-09T02:54:19.261750+0000 mgr.y (mgr.25456) 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 2023-12-09T02:54:20.776 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:20 smithi023 bash[30415]: audit 2023-12-09T02:54:20.364953+0000 mon.c (mon.1) 119 : audit [DBG] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:54:22.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:22 smithi172 bash[25093]: cluster 2023-12-09T02:54:21.263471+0000 mgr.y (mgr.25456) 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 2023-12-09T02:54:22.771 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:22 smithi023 bash[64415]: cluster 2023-12-09T02:54:21.263471+0000 mgr.y (mgr.25456) 19 : cluster 0 pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-09T02:54:22.772 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:54:22 smithi023 bash[61239]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:54:22] "GET /metrics HTTP/1.1" 200 38169 "" "Prometheus/2.33.4" 2023-12-09T02:54:22.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:22 smithi023 bash[30415]: cluster 2023-12-09T02:54:21.263471+0000 mgr.y (mgr.25456) 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 2023-12-09T02:54:24.824 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:24 smithi023 bash[64415]: cluster 2023-12-09T02:54:23.264377+0000 mgr.y (mgr.25456) 20 : cluster 0 pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:54:24.824 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:24 smithi023 bash[64415]: audit 2023-12-09T02:54:23.515143+0000 mon.a (mon.0) 32 : audit 1 from='mgr.25456 ' entity='mgr.y' 2023-12-09T02:54:24.825 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:24 smithi023 bash[64415]: audit 2023-12-09T02:54:23.528347+0000 mon.a (mon.0) 33 : audit 1 from='mgr.25456 ' entity='mgr.y' 2023-12-09T02:54:24.825 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:24 smithi023 bash[64415]: audit 2023-12-09T02:54:23.532036+0000 mon.c (mon.1) 120 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:54:24.825 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:24 smithi023 bash[64415]: audit 2023-12-09T02:54:23.533769+0000 mon.c (mon.1) 121 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:54:24.825 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:24 smithi023 bash[64415]: cephadm 2023-12-09T02:54:23.536162+0000 mgr.y (mgr.25456) 21 : cephadm 1 Updating smithi023:/etc/ceph/ceph.conf 2023-12-09T02:54:24.825 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:24 smithi023 bash[64415]: cephadm 2023-12-09T02:54:23.536694+0000 mgr.y (mgr.25456) 22 : cephadm 1 Updating smithi172:/etc/ceph/ceph.conf 2023-12-09T02:54:24.825 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:24 smithi023 bash[64415]: cephadm 2023-12-09T02:54:23.701304+0000 mgr.y (mgr.25456) 23 : cephadm 1 Updating smithi023:/var/lib/ceph/9eab968a-963b-11ee-95a3-87774f69a715/config/ceph.conf 2023-12-09T02:54:24.825 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:24 smithi023 bash[64415]: cephadm 2023-12-09T02:54:23.751733+0000 mgr.y (mgr.25456) 24 : cephadm 1 Updating smithi172:/var/lib/ceph/9eab968a-963b-11ee-95a3-87774f69a715/config/ceph.conf 2023-12-09T02:54:24.825 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:24 smithi023 bash[64415]: audit 2023-12-09T02:54:24.208288+0000 mon.a (mon.0) 34 : audit 1 from='mgr.25456 ' entity='mgr.y' 2023-12-09T02:54:24.825 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:24 smithi023 bash[64415]: audit 2023-12-09T02:54:24.226128+0000 mon.a (mon.0) 35 : audit 1 from='mgr.25456 ' entity='mgr.y' 2023-12-09T02:54:24.825 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:24 smithi023 bash[64415]: audit 2023-12-09T02:54:24.255915+0000 mon.a (mon.0) 36 : audit 1 from='mgr.25456 ' entity='mgr.y' 2023-12-09T02:54:24.825 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:24 smithi023 bash[64415]: audit 2023-12-09T02:54:24.272173+0000 mon.a (mon.0) 37 : audit 1 from='mgr.25456 ' entity='mgr.y' 2023-12-09T02:54:24.825 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:24 smithi023 bash[64415]: audit 2023-12-09T02:54:24.282884+0000 mon.a (mon.0) 38 : audit 1 from='mgr.25456 ' entity='mgr.y' 2023-12-09T02:54:24.826 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:24 smithi023 bash[64415]: audit 2023-12-09T02:54:24.372399+0000 mon.c (mon.1) 122 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:54:24.826 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:24 smithi023 bash[64415]: audit 2023-12-09T02:54:24.376308+0000 mon.c (mon.1) 123 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:54:24.826 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:24 smithi023 bash[64415]: audit 2023-12-09T02:54:24.378771+0000 mon.c (mon.1) 124 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-09T02:54:24.826 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:24 smithi023 bash[64415]: audit 2023-12-09T02:54:24.380402+0000 mon.c (mon.1) 125 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2023-12-09T02:54:24.826 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:24 smithi023 bash[30415]: cluster 2023-12-09T02:54:23.264377+0000 mgr.y (mgr.25456) 20 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:54:24.826 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:24 smithi023 bash[30415]: audit 2023-12-09T02:54:23.515143+0000 mon.a (mon.0) 32 : audit [INF] from='mgr.25456 ' entity='mgr.y' 2023-12-09T02:54:24.826 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:24 smithi023 bash[30415]: audit 2023-12-09T02:54:23.528347+0000 mon.a (mon.0) 33 : audit [INF] from='mgr.25456 ' entity='mgr.y' 2023-12-09T02:54:24.826 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:24 smithi023 bash[30415]: audit 2023-12-09T02:54:23.532036+0000 mon.c (mon.1) 120 : audit [DBG] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:54:24.826 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:24 smithi023 bash[30415]: audit 2023-12-09T02:54:23.533769+0000 mon.c (mon.1) 121 : audit [INF] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:54:24.826 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:24 smithi023 bash[30415]: cephadm 2023-12-09T02:54:23.536162+0000 mgr.y (mgr.25456) 21 : cephadm [INF] Updating smithi023:/etc/ceph/ceph.conf 2023-12-09T02:54:24.827 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:24 smithi023 bash[30415]: cephadm 2023-12-09T02:54:23.536694+0000 mgr.y (mgr.25456) 22 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.conf 2023-12-09T02:54:24.827 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:24 smithi023 bash[30415]: cephadm 2023-12-09T02:54:23.701304+0000 mgr.y (mgr.25456) 23 : cephadm [INF] Updating smithi023:/var/lib/ceph/9eab968a-963b-11ee-95a3-87774f69a715/config/ceph.conf 2023-12-09T02:54:24.827 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:24 smithi023 bash[30415]: cephadm 2023-12-09T02:54:23.751733+0000 mgr.y (mgr.25456) 24 : cephadm [INF] Updating smithi172:/var/lib/ceph/9eab968a-963b-11ee-95a3-87774f69a715/config/ceph.conf 2023-12-09T02:54:24.827 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:24 smithi023 bash[30415]: audit 2023-12-09T02:54:24.208288+0000 mon.a (mon.0) 34 : audit [INF] from='mgr.25456 ' entity='mgr.y' 2023-12-09T02:54:24.827 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:24 smithi023 bash[30415]: audit 2023-12-09T02:54:24.226128+0000 mon.a (mon.0) 35 : audit [INF] from='mgr.25456 ' entity='mgr.y' 2023-12-09T02:54:24.827 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:24 smithi023 bash[30415]: audit 2023-12-09T02:54:24.255915+0000 mon.a (mon.0) 36 : audit [INF] from='mgr.25456 ' entity='mgr.y' 2023-12-09T02:54:24.827 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:24 smithi023 bash[30415]: audit 2023-12-09T02:54:24.272173+0000 mon.a (mon.0) 37 : audit [INF] from='mgr.25456 ' entity='mgr.y' 2023-12-09T02:54:24.827 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:24 smithi023 bash[30415]: audit 2023-12-09T02:54:24.282884+0000 mon.a (mon.0) 38 : audit [INF] from='mgr.25456 ' entity='mgr.y' 2023-12-09T02:54:24.827 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:24 smithi023 bash[30415]: audit 2023-12-09T02:54:24.372399+0000 mon.c (mon.1) 122 : audit [DBG] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:54:24.827 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:24 smithi023 bash[30415]: audit 2023-12-09T02:54:24.376308+0000 mon.c (mon.1) 123 : audit [DBG] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:54:24.827 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:24 smithi023 bash[30415]: audit 2023-12-09T02:54:24.378771+0000 mon.c (mon.1) 124 : audit [DBG] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-09T02:54:24.827 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:24 smithi023 bash[30415]: audit 2023-12-09T02:54:24.380402+0000 mon.c (mon.1) 125 : audit [DBG] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2023-12-09T02:54:24.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:24 smithi172 bash[25093]: cluster 2023-12-09T02:54:23.264377+0000 mgr.y (mgr.25456) 20 : cluster [DBG] pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:54:24.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:24 smithi172 bash[25093]: audit 2023-12-09T02:54:23.515143+0000 mon.a (mon.0) 32 : audit [INF] from='mgr.25456 ' entity='mgr.y' 2023-12-09T02:54:24.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:24 smithi172 bash[25093]: audit 2023-12-09T02:54:23.528347+0000 mon.a (mon.0) 33 : audit [INF] from='mgr.25456 ' entity='mgr.y' 2023-12-09T02:54:24.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:24 smithi172 bash[25093]: audit 2023-12-09T02:54:23.532036+0000 mon.c (mon.1) 120 : audit [DBG] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:54:24.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:24 smithi172 bash[25093]: audit 2023-12-09T02:54:23.533769+0000 mon.c (mon.1) 121 : audit [INF] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:54:24.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:24 smithi172 bash[25093]: cephadm 2023-12-09T02:54:23.536162+0000 mgr.y (mgr.25456) 21 : cephadm [INF] Updating smithi023:/etc/ceph/ceph.conf 2023-12-09T02:54:24.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:24 smithi172 bash[25093]: cephadm 2023-12-09T02:54:23.536694+0000 mgr.y (mgr.25456) 22 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.conf 2023-12-09T02:54:24.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:24 smithi172 bash[25093]: cephadm 2023-12-09T02:54:23.701304+0000 mgr.y (mgr.25456) 23 : cephadm [INF] Updating smithi023:/var/lib/ceph/9eab968a-963b-11ee-95a3-87774f69a715/config/ceph.conf 2023-12-09T02:54:24.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:24 smithi172 bash[25093]: cephadm 2023-12-09T02:54:23.751733+0000 mgr.y (mgr.25456) 24 : cephadm [INF] Updating smithi172:/var/lib/ceph/9eab968a-963b-11ee-95a3-87774f69a715/config/ceph.conf 2023-12-09T02:54:24.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:24 smithi172 bash[25093]: audit 2023-12-09T02:54:24.208288+0000 mon.a (mon.0) 34 : audit [INF] from='mgr.25456 ' entity='mgr.y' 2023-12-09T02:54:24.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:24 smithi172 bash[25093]: audit 2023-12-09T02:54:24.226128+0000 mon.a (mon.0) 35 : audit [INF] from='mgr.25456 ' entity='mgr.y' 2023-12-09T02:54:24.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:24 smithi172 bash[25093]: audit 2023-12-09T02:54:24.255915+0000 mon.a (mon.0) 36 : audit [INF] from='mgr.25456 ' entity='mgr.y' 2023-12-09T02:54:24.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:24 smithi172 bash[25093]: audit 2023-12-09T02:54:24.272173+0000 mon.a (mon.0) 37 : audit [INF] from='mgr.25456 ' entity='mgr.y' 2023-12-09T02:54:24.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:24 smithi172 bash[25093]: audit 2023-12-09T02:54:24.282884+0000 mon.a (mon.0) 38 : audit [INF] from='mgr.25456 ' entity='mgr.y' 2023-12-09T02:54:24.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:24 smithi172 bash[25093]: audit 2023-12-09T02:54:24.372399+0000 mon.c (mon.1) 122 : audit [DBG] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:54:24.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:24 smithi172 bash[25093]: audit 2023-12-09T02:54:24.376308+0000 mon.c (mon.1) 123 : audit [DBG] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:54:24.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:24 smithi172 bash[25093]: audit 2023-12-09T02:54:24.378771+0000 mon.c (mon.1) 124 : audit [DBG] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-09T02:54:24.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:24 smithi172 bash[25093]: audit 2023-12-09T02:54:24.380402+0000 mon.c (mon.1) 125 : audit [DBG] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2023-12-09T02:54:25.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:25 smithi172 bash[25093]: cephadm 2023-12-09T02:54:23.865943+0000 mgr.y (mgr.25456) 25 : cephadm [INF] Updating smithi023:/etc/ceph/ceph.client.admin.keyring 2023-12-09T02:54:25.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:25 smithi172 bash[25093]: cephadm 2023-12-09T02:54:23.916812+0000 mgr.y (mgr.25456) 26 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.client.admin.keyring 2023-12-09T02:54:25.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:25 smithi172 bash[25093]: cephadm 2023-12-09T02:54:24.030731+0000 mgr.y (mgr.25456) 27 : cephadm [INF] Updating smithi023:/var/lib/ceph/9eab968a-963b-11ee-95a3-87774f69a715/config/ceph.client.admin.keyring 2023-12-09T02:54:25.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:25 smithi172 bash[25093]: cephadm 2023-12-09T02:54:24.081250+0000 mgr.y (mgr.25456) 28 : cephadm [INF] Updating smithi172:/var/lib/ceph/9eab968a-963b-11ee-95a3-87774f69a715/config/ceph.client.admin.keyring 2023-12-09T02:54:25.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:25 smithi172 bash[25093]: cephadm 2023-12-09T02:54:24.381500+0000 mgr.y (mgr.25456) 29 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2023-12-09T02:54:26.021 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:25 smithi023 bash[64415]: cephadm 2023-12-09T02:54:23.865943+0000 mgr.y (mgr.25456) 25 : cephadm 1 Updating smithi023:/etc/ceph/ceph.client.admin.keyring 2023-12-09T02:54:26.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:25 smithi023 bash[64415]: cephadm 2023-12-09T02:54:23.916812+0000 mgr.y (mgr.25456) 26 : cephadm 1 Updating smithi172:/etc/ceph/ceph.client.admin.keyring 2023-12-09T02:54:26.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:25 smithi023 bash[64415]: cephadm 2023-12-09T02:54:24.030731+0000 mgr.y (mgr.25456) 27 : cephadm 1 Updating smithi023:/var/lib/ceph/9eab968a-963b-11ee-95a3-87774f69a715/config/ceph.client.admin.keyring 2023-12-09T02:54:26.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:25 smithi023 bash[64415]: cephadm 2023-12-09T02:54:24.081250+0000 mgr.y (mgr.25456) 28 : cephadm 1 Updating smithi172:/var/lib/ceph/9eab968a-963b-11ee-95a3-87774f69a715/config/ceph.client.admin.keyring 2023-12-09T02:54:26.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:25 smithi023 bash[64415]: cephadm 2023-12-09T02:54:24.381500+0000 mgr.y (mgr.25456) 29 : cephadm 1 Upgrade: It appears safe to stop mon.c 2023-12-09T02:54:26.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:25 smithi023 bash[30415]: cephadm 2023-12-09T02:54:23.865943+0000 mgr.y (mgr.25456) 25 : cephadm [INF] Updating smithi023:/etc/ceph/ceph.client.admin.keyring 2023-12-09T02:54:26.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:25 smithi023 bash[30415]: cephadm 2023-12-09T02:54:23.916812+0000 mgr.y (mgr.25456) 26 : cephadm [INF] Updating smithi172:/etc/ceph/ceph.client.admin.keyring 2023-12-09T02:54:26.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:25 smithi023 bash[30415]: cephadm 2023-12-09T02:54:24.030731+0000 mgr.y (mgr.25456) 27 : cephadm [INF] Updating smithi023:/var/lib/ceph/9eab968a-963b-11ee-95a3-87774f69a715/config/ceph.client.admin.keyring 2023-12-09T02:54:26.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:25 smithi023 bash[30415]: cephadm 2023-12-09T02:54:24.081250+0000 mgr.y (mgr.25456) 28 : cephadm [INF] Updating smithi172:/var/lib/ceph/9eab968a-963b-11ee-95a3-87774f69a715/config/ceph.client.admin.keyring 2023-12-09T02:54:26.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:25 smithi023 bash[30415]: cephadm 2023-12-09T02:54:24.381500+0000 mgr.y (mgr.25456) 29 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2023-12-09T02:54:26.771 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:26 smithi023 bash[64415]: cluster 2023-12-09T02:54:25.265289+0000 mgr.y (mgr.25456) 30 : cluster 0 pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:54:26.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:26 smithi023 bash[30415]: cluster 2023-12-09T02:54:25.265289+0000 mgr.y (mgr.25456) 30 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:54:26.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:26 smithi172 bash[25093]: cluster 2023-12-09T02:54:25.265289+0000 mgr.y (mgr.25456) 30 : cluster [DBG] pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:54:27.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:27 smithi023 bash[30415]: audit 2023-12-09T02:54:26.264145+0000 mgr.y (mgr.25456) 31 : audit [DBG] from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:54:27.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:27 smithi023 bash[30415]: audit 2023-12-09T02:54:27.013337+0000 mon.a (mon.0) 39 : audit [INF] from='mgr.25456 ' entity='mgr.y' 2023-12-09T02:54:27.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:27 smithi023 bash[30415]: audit 2023-12-09T02:54:27.018879+0000 mon.c (mon.1) 126 : audit [INF] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-09T02:54:27.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:27 smithi023 bash[30415]: audit 2023-12-09T02:54:27.020483+0000 mon.c (mon.1) 127 : audit [DBG] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-09T02:54:27.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:27 smithi023 bash[30415]: audit 2023-12-09T02:54:27.022225+0000 mon.c (mon.1) 128 : audit [DBG] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:54:27.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:27 smithi023 bash[64415]: audit 2023-12-09T02:54:26.264145+0000 mgr.y (mgr.25456) 31 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:54:27.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:27 smithi023 bash[64415]: audit 2023-12-09T02:54:27.013337+0000 mon.a (mon.0) 39 : audit 1 from='mgr.25456 ' entity='mgr.y' 2023-12-09T02:54:27.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:27 smithi023 bash[64415]: audit 2023-12-09T02:54:27.018879+0000 mon.c (mon.1) 126 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-09T02:54:27.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:27 smithi023 bash[64415]: audit 2023-12-09T02:54:27.020483+0000 mon.c (mon.1) 127 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-09T02:54:27.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:27 smithi023 bash[64415]: audit 2023-12-09T02:54:27.022225+0000 mon.c (mon.1) 128 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:54:27.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:27 smithi172 bash[25093]: audit 2023-12-09T02:54:26.264145+0000 mgr.y (mgr.25456) 31 : audit [DBG] from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:54:27.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:27 smithi172 bash[25093]: audit 2023-12-09T02:54:27.013337+0000 mon.a (mon.0) 39 : audit [INF] from='mgr.25456 ' entity='mgr.y' 2023-12-09T02:54:27.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:27 smithi172 bash[25093]: audit 2023-12-09T02:54:27.018879+0000 mon.c (mon.1) 126 : audit [INF] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-09T02:54:27.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:27 smithi172 bash[25093]: audit 2023-12-09T02:54:27.020483+0000 mon.c (mon.1) 127 : audit [DBG] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-09T02:54:27.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:27 smithi172 bash[25093]: audit 2023-12-09T02:54:27.022225+0000 mon.c (mon.1) 128 : audit [DBG] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:54:28.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:28 smithi023 bash[64415]: cephadm 2023-12-09T02:54:27.002216+0000 mgr.y (mgr.25456) 32 : cephadm 1 Upgrade: Updating mon.c 2023-12-09T02:54:28.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:28 smithi023 bash[64415]: cephadm 2023-12-09T02:54:27.024288+0000 mgr.y (mgr.25456) 33 : cephadm 1 Deploying daemon mon.c on smithi023 2023-12-09T02:54:28.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:28 smithi023 bash[64415]: cluster 2023-12-09T02:54:27.266351+0000 mgr.y (mgr.25456) 34 : cluster 0 pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:54:28.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:28 smithi023 bash[30415]: cephadm 2023-12-09T02:54:27.002216+0000 mgr.y (mgr.25456) 32 : cephadm [INF] Upgrade: Updating mon.c 2023-12-09T02:54:28.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:28 smithi023 bash[30415]: cephadm 2023-12-09T02:54:27.024288+0000 mgr.y (mgr.25456) 33 : cephadm [INF] Deploying daemon mon.c on smithi023 2023-12-09T02:54:28.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:28 smithi023 bash[30415]: cluster 2023-12-09T02:54:27.266351+0000 mgr.y (mgr.25456) 34 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:54:28.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:28 smithi172 bash[25093]: cephadm 2023-12-09T02:54:27.002216+0000 mgr.y (mgr.25456) 32 : cephadm [INF] Upgrade: Updating mon.c 2023-12-09T02:54:28.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:28 smithi172 bash[25093]: cephadm 2023-12-09T02:54:27.024288+0000 mgr.y (mgr.25456) 33 : cephadm [INF] Deploying daemon mon.c on smithi023 2023-12-09T02:54:28.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:28 smithi172 bash[25093]: cluster 2023-12-09T02:54:27.266351+0000 mgr.y (mgr.25456) 34 : cluster [DBG] pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:54:28.998 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:54:28 smithi172 bash[49296]: ts=2023-12-09T02:54: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.23\", device_class=\"ssd\", hostname=\"smithi023\", instance=\"smithi023:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.23\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.23\", device_class=\"ssd\", hostname=\"smithi023\", instance=\"172.21.15.172:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.23\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-09T02:54:29.771 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:29 smithi023 systemd[1]: Stopping Ceph mon.c for 9eab968a-963b-11ee-95a3-87774f69a715... 2023-12-09T02:54:30.164 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:29 smithi023 bash[30415]: debug 2023-12-09T02:54:29.875+0000 7f2d1cee2700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.c -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-12-09T02:54:30.164 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:29 smithi023 bash[30415]: debug 2023-12-09T02:54:29.875+0000 7f2d1cee2700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2023-12-09T02:54:30.166 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:54:29 smithi023 bash[61239]: [09/Dec/2023:02:54:29] ENGINE Bus STOPPING 2023-12-09T02:54:30.166 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:54:29 smithi023 bash[61239]: [09/Dec/2023:02:54:29] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-12-09T02:54:30.166 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:54:29 smithi023 bash[61239]: [09/Dec/2023:02:54:29] ENGINE Bus STOPPED 2023-12-09T02:54:30.166 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:54:29 smithi023 bash[61239]: [09/Dec/2023:02:54:29] ENGINE Bus STARTING 2023-12-09T02:54:30.166 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:54:30 smithi023 bash[61239]: [09/Dec/2023:02:54:30] ENGINE Serving on http://:::9283 2023-12-09T02:54:30.166 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:54:30 smithi023 bash[61239]: [09/Dec/2023:02:54:30] ENGINE Bus STARTED 2023-12-09T02:54:31.271 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:30 smithi023 bash[65651]: ceph-9eab968a-963b-11ee-95a3-87774f69a715-mon-c 2023-12-09T02:54:31.271 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:31 smithi023 bash[65736]: Error response from daemon: No such container: ceph-9eab968a-963b-11ee-95a3-87774f69a715-mon-c 2023-12-09T02:54:31.271 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:31 smithi023 systemd[1]: ceph-9eab968a-963b-11ee-95a3-87774f69a715@mon.c.service: Succeeded. 2023-12-09T02:54:31.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:31 smithi023 systemd[1]: Stopped Ceph mon.c for 9eab968a-963b-11ee-95a3-87774f69a715. 2023-12-09T02:54:31.771 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:31 smithi023 systemd[1]: Started Ceph mon.c for 9eab968a-963b-11ee-95a3-87774f69a715. 2023-12-09T02:54:32.521 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[61239]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:54:32] "GET /metrics HTTP/1.1" 200 38169 "" "Prometheus/2.33.4" 2023-12-09T02:54:32.522 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.271+0000 7f519da99c80 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-09T02:54:32.522 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.271+0000 7f519da99c80 0 ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev), process ceph-mon, pid 7 2023-12-09T02:54:32.522 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.271+0000 7f519da99c80 0 pidfile_write: ignore empty --pid-file 2023-12-09T02:54:32.522 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 0 load: jerasure load: lrc 2023-12-09T02:54:32.522 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: RocksDB version: 7.9.2 2023-12-09T02:54:32.522 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Git sha 0 2023-12-09T02:54:32.522 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Compile date 2023-12-08 17:42:16 2023-12-09T02:54:32.522 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: DB SUMMARY 2023-12-09T02:54:32.522 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: DB Session ID: GF1U9CKC0ZZGOHLK9Q3B 2023-12-09T02:54:32.522 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: CURRENT file: CURRENT 2023-12-09T02:54:32.522 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: IDENTITY file: IDENTITY 2023-12-09T02:54:32.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: MANIFEST file: MANIFEST-000009 size: 1259 Bytes 2023-12-09T02:54:32.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 1, files: 000030.sst 2023-12-09T02:54:32.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000028.log size: 3848567 ; 2023-12-09T02:54:32.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.error_if_exists: 0 2023-12-09T02:54:32.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.create_if_missing: 0 2023-12-09T02:54:32.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.paranoid_checks: 1 2023-12-09T02:54:32.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2023-12-09T02:54:32.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-09T02:54:32.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-12-09T02:54:32.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.env: 0x55619f4bba60 2023-12-09T02:54:32.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.fs: PosixFileSystem 2023-12-09T02:54:32.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.info_log: 0x5561a1d2f780 2023-12-09T02:54:32.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-09T02:54:32.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.statistics: (nil) 2023-12-09T02:54:32.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.use_fsync: 0 2023-12-09T02:54:32.524 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.max_log_file_size: 0 2023-12-09T02:54:32.524 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-09T02:54:32.524 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-09T02:54:32.524 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-09T02:54:32.524 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-09T02:54:32.525 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.allow_fallocate: 1 2023-12-09T02:54:32.525 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-09T02:54:32.525 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-09T02:54:32.525 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.use_direct_reads: 0 2023-12-09T02:54:32.525 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-09T02:54:32.525 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.create_missing_column_families: 0 2023-12-09T02:54:32.525 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.db_log_dir: 2023-12-09T02:54:32.525 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.wal_dir: 2023-12-09T02:54:32.525 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-09T02:54:32.525 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-09T02:54:32.525 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-09T02:54:32.525 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-09T02:54:32.525 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-09T02:54:32.525 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-09T02:54:32.525 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.advise_random_on_open: 1 2023-12-09T02:54:32.526 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-09T02:54:32.526 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.write_buffer_manager: 0x5561a1d02f00 2023-12-09T02:54:32.526 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-09T02:54:32.526 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-09T02:54:32.526 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-09T02:54:32.526 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.rate_limiter: (nil) 2023-12-09T02:54:32.526 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-09T02:54:32.526 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-09T02:54:32.526 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-09T02:54:32.526 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-09T02:54:32.526 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.unordered_write: 0 2023-12-09T02:54:32.526 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-09T02:54:32.526 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-09T02:54:32.526 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-09T02:54:32.526 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-09T02:54:32.527 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.row_cache: None 2023-12-09T02:54:32.527 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.wal_filter: None 2023-12-09T02:54:32.527 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-09T02:54:32.527 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-09T02:54:32.527 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.two_write_queues: 0 2023-12-09T02:54:32.527 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.manual_wal_flush: 0 2023-12-09T02:54:32.527 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.wal_compression: 0 2023-12-09T02:54:32.527 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.atomic_flush: 0 2023-12-09T02:54:32.527 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-09T02:54:32.527 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-09T02:54:32.527 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-09T02:54:32.527 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.log_readahead_size: 0 2023-12-09T02:54:32.527 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-09T02:54:32.527 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.best_efforts_recovery: 0 2023-12-09T02:54:32.527 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-09T02:54:32.528 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-09T02:54:32.528 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.allow_data_in_errors: 0 2023-12-09T02:54:32.528 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.db_host_id: __hostname__ 2023-12-09T02:54:32.528 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.enforce_single_del_contracts: true 2023-12-09T02:54:32.528 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.max_background_jobs: 2 2023-12-09T02:54:32.528 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.max_background_compactions: -1 2023-12-09T02:54:32.528 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.max_subcompactions: 1 2023-12-09T02:54:32.528 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-09T02:54:32.528 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-09T02:54:32.528 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-09T02:54:32.528 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.max_total_wal_size: 0 2023-12-09T02:54:32.528 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-09T02:54:32.528 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-09T02:54:32.528 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-09T02:54:32.529 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-09T02:54:32.529 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.max_open_files: -1 2023-12-09T02:54:32.529 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.275+0000 7f519da99c80 4 rocksdb: Options.bytes_per_sync: 0 2023-12-09T02:54:32.529 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-09T02:54:32.529 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-09T02:54:32.529 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-09T02:54:32.529 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.max_background_flushes: -1 2023-12-09T02:54:32.529 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Compression algorithms supported: 2023-12-09T02:54:32.529 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-09T02:54:32.529 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: kZSTD supported: 0 2023-12-09T02:54:32.529 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: kXpressCompression supported: 0 2023-12-09T02:54:32.529 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-09T02:54:32.529 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: kZlibCompression supported: 1 2023-12-09T02:54:32.529 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: kSnappyCompression supported: 1 2023-12-09T02:54:32.529 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: kLZ4Compression supported: 1 2023-12-09T02:54:32.530 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: kBZip2Compression supported: 0 2023-12-09T02:54:32.530 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-09T02:54:32.530 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2023-12-09T02:54:32.530 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000009 2023-12-09T02:54:32.530 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-12-09T02:54:32.530 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-09T02:54:32.530 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.merge_operator: 2023-12-09T02:54:32.530 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.compaction_filter: None 2023-12-09T02:54:32.530 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.compaction_filter_factory: None 2023-12-09T02:54:32.530 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.sst_partitioner_factory: None 2023-12-09T02:54:32.530 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-09T02:54:32.530 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-09T02:54:32.530 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5561a1d2f8a0) 2023-12-09T02:54:32.530 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: cache_index_and_filter_blocks: 1 2023-12-09T02:54:32.531 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-09T02:54:32.531 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-09T02:54:32.531 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: pin_top_level_index_and_filter: 1 2023-12-09T02:54:32.531 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: index_type: 0 2023-12-09T02:54:32.531 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: data_block_index_type: 0 2023-12-09T02:54:32.531 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: index_shortening: 1 2023-12-09T02:54:32.531 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: data_block_hash_table_util_ratio: 0.750000 2023-12-09T02:54:32.531 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: checksum: 4 2023-12-09T02:54:32.531 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: no_block_cache: 0 2023-12-09T02:54:32.531 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: block_cache: 0x5561a1d83090 2023-12-09T02:54:32.531 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: block_cache_name: BinnedLRUCache 2023-12-09T02:54:32.531 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: block_cache_options: 2023-12-09T02:54:32.531 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: capacity : 536870912 2023-12-09T02:54:32.531 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: num_shard_bits : 4 2023-12-09T02:54:32.531 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: strict_capacity_limit : 0 2023-12-09T02:54:32.531 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: high_pri_pool_ratio: 0.000 2023-12-09T02:54:32.532 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: block_cache_compressed: (nil) 2023-12-09T02:54:32.532 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: persistent_cache: (nil) 2023-12-09T02:54:32.532 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: block_size: 4096 2023-12-09T02:54:32.532 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: block_size_deviation: 10 2023-12-09T02:54:32.532 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: block_restart_interval: 16 2023-12-09T02:54:32.532 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: index_block_restart_interval: 1 2023-12-09T02:54:32.532 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: metadata_block_size: 4096 2023-12-09T02:54:32.532 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: partition_filters: 0 2023-12-09T02:54:32.532 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: use_delta_encoding: 1 2023-12-09T02:54:32.532 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: filter_policy: bloomfilter 2023-12-09T02:54:32.532 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: whole_key_filtering: 1 2023-12-09T02:54:32.532 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: verify_compression: 0 2023-12-09T02:54:32.532 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: read_amp_bytes_per_bit: 0 2023-12-09T02:54:32.532 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: format_version: 5 2023-12-09T02:54:32.532 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: enable_index_compression: 1 2023-12-09T02:54:32.533 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: block_align: 0 2023-12-09T02:54:32.533 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: max_auto_readahead_size: 262144 2023-12-09T02:54:32.533 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: prepopulate_block_cache: 0 2023-12-09T02:54:32.533 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: initial_auto_readahead_size: 8192 2023-12-09T02:54:32.533 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: num_file_reads_for_auto_readahead: 2 2023-12-09T02:54:32.533 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-09T02:54:32.533 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-09T02:54:32.534 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.compression: NoCompression 2023-12-09T02:54:32.534 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-09T02:54:32.534 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-09T02:54:32.534 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-09T02:54:32.534 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.num_levels: 7 2023-12-09T02:54:32.534 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-09T02:54:32.534 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-09T02:54:32.534 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-09T02:54:32.534 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-09T02:54:32.535 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-09T02:54:32.535 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-09T02:54:32.535 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-09T02:54:32.535 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-09T02:54:32.535 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-09T02:54:32.535 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-09T02:54:32.535 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-12-09T02:54:32.535 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-12-09T02:54:32.535 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-09T02:54:32.535 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.compression_opts.level: 32767 2023-12-09T02:54:32.535 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-09T02:54:32.535 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-09T02:54:32.535 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-09T02:54:32.535 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-12-09T02:54:32.535 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-09T02:54:32.536 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.compression_opts.enabled: false 2023-12-09T02:54:32.536 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-12-09T02:54:32.536 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-09T02:54:32.536 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-09T02:54:32.536 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-09T02:54:32.536 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-09T02:54:32.536 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-09T02:54:32.536 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-09T02:54:32.536 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-09T02:54:32.536 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-09T02:54:32.536 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-09T02:54:32.536 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-09T02:54:32.536 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-09T02:54:32.536 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-09T02:54:32.536 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-09T02:54:32.537 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-09T02:54:32.537 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-09T02:54:32.537 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-09T02:54:32.537 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-09T02:54:32.537 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-12-09T02:54:32.537 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.arena_block_size: 1048576 2023-12-09T02:54:32.537 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-09T02:54:32.537 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-09T02:54:32.537 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-09T02:54:32.537 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-09T02:54:32.537 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-09T02:54:32.537 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-09T02:54:32.537 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-09T02:54:32.537 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-09T02:54:32.538 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-09T02:54:32.538 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-09T02:54:32.538 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-09T02:54:32.538 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-09T02:54:32.538 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-09T02:54:32.538 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.table_properties_collectors: 2023-12-09T02:54:32.538 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.inplace_update_support: 0 2023-12-09T02:54:32.538 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-09T02:54:32.538 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-09T02:54:32.538 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-09T02:54:32.538 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-09T02:54:32.538 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.bloom_locality: 0 2023-12-09T02:54:32.538 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.max_successive_merges: 0 2023-12-09T02:54:32.538 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-09T02:54:32.538 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-09T02:54:32.539 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.force_consistency_checks: 1 2023-12-09T02:54:32.539 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-09T02:54:32.539 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.ttl: 2592000 2023-12-09T02:54:32.539 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-09T02:54:32.539 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2023-12-09T02:54:32.539 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2023-12-09T02:54:32.539 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.enable_blob_files: false 2023-12-09T02:54:32.539 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.min_blob_size: 0 2023-12-09T02:54:32.539 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.blob_file_size: 268435456 2023-12-09T02:54:32.539 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.blob_compression_type: NoCompression 2023-12-09T02:54:32.539 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-12-09T02:54:32.539 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-09T02:54:32.539 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-12-09T02:54:32.539 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2023-12-09T02:54:32.539 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.blob_file_starting_level: 0 2023-12-09T02:54:32.540 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-12-09T02:54:32.540 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519125e700 3 rocksdb: [table/block_based/block_based_table_reader.cc:721] At least one SST file opened without unique ID to verify: 30.sst 2023-12-09T02:54:32.540 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2023-12-09T02:54:32.540 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 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 18009, log_number is 28,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-09T02:54:32.540 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 28 2023-12-09T02:54:32.540 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 439af42e-264c-4fef-b624-68404a9f5a6c 2023-12-09T02:54:32.540 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702090472281816, "job": 1, "event": "recovery_started", "wal_files": [28]} 2023-12-09T02:54:32.540 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.279+0000 7f519da99c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #28 mode 2 2023-12-09T02:54:32.540 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.291+0000 7f519da99c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702090472293733, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 33, "file_size": 2473141, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 18014, "largest_seqno": 18902, "table_properties": {"data_size": 2468795, "index_size": 2368, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 965, "raw_key_size": 8898, "raw_average_key_size": 23, "raw_value_size": 2460731, "raw_average_value_size": 6632, "num_data_blocks": 107, "num_entries": 371, "num_filter_entries": 371, "num_deletions": 2, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1702090472, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "439af42e-264c-4fef-b624-68404a9f5a6c", "db_session_id": "GF1U9CKC0ZZGOHLK9Q3B", "orig_file_number": 33, "seqno_to_time_mapping": "N/A"}} 2023-12-09T02:54:32.540 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.291+0000 7f519da99c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702090472293881, "job": 1, "event": "recovery_finished"} 2023-12-09T02:54:32.540 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.291+0000 7f519da99c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 35 2023-12-09T02:54:32.540 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.291+0000 7f519da99c80 4 rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2023-12-09T02:54:32.540 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.295+0000 7f519da99c80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-c/store.db/000028.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-12-09T02:54:32.540 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.295+0000 7f519da99c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5561a1e22000 2023-12-09T02:54:32.540 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.295+0000 7f519da99c80 4 rocksdb: DB pointer 0x5561a1e10000 2023-12-09T02:54:32.541 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.295+0000 7f518c254700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-12-09T02:54:32.541 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.295+0000 7f518c254700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2023-12-09T02:54:32.541 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: ** DB Stats ** 2023-12-09T02:54:32.541 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-09T02:54:32.541 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-09T02:54:32.541 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-09T02:54:32.541 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-09T02:54:32.541 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-09T02:54:32.541 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-09T02:54:32.541 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-09T02:54:32.541 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: ** Compaction Stats [default] ** 2023-12-09T02:54:32.541 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2023-12-09T02:54:32.541 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-12-09T02:54:32.541 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: L0 1/0 2.36 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 505.9 0.00 0.00 1 0.005 0 0 0.0 0.0 2023-12-09T02:54:32.541 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: L6 1/0 10.09 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2023-12-09T02:54:32.542 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: Sum 2/0 12.45 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 505.9 0.00 0.00 1 0.005 0 0 0.0 0.0 2023-12-09T02:54:32.542 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 505.9 0.00 0.00 1 0.005 0 0 0.0 0.0 2023-12-09T02:54:32.542 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: ** Compaction Stats [default] ** 2023-12-09T02:54:32.542 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2023-12-09T02:54:32.542 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-09T02:54:32.542 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 505.9 0.00 0.00 1 0.005 0 0 0.0 0.0 2023-12-09T02:54:32.542 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-12-09T02:54:32.542 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-09T02:54:32.542 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: Flush(GB): cumulative 0.002, interval 0.002 2023-12-09T02:54:32.542 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-09T02:54:32.542 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: AddFile(Total Files): cumulative 0, interval 0 2023-12-09T02:54:32.542 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-09T02:54:32.542 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: AddFile(Keys): cumulative 0, interval 0 2023-12-09T02:54:32.542 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: Cumulative compaction: 0.00 GB write, 132.85 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-09T02:54:32.542 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: Interval compaction: 0.00 GB write, 132.85 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-09T02:54:32.543 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-09T02:54:32.543 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: Block cache BinnedLRUCache@0x5561a1d83090#7 capacity: 512.00 MB usage: 3.61 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.4e-05 secs_since: 0 2023-12-09T02:54:32.543 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: Block cache entry stats(count,size,portion): FilterBlock(1,1.03 KB,0.000196695%) IndexBlock(1,2.58 KB,0.000491738%) Misc(1,0.00 KB,0%) 2023-12-09T02:54:32.543 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: ** File Read Latency Histogram By Level [default] ** 2023-12-09T02:54:32.543 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.295+0000 7f519da99c80 0 starting mon.c rank 1 at public addrs [v2:172.21.15.23:3301/0,v1:172.21.15.23:6790/0] at bind addrs [v2:172.21.15.23:3301/0,v1:172.21.15.23:6790/0] mon_data /var/lib/ceph/mon/ceph-c fsid 9eab968a-963b-11ee-95a3-87774f69a715 2023-12-09T02:54:32.543 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.295+0000 7f519da99c80 1 mon.c@-1(???) e3 preinit fsid 9eab968a-963b-11ee-95a3-87774f69a715 2023-12-09T02:54:32.543 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.295+0000 7f519da99c80 0 mon.c@-1(???).mds e1 new map 2023-12-09T02:54:32.543 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.295+0000 7f519da99c80 0 mon.c@-1(???).mds e1 print_map 2023-12-09T02:54:32.543 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: e1 2023-12-09T02:54:32.543 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-09T02:54:32.543 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-12-09T02:54:32.543 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: legacy client fscid: -1 2023-12-09T02:54:32.543 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: 2023-12-09T02:54:32.543 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: No filesystems configured 2023-12-09T02:54:32.543 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.299+0000 7f519da99c80 0 mon.c@-1(???).osd e104 crush map has features 3314933000854323200, adjusting msgr requires 2023-12-09T02:54:32.544 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.299+0000 7f519da99c80 0 mon.c@-1(???).osd e104 crush map has features 432629239337189376, adjusting msgr requires 2023-12-09T02:54:32.544 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.299+0000 7f519da99c80 0 mon.c@-1(???).osd e104 crush map has features 432629239337189376, adjusting msgr requires 2023-12-09T02:54:32.544 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.299+0000 7f519da99c80 0 mon.c@-1(???).osd e104 crush map has features 432629239337189376, adjusting msgr requires 2023-12-09T02:54:32.544 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:32 smithi023 bash[65805]: debug 2023-12-09T02:54:32.299+0000 7f519da99c80 1 mon.c@-1(???).paxosservice(auth 1..24) refresh upgraded, format 0 -> 3 2023-12-09T02:54:34.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:34 smithi172 bash[25093]: cluster 2023-12-09T02:54:31.268523+0000 mgr.y (mgr.25456) 36 : cluster [DBG] pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:54:34.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:34 smithi172 bash[25093]: cluster 2023-12-09T02:54:32.514238+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2023-12-09T02:54:34.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:34 smithi172 bash[25093]: cluster 2023-12-09T02:54:33.269271+0000 mgr.y (mgr.25456) 37 : cluster [DBG] pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:54:34.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:34 smithi172 bash[25093]: cluster 2023-12-09T02:54:33.306907+0000 mon.a (mon.0) 43 : cluster [INF] mon.a calling monitor election 2023-12-09T02:54:34.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:34 smithi172 bash[25093]: cluster 2023-12-09T02:54:33.318240+0000 mon.a (mon.0) 44 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-09T02:54:34.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:34 smithi172 bash[25093]: cluster 2023-12-09T02:54:33.330589+0000 mon.a (mon.0) 45 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.23:3300/0,v1:172.21.15.23:6789/0],b=[v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0],c=[v2:172.21.15.23:3301/0,v1:172.21.15.23:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-09T02:54:34.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:34 smithi172 bash[25093]: cluster 2023-12-09T02:54:33.331991+0000 mon.a (mon.0) 46 : cluster [DBG] fsmap 2023-12-09T02:54:34.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:34 smithi172 bash[25093]: cluster 2023-12-09T02:54:33.332069+0000 mon.a (mon.0) 47 : cluster [DBG] osdmap e104: 8 total, 8 up, 8 in 2023-12-09T02:54:34.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:34 smithi172 bash[25093]: cluster 2023-12-09T02:54:33.332742+0000 mon.a (mon.0) 48 : cluster [DBG] mgrmap e41: y(active, since 28s), standbys: x 2023-12-09T02:54:34.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:34 smithi172 bash[25093]: cluster 2023-12-09T02:54:33.338089+0000 mon.a (mon.0) 49 : cluster [INF] overall HEALTH_OK 2023-12-09T02:54:34.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:34 smithi172 bash[25093]: audit 2023-12-09T02:54:33.342973+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:54:34.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:34 smithi172 bash[25093]: audit 2023-12-09T02:54:33.351546+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:54:34.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:34 smithi023 bash[65805]: cluster 2023-12-09T02:54:31.268523+0000 mgr.y (mgr.25456) 36 : cluster 0 pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:54:34.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:34 smithi023 bash[65805]: cluster 2023-12-09T02:54:32.514238+0000 mon.c (mon.1) 1 : cluster 1 mon.c calling monitor election 2023-12-09T02:54:34.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:34 smithi023 bash[65805]: cluster 2023-12-09T02:54:33.269271+0000 mgr.y (mgr.25456) 37 : cluster 0 pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:54:34.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:34 smithi023 bash[65805]: cluster 2023-12-09T02:54:33.306907+0000 mon.a (mon.0) 43 : cluster 1 mon.a calling monitor election 2023-12-09T02:54:34.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:34 smithi023 bash[65805]: cluster 2023-12-09T02:54:33.318240+0000 mon.a (mon.0) 44 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-09T02:54:34.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:34 smithi023 bash[65805]: cluster 2023-12-09T02:54:33.330589+0000 mon.a (mon.0) 45 : cluster 0 monmap e3: 3 mons at {a=[v2:172.21.15.23:3300/0,v1:172.21.15.23:6789/0],b=[v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0],c=[v2:172.21.15.23:3301/0,v1:172.21.15.23:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-09T02:54:34.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:34 smithi023 bash[65805]: cluster 2023-12-09T02:54:33.331991+0000 mon.a (mon.0) 46 : cluster 0 fsmap 2023-12-09T02:54:34.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:34 smithi023 bash[65805]: cluster 2023-12-09T02:54:33.332069+0000 mon.a (mon.0) 47 : cluster 0 osdmap e104: 8 total, 8 up, 8 in 2023-12-09T02:54:34.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:34 smithi023 bash[65805]: cluster 2023-12-09T02:54:33.332742+0000 mon.a (mon.0) 48 : cluster 0 mgrmap e41: y(active, since 28s), standbys: x 2023-12-09T02:54:34.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:34 smithi023 bash[65805]: cluster 2023-12-09T02:54:33.338089+0000 mon.a (mon.0) 49 : cluster 1 overall HEALTH_OK 2023-12-09T02:54:34.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:34 smithi023 bash[65805]: audit 2023-12-09T02:54:33.342973+0000 mon.a (mon.0) 50 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:54:34.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:34 smithi023 bash[65805]: audit 2023-12-09T02:54:33.351546+0000 mon.a (mon.0) 51 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:54:34.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:34 smithi023 bash[64415]: cluster 2023-12-09T02:54:31.268523+0000 mgr.y (mgr.25456) 36 : cluster 0 pgmap v16: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:54:34.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:34 smithi023 bash[64415]: cluster 2023-12-09T02:54:32.514238+0000 mon.c (mon.1) 1 : cluster 1 mon.c calling monitor election 2023-12-09T02:54:34.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:34 smithi023 bash[64415]: cluster 2023-12-09T02:54:33.269271+0000 mgr.y (mgr.25456) 37 : cluster 0 pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:54:34.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:34 smithi023 bash[64415]: cluster 2023-12-09T02:54:33.306907+0000 mon.a (mon.0) 43 : cluster 1 mon.a calling monitor election 2023-12-09T02:54:34.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:34 smithi023 bash[64415]: cluster 2023-12-09T02:54:33.318240+0000 mon.a (mon.0) 44 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-09T02:54:34.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:34 smithi023 bash[64415]: cluster 2023-12-09T02:54:33.330589+0000 mon.a (mon.0) 45 : cluster 0 monmap e3: 3 mons at {a=[v2:172.21.15.23:3300/0,v1:172.21.15.23:6789/0],b=[v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0],c=[v2:172.21.15.23:3301/0,v1:172.21.15.23:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-09T02:54:34.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:34 smithi023 bash[64415]: cluster 2023-12-09T02:54:33.331991+0000 mon.a (mon.0) 46 : cluster 0 fsmap 2023-12-09T02:54:34.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:34 smithi023 bash[64415]: cluster 2023-12-09T02:54:33.332069+0000 mon.a (mon.0) 47 : cluster 0 osdmap e104: 8 total, 8 up, 8 in 2023-12-09T02:54:34.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:34 smithi023 bash[64415]: cluster 2023-12-09T02:54:33.332742+0000 mon.a (mon.0) 48 : cluster 0 mgrmap e41: y(active, since 28s), standbys: x 2023-12-09T02:54:34.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:34 smithi023 bash[64415]: cluster 2023-12-09T02:54:33.338089+0000 mon.a (mon.0) 49 : cluster 1 overall HEALTH_OK 2023-12-09T02:54:34.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:34 smithi023 bash[64415]: audit 2023-12-09T02:54:33.342973+0000 mon.a (mon.0) 50 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:54:34.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:34 smithi023 bash[64415]: audit 2023-12-09T02:54:33.351546+0000 mon.a (mon.0) 51 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:54:36.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:36 smithi172 bash[25093]: cluster 2023-12-09T02:54:35.270028+0000 mgr.y (mgr.25456) 38 : cluster [DBG] pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:54:36.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:36 smithi172 bash[25093]: audit 2023-12-09T02:54:35.365989+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:54:36.771 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:36 smithi023 bash[64415]: cluster 2023-12-09T02:54:35.270028+0000 mgr.y (mgr.25456) 38 : cluster 0 pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:54:36.771 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:36 smithi023 bash[64415]: audit 2023-12-09T02:54:35.365989+0000 mon.a (mon.0) 52 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:54:36.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:36 smithi023 bash[65805]: cluster 2023-12-09T02:54:35.270028+0000 mgr.y (mgr.25456) 38 : cluster 0 pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:54:36.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:36 smithi023 bash[65805]: audit 2023-12-09T02:54:35.365989+0000 mon.a (mon.0) 52 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:54:37.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:37 smithi172 bash[25093]: audit 2023-12-09T02:54:36.272311+0000 mgr.y (mgr.25456) 39 : audit [DBG] from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:54:37.771 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:37 smithi023 bash[64415]: audit 2023-12-09T02:54:36.272311+0000 mgr.y (mgr.25456) 39 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:54:37.772 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:54:37 smithi023 bash[61239]: debug 2023-12-09T02:54:37.307+0000 7fd324c84700 -1 mgr.server handle_report got status from non-daemon mon.c 2023-12-09T02:54:37.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:37 smithi023 bash[65805]: audit 2023-12-09T02:54:36.272311+0000 mgr.y (mgr.25456) 39 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:54:38.661 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:38 smithi172 bash[25093]: cluster 2023-12-09T02:54:37.271804+0000 mgr.y (mgr.25456) 40 : cluster [DBG] pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:54:38.771 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:38 smithi023 bash[64415]: cluster 2023-12-09T02:54:37.271804+0000 mgr.y (mgr.25456) 40 : cluster 0 pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:54:38.771 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:38 smithi023 bash[65805]: cluster 2023-12-09T02:54:37.271804+0000 mgr.y (mgr.25456) 40 : cluster 0 pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:54:38.838 INFO:teuthology.orchestra.run.smithi023.stdout:true 2023-12-09T02:54:38.997 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:54:38 smithi172 bash[49296]: ts=2023-12-09T02:54: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.23\", device_class=\"ssd\", hostname=\"smithi023\", instance=\"smithi023:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.23\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.23\", device_class=\"ssd\", hostname=\"smithi023\", instance=\"172.21.15.172:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.23\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-09T02:54:39.657 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-09T02:54:39.657 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3m) 27s ago 10m 15.8M - 0.23.0 ba2b418f427c 3b4091a6361f 2023-12-09T02:54:39.657 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi172 *:3000 running (2m) 27s ago 9m 44.0M - 8.3.5 dad864ee21e9 b146a6fad367 2023-12-09T02:54:39.657 INFO:teuthology.orchestra.run.smithi023.stdout:iscsi.foo.smithi023.vcvunr smithi023 running (82s) 27s ago 7m 44.9M - 3.5 e1d6a67b021e cab96a54a200 2023-12-09T02:54:39.658 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi172 *:8443,9283,8765 running (70s) 27s ago 15m 431M - 19.0.0-44-g9dcc13bb f28f2b94f153 997a6e266d78 2023-12-09T02:54:39.658 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:8443,9283,8765 running (2m) 27s ago 18m 469M - 19.0.0-44-g9dcc13bb f28f2b94f153 f635daf405b8 2023-12-09T02:54:39.658 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (45s) 27s ago 18m 32.6M 2048M 19.0.0-44-g9dcc13bb f28f2b94f153 aa99792ae0fd 2023-12-09T02:54:39.658 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi172 running (16m) 27s ago 16m 55.1M 2048M 17.2.0 e1d6a67b021e cfdc4d178041 2023-12-09T02:54:39.658 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 starting - - - 2048M 2023-12-09T02:54:39.658 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3m) 27s ago 10m 11.2M - 1.3.1 1dbe0e931976 11aaca649943 2023-12-09T02:54:39.658 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi172 *:9100 running (2m) 27s ago 10m 10.8M - 1.3.1 1dbe0e931976 7938141dc8d6 2023-12-09T02:54:39.658 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (15m) 27s ago 15m 59.3M 2781M 17.2.0 e1d6a67b021e b647f39c76d5 2023-12-09T02:54:39.658 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (14m) 27s ago 14m 62.0M 2781M 17.2.0 e1d6a67b021e 33c693687d9a 2023-12-09T02:54:39.658 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (14m) 27s ago 14m 54.9M 2781M 17.2.0 e1d6a67b021e b487471c7433 2023-12-09T02:54:39.658 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (13m) 27s ago 13m 60.1M 2781M 17.2.0 e1d6a67b021e 635c08619a33 2023-12-09T02:54:39.658 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi172 running (13m) 27s ago 13m 62.0M 3037M 17.2.0 e1d6a67b021e c04304e8675b 2023-12-09T02:54:39.659 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi172 running (12m) 27s ago 12m 57.1M 3037M 17.2.0 e1d6a67b021e fcb16f6cd272 2023-12-09T02:54:39.659 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi172 running (11m) 27s ago 11m 55.5M 3037M 17.2.0 e1d6a67b021e a1dc1e893a48 2023-12-09T02:54:39.659 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi172 running (11m) 27s ago 11m 58.1M 3037M 17.2.0 e1d6a67b021e f5bf1afe0d7c 2023-12-09T02:54:39.659 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi172 *:9095 running (77s) 27s ago 10m 54.9M - 2.33.4 514e6a882f6e 506724a1b8e0 2023-12-09T02:54:39.659 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.foo.smithi023.mllipj smithi023 *:8000 running (8m) 27s ago 8m 87.9M - 17.2.0 e1d6a67b021e 110d5ba1c152 2023-12-09T02:54:39.659 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.foo.smithi172.aqpemq smithi172 *:8000 running (8m) 27s ago 8m 88.1M - 17.2.0 e1d6a67b021e c9a58e322a85 2023-12-09T02:54:39.659 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.smpl.smithi023.ikvhaq smithi023 *:80 running (8m) 27s ago 8m 88.0M - 17.2.0 e1d6a67b021e 9fb31f23b01c 2023-12-09T02:54:39.659 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.smpl.smithi172.ysxvfy smithi172 *:80 running (8m) 27s ago 8m 87.7M - 17.2.0 e1d6a67b021e 3c13f0c0b020 2023-12-09T02:54:40.145 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2023-12-09T02:54:40.145 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2023-12-09T02:54:40.145 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-09T02:54:40.145 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 2 2023-12-09T02:54:40.146 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:54:40.146 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2023-12-09T02:54:40.146 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 2 2023-12-09T02:54:40.146 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:54:40.146 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2023-12-09T02:54:40.146 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-09T02:54:40.146 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:54:40.146 INFO:teuthology.orchestra.run.smithi023.stdout: "rgw": { 2023-12-09T02:54:40.146 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-09T02:54:40.146 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:54:40.146 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2023-12-09T02:54:40.146 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-12-09T02:54:40.146 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 4 2023-12-09T02:54:40.147 INFO:teuthology.orchestra.run.smithi023.stdout: } 2023-12-09T02:54:40.147 INFO:teuthology.orchestra.run.smithi023.stdout:} 2023-12-09T02:54:40.534 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2023-12-09T02:54:40.534 INFO:teuthology.orchestra.run.smithi023.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882", 2023-12-09T02:54:40.534 INFO:teuthology.orchestra.run.smithi023.stdout: "in_progress": true, 2023-12-09T02:54:40.534 INFO:teuthology.orchestra.run.smithi023.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-09T02:54:40.534 INFO:teuthology.orchestra.run.smithi023.stdout: "services_complete": [ 2023-12-09T02:54:40.534 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr" 2023-12-09T02:54:40.534 INFO:teuthology.orchestra.run.smithi023.stdout: ], 2023-12-09T02:54:40.534 INFO:teuthology.orchestra.run.smithi023.stdout: "progress": "4/23 daemons upgraded", 2023-12-09T02:54:40.535 INFO:teuthology.orchestra.run.smithi023.stdout: "message": "Currently upgrading mon daemons", 2023-12-09T02:54:40.535 INFO:teuthology.orchestra.run.smithi023.stdout: "is_paused": false 2023-12-09T02:54:40.535 INFO:teuthology.orchestra.run.smithi023.stdout:} 2023-12-09T02:54:40.994 INFO:teuthology.orchestra.run.smithi023.stdout:HEALTH_OK 2023-12-09T02:54:41.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:40 smithi172 bash[25093]: audit 2023-12-09T02:54:38.810318+0000 mgr.y (mgr.25456) 41 : audit [DBG] from='client.44101 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:54:41.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:40 smithi172 bash[25093]: audit 2023-12-09T02:54:39.217138+0000 mgr.y (mgr.25456) 42 : audit [DBG] from='client.44107 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:54:41.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:40 smithi172 bash[25093]: cluster 2023-12-09T02:54:39.272359+0000 mgr.y (mgr.25456) 43 : cluster [DBG] pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:54:41.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:40 smithi172 bash[25093]: audit 2023-12-09T02:54:39.630606+0000 mgr.y (mgr.25456) 44 : audit [DBG] from='client.34185 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:54:41.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:40 smithi172 bash[25093]: audit 2023-12-09T02:54:39.810758+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:54:41.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:40 smithi172 bash[25093]: audit 2023-12-09T02:54:39.828243+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:54:41.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:40 smithi172 bash[25093]: audit 2023-12-09T02:54:40.137633+0000 mon.c (mon.1) 2 : audit [DBG] from='client.? 172.21.15.23:0/1323441365' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:54:41.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:40 smithi023 bash[65805]: audit 2023-12-09T02:54:38.810318+0000 mgr.y (mgr.25456) 41 : audit 0 from='client.44101 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:54:41.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:40 smithi023 bash[65805]: audit 2023-12-09T02:54:39.217138+0000 mgr.y (mgr.25456) 42 : audit 0 from='client.44107 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:54:41.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:40 smithi023 bash[65805]: cluster 2023-12-09T02:54:39.272359+0000 mgr.y (mgr.25456) 43 : cluster 0 pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:54:41.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:40 smithi023 bash[65805]: audit 2023-12-09T02:54:39.630606+0000 mgr.y (mgr.25456) 44 : audit 0 from='client.34185 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:54:41.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:40 smithi023 bash[65805]: audit 2023-12-09T02:54:39.810758+0000 mon.a (mon.0) 53 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:54:41.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:40 smithi023 bash[65805]: audit 2023-12-09T02:54:39.828243+0000 mon.a (mon.0) 54 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:54:41.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:40 smithi023 bash[65805]: audit 2023-12-09T02:54:40.137633+0000 mon.c (mon.1) 2 : audit 0 from='client.? 172.21.15.23:0/1323441365' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:54:41.274 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:40 smithi023 bash[64415]: audit 2023-12-09T02:54:38.810318+0000 mgr.y (mgr.25456) 41 : audit 0 from='client.44101 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:54:41.274 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:40 smithi023 bash[64415]: audit 2023-12-09T02:54:39.217138+0000 mgr.y (mgr.25456) 42 : audit 0 from='client.44107 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:54:41.274 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:40 smithi023 bash[64415]: cluster 2023-12-09T02:54:39.272359+0000 mgr.y (mgr.25456) 43 : cluster 0 pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:54:41.274 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:40 smithi023 bash[64415]: audit 2023-12-09T02:54:39.630606+0000 mgr.y (mgr.25456) 44 : audit 0 from='client.34185 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:54:41.274 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:40 smithi023 bash[64415]: audit 2023-12-09T02:54:39.810758+0000 mon.a (mon.0) 53 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:54:41.275 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:40 smithi023 bash[64415]: audit 2023-12-09T02:54:39.828243+0000 mon.a (mon.0) 54 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:54:41.275 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:40 smithi023 bash[64415]: audit 2023-12-09T02:54:40.137633+0000 mon.c (mon.1) 2 : audit 0 from='client.? 172.21.15.23:0/1323441365' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:54:42.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:41 smithi172 bash[25093]: audit 2023-12-09T02:54:40.525914+0000 mgr.y (mgr.25456) 45 : audit [DBG] from='client.44125 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:54:42.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:41 smithi172 bash[25093]: audit 2023-12-09T02:54:40.874677+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:54:42.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:41 smithi172 bash[25093]: audit 2023-12-09T02:54:40.885848+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:54:42.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:41 smithi172 bash[25093]: audit 2023-12-09T02:54:40.987344+0000 mon.a (mon.0) 57 : audit [DBG] from='client.? 172.21.15.23:0/2907291774' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:54:42.250 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:41 smithi172 bash[25093]: cluster 2023-12-09T02:54:41.273856+0000 mgr.y (mgr.25456) 46 : cluster [DBG] pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:54:42.271 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:41 smithi023 bash[64415]: audit 2023-12-09T02:54:40.525914+0000 mgr.y (mgr.25456) 45 : audit 0 from='client.44125 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:54:42.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:41 smithi023 bash[64415]: audit 2023-12-09T02:54:40.874677+0000 mon.a (mon.0) 55 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:54:42.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:41 smithi023 bash[64415]: audit 2023-12-09T02:54:40.885848+0000 mon.a (mon.0) 56 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:54:42.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:41 smithi023 bash[64415]: audit 2023-12-09T02:54:40.987344+0000 mon.a (mon.0) 57 : audit 0 from='client.? 172.21.15.23:0/2907291774' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:54:42.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:41 smithi023 bash[64415]: cluster 2023-12-09T02:54:41.273856+0000 mgr.y (mgr.25456) 46 : cluster 0 pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:54:42.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:41 smithi023 bash[65805]: audit 2023-12-09T02:54:40.525914+0000 mgr.y (mgr.25456) 45 : audit 0 from='client.44125 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:54:42.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:41 smithi023 bash[65805]: audit 2023-12-09T02:54:40.874677+0000 mon.a (mon.0) 55 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:54:42.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:41 smithi023 bash[65805]: audit 2023-12-09T02:54:40.885848+0000 mon.a (mon.0) 56 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:54:42.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:41 smithi023 bash[65805]: audit 2023-12-09T02:54:40.987344+0000 mon.a (mon.0) 57 : audit 0 from='client.? 172.21.15.23:0/2907291774' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:54:42.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:41 smithi023 bash[65805]: cluster 2023-12-09T02:54:41.273856+0000 mgr.y (mgr.25456) 46 : cluster 0 pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:54:42.771 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:54:42 smithi023 bash[61239]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:54:42] "GET /metrics HTTP/1.1" 200 38106 "" "Prometheus/2.33.4" 2023-12-09T02:54:44.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:44 smithi172 bash[25093]: cluster 2023-12-09T02:54:43.274646+0000 mgr.y (mgr.25456) 47 : cluster [DBG] pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:54:44.771 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:44 smithi023 bash[64415]: cluster 2023-12-09T02:54:43.274646+0000 mgr.y (mgr.25456) 47 : cluster 0 pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:54:44.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:44 smithi023 bash[65805]: cluster 2023-12-09T02:54:43.274646+0000 mgr.y (mgr.25456) 47 : cluster 0 pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:54:46.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:46 smithi172 bash[25093]: cluster 2023-12-09T02:54:45.275446+0000 mgr.y (mgr.25456) 48 : cluster [DBG] pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:54:46.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:46 smithi023 bash[64415]: cluster 2023-12-09T02:54:45.275446+0000 mgr.y (mgr.25456) 48 : cluster 0 pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:54:46.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:46 smithi023 bash[65805]: cluster 2023-12-09T02:54:45.275446+0000 mgr.y (mgr.25456) 48 : cluster 0 pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:54:47.521 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:47 smithi023 bash[64415]: audit 2023-12-09T02:54:46.280285+0000 mgr.y (mgr.25456) 49 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:54:47.522 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:47 smithi023 bash[65805]: audit 2023-12-09T02:54:46.280285+0000 mgr.y (mgr.25456) 49 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:54:47.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:47 smithi172 bash[25093]: audit 2023-12-09T02:54:46.280285+0000 mgr.y (mgr.25456) 49 : audit [DBG] from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:54:48.662 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:48 smithi172 bash[25093]: cluster 2023-12-09T02:54:47.276627+0000 mgr.y (mgr.25456) 50 : cluster [DBG] pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:54:48.771 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:48 smithi023 bash[64415]: cluster 2023-12-09T02:54:47.276627+0000 mgr.y (mgr.25456) 50 : cluster 0 pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:54:48.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:48 smithi023 bash[65805]: cluster 2023-12-09T02:54:47.276627+0000 mgr.y (mgr.25456) 50 : cluster 0 pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:54:48.997 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:54:48 smithi172 bash[49296]: ts=2023-12-09T02:54: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.23\", device_class=\"ssd\", hostname=\"smithi023\", instance=\"smithi023:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.23\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.23\", device_class=\"ssd\", hostname=\"smithi023\", instance=\"172.21.15.172:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.23\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-09T02:54:50.676 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:50 smithi023 bash[64415]: cluster 2023-12-09T02:54:49.277369+0000 mgr.y (mgr.25456) 51 : cluster 0 pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:54:50.677 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:50 smithi023 bash[65805]: cluster 2023-12-09T02:54:49.277369+0000 mgr.y (mgr.25456) 51 : cluster 0 pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:54:50.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:50 smithi172 bash[25093]: cluster 2023-12-09T02:54:49.277369+0000 mgr.y (mgr.25456) 51 : cluster [DBG] pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:54:51.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:51 smithi172 bash[25093]: audit 2023-12-09T02:54:50.370848+0000 mon.a (mon.0) 58 : audit [DBG] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:54:51.771 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:51 smithi023 bash[64415]: audit 2023-12-09T02:54:50.370848+0000 mon.a (mon.0) 58 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:54:51.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:51 smithi023 bash[65805]: audit 2023-12-09T02:54:50.370848+0000 mon.a (mon.0) 58 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:54:52.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:52 smithi172 bash[25093]: cluster 2023-12-09T02:54:51.279229+0000 mgr.y (mgr.25456) 52 : cluster [DBG] pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:54:52.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:52 smithi172 bash[25093]: audit 2023-12-09T02:54:51.434836+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:54:52.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:52 smithi172 bash[25093]: audit 2023-12-09T02:54:51.445028+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:54:52.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:52 smithi172 bash[25093]: audit 2023-12-09T02:54:51.447000+0000 mon.a (mon.0) 61 : audit [DBG] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:54:52.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:52 smithi172 bash[25093]: audit 2023-12-09T02:54:51.448520+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:54:52.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:52 smithi172 bash[25093]: audit 2023-12-09T02:54:51.458023+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:54:52.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:52 smithi172 bash[25093]: audit 2023-12-09T02:54:51.550811+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:54:52.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:52 smithi172 bash[25093]: audit 2023-12-09T02:54:51.554355+0000 mon.a (mon.0) 65 : audit [DBG] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:54:52.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:52 smithi172 bash[25093]: audit 2023-12-09T02:54:51.556920+0000 mon.a (mon.0) 66 : audit [DBG] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-09T02:54:52.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:52 smithi172 bash[25093]: audit 2023-12-09T02:54:51.558472+0000 mon.a (mon.0) 67 : audit [DBG] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2023-12-09T02:54:52.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:52 smithi172 bash[25093]: cephadm 2023-12-09T02:54:51.559806+0000 mgr.y (mgr.25456) 53 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2023-12-09T02:54:52.771 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:54:52 smithi023 bash[61239]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:54:52] "GET /metrics HTTP/1.1" 200 38173 "" "Prometheus/2.33.4" 2023-12-09T02:54:52.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:52 smithi023 bash[64415]: cluster 2023-12-09T02:54:51.279229+0000 mgr.y (mgr.25456) 52 : cluster 0 pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:54:52.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:52 smithi023 bash[64415]: audit 2023-12-09T02:54:51.434836+0000 mon.a (mon.0) 59 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:54:52.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:52 smithi023 bash[64415]: audit 2023-12-09T02:54:51.445028+0000 mon.a (mon.0) 60 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:54:52.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:52 smithi023 bash[64415]: audit 2023-12-09T02:54:51.447000+0000 mon.a (mon.0) 61 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:54:52.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:52 smithi023 bash[64415]: audit 2023-12-09T02:54:51.448520+0000 mon.a (mon.0) 62 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:54:52.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:52 smithi023 bash[64415]: audit 2023-12-09T02:54:51.458023+0000 mon.a (mon.0) 63 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:54:52.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:52 smithi023 bash[64415]: audit 2023-12-09T02:54:51.550811+0000 mon.a (mon.0) 64 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:54:52.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:52 smithi023 bash[64415]: audit 2023-12-09T02:54:51.554355+0000 mon.a (mon.0) 65 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:54:52.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:52 smithi023 bash[64415]: audit 2023-12-09T02:54:51.556920+0000 mon.a (mon.0) 66 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-09T02:54:52.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:52 smithi023 bash[64415]: audit 2023-12-09T02:54:51.558472+0000 mon.a (mon.0) 67 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2023-12-09T02:54:52.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:52 smithi023 bash[64415]: cephadm 2023-12-09T02:54:51.559806+0000 mgr.y (mgr.25456) 53 : cephadm 1 Upgrade: It appears safe to stop mon.b 2023-12-09T02:54:52.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:52 smithi023 bash[65805]: cluster 2023-12-09T02:54:51.279229+0000 mgr.y (mgr.25456) 52 : cluster 0 pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:54:52.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:52 smithi023 bash[65805]: audit 2023-12-09T02:54:51.434836+0000 mon.a (mon.0) 59 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:54:52.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:52 smithi023 bash[65805]: audit 2023-12-09T02:54:51.445028+0000 mon.a (mon.0) 60 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:54:52.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:52 smithi023 bash[65805]: audit 2023-12-09T02:54:51.447000+0000 mon.a (mon.0) 61 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:54:52.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:52 smithi023 bash[65805]: audit 2023-12-09T02:54:51.448520+0000 mon.a (mon.0) 62 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:54:52.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:52 smithi023 bash[65805]: audit 2023-12-09T02:54:51.458023+0000 mon.a (mon.0) 63 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:54:52.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:52 smithi023 bash[65805]: audit 2023-12-09T02:54:51.550811+0000 mon.a (mon.0) 64 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:54:52.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:52 smithi023 bash[65805]: audit 2023-12-09T02:54:51.554355+0000 mon.a (mon.0) 65 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:54:52.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:52 smithi023 bash[65805]: audit 2023-12-09T02:54:51.556920+0000 mon.a (mon.0) 66 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-12-09T02:54:52.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:52 smithi023 bash[65805]: audit 2023-12-09T02:54:51.558472+0000 mon.a (mon.0) 67 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2023-12-09T02:54:52.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:52 smithi023 bash[65805]: cephadm 2023-12-09T02:54:51.559806+0000 mgr.y (mgr.25456) 53 : cephadm 1 Upgrade: It appears safe to stop mon.b 2023-12-09T02:54:54.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:54 smithi172 bash[25093]: cluster 2023-12-09T02:54:53.280065+0000 mgr.y (mgr.25456) 54 : cluster [DBG] pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:54:54.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:54 smithi172 bash[25093]: audit 2023-12-09T02:54:54.092593+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:54:54.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:54 smithi172 bash[25093]: audit 2023-12-09T02:54:54.096980+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-09T02:54:54.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:54 smithi172 bash[25093]: audit 2023-12-09T02:54:54.099498+0000 mon.a (mon.0) 70 : audit [DBG] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-09T02:54:54.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:54 smithi172 bash[25093]: audit 2023-12-09T02:54:54.102943+0000 mon.a (mon.0) 71 : audit [DBG] from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:54:54.771 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:54 smithi023 bash[64415]: cluster 2023-12-09T02:54:53.280065+0000 mgr.y (mgr.25456) 54 : cluster 0 pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:54:54.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:54 smithi023 bash[64415]: audit 2023-12-09T02:54:54.092593+0000 mon.a (mon.0) 68 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:54:54.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:54 smithi023 bash[64415]: audit 2023-12-09T02:54:54.096980+0000 mon.a (mon.0) 69 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-09T02:54:54.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:54 smithi023 bash[64415]: audit 2023-12-09T02:54:54.099498+0000 mon.a (mon.0) 70 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-09T02:54:54.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:54 smithi023 bash[64415]: audit 2023-12-09T02:54:54.102943+0000 mon.a (mon.0) 71 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:54:54.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:54 smithi023 bash[65805]: cluster 2023-12-09T02:54:53.280065+0000 mgr.y (mgr.25456) 54 : cluster 0 pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:54:54.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:54 smithi023 bash[65805]: audit 2023-12-09T02:54:54.092593+0000 mon.a (mon.0) 68 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:54:54.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:54 smithi023 bash[65805]: audit 2023-12-09T02:54:54.096980+0000 mon.a (mon.0) 69 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-09T02:54:54.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:54 smithi023 bash[65805]: audit 2023-12-09T02:54:54.099498+0000 mon.a (mon.0) 70 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-09T02:54:54.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:54 smithi023 bash[65805]: audit 2023-12-09T02:54:54.102943+0000 mon.a (mon.0) 71 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:54:55.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:55 smithi172 bash[25093]: cephadm 2023-12-09T02:54:54.080777+0000 mgr.y (mgr.25456) 55 : cephadm [INF] Upgrade: Updating mon.b 2023-12-09T02:54:55.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:55 smithi172 bash[25093]: cephadm 2023-12-09T02:54:54.105250+0000 mgr.y (mgr.25456) 56 : cephadm [INF] Deploying daemon mon.b on smithi172 2023-12-09T02:54:55.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:55 smithi023 bash[64415]: cephadm 2023-12-09T02:54:54.080777+0000 mgr.y (mgr.25456) 55 : cephadm 1 Upgrade: Updating mon.b 2023-12-09T02:54:55.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:55 smithi023 bash[64415]: cephadm 2023-12-09T02:54:54.105250+0000 mgr.y (mgr.25456) 56 : cephadm 1 Deploying daemon mon.b on smithi172 2023-12-09T02:54:55.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:55 smithi023 bash[65805]: cephadm 2023-12-09T02:54:54.080777+0000 mgr.y (mgr.25456) 55 : cephadm 1 Upgrade: Updating mon.b 2023-12-09T02:54:55.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:55 smithi023 bash[65805]: cephadm 2023-12-09T02:54:54.105250+0000 mgr.y (mgr.25456) 56 : cephadm 1 Deploying daemon mon.b on smithi172 2023-12-09T02:54:56.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:56 smithi172 bash[25093]: cluster 2023-12-09T02:54:55.280881+0000 mgr.y (mgr.25456) 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 2023-12-09T02:54:56.771 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:54:56 smithi023 bash[64415]: cluster 2023-12-09T02:54:55.280881+0000 mgr.y (mgr.25456) 57 : cluster 0 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 2023-12-09T02:54:56.771 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:54:56 smithi023 bash[65805]: cluster 2023-12-09T02:54:55.280881+0000 mgr.y (mgr.25456) 57 : cluster 0 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 2023-12-09T02:54:56.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:56 smithi172 systemd[1]: Stopping Ceph mon.b for 9eab968a-963b-11ee-95a3-87774f69a715... 2023-12-09T02:54:56.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:56 smithi172 bash[25093]: debug 2023-12-09T02:54:56.909+0000 7f3ade175700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-12-09T02:54:56.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:56 smithi172 bash[25093]: debug 2023-12-09T02:54:56.909+0000 7f3ade175700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2023-12-09T02:54:57.950 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:57 smithi172 bash[51714]: ceph-9eab968a-963b-11ee-95a3-87774f69a715-mon-b 2023-12-09T02:54:57.950 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:57 smithi172 bash[51789]: Error response from daemon: No such container: ceph-9eab968a-963b-11ee-95a3-87774f69a715-mon-b 2023-12-09T02:54:58.202 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:57 smithi172 systemd[1]: ceph-9eab968a-963b-11ee-95a3-87774f69a715@mon.b.service: Succeeded. 2023-12-09T02:54:58.202 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:57 smithi172 systemd[1]: Stopped Ceph mon.b for 9eab968a-963b-11ee-95a3-87774f69a715. 2023-12-09T02:54:58.497 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:58 smithi172 systemd[1]: Started Ceph mon.b for 9eab968a-963b-11ee-95a3-87774f69a715. 2023-12-09T02:54:58.997 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:54:58 smithi172 bash[49296]: ts=2023-12-09T02:54: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.23\", device_class=\"ssd\", hostname=\"smithi023\", instance=\"smithi023:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.23\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.23\", device_class=\"ssd\", hostname=\"smithi023\", instance=\"172.21.15.172:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.23\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-09T02:54:59.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.349+0000 7efe84c00c80 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-09T02:54:59.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.349+0000 7efe84c00c80 0 ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev), process ceph-mon, pid 6 2023-12-09T02:54:59.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.349+0000 7efe84c00c80 0 pidfile_write: ignore empty --pid-file 2023-12-09T02:54:59.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 0 load: jerasure load: lrc 2023-12-09T02:54:59.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: RocksDB version: 7.9.2 2023-12-09T02:54:59.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Git sha 0 2023-12-09T02:54:59.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Compile date 2023-12-08 17:42:16 2023-12-09T02:54:59.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: DB SUMMARY 2023-12-09T02:54:59.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: DB Session ID: X6ZU9YIAV37FHUUMWATJ 2023-12-09T02:54:59.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: CURRENT file: CURRENT 2023-12-09T02:54:59.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: IDENTITY file: IDENTITY 2023-12-09T02:54:59.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: MANIFEST file: MANIFEST-000009 size: 1259 Bytes 2023-12-09T02:54:59.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 1, files: 000030.sst 2023-12-09T02:54:59.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000028.log size: 4717955 ; 2023-12-09T02:54:59.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.error_if_exists: 0 2023-12-09T02:54:59.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.create_if_missing: 0 2023-12-09T02:54:59.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.paranoid_checks: 1 2023-12-09T02:54:59.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2023-12-09T02:54:59.750 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-09T02:54:59.750 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-12-09T02:54:59.750 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.env: 0x55e8b38bea60 2023-12-09T02:54:59.750 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.fs: PosixFileSystem 2023-12-09T02:54:59.750 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.info_log: 0x55e8b4b09780 2023-12-09T02:54:59.750 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-09T02:54:59.750 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.statistics: (nil) 2023-12-09T02:54:59.750 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.use_fsync: 0 2023-12-09T02:54:59.750 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.max_log_file_size: 0 2023-12-09T02:54:59.751 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-09T02:54:59.751 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-09T02:54:59.751 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-09T02:54:59.751 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-09T02:54:59.751 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.allow_fallocate: 1 2023-12-09T02:54:59.751 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-09T02:54:59.751 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-09T02:54:59.752 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.use_direct_reads: 0 2023-12-09T02:54:59.752 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-09T02:54:59.752 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.create_missing_column_families: 0 2023-12-09T02:54:59.752 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.db_log_dir: 2023-12-09T02:54:59.752 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.wal_dir: 2023-12-09T02:54:59.752 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-09T02:54:59.752 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-09T02:54:59.752 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-09T02:54:59.752 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-09T02:54:59.752 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-09T02:54:59.752 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-09T02:54:59.752 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.advise_random_on_open: 1 2023-12-09T02:54:59.752 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-09T02:54:59.752 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.write_buffer_manager: 0x55e8b4adcf00 2023-12-09T02:54:59.753 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-09T02:54:59.753 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-09T02:54:59.753 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-09T02:54:59.753 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.rate_limiter: (nil) 2023-12-09T02:54:59.753 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-09T02:54:59.753 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-09T02:54:59.753 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-09T02:54:59.753 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-09T02:54:59.753 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.unordered_write: 0 2023-12-09T02:54:59.753 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-09T02:54:59.753 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-09T02:54:59.753 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-09T02:54:59.753 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-09T02:54:59.753 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.row_cache: None 2023-12-09T02:54:59.753 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.wal_filter: None 2023-12-09T02:54:59.754 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-09T02:54:59.754 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-09T02:54:59.754 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.two_write_queues: 0 2023-12-09T02:54:59.754 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.manual_wal_flush: 0 2023-12-09T02:54:59.754 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.wal_compression: 0 2023-12-09T02:54:59.754 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.atomic_flush: 0 2023-12-09T02:54:59.754 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-09T02:54:59.754 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-09T02:54:59.754 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-09T02:54:59.754 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.log_readahead_size: 0 2023-12-09T02:54:59.754 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-09T02:54:59.754 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.best_efforts_recovery: 0 2023-12-09T02:54:59.754 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-09T02:54:59.754 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-09T02:54:59.755 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.allow_data_in_errors: 0 2023-12-09T02:54:59.755 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.db_host_id: __hostname__ 2023-12-09T02:54:59.755 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.enforce_single_del_contracts: true 2023-12-09T02:54:59.755 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.max_background_jobs: 2 2023-12-09T02:54:59.755 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.max_background_compactions: -1 2023-12-09T02:54:59.755 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.max_subcompactions: 1 2023-12-09T02:54:59.755 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-09T02:54:59.755 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-09T02:54:59.755 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-09T02:54:59.755 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.max_total_wal_size: 0 2023-12-09T02:54:59.755 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-09T02:54:59.755 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-09T02:54:59.755 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-09T02:54:59.755 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-09T02:54:59.755 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.max_open_files: -1 2023-12-09T02:54:59.756 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.bytes_per_sync: 0 2023-12-09T02:54:59.756 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-09T02:54:59.756 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-09T02:54:59.756 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-09T02:54:59.756 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.max_background_flushes: -1 2023-12-09T02:54:59.756 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Compression algorithms supported: 2023-12-09T02:54:59.756 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-09T02:54:59.756 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: kZSTD supported: 0 2023-12-09T02:54:59.756 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: kXpressCompression supported: 0 2023-12-09T02:54:59.756 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-09T02:54:59.756 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: kZlibCompression supported: 1 2023-12-09T02:54:59.756 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: kSnappyCompression supported: 1 2023-12-09T02:54:59.756 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: kLZ4Compression supported: 1 2023-12-09T02:54:59.756 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: kBZip2Compression supported: 0 2023-12-09T02:54:59.756 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-09T02:54:59.757 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2023-12-09T02:54:59.757 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000009 2023-12-09T02:54:59.757 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-12-09T02:54:59.757 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-09T02:54:59.757 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.merge_operator: 2023-12-09T02:54:59.757 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.compaction_filter: None 2023-12-09T02:54:59.757 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.compaction_filter_factory: None 2023-12-09T02:54:59.757 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.sst_partitioner_factory: None 2023-12-09T02:54:59.757 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-09T02:54:59.757 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-09T02:54:59.757 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55e8b4b098a0) 2023-12-09T02:54:59.757 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: cache_index_and_filter_blocks: 1 2023-12-09T02:54:59.757 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-09T02:54:59.757 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-09T02:54:59.757 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: pin_top_level_index_and_filter: 1 2023-12-09T02:54:59.758 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: index_type: 0 2023-12-09T02:54:59.758 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: data_block_index_type: 0 2023-12-09T02:54:59.758 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: index_shortening: 1 2023-12-09T02:54:59.758 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: data_block_hash_table_util_ratio: 0.750000 2023-12-09T02:54:59.758 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: checksum: 4 2023-12-09T02:54:59.758 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: no_block_cache: 0 2023-12-09T02:54:59.758 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: block_cache: 0x55e8b4b5d090 2023-12-09T02:54:59.758 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: block_cache_name: BinnedLRUCache 2023-12-09T02:54:59.758 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: block_cache_options: 2023-12-09T02:54:59.758 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: capacity : 536870912 2023-12-09T02:54:59.758 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: num_shard_bits : 4 2023-12-09T02:54:59.758 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: strict_capacity_limit : 0 2023-12-09T02:54:59.759 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: high_pri_pool_ratio: 0.000 2023-12-09T02:54:59.759 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: block_cache_compressed: (nil) 2023-12-09T02:54:59.759 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: persistent_cache: (nil) 2023-12-09T02:54:59.759 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: block_size: 4096 2023-12-09T02:54:59.759 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: block_size_deviation: 10 2023-12-09T02:54:59.759 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: block_restart_interval: 16 2023-12-09T02:54:59.759 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: index_block_restart_interval: 1 2023-12-09T02:54:59.759 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: metadata_block_size: 4096 2023-12-09T02:54:59.759 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: partition_filters: 0 2023-12-09T02:54:59.759 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: use_delta_encoding: 1 2023-12-09T02:54:59.759 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: filter_policy: bloomfilter 2023-12-09T02:54:59.759 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: whole_key_filtering: 1 2023-12-09T02:54:59.760 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: verify_compression: 0 2023-12-09T02:54:59.760 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: read_amp_bytes_per_bit: 0 2023-12-09T02:54:59.760 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: format_version: 5 2023-12-09T02:54:59.760 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: enable_index_compression: 1 2023-12-09T02:54:59.760 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: block_align: 0 2023-12-09T02:54:59.760 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: max_auto_readahead_size: 262144 2023-12-09T02:54:59.760 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: prepopulate_block_cache: 0 2023-12-09T02:54:59.760 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: initial_auto_readahead_size: 8192 2023-12-09T02:54:59.760 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: num_file_reads_for_auto_readahead: 2 2023-12-09T02:54:59.760 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-09T02:54:59.760 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-09T02:54:59.760 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.compression: NoCompression 2023-12-09T02:54:59.760 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-09T02:54:59.761 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-09T02:54:59.761 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-09T02:54:59.761 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.num_levels: 7 2023-12-09T02:54:59.761 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-09T02:54:59.761 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-09T02:54:59.761 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-09T02:54:59.761 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-09T02:54:59.761 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-09T02:54:59.761 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-09T02:54:59.761 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-09T02:54:59.761 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-09T02:54:59.761 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-09T02:54:59.761 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-09T02:54:59.761 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-12-09T02:54:59.761 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-12-09T02:54:59.762 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-09T02:54:59.762 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.compression_opts.level: 32767 2023-12-09T02:54:59.763 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-09T02:54:59.763 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-09T02:54:59.763 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-09T02:54:59.763 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-12-09T02:54:59.763 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-09T02:54:59.763 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.compression_opts.enabled: false 2023-12-09T02:54:59.763 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-12-09T02:54:59.764 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-09T02:54:59.764 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-09T02:54:59.764 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-09T02:54:59.764 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-09T02:54:59.765 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-09T02:54:59.765 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-09T02:54:59.765 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-09T02:54:59.765 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-09T02:54:59.765 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-09T02:54:59.765 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-09T02:54:59.765 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-09T02:54:59.765 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-09T02:54:59.765 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-09T02:54:59.765 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-09T02:54:59.765 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-09T02:54:59.765 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-09T02:54:59.765 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-09T02:54:59.766 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-12-09T02:54:59.766 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.arena_block_size: 1048576 2023-12-09T02:54:59.766 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-09T02:54:59.766 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-09T02:54:59.766 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-09T02:54:59.766 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-09T02:54:59.766 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-09T02:54:59.766 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-09T02:54:59.766 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-09T02:54:59.766 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-09T02:54:59.766 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-09T02:54:59.766 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-09T02:54:59.766 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-09T02:54:59.767 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-09T02:54:59.767 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-09T02:54:59.767 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.table_properties_collectors: 2023-12-09T02:54:59.767 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.inplace_update_support: 0 2023-12-09T02:54:59.767 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-09T02:54:59.767 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-09T02:54:59.767 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-09T02:54:59.767 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-09T02:54:59.767 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.bloom_locality: 0 2023-12-09T02:54:59.767 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.max_successive_merges: 0 2023-12-09T02:54:59.768 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-09T02:54:59.768 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-09T02:54:59.768 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.force_consistency_checks: 1 2023-12-09T02:54:59.768 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-09T02:54:59.768 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.ttl: 2592000 2023-12-09T02:54:59.768 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-09T02:54:59.768 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2023-12-09T02:54:59.768 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2023-12-09T02:54:59.768 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.enable_blob_files: false 2023-12-09T02:54:59.768 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.min_blob_size: 0 2023-12-09T02:54:59.768 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.blob_file_size: 268435456 2023-12-09T02:54:59.768 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.blob_compression_type: NoCompression 2023-12-09T02:54:59.769 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-12-09T02:54:59.769 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-09T02:54:59.769 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-12-09T02:54:59.769 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2023-12-09T02:54:59.769 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.blob_file_starting_level: 0 2023-12-09T02:54:59.769 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-12-09T02:54:59.769 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe79bc8700 3 rocksdb: [table/block_based/block_based_table_reader.cc:721] At least one SST file opened without unique ID to verify: 30.sst 2023-12-09T02:54:59.769 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2023-12-09T02:54:59.769 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 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 17967, log_number is 28,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-09T02:54:59.769 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 28 2023-12-09T02:54:59.769 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 103e00d8-dc26-4ca8-8041-e73ce4a2035c 2023-12-09T02:54:59.769 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702090499364496, "job": 1, "event": "recovery_started", "wal_files": [28]} 2023-12-09T02:54:59.770 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.357+0000 7efe84c00c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #28 mode 2 2023-12-09T02:54:59.770 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.377+0000 7efe84c00c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702090499382375, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 33, "file_size": 2987688, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 17972, "largest_seqno": 19299, "table_properties": {"data_size": 2982067, "index_size": 3322, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 1285, "raw_key_size": 11999, "raw_average_key_size": 23, "raw_value_size": 2971062, "raw_average_value_size": 5802, "num_data_blocks": 150, "num_entries": 512, "num_filter_entries": 512, "num_deletions": 2, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1702090499, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "103e00d8-dc26-4ca8-8041-e73ce4a2035c", "db_session_id": "X6ZU9YIAV37FHUUMWATJ", "orig_file_number": 33, "seqno_to_time_mapping": "N/A"}} 2023-12-09T02:54:59.770 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.377+0000 7efe84c00c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702090499382490, "job": 1, "event": "recovery_finished"} 2023-12-09T02:54:59.770 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.377+0000 7efe84c00c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 35 2023-12-09T02:54:59.770 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.377+0000 7efe84c00c80 4 rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2023-12-09T02:54:59.770 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.381+0000 7efe84c00c80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000028.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-12-09T02:54:59.770 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.381+0000 7efe84c00c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55e8b4bfc000 2023-12-09T02:54:59.770 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.381+0000 7efe84c00c80 4 rocksdb: DB pointer 0x55e8b4bea000 2023-12-09T02:54:59.770 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.381+0000 7efe733bb700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-12-09T02:54:59.770 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.381+0000 7efe733bb700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2023-12-09T02:54:59.770 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: ** DB Stats ** 2023-12-09T02:54:59.770 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-09T02:54:59.771 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-09T02:54:59.771 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-09T02:54:59.771 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-09T02:54:59.771 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-09T02:54:59.771 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-09T02:54:59.771 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-09T02:54:59.771 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: ** Compaction Stats [default] ** 2023-12-09T02:54:59.771 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2023-12-09T02:54:59.771 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-12-09T02:54:59.771 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: L0 1/0 2.85 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 573.6 0.00 0.00 1 0.005 0 0 0.0 0.0 2023-12-09T02:54:59.771 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: L6 1/0 10.09 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2023-12-09T02:54:59.772 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: Sum 2/0 12.94 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 573.6 0.00 0.00 1 0.005 0 0 0.0 0.0 2023-12-09T02:54:59.772 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 573.6 0.00 0.00 1 0.005 0 0 0.0 0.0 2023-12-09T02:54:59.772 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: ** Compaction Stats [default] ** 2023-12-09T02:54:59.772 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2023-12-09T02:54:59.772 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-09T02:54:59.772 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 573.6 0.00 0.00 1 0.005 0 0 0.0 0.0 2023-12-09T02:54:59.772 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-12-09T02:54:59.772 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-09T02:54:59.772 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: Flush(GB): cumulative 0.003, interval 0.003 2023-12-09T02:54:59.772 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-09T02:54:59.772 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: AddFile(Total Files): cumulative 0, interval 0 2023-12-09T02:54:59.772 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-09T02:54:59.773 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: AddFile(Keys): cumulative 0, interval 0 2023-12-09T02:54:59.773 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: Cumulative compaction: 0.00 GB write, 122.10 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-09T02:54:59.773 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: Interval compaction: 0.00 GB write, 122.10 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-09T02:54:59.773 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-09T02:54:59.773 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: Block cache BinnedLRUCache@0x55e8b4b5d090#6 capacity: 512.00 MB usage: 4.73 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.6e-05 secs_since: 0 2023-12-09T02:54:59.773 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: Block cache entry stats(count,size,portion): FilterBlock(1,1.41 KB,0.000268221%) IndexBlock(1,3.33 KB,0.000634789%) Misc(1,0.00 KB,0%) 2023-12-09T02:54:59.773 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: ** File Read Latency Histogram By Level [default] ** 2023-12-09T02:54:59.773 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.381+0000 7efe84c00c80 0 starting mon.b rank 2 at public addrs [v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0] at bind addrs [v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 9eab968a-963b-11ee-95a3-87774f69a715 2023-12-09T02:54:59.773 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.385+0000 7efe84c00c80 1 mon.b@-1(???) e3 preinit fsid 9eab968a-963b-11ee-95a3-87774f69a715 2023-12-09T02:54:59.773 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.385+0000 7efe84c00c80 0 mon.b@-1(???).mds e1 new map 2023-12-09T02:54:59.773 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.385+0000 7efe84c00c80 0 mon.b@-1(???).mds e1 print_map 2023-12-09T02:54:59.773 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: e1 2023-12-09T02:54:59.773 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-09T02:54:59.774 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-12-09T02:54:59.774 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: legacy client fscid: -1 2023-12-09T02:54:59.774 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: 2023-12-09T02:54:59.774 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: No filesystems configured 2023-12-09T02:54:59.774 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.385+0000 7efe84c00c80 0 mon.b@-1(???).osd e104 crush map has features 3314933000854323200, adjusting msgr requires 2023-12-09T02:54:59.774 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.385+0000 7efe84c00c80 0 mon.b@-1(???).osd e104 crush map has features 432629239337189376, adjusting msgr requires 2023-12-09T02:54:59.774 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.385+0000 7efe84c00c80 0 mon.b@-1(???).osd e104 crush map has features 432629239337189376, adjusting msgr requires 2023-12-09T02:54:59.774 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.385+0000 7efe84c00c80 0 mon.b@-1(???).osd e104 crush map has features 432629239337189376, adjusting msgr requires 2023-12-09T02:54:59.774 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:54:59 smithi172 bash[51856]: debug 2023-12-09T02:54:59.385+0000 7efe84c00c80 1 mon.b@-1(???).paxosservice(auth 1..25) refresh upgraded, format 0 -> 3 2023-12-09T02:55:02.771 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:55:02 smithi023 bash[61239]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:55:02] "GET /metrics HTTP/1.1" 200 38173 "" "Prometheus/2.33.4" 2023-12-09T02:55:04.771 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:55:04 smithi023 bash[61239]: debug 2023-12-09T02:55:04.391+0000 7fd324c84700 -1 mgr.server handle_report got status from non-daemon mon.b 2023-12-09T02:55:06.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:05 smithi023 bash[64415]: cluster 2023-12-09T02:55:00.565272+0000 mon.a (mon.0) 78 : cluster 1 overall HEALTH_OK 2023-12-09T02:55:06.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:05 smithi023 bash[64415]: audit 2023-12-09T02:55:00.565826+0000 mon.a (mon.0) 79 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-09T02:55:06.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:05 smithi023 bash[64415]: audit 2023-12-09T02:55:00.566227+0000 mon.a (mon.0) 80 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T02:55:06.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:05 smithi023 bash[64415]: audit 2023-12-09T02:55:00.566436+0000 mon.a (mon.0) 81 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T02:55:06.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:05 smithi023 bash[64415]: cluster 2023-12-09T02:55:00.567966+0000 mon.a (mon.0) 82 : cluster 1 mon.a calling monitor election 2023-12-09T02:55:06.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:05 smithi023 bash[64415]: cluster 2023-12-09T02:55:00.568039+0000 mon.c (mon.1) 3 : cluster 1 mon.c calling monitor election 2023-12-09T02:55:06.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:05 smithi023 bash[64415]: cluster 2023-12-09T02:55:01.284995+0000 mgr.y (mgr.25456) 61 : cluster 0 pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:55:06.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:05 smithi023 bash[64415]: cluster 2023-12-09T02:55:03.285797+0000 mgr.y (mgr.25456) 62 : cluster 0 pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:55:06.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:05 smithi023 bash[64415]: audit 2023-12-09T02:55:05.372198+0000 mon.a (mon.0) 83 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:55:06.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:05 smithi023 bash[64415]: cluster 2023-12-09T02:55:05.569865+0000 mon.a (mon.0) 84 : cluster 1 mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-09T02:55:06.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:05 smithi023 bash[64415]: cluster 2023-12-09T02:55:05.576911+0000 mon.a (mon.0) 85 : cluster 0 monmap e4: 3 mons at {a=[v2:172.21.15.23:3300/0,v1:172.21.15.23:6789/0],b=[v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0],c=[v2:172.21.15.23:3301/0,v1:172.21.15.23:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-09T02:55:06.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:05 smithi023 bash[64415]: cluster 2023-12-09T02:55:05.577961+0000 mon.a (mon.0) 86 : cluster 0 fsmap 2023-12-09T02:55:06.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:05 smithi023 bash[64415]: cluster 2023-12-09T02:55:05.578023+0000 mon.a (mon.0) 87 : cluster 0 osdmap e104: 8 total, 8 up, 8 in 2023-12-09T02:55:06.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:05 smithi023 bash[64415]: cluster 2023-12-09T02:55:05.578774+0000 mon.a (mon.0) 88 : cluster 0 mgrmap e41: y(active, since 60s), standbys: x 2023-12-09T02:55:06.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:05 smithi023 bash[64415]: cluster 2023-12-09T02:55:05.579173+0000 mon.a (mon.0) 89 : cluster 3 Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2023-12-09T02:55:06.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:05 smithi023 bash[64415]: cluster 2023-12-09T02:55:05.586884+0000 mon.a (mon.0) 90 : cluster 3 Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2023-12-09T02:55:06.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:05 smithi023 bash[64415]: cluster 2023-12-09T02:55:05.586905+0000 mon.a (mon.0) 91 : cluster 3 [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2023-12-09T02:55:06.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:05 smithi023 bash[64415]: cluster 2023-12-09T02:55:05.586915+0000 mon.a (mon.0) 92 : cluster 3 mon.b (rank 2) addr [v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0] is down (out of quorum) 2023-12-09T02:55:06.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:05 smithi023 bash[64415]: audit 2023-12-09T02:55:05.593076+0000 mon.a (mon.0) 93 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:06.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:05 smithi023 bash[64415]: audit 2023-12-09T02:55:05.604489+0000 mon.a (mon.0) 94 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:06.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:05 smithi023 bash[65805]: cluster 2023-12-09T02:55:00.565272+0000 mon.a (mon.0) 78 : cluster 1 overall HEALTH_OK 2023-12-09T02:55:06.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:05 smithi023 bash[65805]: audit 2023-12-09T02:55:00.565826+0000 mon.a (mon.0) 79 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-09T02:55:06.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:05 smithi023 bash[65805]: audit 2023-12-09T02:55:00.566227+0000 mon.a (mon.0) 80 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T02:55:06.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:05 smithi023 bash[65805]: audit 2023-12-09T02:55:00.566436+0000 mon.a (mon.0) 81 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T02:55:06.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:05 smithi023 bash[65805]: cluster 2023-12-09T02:55:00.567966+0000 mon.a (mon.0) 82 : cluster 1 mon.a calling monitor election 2023-12-09T02:55:06.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:05 smithi023 bash[65805]: cluster 2023-12-09T02:55:00.568039+0000 mon.c (mon.1) 3 : cluster 1 mon.c calling monitor election 2023-12-09T02:55:06.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:05 smithi023 bash[65805]: cluster 2023-12-09T02:55:01.284995+0000 mgr.y (mgr.25456) 61 : cluster 0 pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:55:06.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:05 smithi023 bash[65805]: cluster 2023-12-09T02:55:03.285797+0000 mgr.y (mgr.25456) 62 : cluster 0 pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:55:06.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:05 smithi023 bash[65805]: audit 2023-12-09T02:55:05.372198+0000 mon.a (mon.0) 83 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:55:06.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:05 smithi023 bash[65805]: cluster 2023-12-09T02:55:05.569865+0000 mon.a (mon.0) 84 : cluster 1 mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-09T02:55:06.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:05 smithi023 bash[65805]: cluster 2023-12-09T02:55:05.576911+0000 mon.a (mon.0) 85 : cluster 0 monmap e4: 3 mons at {a=[v2:172.21.15.23:3300/0,v1:172.21.15.23:6789/0],b=[v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0],c=[v2:172.21.15.23:3301/0,v1:172.21.15.23:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-09T02:55:06.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:05 smithi023 bash[65805]: cluster 2023-12-09T02:55:05.577961+0000 mon.a (mon.0) 86 : cluster 0 fsmap 2023-12-09T02:55:06.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:05 smithi023 bash[65805]: cluster 2023-12-09T02:55:05.578023+0000 mon.a (mon.0) 87 : cluster 0 osdmap e104: 8 total, 8 up, 8 in 2023-12-09T02:55:06.025 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:05 smithi023 bash[65805]: cluster 2023-12-09T02:55:05.578774+0000 mon.a (mon.0) 88 : cluster 0 mgrmap e41: y(active, since 60s), standbys: x 2023-12-09T02:55:06.025 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:05 smithi023 bash[65805]: cluster 2023-12-09T02:55:05.579173+0000 mon.a (mon.0) 89 : cluster 3 Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2023-12-09T02:55:06.025 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:05 smithi023 bash[65805]: cluster 2023-12-09T02:55:05.586884+0000 mon.a (mon.0) 90 : cluster 3 Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2023-12-09T02:55:06.025 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:05 smithi023 bash[65805]: cluster 2023-12-09T02:55:05.586905+0000 mon.a (mon.0) 91 : cluster 3 [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2023-12-09T02:55:06.025 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:05 smithi023 bash[65805]: cluster 2023-12-09T02:55:05.586915+0000 mon.a (mon.0) 92 : cluster 3 mon.b (rank 2) addr [v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0] is down (out of quorum) 2023-12-09T02:55:06.025 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:05 smithi023 bash[65805]: audit 2023-12-09T02:55:05.593076+0000 mon.a (mon.0) 93 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:06.025 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:05 smithi023 bash[65805]: audit 2023-12-09T02:55:05.604489+0000 mon.a (mon.0) 94 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:07.021 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:06 smithi023 bash[64415]: cluster 2023-12-09T02:55:05.286565+0000 mgr.y (mgr.25456) 63 : cluster 0 pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:55:07.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:06 smithi023 bash[65805]: cluster 2023-12-09T02:55:05.286565+0000 mgr.y (mgr.25456) 63 : cluster 0 pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:55:07.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:06 smithi172 bash[51856]: cluster 2023-12-09T02:55:00.565272+0000 mon.a (mon.0) 78 : cluster 1 overall HEALTH_OK 2023-12-09T02:55:07.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:06 smithi172 bash[51856]: audit 2023-12-09T02:55:00.565826+0000 mon.a (mon.0) 79 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-09T02:55:07.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:06 smithi172 bash[51856]: audit 2023-12-09T02:55:00.566227+0000 mon.a (mon.0) 80 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-09T02:55:07.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:06 smithi172 bash[51856]: audit 2023-12-09T02:55:00.566436+0000 mon.a (mon.0) 81 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-09T02:55:07.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:06 smithi172 bash[51856]: cluster 2023-12-09T02:55:00.567966+0000 mon.a (mon.0) 82 : cluster 1 mon.a calling monitor election 2023-12-09T02:55:07.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:06 smithi172 bash[51856]: cluster 2023-12-09T02:55:00.568039+0000 mon.c (mon.1) 3 : cluster 1 mon.c calling monitor election 2023-12-09T02:55:07.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:06 smithi172 bash[51856]: cluster 2023-12-09T02:55:01.284995+0000 mgr.y (mgr.25456) 61 : cluster 0 pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:55:07.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:06 smithi172 bash[51856]: cluster 2023-12-09T02:55:03.285797+0000 mgr.y (mgr.25456) 62 : cluster 0 pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:55:07.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:06 smithi172 bash[51856]: audit 2023-12-09T02:55:05.372198+0000 mon.a (mon.0) 83 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:55:07.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:06 smithi172 bash[51856]: cluster 2023-12-09T02:55:05.569865+0000 mon.a (mon.0) 84 : cluster 1 mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-09T02:55:07.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:06 smithi172 bash[51856]: cluster 2023-12-09T02:55:05.576911+0000 mon.a (mon.0) 85 : cluster 0 monmap e4: 3 mons at {a=[v2:172.21.15.23:3300/0,v1:172.21.15.23:6789/0],b=[v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0],c=[v2:172.21.15.23:3301/0,v1:172.21.15.23:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-09T02:55:07.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:06 smithi172 bash[51856]: cluster 2023-12-09T02:55:05.577961+0000 mon.a (mon.0) 86 : cluster 0 fsmap 2023-12-09T02:55:07.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:06 smithi172 bash[51856]: cluster 2023-12-09T02:55:05.578023+0000 mon.a (mon.0) 87 : cluster 0 osdmap e104: 8 total, 8 up, 8 in 2023-12-09T02:55:07.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:06 smithi172 bash[51856]: cluster 2023-12-09T02:55:05.578774+0000 mon.a (mon.0) 88 : cluster 0 mgrmap e41: y(active, since 60s), standbys: x 2023-12-09T02:55:07.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:06 smithi172 bash[51856]: cluster 2023-12-09T02:55:05.579173+0000 mon.a (mon.0) 89 : cluster 3 Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2023-12-09T02:55:07.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:06 smithi172 bash[51856]: cluster 2023-12-09T02:55:05.586884+0000 mon.a (mon.0) 90 : cluster 3 Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2023-12-09T02:55:07.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:06 smithi172 bash[51856]: cluster 2023-12-09T02:55:05.586905+0000 mon.a (mon.0) 91 : cluster 3 [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2023-12-09T02:55:07.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:06 smithi172 bash[51856]: cluster 2023-12-09T02:55:05.586915+0000 mon.a (mon.0) 92 : cluster 3 mon.b (rank 2) addr [v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0] is down (out of quorum) 2023-12-09T02:55:07.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:06 smithi172 bash[51856]: audit 2023-12-09T02:55:05.593076+0000 mon.a (mon.0) 93 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:07.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:06 smithi172 bash[51856]: audit 2023-12-09T02:55:05.604489+0000 mon.a (mon.0) 94 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:07.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:06 smithi172 bash[51856]: cluster 2023-12-09T02:55:05.286565+0000 mgr.y (mgr.25456) 63 : cluster 0 pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:55:07.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:07 smithi172 bash[51856]: cluster 2023-12-09T02:55:00.577780+0000 mon.b (mon.2) 2 : cluster 1 mon.b calling monitor election 2023-12-09T02:55:07.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:07 smithi172 bash[51856]: audit 2023-12-09T02:55:06.297998+0000 mgr.y (mgr.25456) 64 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:55:07.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:07 smithi172 bash[51856]: cluster 2023-12-09T02:55:06.810371+0000 mon.c (mon.1) 4 : cluster 1 mon.c calling monitor election 2023-12-09T02:55:07.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:07 smithi172 bash[51856]: cluster 2023-12-09T02:55:06.810376+0000 mon.a (mon.0) 95 : cluster 1 mon.a calling monitor election 2023-12-09T02:55:07.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:07 smithi172 bash[51856]: cluster 2023-12-09T02:55:06.842592+0000 mon.a (mon.0) 96 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-09T02:55:07.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:07 smithi172 bash[51856]: cluster 2023-12-09T02:55:06.858477+0000 mon.a (mon.0) 97 : cluster 0 monmap e4: 3 mons at {a=[v2:172.21.15.23:3300/0,v1:172.21.15.23:6789/0],b=[v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0],c=[v2:172.21.15.23:3301/0,v1:172.21.15.23:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-09T02:55:07.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:07 smithi172 bash[51856]: cluster 2023-12-09T02:55:06.859515+0000 mon.a (mon.0) 98 : cluster 0 fsmap 2023-12-09T02:55:07.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:07 smithi172 bash[51856]: cluster 2023-12-09T02:55:06.859581+0000 mon.a (mon.0) 99 : cluster 0 osdmap e104: 8 total, 8 up, 8 in 2023-12-09T02:55:07.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:07 smithi172 bash[51856]: cluster 2023-12-09T02:55:06.860223+0000 mon.a (mon.0) 100 : cluster 0 mgrmap e41: y(active, since 61s), standbys: x 2023-12-09T02:55:07.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:07 smithi172 bash[51856]: cluster 2023-12-09T02:55:06.860421+0000 mon.a (mon.0) 101 : cluster 1 Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2023-12-09T02:55:07.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:07 smithi172 bash[51856]: cluster 2023-12-09T02:55:06.860452+0000 mon.a (mon.0) 102 : cluster 1 Cluster is now healthy 2023-12-09T02:55:07.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:07 smithi172 bash[51856]: cluster 2023-12-09T02:55:06.868043+0000 mon.a (mon.0) 103 : cluster 1 overall HEALTH_OK 2023-12-09T02:55:08.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:07 smithi023 bash[65805]: cluster 2023-12-09T02:55:00.577780+0000 mon.b (mon.2) 2 : cluster 1 mon.b calling monitor election 2023-12-09T02:55:08.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:07 smithi023 bash[65805]: audit 2023-12-09T02:55:06.297998+0000 mgr.y (mgr.25456) 64 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:55:08.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:07 smithi023 bash[65805]: cluster 2023-12-09T02:55:06.810371+0000 mon.c (mon.1) 4 : cluster 1 mon.c calling monitor election 2023-12-09T02:55:08.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:07 smithi023 bash[65805]: cluster 2023-12-09T02:55:06.810376+0000 mon.a (mon.0) 95 : cluster 1 mon.a calling monitor election 2023-12-09T02:55:08.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:07 smithi023 bash[65805]: cluster 2023-12-09T02:55:06.842592+0000 mon.a (mon.0) 96 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-09T02:55:08.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:07 smithi023 bash[65805]: cluster 2023-12-09T02:55:06.858477+0000 mon.a (mon.0) 97 : cluster 0 monmap e4: 3 mons at {a=[v2:172.21.15.23:3300/0,v1:172.21.15.23:6789/0],b=[v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0],c=[v2:172.21.15.23:3301/0,v1:172.21.15.23:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-09T02:55:08.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:07 smithi023 bash[65805]: cluster 2023-12-09T02:55:06.859515+0000 mon.a (mon.0) 98 : cluster 0 fsmap 2023-12-09T02:55:08.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:07 smithi023 bash[65805]: cluster 2023-12-09T02:55:06.859581+0000 mon.a (mon.0) 99 : cluster 0 osdmap e104: 8 total, 8 up, 8 in 2023-12-09T02:55:08.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:07 smithi023 bash[65805]: cluster 2023-12-09T02:55:06.860223+0000 mon.a (mon.0) 100 : cluster 0 mgrmap e41: y(active, since 61s), standbys: x 2023-12-09T02:55:08.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:07 smithi023 bash[65805]: cluster 2023-12-09T02:55:06.860421+0000 mon.a (mon.0) 101 : cluster 1 Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2023-12-09T02:55:08.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:07 smithi023 bash[65805]: cluster 2023-12-09T02:55:06.860452+0000 mon.a (mon.0) 102 : cluster 1 Cluster is now healthy 2023-12-09T02:55:08.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:07 smithi023 bash[65805]: cluster 2023-12-09T02:55:06.868043+0000 mon.a (mon.0) 103 : cluster 1 overall HEALTH_OK 2023-12-09T02:55:08.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:07 smithi023 bash[64415]: cluster 2023-12-09T02:55:00.577780+0000 mon.b (mon.2) 2 : cluster 1 mon.b calling monitor election 2023-12-09T02:55:08.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:07 smithi023 bash[64415]: audit 2023-12-09T02:55:06.297998+0000 mgr.y (mgr.25456) 64 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:55:08.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:07 smithi023 bash[64415]: cluster 2023-12-09T02:55:06.810371+0000 mon.c (mon.1) 4 : cluster 1 mon.c calling monitor election 2023-12-09T02:55:08.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:07 smithi023 bash[64415]: cluster 2023-12-09T02:55:06.810376+0000 mon.a (mon.0) 95 : cluster 1 mon.a calling monitor election 2023-12-09T02:55:08.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:07 smithi023 bash[64415]: cluster 2023-12-09T02:55:06.842592+0000 mon.a (mon.0) 96 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-09T02:55:08.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:07 smithi023 bash[64415]: cluster 2023-12-09T02:55:06.858477+0000 mon.a (mon.0) 97 : cluster 0 monmap e4: 3 mons at {a=[v2:172.21.15.23:3300/0,v1:172.21.15.23:6789/0],b=[v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0],c=[v2:172.21.15.23:3301/0,v1:172.21.15.23:6790/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-09T02:55:08.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:07 smithi023 bash[64415]: cluster 2023-12-09T02:55:06.859515+0000 mon.a (mon.0) 98 : cluster 0 fsmap 2023-12-09T02:55:08.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:07 smithi023 bash[64415]: cluster 2023-12-09T02:55:06.859581+0000 mon.a (mon.0) 99 : cluster 0 osdmap e104: 8 total, 8 up, 8 in 2023-12-09T02:55:08.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:07 smithi023 bash[64415]: cluster 2023-12-09T02:55:06.860223+0000 mon.a (mon.0) 100 : cluster 0 mgrmap e41: y(active, since 61s), standbys: x 2023-12-09T02:55:08.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:07 smithi023 bash[64415]: cluster 2023-12-09T02:55:06.860421+0000 mon.a (mon.0) 101 : cluster 1 Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2023-12-09T02:55:08.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:07 smithi023 bash[64415]: cluster 2023-12-09T02:55:06.860452+0000 mon.a (mon.0) 102 : cluster 1 Cluster is now healthy 2023-12-09T02:55:08.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:07 smithi023 bash[64415]: cluster 2023-12-09T02:55:06.868043+0000 mon.a (mon.0) 103 : cluster 1 overall HEALTH_OK 2023-12-09T02:55:08.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:08 smithi172 bash[51856]: cluster 2023-12-09T02:55:07.288439+0000 mgr.y (mgr.25456) 65 : cluster 0 pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:55:08.998 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:55:08 smithi172 bash[49296]: ts=2023-12-09T02:55:08.660Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.23\", device_class=\"ssd\", hostname=\"smithi023\", instance=\"smithi023:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.23\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.23\", device_class=\"ssd\", hostname=\"smithi023\", instance=\"172.21.15.172:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.23\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-09T02:55:09.021 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:08 smithi023 bash[64415]: cluster 2023-12-09T02:55:07.288439+0000 mgr.y (mgr.25456) 65 : cluster 0 pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:55:09.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:08 smithi023 bash[65805]: cluster 2023-12-09T02:55:07.288439+0000 mgr.y (mgr.25456) 65 : cluster 0 pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:55:10.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:10 smithi172 bash[51856]: cluster 2023-12-09T02:55:09.289219+0000 mgr.y (mgr.25456) 66 : cluster 0 pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:55:11.021 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:10 smithi023 bash[64415]: cluster 2023-12-09T02:55:09.289219+0000 mgr.y (mgr.25456) 66 : cluster 0 pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:55:11.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:10 smithi023 bash[65805]: cluster 2023-12-09T02:55:09.289219+0000 mgr.y (mgr.25456) 66 : cluster 0 pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:55:11.425 INFO:teuthology.orchestra.run.smithi023.stdout:true 2023-12-09T02:55:12.222 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-09T02:55:12.222 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (3m) 32s ago 10m 16.0M - 0.23.0 ba2b418f427c 3b4091a6361f 2023-12-09T02:55:12.222 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi172 *:3000 running (2m) 0s ago 10m 43.3M - 8.3.5 dad864ee21e9 b146a6fad367 2023-12-09T02:55:12.222 INFO:teuthology.orchestra.run.smithi023.stdout:iscsi.foo.smithi023.vcvunr smithi023 running (115s) 32s ago 8m 45.7M - 3.5 e1d6a67b021e cab96a54a200 2023-12-09T02:55:12.222 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi172 *:8443,9283,8765 running (102s) 0s ago 16m 433M - 19.0.0-44-g9dcc13bb f28f2b94f153 997a6e266d78 2023-12-09T02:55:12.223 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:8443,9283,8765 running (2m) 32s ago 18m 480M - 19.0.0-44-g9dcc13bb f28f2b94f153 f635daf405b8 2023-12-09T02:55:12.223 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (78s) 32s ago 18m 38.3M 2048M 19.0.0-44-g9dcc13bb f28f2b94f153 aa99792ae0fd 2023-12-09T02:55:12.223 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi172 running (13s) 0s ago 16m 23.5M 2048M 19.0.0-44-g9dcc13bb f28f2b94f153 aa13b48f02bc 2023-12-09T02:55:12.223 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (40s) 32s ago 16m 22.2M 2048M 19.0.0-44-g9dcc13bb f28f2b94f153 6eb3e7afe9c1 2023-12-09T02:55:12.223 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (3m) 32s ago 10m 11.5M - 1.3.1 1dbe0e931976 11aaca649943 2023-12-09T02:55:12.223 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi172 *:9100 running (3m) 0s ago 10m 11.0M - 1.3.1 1dbe0e931976 7938141dc8d6 2023-12-09T02:55:12.223 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (16m) 32s ago 16m 59.7M 2781M 17.2.0 e1d6a67b021e b647f39c76d5 2023-12-09T02:55:12.223 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (15m) 32s ago 15m 62.4M 2781M 17.2.0 e1d6a67b021e 33c693687d9a 2023-12-09T02:55:12.223 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (14m) 32s ago 14m 55.0M 2781M 17.2.0 e1d6a67b021e b487471c7433 2023-12-09T02:55:12.223 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (14m) 32s ago 14m 59.9M 2781M 17.2.0 e1d6a67b021e 635c08619a33 2023-12-09T02:55:12.224 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi172 running (13m) 0s ago 13m 62.2M 3037M 17.2.0 e1d6a67b021e c04304e8675b 2023-12-09T02:55:12.224 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi172 running (13m) 0s ago 13m 57.4M 3037M 17.2.0 e1d6a67b021e fcb16f6cd272 2023-12-09T02:55:12.224 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi172 running (12m) 0s ago 12m 55.8M 3037M 17.2.0 e1d6a67b021e a1dc1e893a48 2023-12-09T02:55:12.224 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi172 running (11m) 0s ago 11m 58.7M 3037M 17.2.0 e1d6a67b021e f5bf1afe0d7c 2023-12-09T02:55:12.224 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi172 *:9095 running (109s) 0s ago 10m 59.7M - 2.33.4 514e6a882f6e 506724a1b8e0 2023-12-09T02:55:12.224 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.foo.smithi023.mllipj smithi023 *:8000 running (8m) 32s ago 8m 88.1M - 17.2.0 e1d6a67b021e 110d5ba1c152 2023-12-09T02:55:12.224 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.foo.smithi172.aqpemq smithi172 *:8000 running (8m) 0s ago 8m 88.5M - 17.2.0 e1d6a67b021e c9a58e322a85 2023-12-09T02:55:12.224 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.smpl.smithi023.ikvhaq smithi023 *:80 running (8m) 32s ago 8m 88.1M - 17.2.0 e1d6a67b021e 9fb31f23b01c 2023-12-09T02:55:12.224 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.smpl.smithi172.ysxvfy smithi172 *:80 running (8m) 0s ago 8m 88.3M - 17.2.0 e1d6a67b021e 3c13f0c0b020 2023-12-09T02:55:12.689 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2023-12-09T02:55:12.689 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2023-12-09T02:55:12.689 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 3 2023-12-09T02:55:12.689 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:55:12.689 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2023-12-09T02:55:12.689 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 2 2023-12-09T02:55:12.689 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:55:12.689 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2023-12-09T02:55:12.689 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-09T02:55:12.689 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:55:12.689 INFO:teuthology.orchestra.run.smithi023.stdout: "rgw": { 2023-12-09T02:55:12.690 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-09T02:55:12.690 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:55:12.690 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2023-12-09T02:55:12.690 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 12, 2023-12-09T02:55:12.690 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 5 2023-12-09T02:55:12.690 INFO:teuthology.orchestra.run.smithi023.stdout: } 2023-12-09T02:55:12.690 INFO:teuthology.orchestra.run.smithi023.stdout:} 2023-12-09T02:55:12.704 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:55:12 smithi023 bash[61239]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:55:12] "GET /metrics HTTP/1.1" 200 38181 "" "Prometheus/2.33.4" 2023-12-09T02:55:12.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:12 smithi172 bash[51856]: cluster 2023-12-09T02:55:11.290771+0000 mgr.y (mgr.25456) 67 : cluster 0 pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:55:12.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:12 smithi172 bash[51856]: audit 2023-12-09T02:55:11.397917+0000 mgr.y (mgr.25456) 68 : audit 0 from='client.44137 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:55:12.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:12 smithi172 bash[51856]: audit 2023-12-09T02:55:11.793406+0000 mgr.y (mgr.25456) 69 : audit 0 from='client.34215 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:55:12.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:12 smithi172 bash[51856]: audit 2023-12-09T02:55:11.991418+0000 mon.a (mon.0) 104 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:12.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:12 smithi172 bash[51856]: audit 2023-12-09T02:55:12.000351+0000 mon.a (mon.0) 105 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:12.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:12 smithi172 bash[51856]: audit 2023-12-09T02:55:12.681454+0000 mon.a (mon.0) 106 : audit 0 from='client.? 172.21.15.23:0/4280772318' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:55:13.021 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:12 smithi023 bash[65805]: cluster 2023-12-09T02:55:11.290771+0000 mgr.y (mgr.25456) 67 : cluster 0 pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:55:13.021 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:12 smithi023 bash[65805]: audit 2023-12-09T02:55:11.397917+0000 mgr.y (mgr.25456) 68 : audit 0 from='client.44137 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:55:13.021 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:12 smithi023 bash[65805]: audit 2023-12-09T02:55:11.793406+0000 mgr.y (mgr.25456) 69 : audit 0 from='client.34215 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:55:13.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:12 smithi023 bash[65805]: audit 2023-12-09T02:55:11.991418+0000 mon.a (mon.0) 104 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:13.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:12 smithi023 bash[65805]: audit 2023-12-09T02:55:12.000351+0000 mon.a (mon.0) 105 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:13.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:12 smithi023 bash[65805]: audit 2023-12-09T02:55:12.681454+0000 mon.a (mon.0) 106 : audit 0 from='client.? 172.21.15.23:0/4280772318' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:55:13.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:12 smithi023 bash[64415]: cluster 2023-12-09T02:55:11.290771+0000 mgr.y (mgr.25456) 67 : cluster 0 pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:55:13.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:12 smithi023 bash[64415]: audit 2023-12-09T02:55:11.397917+0000 mgr.y (mgr.25456) 68 : audit 0 from='client.44137 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:55:13.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:12 smithi023 bash[64415]: audit 2023-12-09T02:55:11.793406+0000 mgr.y (mgr.25456) 69 : audit 0 from='client.34215 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:55:13.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:12 smithi023 bash[64415]: audit 2023-12-09T02:55:11.991418+0000 mon.a (mon.0) 104 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:13.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:12 smithi023 bash[64415]: audit 2023-12-09T02:55:12.000351+0000 mon.a (mon.0) 105 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:13.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:12 smithi023 bash[64415]: audit 2023-12-09T02:55:12.681454+0000 mon.a (mon.0) 106 : audit 0 from='client.? 172.21.15.23:0/4280772318' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:55:13.079 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2023-12-09T02:55:13.080 INFO:teuthology.orchestra.run.smithi023.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882", 2023-12-09T02:55:13.080 INFO:teuthology.orchestra.run.smithi023.stdout: "in_progress": true, 2023-12-09T02:55:13.080 INFO:teuthology.orchestra.run.smithi023.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-09T02:55:13.080 INFO:teuthology.orchestra.run.smithi023.stdout: "services_complete": [ 2023-12-09T02:55:13.080 INFO:teuthology.orchestra.run.smithi023.stdout: "mon", 2023-12-09T02:55:13.080 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr" 2023-12-09T02:55:13.080 INFO:teuthology.orchestra.run.smithi023.stdout: ], 2023-12-09T02:55:13.080 INFO:teuthology.orchestra.run.smithi023.stdout: "progress": "5/23 daemons upgraded", 2023-12-09T02:55:13.080 INFO:teuthology.orchestra.run.smithi023.stdout: "message": "Currently upgrading mon daemons", 2023-12-09T02:55:13.080 INFO:teuthology.orchestra.run.smithi023.stdout: "is_paused": false 2023-12-09T02:55:13.080 INFO:teuthology.orchestra.run.smithi023.stdout:} 2023-12-09T02:55:13.532 INFO:teuthology.orchestra.run.smithi023.stdout:HEALTH_OK 2023-12-09T02:55:13.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:13 smithi172 bash[51856]: audit 2023-12-09T02:55:12.187249+0000 mgr.y (mgr.25456) 70 : audit 0 from='client.34221 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:55:13.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:13 smithi172 bash[51856]: audit 2023-12-09T02:55:13.099011+0000 mon.a (mon.0) 107 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:13.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:13 smithi172 bash[51856]: audit 2023-12-09T02:55:13.109140+0000 mon.a (mon.0) 108 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:13.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:13 smithi172 bash[51856]: audit 2023-12-09T02:55:13.525228+0000 mon.a (mon.0) 109 : audit 0 from='client.? 172.21.15.23:0/480953079' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:55:14.021 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:13 smithi023 bash[64415]: audit 2023-12-09T02:55:12.187249+0000 mgr.y (mgr.25456) 70 : audit 0 from='client.34221 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:55:14.021 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:13 smithi023 bash[64415]: audit 2023-12-09T02:55:13.099011+0000 mon.a (mon.0) 107 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:14.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:13 smithi023 bash[64415]: audit 2023-12-09T02:55:13.109140+0000 mon.a (mon.0) 108 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:14.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:13 smithi023 bash[64415]: audit 2023-12-09T02:55:13.525228+0000 mon.a (mon.0) 109 : audit 0 from='client.? 172.21.15.23:0/480953079' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:55:14.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:13 smithi023 bash[65805]: audit 2023-12-09T02:55:12.187249+0000 mgr.y (mgr.25456) 70 : audit 0 from='client.34221 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:55:14.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:13 smithi023 bash[65805]: audit 2023-12-09T02:55:13.099011+0000 mon.a (mon.0) 107 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:14.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:13 smithi023 bash[65805]: audit 2023-12-09T02:55:13.109140+0000 mon.a (mon.0) 108 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:14.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:13 smithi023 bash[65805]: audit 2023-12-09T02:55:13.525228+0000 mon.a (mon.0) 109 : audit 0 from='client.? 172.21.15.23:0/480953079' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:55:14.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:14 smithi172 bash[51856]: audit 2023-12-09T02:55:13.071497+0000 mgr.y (mgr.25456) 71 : audit 0 from='client.44158 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:55:14.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:14 smithi172 bash[51856]: cluster 2023-12-09T02:55:13.291474+0000 mgr.y (mgr.25456) 72 : cluster 0 pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:55:15.021 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:14 smithi023 bash[64415]: audit 2023-12-09T02:55:13.071497+0000 mgr.y (mgr.25456) 71 : audit 0 from='client.44158 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:55:15.021 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:14 smithi023 bash[64415]: cluster 2023-12-09T02:55:13.291474+0000 mgr.y (mgr.25456) 72 : cluster 0 pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:55:15.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:14 smithi023 bash[65805]: audit 2023-12-09T02:55:13.071497+0000 mgr.y (mgr.25456) 71 : audit 0 from='client.44158 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:55:15.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:14 smithi023 bash[65805]: cluster 2023-12-09T02:55:13.291474+0000 mgr.y (mgr.25456) 72 : cluster 0 pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:55:16.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:16 smithi172 bash[51856]: cluster 2023-12-09T02:55:15.292259+0000 mgr.y (mgr.25456) 73 : cluster 0 pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:55:17.021 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:16 smithi023 bash[64415]: cluster 2023-12-09T02:55:15.292259+0000 mgr.y (mgr.25456) 73 : cluster 0 pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:55:17.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:16 smithi023 bash[65805]: cluster 2023-12-09T02:55:15.292259+0000 mgr.y (mgr.25456) 73 : cluster 0 pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:55:17.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:17 smithi172 bash[51856]: audit 2023-12-09T02:55:16.308290+0000 mgr.y (mgr.25456) 74 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:55:18.021 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:17 smithi023 bash[64415]: audit 2023-12-09T02:55:16.308290+0000 mgr.y (mgr.25456) 74 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:55:18.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:17 smithi023 bash[65805]: audit 2023-12-09T02:55:16.308290+0000 mgr.y (mgr.25456) 74 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:55:18.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:18 smithi172 bash[51856]: cluster 2023-12-09T02:55:17.294081+0000 mgr.y (mgr.25456) 75 : cluster 0 pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:55:18.998 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:55:18 smithi172 bash[49296]: ts=2023-12-09T02:55:18.661Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.23\", device_class=\"ssd\", hostname=\"smithi023\", instance=\"smithi023:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.23\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.23\", device_class=\"ssd\", hostname=\"smithi023\", instance=\"172.21.15.172:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.23\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-09T02:55:19.021 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:18 smithi023 bash[64415]: cluster 2023-12-09T02:55:17.294081+0000 mgr.y (mgr.25456) 75 : cluster 0 pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:55:19.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:18 smithi023 bash[65805]: cluster 2023-12-09T02:55:17.294081+0000 mgr.y (mgr.25456) 75 : cluster 0 pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:55:20.445 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:55:20 smithi172 bash[49296]: ts=2023-12-09T02:55:20.089Z caller=alerting.go:353 level=warn component="rule manager" alert="unsupported value type" msg="Expanding alert template failed" err="error executing template __alert_CephMonDown: template: __alert_CephMonDown:1:427: executing \"__alert_CephMonDown\" at : error calling query: found duplicate series for the match group {ceph_daemon=\"mon.a\"} on the right hand-side of the operation: [{ceph_daemon=\"mon.a\", ceph_version=\"ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)\", hostname=\"smithi023\", instance=\"smithi023:9283\", job=\"ceph\", public_addr=\"172.21.15.23\", rank=\"0\"}, {ceph_daemon=\"mon.a\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", hostname=\"smithi023\", instance=\"172.21.15.172:9283\", job=\"ceph\", public_addr=\"172.21.15.23\", rank=\"0\"}];many-to-many matching not allowed: matching labels must be unique on one side" data="unsupported value type" 2023-12-09T02:55:21.021 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:20 smithi023 bash[65805]: cluster 2023-12-09T02:55:19.294975+0000 mgr.y (mgr.25456) 76 : cluster 0 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 2023-12-09T02:55:21.021 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:20 smithi023 bash[65805]: audit 2023-12-09T02:55:20.372264+0000 mon.a (mon.0) 110 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:55:21.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:20 smithi023 bash[64415]: cluster 2023-12-09T02:55:19.294975+0000 mgr.y (mgr.25456) 76 : cluster 0 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 2023-12-09T02:55:21.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:20 smithi023 bash[64415]: audit 2023-12-09T02:55:20.372264+0000 mon.a (mon.0) 110 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:55:21.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:20 smithi172 bash[51856]: cluster 2023-12-09T02:55:19.294975+0000 mgr.y (mgr.25456) 76 : cluster 0 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 2023-12-09T02:55:21.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:20 smithi172 bash[51856]: audit 2023-12-09T02:55:20.372264+0000 mon.a (mon.0) 110 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:55:22.754 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:55:22 smithi023 bash[61239]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:55:22] "GET /metrics HTTP/1.1" 200 38178 "" "Prometheus/2.33.4" 2023-12-09T02:55:22.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:22 smithi172 bash[51856]: cluster 2023-12-09T02:55:21.296670+0000 mgr.y (mgr.25456) 77 : cluster 0 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 2023-12-09T02:55:23.021 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:22 smithi023 bash[64415]: cluster 2023-12-09T02:55:21.296670+0000 mgr.y (mgr.25456) 77 : cluster 0 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 2023-12-09T02:55:23.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:22 smithi023 bash[65805]: cluster 2023-12-09T02:55:21.296670+0000 mgr.y (mgr.25456) 77 : cluster 0 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 2023-12-09T02:55:24.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:24 smithi172 bash[51856]: cluster 2023-12-09T02:55:23.297444+0000 mgr.y (mgr.25456) 78 : cluster 0 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 2023-12-09T02:55:24.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:24 smithi172 bash[51856]: audit 2023-12-09T02:55:23.628010+0000 mon.a (mon.0) 111 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:24.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:24 smithi172 bash[51856]: audit 2023-12-09T02:55:23.648404+0000 mon.a (mon.0) 112 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:24.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:24 smithi172 bash[51856]: audit 2023-12-09T02:55:23.650846+0000 mon.a (mon.0) 113 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:55:24.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:24 smithi172 bash[51856]: audit 2023-12-09T02:55:23.652766+0000 mon.a (mon.0) 114 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:55:24.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:24 smithi172 bash[51856]: audit 2023-12-09T02:55:23.663346+0000 mon.a (mon.0) 115 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:24.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:24 smithi172 bash[51856]: cephadm 2023-12-09T02:55:23.735594+0000 mgr.y (mgr.25456) 79 : cephadm 1 Reconfiguring mon.a (monmap changed)... 2023-12-09T02:55:24.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:24 smithi172 bash[51856]: audit 2023-12-09T02:55:23.736315+0000 mon.a (mon.0) 116 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-09T02:55:24.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:24 smithi172 bash[51856]: audit 2023-12-09T02:55:23.738212+0000 mon.a (mon.0) 117 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-09T02:55:24.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:24 smithi172 bash[51856]: audit 2023-12-09T02:55:23.740110+0000 mon.a (mon.0) 118 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:55:24.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:24 smithi172 bash[51856]: cephadm 2023-12-09T02:55:23.742224+0000 mgr.y (mgr.25456) 80 : cephadm 1 Reconfiguring daemon mon.a on smithi023 2023-12-09T02:55:25.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:24 smithi023 bash[64415]: cluster 2023-12-09T02:55:23.297444+0000 mgr.y (mgr.25456) 78 : cluster 0 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 2023-12-09T02:55:25.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:24 smithi023 bash[64415]: audit 2023-12-09T02:55:23.628010+0000 mon.a (mon.0) 111 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:25.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:24 smithi023 bash[64415]: audit 2023-12-09T02:55:23.648404+0000 mon.a (mon.0) 112 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:25.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:24 smithi023 bash[64415]: audit 2023-12-09T02:55:23.650846+0000 mon.a (mon.0) 113 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:55:25.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:24 smithi023 bash[64415]: audit 2023-12-09T02:55:23.652766+0000 mon.a (mon.0) 114 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:55:25.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:24 smithi023 bash[64415]: audit 2023-12-09T02:55:23.663346+0000 mon.a (mon.0) 115 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:25.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:24 smithi023 bash[64415]: cephadm 2023-12-09T02:55:23.735594+0000 mgr.y (mgr.25456) 79 : cephadm 1 Reconfiguring mon.a (monmap changed)... 2023-12-09T02:55:25.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:24 smithi023 bash[64415]: audit 2023-12-09T02:55:23.736315+0000 mon.a (mon.0) 116 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-09T02:55:25.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:24 smithi023 bash[64415]: audit 2023-12-09T02:55:23.738212+0000 mon.a (mon.0) 117 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-09T02:55:25.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:24 smithi023 bash[64415]: audit 2023-12-09T02:55:23.740110+0000 mon.a (mon.0) 118 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:55:25.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:24 smithi023 bash[64415]: cephadm 2023-12-09T02:55:23.742224+0000 mgr.y (mgr.25456) 80 : cephadm 1 Reconfiguring daemon mon.a on smithi023 2023-12-09T02:55:25.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:24 smithi023 bash[65805]: cluster 2023-12-09T02:55:23.297444+0000 mgr.y (mgr.25456) 78 : cluster 0 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 2023-12-09T02:55:25.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:24 smithi023 bash[65805]: audit 2023-12-09T02:55:23.628010+0000 mon.a (mon.0) 111 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:25.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:24 smithi023 bash[65805]: audit 2023-12-09T02:55:23.648404+0000 mon.a (mon.0) 112 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:25.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:24 smithi023 bash[65805]: audit 2023-12-09T02:55:23.650846+0000 mon.a (mon.0) 113 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:55:25.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:24 smithi023 bash[65805]: audit 2023-12-09T02:55:23.652766+0000 mon.a (mon.0) 114 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:55:25.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:24 smithi023 bash[65805]: audit 2023-12-09T02:55:23.663346+0000 mon.a (mon.0) 115 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:25.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:24 smithi023 bash[65805]: cephadm 2023-12-09T02:55:23.735594+0000 mgr.y (mgr.25456) 79 : cephadm 1 Reconfiguring mon.a (monmap changed)... 2023-12-09T02:55:25.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:24 smithi023 bash[65805]: audit 2023-12-09T02:55:23.736315+0000 mon.a (mon.0) 116 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-09T02:55:25.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:24 smithi023 bash[65805]: audit 2023-12-09T02:55:23.738212+0000 mon.a (mon.0) 117 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-09T02:55:25.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:24 smithi023 bash[65805]: audit 2023-12-09T02:55:23.740110+0000 mon.a (mon.0) 118 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:55:25.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:24 smithi023 bash[65805]: cephadm 2023-12-09T02:55:23.742224+0000 mgr.y (mgr.25456) 80 : cephadm 1 Reconfiguring daemon mon.a on smithi023 2023-12-09T02:55:26.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:26 smithi172 bash[51856]: cluster 2023-12-09T02:55:25.298221+0000 mgr.y (mgr.25456) 81 : cluster 0 pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:55:26.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:26 smithi172 bash[51856]: audit 2023-12-09T02:55:26.045823+0000 mon.a (mon.0) 119 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:26.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:26 smithi172 bash[51856]: audit 2023-12-09T02:55:26.056068+0000 mon.a (mon.0) 120 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:26.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:26 smithi172 bash[51856]: audit 2023-12-09T02:55:26.062326+0000 mon.a (mon.0) 121 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-09T02:55:26.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:26 smithi172 bash[51856]: audit 2023-12-09T02:55:26.063940+0000 mon.a (mon.0) 122 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-09T02:55:27.000 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:26 smithi172 bash[51856]: audit 2023-12-09T02:55:26.065673+0000 mon.a (mon.0) 123 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:55:27.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:26 smithi023 bash[64415]: cluster 2023-12-09T02:55:25.298221+0000 mgr.y (mgr.25456) 81 : cluster 0 pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:55:27.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:26 smithi023 bash[64415]: audit 2023-12-09T02:55:26.045823+0000 mon.a (mon.0) 119 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:27.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:26 smithi023 bash[64415]: audit 2023-12-09T02:55:26.056068+0000 mon.a (mon.0) 120 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:27.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:26 smithi023 bash[64415]: audit 2023-12-09T02:55:26.062326+0000 mon.a (mon.0) 121 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-09T02:55:27.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:26 smithi023 bash[64415]: audit 2023-12-09T02:55:26.063940+0000 mon.a (mon.0) 122 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-09T02:55:27.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:26 smithi023 bash[64415]: audit 2023-12-09T02:55:26.065673+0000 mon.a (mon.0) 123 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:55:27.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:26 smithi023 bash[65805]: cluster 2023-12-09T02:55:25.298221+0000 mgr.y (mgr.25456) 81 : cluster 0 pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:55:27.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:26 smithi023 bash[65805]: audit 2023-12-09T02:55:26.045823+0000 mon.a (mon.0) 119 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:27.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:26 smithi023 bash[65805]: audit 2023-12-09T02:55:26.056068+0000 mon.a (mon.0) 120 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:27.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:26 smithi023 bash[65805]: audit 2023-12-09T02:55:26.062326+0000 mon.a (mon.0) 121 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-09T02:55:27.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:26 smithi023 bash[65805]: audit 2023-12-09T02:55:26.063940+0000 mon.a (mon.0) 122 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-09T02:55:27.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:26 smithi023 bash[65805]: audit 2023-12-09T02:55:26.065673+0000 mon.a (mon.0) 123 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:55:27.771 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:27 smithi023 bash[65805]: cephadm 2023-12-09T02:55:26.061724+0000 mgr.y (mgr.25456) 82 : cephadm 1 Reconfiguring mgr.y (monmap changed)... 2023-12-09T02:55:27.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:27 smithi023 bash[65805]: cephadm 2023-12-09T02:55:26.067580+0000 mgr.y (mgr.25456) 83 : cephadm 1 Reconfiguring daemon mgr.y on smithi023 2023-12-09T02:55:27.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:27 smithi023 bash[65805]: audit 2023-12-09T02:55:26.312274+0000 mgr.y (mgr.25456) 84 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:55:27.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:27 smithi023 bash[64415]: cephadm 2023-12-09T02:55:26.061724+0000 mgr.y (mgr.25456) 82 : cephadm 1 Reconfiguring mgr.y (monmap changed)... 2023-12-09T02:55:27.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:27 smithi023 bash[64415]: cephadm 2023-12-09T02:55:26.067580+0000 mgr.y (mgr.25456) 83 : cephadm 1 Reconfiguring daemon mgr.y on smithi023 2023-12-09T02:55:27.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:27 smithi023 bash[64415]: audit 2023-12-09T02:55:26.312274+0000 mgr.y (mgr.25456) 84 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:55:27.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:27 smithi172 bash[51856]: cephadm 2023-12-09T02:55:26.061724+0000 mgr.y (mgr.25456) 82 : cephadm 1 Reconfiguring mgr.y (monmap changed)... 2023-12-09T02:55:27.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:27 smithi172 bash[51856]: cephadm 2023-12-09T02:55:26.067580+0000 mgr.y (mgr.25456) 83 : cephadm 1 Reconfiguring daemon mgr.y on smithi023 2023-12-09T02:55:27.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:27 smithi172 bash[51856]: audit 2023-12-09T02:55:26.312274+0000 mgr.y (mgr.25456) 84 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:55:28.997 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:55:28 smithi172 bash[49296]: ts=2023-12-09T02:55: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.23\", device_class=\"ssd\", hostname=\"smithi023\", instance=\"smithi023:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.23\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.23\", device_class=\"ssd\", hostname=\"smithi023\", instance=\"172.21.15.172:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.23\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-09T02:55:28.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:28 smithi172 bash[51856]: cluster 2023-12-09T02:55:27.299989+0000 mgr.y (mgr.25456) 85 : cluster 0 pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:55:28.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:28 smithi172 bash[51856]: audit 2023-12-09T02:55:28.439066+0000 mon.a (mon.0) 124 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:28.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:28 smithi172 bash[51856]: audit 2023-12-09T02:55:28.449068+0000 mon.a (mon.0) 125 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:28.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:28 smithi172 bash[51856]: audit 2023-12-09T02:55:28.489697+0000 mon.a (mon.0) 126 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-09T02:55:28.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:28 smithi172 bash[51856]: audit 2023-12-09T02:55:28.491507+0000 mon.a (mon.0) 127 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-09T02:55:28.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:28 smithi172 bash[51856]: audit 2023-12-09T02:55:28.493381+0000 mon.a (mon.0) 128 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:55:29.021 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:28 smithi023 bash[65805]: cluster 2023-12-09T02:55:27.299989+0000 mgr.y (mgr.25456) 85 : cluster 0 pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:55:29.021 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:28 smithi023 bash[65805]: audit 2023-12-09T02:55:28.439066+0000 mon.a (mon.0) 124 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:29.021 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:28 smithi023 bash[65805]: audit 2023-12-09T02:55:28.449068+0000 mon.a (mon.0) 125 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:29.021 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:28 smithi023 bash[65805]: audit 2023-12-09T02:55:28.489697+0000 mon.a (mon.0) 126 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-09T02:55:29.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:28 smithi023 bash[65805]: audit 2023-12-09T02:55:28.491507+0000 mon.a (mon.0) 127 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-09T02:55:29.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:28 smithi023 bash[65805]: audit 2023-12-09T02:55:28.493381+0000 mon.a (mon.0) 128 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:55:29.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:28 smithi023 bash[64415]: cluster 2023-12-09T02:55:27.299989+0000 mgr.y (mgr.25456) 85 : cluster 0 pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:55:29.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:28 smithi023 bash[64415]: audit 2023-12-09T02:55:28.439066+0000 mon.a (mon.0) 124 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:29.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:28 smithi023 bash[64415]: audit 2023-12-09T02:55:28.449068+0000 mon.a (mon.0) 125 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:29.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:28 smithi023 bash[64415]: audit 2023-12-09T02:55:28.489697+0000 mon.a (mon.0) 126 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-09T02:55:29.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:28 smithi023 bash[64415]: audit 2023-12-09T02:55:28.491507+0000 mon.a (mon.0) 127 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-09T02:55:29.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:28 smithi023 bash[64415]: audit 2023-12-09T02:55:28.493381+0000 mon.a (mon.0) 128 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:55:29.975 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:29 smithi023 bash[64415]: cephadm 2023-12-09T02:55:28.488982+0000 mgr.y (mgr.25456) 86 : cephadm 1 Reconfiguring mon.c (monmap changed)... 2023-12-09T02:55:29.975 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:29 smithi023 bash[64415]: cephadm 2023-12-09T02:55:28.495535+0000 mgr.y (mgr.25456) 87 : cephadm 1 Reconfiguring daemon mon.c on smithi023 2023-12-09T02:55:29.976 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:29 smithi023 bash[65805]: cephadm 2023-12-09T02:55:28.488982+0000 mgr.y (mgr.25456) 86 : cephadm 1 Reconfiguring mon.c (monmap changed)... 2023-12-09T02:55:29.976 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:29 smithi023 bash[65805]: cephadm 2023-12-09T02:55:28.495535+0000 mgr.y (mgr.25456) 87 : cephadm 1 Reconfiguring daemon mon.c on smithi023 2023-12-09T02:55:29.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:29 smithi172 bash[51856]: cephadm 2023-12-09T02:55:28.488982+0000 mgr.y (mgr.25456) 86 : cephadm 1 Reconfiguring mon.c (monmap changed)... 2023-12-09T02:55:29.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:29 smithi172 bash[51856]: cephadm 2023-12-09T02:55:28.495535+0000 mgr.y (mgr.25456) 87 : cephadm 1 Reconfiguring daemon mon.c on smithi023 2023-12-09T02:55:30.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:30 smithi172 bash[51856]: cluster 2023-12-09T02:55:29.300858+0000 mgr.y (mgr.25456) 88 : cluster 0 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 2023-12-09T02:55:31.021 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:30 smithi023 bash[64415]: cluster 2023-12-09T02:55:29.300858+0000 mgr.y (mgr.25456) 88 : cluster 0 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 2023-12-09T02:55:31.021 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:30 smithi023 bash[65805]: cluster 2023-12-09T02:55:29.300858+0000 mgr.y (mgr.25456) 88 : cluster 0 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 2023-12-09T02:55:32.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:31 smithi023 bash[65805]: audit 2023-12-09T02:55:30.756129+0000 mon.a (mon.0) 129 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:32.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:31 smithi023 bash[65805]: audit 2023-12-09T02:55:30.766010+0000 mon.a (mon.0) 130 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:32.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:31 smithi023 bash[65805]: cephadm 2023-12-09T02:55:30.815708+0000 mgr.y (mgr.25456) 89 : cephadm 1 Reconfiguring osd.0 (monmap changed)... 2023-12-09T02:55:32.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:31 smithi023 bash[65805]: audit 2023-12-09T02:55:30.816514+0000 mon.a (mon.0) 131 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-09T02:55:32.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:31 smithi023 bash[65805]: audit 2023-12-09T02:55:30.818521+0000 mon.a (mon.0) 132 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:55:32.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:31 smithi023 bash[64415]: audit 2023-12-09T02:55:30.756129+0000 mon.a (mon.0) 129 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:32.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:31 smithi023 bash[64415]: audit 2023-12-09T02:55:30.766010+0000 mon.a (mon.0) 130 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:32.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:31 smithi023 bash[64415]: cephadm 2023-12-09T02:55:30.815708+0000 mgr.y (mgr.25456) 89 : cephadm 1 Reconfiguring osd.0 (monmap changed)... 2023-12-09T02:55:32.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:31 smithi023 bash[64415]: audit 2023-12-09T02:55:30.816514+0000 mon.a (mon.0) 131 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-09T02:55:32.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:31 smithi023 bash[64415]: audit 2023-12-09T02:55:30.818521+0000 mon.a (mon.0) 132 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:55:32.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:31 smithi172 bash[51856]: audit 2023-12-09T02:55:30.756129+0000 mon.a (mon.0) 129 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:32.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:31 smithi172 bash[51856]: audit 2023-12-09T02:55:30.766010+0000 mon.a (mon.0) 130 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:32.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:31 smithi172 bash[51856]: cephadm 2023-12-09T02:55:30.815708+0000 mgr.y (mgr.25456) 89 : cephadm 1 Reconfiguring osd.0 (monmap changed)... 2023-12-09T02:55:32.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:31 smithi172 bash[51856]: audit 2023-12-09T02:55:30.816514+0000 mon.a (mon.0) 131 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-09T02:55:32.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:31 smithi172 bash[51856]: audit 2023-12-09T02:55:30.818521+0000 mon.a (mon.0) 132 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:55:32.473 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:55:32 smithi023 bash[61239]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:55:32] "GET /metrics HTTP/1.1" 200 38178 "" "Prometheus/2.33.4" 2023-12-09T02:55:33.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:32 smithi172 bash[51856]: cephadm 2023-12-09T02:55:30.824518+0000 mgr.y (mgr.25456) 90 : cephadm 1 Reconfiguring daemon osd.0 on smithi023 2023-12-09T02:55:33.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:32 smithi172 bash[51856]: cluster 2023-12-09T02:55:31.302589+0000 mgr.y (mgr.25456) 91 : cluster 0 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 2023-12-09T02:55:33.271 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:32 smithi023 bash[64415]: cephadm 2023-12-09T02:55:30.824518+0000 mgr.y (mgr.25456) 90 : cephadm 1 Reconfiguring daemon osd.0 on smithi023 2023-12-09T02:55:33.271 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:32 smithi023 bash[64415]: cluster 2023-12-09T02:55:31.302589+0000 mgr.y (mgr.25456) 91 : cluster 0 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 2023-12-09T02:55:33.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:32 smithi023 bash[65805]: cephadm 2023-12-09T02:55:30.824518+0000 mgr.y (mgr.25456) 90 : cephadm 1 Reconfiguring daemon osd.0 on smithi023 2023-12-09T02:55:33.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:32 smithi023 bash[65805]: cluster 2023-12-09T02:55:31.302589+0000 mgr.y (mgr.25456) 91 : cluster 0 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 2023-12-09T02:55:34.497 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:34 smithi172 bash[51856]: audit 2023-12-09T02:55:33.095177+0000 mon.a (mon.0) 133 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:34.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:34 smithi172 bash[51856]: audit 2023-12-09T02:55:33.104968+0000 mon.a (mon.0) 134 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:34.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:34 smithi172 bash[51856]: cephadm 2023-12-09T02:55:33.142784+0000 mgr.y (mgr.25456) 92 : cephadm 1 Reconfiguring osd.1 (monmap changed)... 2023-12-09T02:55:34.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:34 smithi172 bash[51856]: audit 2023-12-09T02:55:33.143557+0000 mon.a (mon.0) 135 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-09T02:55:34.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:34 smithi172 bash[51856]: audit 2023-12-09T02:55:33.145712+0000 mon.a (mon.0) 136 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:55:34.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:34 smithi172 bash[51856]: cephadm 2023-12-09T02:55:33.151610+0000 mgr.y (mgr.25456) 93 : cephadm 1 Reconfiguring daemon osd.1 on smithi023 2023-12-09T02:55:34.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:34 smithi172 bash[51856]: cluster 2023-12-09T02:55:33.303426+0000 mgr.y (mgr.25456) 94 : cluster 0 pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:55:34.521 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:34 smithi023 bash[64415]: audit 2023-12-09T02:55:33.095177+0000 mon.a (mon.0) 133 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:34.521 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:34 smithi023 bash[64415]: audit 2023-12-09T02:55:33.104968+0000 mon.a (mon.0) 134 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:34.521 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:34 smithi023 bash[64415]: cephadm 2023-12-09T02:55:33.142784+0000 mgr.y (mgr.25456) 92 : cephadm 1 Reconfiguring osd.1 (monmap changed)... 2023-12-09T02:55:34.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:34 smithi023 bash[64415]: audit 2023-12-09T02:55:33.143557+0000 mon.a (mon.0) 135 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-09T02:55:34.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:34 smithi023 bash[64415]: audit 2023-12-09T02:55:33.145712+0000 mon.a (mon.0) 136 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:55:34.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:34 smithi023 bash[64415]: cephadm 2023-12-09T02:55:33.151610+0000 mgr.y (mgr.25456) 93 : cephadm 1 Reconfiguring daemon osd.1 on smithi023 2023-12-09T02:55:34.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:34 smithi023 bash[64415]: cluster 2023-12-09T02:55:33.303426+0000 mgr.y (mgr.25456) 94 : cluster 0 pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:55:34.522 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:34 smithi023 bash[65805]: audit 2023-12-09T02:55:33.095177+0000 mon.a (mon.0) 133 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:34.522 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:34 smithi023 bash[65805]: audit 2023-12-09T02:55:33.104968+0000 mon.a (mon.0) 134 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:34.522 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:34 smithi023 bash[65805]: cephadm 2023-12-09T02:55:33.142784+0000 mgr.y (mgr.25456) 92 : cephadm 1 Reconfiguring osd.1 (monmap changed)... 2023-12-09T02:55:34.522 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:34 smithi023 bash[65805]: audit 2023-12-09T02:55:33.143557+0000 mon.a (mon.0) 135 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-09T02:55:34.522 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:34 smithi023 bash[65805]: audit 2023-12-09T02:55:33.145712+0000 mon.a (mon.0) 136 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:55:34.522 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:34 smithi023 bash[65805]: cephadm 2023-12-09T02:55:33.151610+0000 mgr.y (mgr.25456) 93 : cephadm 1 Reconfiguring daemon osd.1 on smithi023 2023-12-09T02:55:34.522 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:34 smithi023 bash[65805]: cluster 2023-12-09T02:55:33.303426+0000 mgr.y (mgr.25456) 94 : cluster 0 pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:55:36.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:36 smithi172 bash[51856]: cluster 2023-12-09T02:55:35.304240+0000 mgr.y (mgr.25456) 95 : cluster 0 pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:55:36.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:36 smithi172 bash[51856]: audit 2023-12-09T02:55:35.373157+0000 mon.a (mon.0) 137 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:55:36.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:36 smithi172 bash[51856]: audit 2023-12-09T02:55:35.554735+0000 mon.a (mon.0) 138 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:36.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:36 smithi172 bash[51856]: audit 2023-12-09T02:55:35.565108+0000 mon.a (mon.0) 139 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:36.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:36 smithi172 bash[51856]: cephadm 2023-12-09T02:55:35.570342+0000 mgr.y (mgr.25456) 96 : cephadm 1 Reconfiguring osd.2 (monmap changed)... 2023-12-09T02:55:36.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:36 smithi172 bash[51856]: audit 2023-12-09T02:55:35.570878+0000 mon.a (mon.0) 140 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-09T02:55:36.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:36 smithi172 bash[51856]: audit 2023-12-09T02:55:35.572191+0000 mon.a (mon.0) 141 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:55:36.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:36 smithi172 bash[51856]: cephadm 2023-12-09T02:55:35.576082+0000 mgr.y (mgr.25456) 97 : cephadm 1 Reconfiguring daemon osd.2 on smithi023 2023-12-09T02:55:36.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:36 smithi023 bash[64415]: cluster 2023-12-09T02:55:35.304240+0000 mgr.y (mgr.25456) 95 : cluster 0 pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:55:36.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:36 smithi023 bash[64415]: audit 2023-12-09T02:55:35.373157+0000 mon.a (mon.0) 137 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:55:36.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:36 smithi023 bash[64415]: audit 2023-12-09T02:55:35.554735+0000 mon.a (mon.0) 138 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:36.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:36 smithi023 bash[64415]: audit 2023-12-09T02:55:35.565108+0000 mon.a (mon.0) 139 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:36.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:36 smithi023 bash[64415]: cephadm 2023-12-09T02:55:35.570342+0000 mgr.y (mgr.25456) 96 : cephadm 1 Reconfiguring osd.2 (monmap changed)... 2023-12-09T02:55:36.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:36 smithi023 bash[64415]: audit 2023-12-09T02:55:35.570878+0000 mon.a (mon.0) 140 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-09T02:55:36.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:36 smithi023 bash[64415]: audit 2023-12-09T02:55:35.572191+0000 mon.a (mon.0) 141 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:55:36.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:36 smithi023 bash[64415]: cephadm 2023-12-09T02:55:35.576082+0000 mgr.y (mgr.25456) 97 : cephadm 1 Reconfiguring daemon osd.2 on smithi023 2023-12-09T02:55:36.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:36 smithi023 bash[65805]: cluster 2023-12-09T02:55:35.304240+0000 mgr.y (mgr.25456) 95 : cluster 0 pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:55:36.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:36 smithi023 bash[65805]: audit 2023-12-09T02:55:35.373157+0000 mon.a (mon.0) 137 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:55:36.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:36 smithi023 bash[65805]: audit 2023-12-09T02:55:35.554735+0000 mon.a (mon.0) 138 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:36.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:36 smithi023 bash[65805]: audit 2023-12-09T02:55:35.565108+0000 mon.a (mon.0) 139 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:36.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:36 smithi023 bash[65805]: cephadm 2023-12-09T02:55:35.570342+0000 mgr.y (mgr.25456) 96 : cephadm 1 Reconfiguring osd.2 (monmap changed)... 2023-12-09T02:55:36.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:36 smithi023 bash[65805]: audit 2023-12-09T02:55:35.570878+0000 mon.a (mon.0) 140 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-09T02:55:36.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:36 smithi023 bash[65805]: audit 2023-12-09T02:55:35.572191+0000 mon.a (mon.0) 141 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:55:36.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:36 smithi023 bash[65805]: cephadm 2023-12-09T02:55:35.576082+0000 mgr.y (mgr.25456) 97 : cephadm 1 Reconfiguring daemon osd.2 on smithi023 2023-12-09T02:55:37.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:37 smithi023 bash[64415]: audit 2023-12-09T02:55:36.320255+0000 mgr.y (mgr.25456) 98 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:55:37.522 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:37 smithi023 bash[65805]: audit 2023-12-09T02:55:36.320255+0000 mgr.y (mgr.25456) 98 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:55:37.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:37 smithi172 bash[51856]: audit 2023-12-09T02:55:36.320255+0000 mgr.y (mgr.25456) 98 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:55:38.661 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:38 smithi172 bash[51856]: cluster 2023-12-09T02:55:37.306010+0000 mgr.y (mgr.25456) 99 : cluster 0 pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:55:38.661 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:38 smithi172 bash[51856]: audit 2023-12-09T02:55:37.833054+0000 mon.a (mon.0) 142 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:38.661 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:38 smithi172 bash[51856]: audit 2023-12-09T02:55:37.845415+0000 mon.a (mon.0) 143 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:38.661 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:38 smithi172 bash[51856]: audit 2023-12-09T02:55:37.895604+0000 mon.a (mon.0) 144 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-09T02:55:38.661 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:38 smithi172 bash[51856]: audit 2023-12-09T02:55:37.897649+0000 mon.a (mon.0) 145 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:55:38.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:38 smithi023 bash[64415]: cluster 2023-12-09T02:55:37.306010+0000 mgr.y (mgr.25456) 99 : cluster 0 pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:55:38.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:38 smithi023 bash[64415]: audit 2023-12-09T02:55:37.833054+0000 mon.a (mon.0) 142 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:38.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:38 smithi023 bash[64415]: audit 2023-12-09T02:55:37.845415+0000 mon.a (mon.0) 143 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:38.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:38 smithi023 bash[64415]: audit 2023-12-09T02:55:37.895604+0000 mon.a (mon.0) 144 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-09T02:55:38.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:38 smithi023 bash[64415]: audit 2023-12-09T02:55:37.897649+0000 mon.a (mon.0) 145 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:55:38.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:38 smithi023 bash[65805]: cluster 2023-12-09T02:55:37.306010+0000 mgr.y (mgr.25456) 99 : cluster 0 pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:55:38.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:38 smithi023 bash[65805]: audit 2023-12-09T02:55:37.833054+0000 mon.a (mon.0) 142 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:38.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:38 smithi023 bash[65805]: audit 2023-12-09T02:55:37.845415+0000 mon.a (mon.0) 143 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:38.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:38 smithi023 bash[65805]: audit 2023-12-09T02:55:37.895604+0000 mon.a (mon.0) 144 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-09T02:55:38.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:38 smithi023 bash[65805]: audit 2023-12-09T02:55:37.897649+0000 mon.a (mon.0) 145 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:55:38.997 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:55:38 smithi172 bash[49296]: ts=2023-12-09T02:55: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.23\", device_class=\"ssd\", hostname=\"smithi023\", instance=\"smithi023:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.23\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.23\", device_class=\"ssd\", hostname=\"smithi023\", instance=\"172.21.15.172:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.23\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-09T02:55:39.689 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:39 smithi023 bash[64415]: cephadm 2023-12-09T02:55:37.894866+0000 mgr.y (mgr.25456) 100 : cephadm 1 Reconfiguring osd.3 (monmap changed)... 2023-12-09T02:55:39.689 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:39 smithi023 bash[64415]: cephadm 2023-12-09T02:55:37.903547+0000 mgr.y (mgr.25456) 101 : cephadm 1 Reconfiguring daemon osd.3 on smithi023 2023-12-09T02:55:39.690 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:39 smithi023 bash[65805]: cephadm 2023-12-09T02:55:37.894866+0000 mgr.y (mgr.25456) 100 : cephadm 1 Reconfiguring osd.3 (monmap changed)... 2023-12-09T02:55:39.690 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:39 smithi023 bash[65805]: cephadm 2023-12-09T02:55:37.903547+0000 mgr.y (mgr.25456) 101 : cephadm 1 Reconfiguring daemon osd.3 on smithi023 2023-12-09T02:55:39.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:39 smithi172 bash[51856]: cephadm 2023-12-09T02:55:37.894866+0000 mgr.y (mgr.25456) 100 : cephadm 1 Reconfiguring osd.3 (monmap changed)... 2023-12-09T02:55:39.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:39 smithi172 bash[51856]: cephadm 2023-12-09T02:55:37.903547+0000 mgr.y (mgr.25456) 101 : cephadm 1 Reconfiguring daemon osd.3 on smithi023 2023-12-09T02:55:40.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:40 smithi172 bash[51856]: cluster 2023-12-09T02:55:39.306797+0000 mgr.y (mgr.25456) 102 : cluster 0 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 2023-12-09T02:55:40.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:40 smithi172 bash[51856]: audit 2023-12-09T02:55:40.401312+0000 mon.a (mon.0) 146 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:40.771 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:40 smithi023 bash[64415]: cluster 2023-12-09T02:55:39.306797+0000 mgr.y (mgr.25456) 102 : cluster 0 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 2023-12-09T02:55:40.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:40 smithi023 bash[64415]: audit 2023-12-09T02:55:40.401312+0000 mon.a (mon.0) 146 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:40.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:40 smithi023 bash[65805]: cluster 2023-12-09T02:55:39.306797+0000 mgr.y (mgr.25456) 102 : cluster 0 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 2023-12-09T02:55:40.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:40 smithi023 bash[65805]: audit 2023-12-09T02:55:40.401312+0000 mon.a (mon.0) 146 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:41.746 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:41 smithi023 bash[64415]: audit 2023-12-09T02:55:40.412641+0000 mon.a (mon.0) 147 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:41.747 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:41 smithi023 bash[64415]: cephadm 2023-12-09T02:55:40.423484+0000 mgr.y (mgr.25456) 103 : cephadm 1 Reconfiguring rgw.foo.smithi023.mllipj (monmap changed)... 2023-12-09T02:55:41.747 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:41 smithi023 bash[64415]: audit 2023-12-09T02:55:40.424126+0000 mon.a (mon.0) 148 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi023.mllipj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-09T02:55:41.747 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:41 smithi023 bash[64415]: audit 2023-12-09T02:55:40.427270+0000 mon.a (mon.0) 149 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:55:41.747 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:41 smithi023 bash[64415]: cephadm 2023-12-09T02:55:40.428881+0000 mgr.y (mgr.25456) 104 : cephadm 1 Reconfiguring daemon rgw.foo.smithi023.mllipj on smithi023 2023-12-09T02:55:41.747 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:41 smithi023 bash[65805]: audit 2023-12-09T02:55:40.412641+0000 mon.a (mon.0) 147 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:41.747 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:41 smithi023 bash[65805]: cephadm 2023-12-09T02:55:40.423484+0000 mgr.y (mgr.25456) 103 : cephadm 1 Reconfiguring rgw.foo.smithi023.mllipj (monmap changed)... 2023-12-09T02:55:41.747 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:41 smithi023 bash[65805]: audit 2023-12-09T02:55:40.424126+0000 mon.a (mon.0) 148 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi023.mllipj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-09T02:55:41.747 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:41 smithi023 bash[65805]: audit 2023-12-09T02:55:40.427270+0000 mon.a (mon.0) 149 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:55:41.747 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:41 smithi023 bash[65805]: cephadm 2023-12-09T02:55:40.428881+0000 mgr.y (mgr.25456) 104 : cephadm 1 Reconfiguring daemon rgw.foo.smithi023.mllipj on smithi023 2023-12-09T02:55:41.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:41 smithi172 bash[51856]: audit 2023-12-09T02:55:40.412641+0000 mon.a (mon.0) 147 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:41.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:41 smithi172 bash[51856]: cephadm 2023-12-09T02:55:40.423484+0000 mgr.y (mgr.25456) 103 : cephadm 1 Reconfiguring rgw.foo.smithi023.mllipj (monmap changed)... 2023-12-09T02:55:41.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:41 smithi172 bash[51856]: audit 2023-12-09T02:55:40.424126+0000 mon.a (mon.0) 148 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi023.mllipj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-09T02:55:41.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:41 smithi172 bash[51856]: audit 2023-12-09T02:55:40.427270+0000 mon.a (mon.0) 149 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:55:41.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:41 smithi172 bash[51856]: cephadm 2023-12-09T02:55:40.428881+0000 mgr.y (mgr.25456) 104 : cephadm 1 Reconfiguring daemon rgw.foo.smithi023.mllipj on smithi023 2023-12-09T02:55:42.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:42 smithi172 bash[51856]: cluster 2023-12-09T02:55:41.308490+0000 mgr.y (mgr.25456) 105 : cluster 0 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 2023-12-09T02:55:42.771 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:42 smithi023 bash[65805]: cluster 2023-12-09T02:55:41.308490+0000 mgr.y (mgr.25456) 105 : cluster 0 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 2023-12-09T02:55:42.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:42 smithi023 bash[64415]: cluster 2023-12-09T02:55:41.308490+0000 mgr.y (mgr.25456) 105 : cluster 0 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 2023-12-09T02:55:42.772 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:55:42 smithi023 bash[61239]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:55:42] "GET /metrics HTTP/1.1" 200 38172 "" "Prometheus/2.33.4" 2023-12-09T02:55:43.950 INFO:teuthology.orchestra.run.smithi023.stdout:true 2023-12-09T02:55:43.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:43 smithi172 bash[51856]: audit 2023-12-09T02:55:42.609630+0000 mon.a (mon.0) 150 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:43.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:43 smithi172 bash[51856]: audit 2023-12-09T02:55:42.620465+0000 mon.a (mon.0) 151 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:43.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:43 smithi172 bash[51856]: cephadm 2023-12-09T02:55:42.648921+0000 mgr.y (mgr.25456) 106 : cephadm 1 Reconfiguring rgw.smpl.smithi023.ikvhaq (monmap changed)... 2023-12-09T02:55:43.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:43 smithi172 bash[51856]: audit 2023-12-09T02:55:42.649689+0000 mon.a (mon.0) 152 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi023.ikvhaq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-09T02:55:43.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:43 smithi172 bash[51856]: audit 2023-12-09T02:55:42.653888+0000 mon.a (mon.0) 153 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:55:43.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:43 smithi172 bash[51856]: cephadm 2023-12-09T02:55:42.656133+0000 mgr.y (mgr.25456) 107 : cephadm 1 Reconfiguring daemon rgw.smpl.smithi023.ikvhaq on smithi023 2023-12-09T02:55:44.007 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:43 smithi023 bash[64415]: audit 2023-12-09T02:55:42.609630+0000 mon.a (mon.0) 150 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:44.007 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:43 smithi023 bash[64415]: audit 2023-12-09T02:55:42.620465+0000 mon.a (mon.0) 151 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:44.008 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:43 smithi023 bash[64415]: cephadm 2023-12-09T02:55:42.648921+0000 mgr.y (mgr.25456) 106 : cephadm 1 Reconfiguring rgw.smpl.smithi023.ikvhaq (monmap changed)... 2023-12-09T02:55:44.008 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:43 smithi023 bash[64415]: audit 2023-12-09T02:55:42.649689+0000 mon.a (mon.0) 152 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi023.ikvhaq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-09T02:55:44.008 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:43 smithi023 bash[64415]: audit 2023-12-09T02:55:42.653888+0000 mon.a (mon.0) 153 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:55:44.008 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:43 smithi023 bash[64415]: cephadm 2023-12-09T02:55:42.656133+0000 mgr.y (mgr.25456) 107 : cephadm 1 Reconfiguring daemon rgw.smpl.smithi023.ikvhaq on smithi023 2023-12-09T02:55:44.008 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:43 smithi023 bash[65805]: audit 2023-12-09T02:55:42.609630+0000 mon.a (mon.0) 150 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:44.008 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:43 smithi023 bash[65805]: audit 2023-12-09T02:55:42.620465+0000 mon.a (mon.0) 151 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:44.008 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:43 smithi023 bash[65805]: cephadm 2023-12-09T02:55:42.648921+0000 mgr.y (mgr.25456) 106 : cephadm 1 Reconfiguring rgw.smpl.smithi023.ikvhaq (monmap changed)... 2023-12-09T02:55:44.008 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:43 smithi023 bash[65805]: audit 2023-12-09T02:55:42.649689+0000 mon.a (mon.0) 152 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi023.ikvhaq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-09T02:55:44.008 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:43 smithi023 bash[65805]: audit 2023-12-09T02:55:42.653888+0000 mon.a (mon.0) 153 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:55:44.008 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:43 smithi023 bash[65805]: cephadm 2023-12-09T02:55:42.656133+0000 mgr.y (mgr.25456) 107 : cephadm 1 Reconfiguring daemon rgw.smpl.smithi023.ikvhaq on smithi023 2023-12-09T02:55:44.749 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-09T02:55:44.749 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4m) 64s ago 11m 16.0M - 0.23.0 ba2b418f427c 3b4091a6361f 2023-12-09T02:55:44.749 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi172 *:3000 running (3m) 32s ago 10m 43.3M - 8.3.5 dad864ee21e9 b146a6fad367 2023-12-09T02:55:44.749 INFO:teuthology.orchestra.run.smithi023.stdout:iscsi.foo.smithi023.vcvunr smithi023 running (2m) 64s ago 8m 45.7M - 3.5 e1d6a67b021e cab96a54a200 2023-12-09T02:55:44.749 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi172 *:8443,9283,8765 running (2m) 32s ago 17m 433M - 19.0.0-44-g9dcc13bb f28f2b94f153 997a6e266d78 2023-12-09T02:55:44.749 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:8443,9283,8765 running (3m) 64s ago 19m 480M - 19.0.0-44-g9dcc13bb f28f2b94f153 f635daf405b8 2023-12-09T02:55:44.749 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (110s) 64s ago 19m 38.3M 2048M 19.0.0-44-g9dcc13bb f28f2b94f153 aa99792ae0fd 2023-12-09T02:55:44.749 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi172 running (46s) 32s ago 17m 23.5M 2048M 19.0.0-44-g9dcc13bb f28f2b94f153 aa13b48f02bc 2023-12-09T02:55:44.749 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (73s) 64s ago 17m 22.2M 2048M 19.0.0-44-g9dcc13bb f28f2b94f153 6eb3e7afe9c1 2023-12-09T02:55:44.749 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4m) 64s ago 11m 11.5M - 1.3.1 1dbe0e931976 11aaca649943 2023-12-09T02:55:44.749 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi172 *:9100 running (3m) 32s ago 11m 11.0M - 1.3.1 1dbe0e931976 7938141dc8d6 2023-12-09T02:55:44.750 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (16m) 64s ago 16m 59.7M 2781M 17.2.0 e1d6a67b021e b647f39c76d5 2023-12-09T02:55:44.750 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (15m) 64s ago 16m 62.4M 2781M 17.2.0 e1d6a67b021e 33c693687d9a 2023-12-09T02:55:44.750 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (15m) 64s ago 15m 55.0M 2781M 17.2.0 e1d6a67b021e b487471c7433 2023-12-09T02:55:44.750 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (14m) 64s ago 14m 59.9M 2781M 17.2.0 e1d6a67b021e 635c08619a33 2023-12-09T02:55:44.750 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi172 running (14m) 32s ago 14m 62.2M 3037M 17.2.0 e1d6a67b021e c04304e8675b 2023-12-09T02:55:44.750 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi172 running (13m) 32s ago 13m 57.4M 3037M 17.2.0 e1d6a67b021e fcb16f6cd272 2023-12-09T02:55:44.750 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi172 running (12m) 32s ago 12m 55.8M 3037M 17.2.0 e1d6a67b021e a1dc1e893a48 2023-12-09T02:55:44.750 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi172 running (12m) 32s ago 12m 58.7M 3037M 17.2.0 e1d6a67b021e f5bf1afe0d7c 2023-12-09T02:55:44.750 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi172 *:9095 running (2m) 32s ago 11m 59.7M - 2.33.4 514e6a882f6e 506724a1b8e0 2023-12-09T02:55:44.750 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.foo.smithi023.mllipj smithi023 *:8000 running (9m) 64s ago 9m 88.1M - 17.2.0 e1d6a67b021e 110d5ba1c152 2023-12-09T02:55:44.750 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.foo.smithi172.aqpemq smithi172 *:8000 running (9m) 32s ago 9m 88.5M - 17.2.0 e1d6a67b021e c9a58e322a85 2023-12-09T02:55:44.750 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.smpl.smithi023.ikvhaq smithi023 *:80 running (9m) 64s ago 9m 88.1M - 17.2.0 e1d6a67b021e 9fb31f23b01c 2023-12-09T02:55:44.750 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.smpl.smithi172.ysxvfy smithi172 *:80 running (9m) 32s ago 9m 88.3M - 17.2.0 e1d6a67b021e 3c13f0c0b020 2023-12-09T02:55:44.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:44 smithi172 bash[51856]: cluster 2023-12-09T02:55:43.309241+0000 mgr.y (mgr.25456) 108 : cluster 0 pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:55:45.021 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:44 smithi023 bash[65805]: cluster 2023-12-09T02:55:43.309241+0000 mgr.y (mgr.25456) 108 : cluster 0 pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:55:45.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:44 smithi023 bash[64415]: cluster 2023-12-09T02:55:43.309241+0000 mgr.y (mgr.25456) 108 : cluster 0 pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:55:45.229 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2023-12-09T02:55:45.230 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2023-12-09T02:55:45.230 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 3 2023-12-09T02:55:45.230 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:55:45.230 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2023-12-09T02:55:45.230 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 2 2023-12-09T02:55:45.230 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:55:45.230 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2023-12-09T02:55:45.230 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-12-09T02:55:45.230 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:55:45.230 INFO:teuthology.orchestra.run.smithi023.stdout: "rgw": { 2023-12-09T02:55:45.230 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-09T02:55:45.230 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:55:45.231 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2023-12-09T02:55:45.231 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 12, 2023-12-09T02:55:45.231 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 5 2023-12-09T02:55:45.231 INFO:teuthology.orchestra.run.smithi023.stdout: } 2023-12-09T02:55:45.231 INFO:teuthology.orchestra.run.smithi023.stdout:} 2023-12-09T02:55:45.609 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2023-12-09T02:55:45.609 INFO:teuthology.orchestra.run.smithi023.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882", 2023-12-09T02:55:45.609 INFO:teuthology.orchestra.run.smithi023.stdout: "in_progress": true, 2023-12-09T02:55:45.609 INFO:teuthology.orchestra.run.smithi023.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-09T02:55:45.609 INFO:teuthology.orchestra.run.smithi023.stdout: "services_complete": [ 2023-12-09T02:55:45.610 INFO:teuthology.orchestra.run.smithi023.stdout: "mon", 2023-12-09T02:55:45.610 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr" 2023-12-09T02:55:45.610 INFO:teuthology.orchestra.run.smithi023.stdout: ], 2023-12-09T02:55:45.610 INFO:teuthology.orchestra.run.smithi023.stdout: "progress": "5/23 daemons upgraded", 2023-12-09T02:55:45.610 INFO:teuthology.orchestra.run.smithi023.stdout: "message": "Currently upgrading mon daemons", 2023-12-09T02:55:45.610 INFO:teuthology.orchestra.run.smithi023.stdout: "is_paused": false 2023-12-09T02:55:45.610 INFO:teuthology.orchestra.run.smithi023.stdout:} 2023-12-09T02:55:45.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:45 smithi172 bash[51856]: audit 2023-12-09T02:55:43.927122+0000 mgr.y (mgr.25456) 109 : audit 0 from='client.34245 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:55:45.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:45 smithi172 bash[51856]: audit 2023-12-09T02:55:44.318628+0000 mgr.y (mgr.25456) 110 : audit 0 from='client.34251 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:55:45.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:45 smithi172 bash[51856]: audit 2023-12-09T02:55:44.716585+0000 mgr.y (mgr.25456) 111 : audit 0 from='client.44182 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:55:45.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:45 smithi172 bash[51856]: audit 2023-12-09T02:55:44.948466+0000 mon.a (mon.0) 154 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:45.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:45 smithi172 bash[51856]: audit 2023-12-09T02:55:44.955804+0000 mon.a (mon.0) 155 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:45.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:45 smithi172 bash[51856]: audit 2023-12-09T02:55:44.978548+0000 mon.a (mon.0) 156 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-09T02:55:45.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:45 smithi172 bash[51856]: audit 2023-12-09T02:55:44.979775+0000 mon.a (mon.0) 157 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-09T02:55:45.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:45 smithi172 bash[51856]: audit 2023-12-09T02:55:44.980979+0000 mon.a (mon.0) 158 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:55:45.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:45 smithi172 bash[51856]: audit 2023-12-09T02:55:45.221950+0000 mon.c (mon.1) 5 : audit 0 from='client.? 172.21.15.23:0/1356768109' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:55:46.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:45 smithi023 bash[65805]: audit 2023-12-09T02:55:43.927122+0000 mgr.y (mgr.25456) 109 : audit 0 from='client.34245 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:55:46.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:45 smithi023 bash[65805]: audit 2023-12-09T02:55:44.318628+0000 mgr.y (mgr.25456) 110 : audit 0 from='client.34251 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:55:46.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:45 smithi023 bash[65805]: audit 2023-12-09T02:55:44.716585+0000 mgr.y (mgr.25456) 111 : audit 0 from='client.44182 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:55:46.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:45 smithi023 bash[65805]: audit 2023-12-09T02:55:44.948466+0000 mon.a (mon.0) 154 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:46.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:45 smithi023 bash[65805]: audit 2023-12-09T02:55:44.955804+0000 mon.a (mon.0) 155 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:46.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:45 smithi023 bash[65805]: audit 2023-12-09T02:55:44.978548+0000 mon.a (mon.0) 156 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-09T02:55:46.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:45 smithi023 bash[65805]: audit 2023-12-09T02:55:44.979775+0000 mon.a (mon.0) 157 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-09T02:55:46.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:45 smithi023 bash[65805]: audit 2023-12-09T02:55:44.980979+0000 mon.a (mon.0) 158 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:55:46.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:45 smithi023 bash[65805]: audit 2023-12-09T02:55:45.221950+0000 mon.c (mon.1) 5 : audit 0 from='client.? 172.21.15.23:0/1356768109' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:55:46.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:45 smithi023 bash[64415]: audit 2023-12-09T02:55:43.927122+0000 mgr.y (mgr.25456) 109 : audit 0 from='client.34245 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:55:46.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:45 smithi023 bash[64415]: audit 2023-12-09T02:55:44.318628+0000 mgr.y (mgr.25456) 110 : audit 0 from='client.34251 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:55:46.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:45 smithi023 bash[64415]: audit 2023-12-09T02:55:44.716585+0000 mgr.y (mgr.25456) 111 : audit 0 from='client.44182 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:55:46.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:45 smithi023 bash[64415]: audit 2023-12-09T02:55:44.948466+0000 mon.a (mon.0) 154 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:46.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:45 smithi023 bash[64415]: audit 2023-12-09T02:55:44.955804+0000 mon.a (mon.0) 155 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:46.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:45 smithi023 bash[64415]: audit 2023-12-09T02:55:44.978548+0000 mon.a (mon.0) 156 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-09T02:55:46.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:45 smithi023 bash[64415]: audit 2023-12-09T02:55:44.979775+0000 mon.a (mon.0) 157 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-09T02:55:46.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:45 smithi023 bash[64415]: audit 2023-12-09T02:55:44.980979+0000 mon.a (mon.0) 158 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:55:46.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:45 smithi023 bash[64415]: audit 2023-12-09T02:55:45.221950+0000 mon.c (mon.1) 5 : audit 0 from='client.? 172.21.15.23:0/1356768109' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:55:46.064 INFO:teuthology.orchestra.run.smithi023.stdout:HEALTH_OK 2023-12-09T02:55:46.938 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:46 smithi172 bash[51856]: cephadm 2023-12-09T02:55:44.977971+0000 mgr.y (mgr.25456) 112 : cephadm 1 Reconfiguring mon.b (monmap changed)... 2023-12-09T02:55:46.938 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:46 smithi172 bash[51856]: cephadm 2023-12-09T02:55:44.982477+0000 mgr.y (mgr.25456) 113 : cephadm 1 Reconfiguring daemon mon.b on smithi172 2023-12-09T02:55:46.938 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:46 smithi172 bash[51856]: cluster 2023-12-09T02:55:45.309992+0000 mgr.y (mgr.25456) 114 : cluster 0 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 2023-12-09T02:55:46.938 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:46 smithi172 bash[51856]: audit 2023-12-09T02:55:45.600974+0000 mgr.y (mgr.25456) 115 : audit 0 from='client.34269 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:55:46.939 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:46 smithi172 bash[51856]: audit 2023-12-09T02:55:46.057279+0000 mon.a (mon.0) 159 : audit 0 from='client.? 172.21.15.23:0/3589847312' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:55:47.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:46 smithi023 bash[65805]: cephadm 2023-12-09T02:55:44.977971+0000 mgr.y (mgr.25456) 112 : cephadm 1 Reconfiguring mon.b (monmap changed)... 2023-12-09T02:55:47.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:46 smithi023 bash[65805]: cephadm 2023-12-09T02:55:44.982477+0000 mgr.y (mgr.25456) 113 : cephadm 1 Reconfiguring daemon mon.b on smithi172 2023-12-09T02:55:47.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:46 smithi023 bash[65805]: cluster 2023-12-09T02:55:45.309992+0000 mgr.y (mgr.25456) 114 : cluster 0 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 2023-12-09T02:55:47.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:46 smithi023 bash[65805]: audit 2023-12-09T02:55:45.600974+0000 mgr.y (mgr.25456) 115 : audit 0 from='client.34269 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:55:47.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:46 smithi023 bash[65805]: audit 2023-12-09T02:55:46.057279+0000 mon.a (mon.0) 159 : audit 0 from='client.? 172.21.15.23:0/3589847312' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:55:47.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:46 smithi023 bash[64415]: cephadm 2023-12-09T02:55:44.977971+0000 mgr.y (mgr.25456) 112 : cephadm 1 Reconfiguring mon.b (monmap changed)... 2023-12-09T02:55:47.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:46 smithi023 bash[64415]: cephadm 2023-12-09T02:55:44.982477+0000 mgr.y (mgr.25456) 113 : cephadm 1 Reconfiguring daemon mon.b on smithi172 2023-12-09T02:55:47.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:46 smithi023 bash[64415]: cluster 2023-12-09T02:55:45.309992+0000 mgr.y (mgr.25456) 114 : cluster 0 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 2023-12-09T02:55:47.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:46 smithi023 bash[64415]: audit 2023-12-09T02:55:45.600974+0000 mgr.y (mgr.25456) 115 : audit 0 from='client.34269 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:55:47.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:46 smithi023 bash[64415]: audit 2023-12-09T02:55:46.057279+0000 mon.a (mon.0) 159 : audit 0 from='client.? 172.21.15.23:0/3589847312' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:55:47.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:47 smithi172 bash[51856]: audit 2023-12-09T02:55:46.330993+0000 mgr.y (mgr.25456) 116 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:55:48.021 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:47 smithi023 bash[65805]: audit 2023-12-09T02:55:46.330993+0000 mgr.y (mgr.25456) 116 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:55:48.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:47 smithi023 bash[64415]: audit 2023-12-09T02:55:46.330993+0000 mgr.y (mgr.25456) 116 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:55:48.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:48 smithi172 bash[51856]: cluster 2023-12-09T02:55:47.311635+0000 mgr.y (mgr.25456) 117 : cluster 0 pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:55:48.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:48 smithi172 bash[51856]: audit 2023-12-09T02:55:47.811436+0000 mon.a (mon.0) 160 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:48.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:48 smithi172 bash[51856]: audit 2023-12-09T02:55:47.823527+0000 mon.a (mon.0) 161 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:48.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:48 smithi172 bash[51856]: audit 2023-12-09T02:55:47.854444+0000 mon.a (mon.0) 162 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-09T02:55:48.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:48 smithi172 bash[51856]: audit 2023-12-09T02:55:47.856375+0000 mon.a (mon.0) 163 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-09T02:55:48.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:48 smithi172 bash[51856]: audit 2023-12-09T02:55:47.858195+0000 mon.a (mon.0) 164 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:55:48.999 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:55:48 smithi172 bash[49296]: ts=2023-12-09T02:55:48.661Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.23\", device_class=\"ssd\", hostname=\"smithi023\", instance=\"smithi023:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.23\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.23\", device_class=\"ssd\", hostname=\"smithi023\", instance=\"172.21.15.172:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.23\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-09T02:55:49.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:48 smithi023 bash[65805]: cluster 2023-12-09T02:55:47.311635+0000 mgr.y (mgr.25456) 117 : cluster 0 pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:55:49.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:48 smithi023 bash[65805]: audit 2023-12-09T02:55:47.811436+0000 mon.a (mon.0) 160 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:49.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:48 smithi023 bash[65805]: audit 2023-12-09T02:55:47.823527+0000 mon.a (mon.0) 161 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:49.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:48 smithi023 bash[65805]: audit 2023-12-09T02:55:47.854444+0000 mon.a (mon.0) 162 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-09T02:55:49.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:48 smithi023 bash[65805]: audit 2023-12-09T02:55:47.856375+0000 mon.a (mon.0) 163 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-09T02:55:49.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:48 smithi023 bash[65805]: audit 2023-12-09T02:55:47.858195+0000 mon.a (mon.0) 164 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:55:49.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:48 smithi023 bash[64415]: cluster 2023-12-09T02:55:47.311635+0000 mgr.y (mgr.25456) 117 : cluster 0 pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:55:49.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:48 smithi023 bash[64415]: audit 2023-12-09T02:55:47.811436+0000 mon.a (mon.0) 160 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:49.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:48 smithi023 bash[64415]: audit 2023-12-09T02:55:47.823527+0000 mon.a (mon.0) 161 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:49.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:48 smithi023 bash[64415]: audit 2023-12-09T02:55:47.854444+0000 mon.a (mon.0) 162 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-09T02:55:49.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:48 smithi023 bash[64415]: audit 2023-12-09T02:55:47.856375+0000 mon.a (mon.0) 163 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-09T02:55:49.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:48 smithi023 bash[64415]: audit 2023-12-09T02:55:47.858195+0000 mon.a (mon.0) 164 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:55:49.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:49 smithi172 bash[51856]: cephadm 2023-12-09T02:55:47.853806+0000 mgr.y (mgr.25456) 118 : cephadm 1 Reconfiguring mgr.x (monmap changed)... 2023-12-09T02:55:49.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:49 smithi172 bash[51856]: cephadm 2023-12-09T02:55:47.860311+0000 mgr.y (mgr.25456) 119 : cephadm 1 Reconfiguring daemon mgr.x on smithi172 2023-12-09T02:55:50.271 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:49 smithi023 bash[65805]: cephadm 2023-12-09T02:55:47.853806+0000 mgr.y (mgr.25456) 118 : cephadm 1 Reconfiguring mgr.x (monmap changed)... 2023-12-09T02:55:50.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:49 smithi023 bash[65805]: cephadm 2023-12-09T02:55:47.860311+0000 mgr.y (mgr.25456) 119 : cephadm 1 Reconfiguring daemon mgr.x on smithi172 2023-12-09T02:55:50.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:49 smithi023 bash[64415]: cephadm 2023-12-09T02:55:47.853806+0000 mgr.y (mgr.25456) 118 : cephadm 1 Reconfiguring mgr.x (monmap changed)... 2023-12-09T02:55:50.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:49 smithi023 bash[64415]: cephadm 2023-12-09T02:55:47.860311+0000 mgr.y (mgr.25456) 119 : cephadm 1 Reconfiguring daemon mgr.x on smithi172 2023-12-09T02:55:50.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:50 smithi172 bash[51856]: cluster 2023-12-09T02:55:49.312371+0000 mgr.y (mgr.25456) 120 : cluster 0 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 2023-12-09T02:55:50.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:50 smithi172 bash[51856]: audit 2023-12-09T02:55:50.258838+0000 mon.a (mon.0) 165 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:50.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:50 smithi172 bash[51856]: audit 2023-12-09T02:55:50.269788+0000 mon.a (mon.0) 166 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:50.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:50 smithi172 bash[51856]: cephadm 2023-12-09T02:55:50.280640+0000 mgr.y (mgr.25456) 121 : cephadm 1 Reconfiguring osd.4 (monmap changed)... 2023-12-09T02:55:50.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:50 smithi172 bash[51856]: audit 2023-12-09T02:55:50.281357+0000 mon.a (mon.0) 167 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-09T02:55:50.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:50 smithi172 bash[51856]: audit 2023-12-09T02:55:50.282800+0000 mon.a (mon.0) 168 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:55:50.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:50 smithi172 bash[51856]: cephadm 2023-12-09T02:55:50.287550+0000 mgr.y (mgr.25456) 122 : cephadm 1 Reconfiguring daemon osd.4 on smithi172 2023-12-09T02:55:50.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:50 smithi172 bash[51856]: audit 2023-12-09T02:55:50.373420+0000 mon.a (mon.0) 169 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:55:51.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:50 smithi023 bash[65805]: cluster 2023-12-09T02:55:49.312371+0000 mgr.y (mgr.25456) 120 : cluster 0 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 2023-12-09T02:55:51.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:50 smithi023 bash[65805]: audit 2023-12-09T02:55:50.258838+0000 mon.a (mon.0) 165 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:51.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:50 smithi023 bash[65805]: audit 2023-12-09T02:55:50.269788+0000 mon.a (mon.0) 166 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:51.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:50 smithi023 bash[65805]: cephadm 2023-12-09T02:55:50.280640+0000 mgr.y (mgr.25456) 121 : cephadm 1 Reconfiguring osd.4 (monmap changed)... 2023-12-09T02:55:51.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:50 smithi023 bash[65805]: audit 2023-12-09T02:55:50.281357+0000 mon.a (mon.0) 167 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-09T02:55:51.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:50 smithi023 bash[65805]: audit 2023-12-09T02:55:50.282800+0000 mon.a (mon.0) 168 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:55:51.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:50 smithi023 bash[65805]: cephadm 2023-12-09T02:55:50.287550+0000 mgr.y (mgr.25456) 122 : cephadm 1 Reconfiguring daemon osd.4 on smithi172 2023-12-09T02:55:51.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:50 smithi023 bash[65805]: audit 2023-12-09T02:55:50.373420+0000 mon.a (mon.0) 169 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:55:51.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:50 smithi023 bash[64415]: cluster 2023-12-09T02:55:49.312371+0000 mgr.y (mgr.25456) 120 : cluster 0 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 2023-12-09T02:55:51.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:50 smithi023 bash[64415]: audit 2023-12-09T02:55:50.258838+0000 mon.a (mon.0) 165 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:51.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:50 smithi023 bash[64415]: audit 2023-12-09T02:55:50.269788+0000 mon.a (mon.0) 166 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:51.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:50 smithi023 bash[64415]: cephadm 2023-12-09T02:55:50.280640+0000 mgr.y (mgr.25456) 121 : cephadm 1 Reconfiguring osd.4 (monmap changed)... 2023-12-09T02:55:51.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:50 smithi023 bash[64415]: audit 2023-12-09T02:55:50.281357+0000 mon.a (mon.0) 167 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-09T02:55:51.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:50 smithi023 bash[64415]: audit 2023-12-09T02:55:50.282800+0000 mon.a (mon.0) 168 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:55:51.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:50 smithi023 bash[64415]: cephadm 2023-12-09T02:55:50.287550+0000 mgr.y (mgr.25456) 122 : cephadm 1 Reconfiguring daemon osd.4 on smithi172 2023-12-09T02:55:51.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:50 smithi023 bash[64415]: audit 2023-12-09T02:55:50.373420+0000 mon.a (mon.0) 169 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:55:52.158 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:51 smithi172 bash[51856]: cluster 2023-12-09T02:55:51.314017+0000 mgr.y (mgr.25456) 123 : cluster 0 pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:55:52.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:51 smithi023 bash[64415]: cluster 2023-12-09T02:55:51.314017+0000 mgr.y (mgr.25456) 123 : cluster 0 pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:55:52.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:51 smithi023 bash[65805]: cluster 2023-12-09T02:55:51.314017+0000 mgr.y (mgr.25456) 123 : cluster 0 pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:55:52.771 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:55:52 smithi023 bash[61239]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:55:52] "GET /metrics HTTP/1.1" 200 38178 "" "Prometheus/2.33.4" 2023-12-09T02:55:54.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:53 smithi172 bash[51856]: audit 2023-12-09T02:55:52.879618+0000 mon.a (mon.0) 170 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:54.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:53 smithi172 bash[51856]: audit 2023-12-09T02:55:52.890365+0000 mon.a (mon.0) 171 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:54.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:53 smithi172 bash[51856]: cephadm 2023-12-09T02:55:52.910308+0000 mgr.y (mgr.25456) 124 : cephadm 1 Reconfiguring osd.5 (monmap changed)... 2023-12-09T02:55:54.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:53 smithi172 bash[51856]: audit 2023-12-09T02:55:52.910984+0000 mon.a (mon.0) 172 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-09T02:55:54.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:53 smithi172 bash[51856]: audit 2023-12-09T02:55:52.912778+0000 mon.a (mon.0) 173 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:55:54.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:53 smithi172 bash[51856]: cephadm 2023-12-09T02:55:52.917669+0000 mgr.y (mgr.25456) 125 : cephadm 1 Reconfiguring daemon osd.5 on smithi172 2023-12-09T02:55:54.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:53 smithi172 bash[51856]: cluster 2023-12-09T02:55:53.314779+0000 mgr.y (mgr.25456) 126 : cluster 0 pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:55:54.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:53 smithi023 bash[64415]: audit 2023-12-09T02:55:52.879618+0000 mon.a (mon.0) 170 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:54.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:53 smithi023 bash[64415]: audit 2023-12-09T02:55:52.890365+0000 mon.a (mon.0) 171 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:54.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:53 smithi023 bash[64415]: cephadm 2023-12-09T02:55:52.910308+0000 mgr.y (mgr.25456) 124 : cephadm 1 Reconfiguring osd.5 (monmap changed)... 2023-12-09T02:55:54.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:53 smithi023 bash[64415]: audit 2023-12-09T02:55:52.910984+0000 mon.a (mon.0) 172 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-09T02:55:54.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:53 smithi023 bash[64415]: audit 2023-12-09T02:55:52.912778+0000 mon.a (mon.0) 173 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:55:54.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:53 smithi023 bash[64415]: cephadm 2023-12-09T02:55:52.917669+0000 mgr.y (mgr.25456) 125 : cephadm 1 Reconfiguring daemon osd.5 on smithi172 2023-12-09T02:55:54.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:53 smithi023 bash[64415]: cluster 2023-12-09T02:55:53.314779+0000 mgr.y (mgr.25456) 126 : cluster 0 pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:55:54.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:53 smithi023 bash[65805]: audit 2023-12-09T02:55:52.879618+0000 mon.a (mon.0) 170 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:54.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:53 smithi023 bash[65805]: audit 2023-12-09T02:55:52.890365+0000 mon.a (mon.0) 171 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:54.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:53 smithi023 bash[65805]: cephadm 2023-12-09T02:55:52.910308+0000 mgr.y (mgr.25456) 124 : cephadm 1 Reconfiguring osd.5 (monmap changed)... 2023-12-09T02:55:54.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:53 smithi023 bash[65805]: audit 2023-12-09T02:55:52.910984+0000 mon.a (mon.0) 172 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-09T02:55:54.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:53 smithi023 bash[65805]: audit 2023-12-09T02:55:52.912778+0000 mon.a (mon.0) 173 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:55:54.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:53 smithi023 bash[65805]: cephadm 2023-12-09T02:55:52.917669+0000 mgr.y (mgr.25456) 125 : cephadm 1 Reconfiguring daemon osd.5 on smithi172 2023-12-09T02:55:54.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:53 smithi023 bash[65805]: cluster 2023-12-09T02:55:53.314779+0000 mgr.y (mgr.25456) 126 : cluster 0 pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:55:56.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:56 smithi172 bash[51856]: audit 2023-12-09T02:55:55.132607+0000 mon.a (mon.0) 174 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:56.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:56 smithi172 bash[51856]: audit 2023-12-09T02:55:55.143737+0000 mon.a (mon.0) 175 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:56.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:56 smithi172 bash[51856]: cephadm 2023-12-09T02:55:55.186870+0000 mgr.y (mgr.25456) 127 : cephadm 1 Reconfiguring osd.6 (monmap changed)... 2023-12-09T02:55:56.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:56 smithi172 bash[51856]: audit 2023-12-09T02:55:55.187582+0000 mon.a (mon.0) 176 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-09T02:55:56.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:56 smithi172 bash[51856]: audit 2023-12-09T02:55:55.189471+0000 mon.a (mon.0) 177 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:55:56.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:56 smithi172 bash[51856]: cephadm 2023-12-09T02:55:55.195144+0000 mgr.y (mgr.25456) 128 : cephadm 1 Reconfiguring daemon osd.6 on smithi172 2023-12-09T02:55:56.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:56 smithi172 bash[51856]: cluster 2023-12-09T02:55:55.315543+0000 mgr.y (mgr.25456) 129 : cluster 0 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 2023-12-09T02:55:56.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:56 smithi023 bash[64415]: audit 2023-12-09T02:55:55.132607+0000 mon.a (mon.0) 174 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:56.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:56 smithi023 bash[64415]: audit 2023-12-09T02:55:55.143737+0000 mon.a (mon.0) 175 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:56.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:56 smithi023 bash[64415]: cephadm 2023-12-09T02:55:55.186870+0000 mgr.y (mgr.25456) 127 : cephadm 1 Reconfiguring osd.6 (monmap changed)... 2023-12-09T02:55:56.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:56 smithi023 bash[64415]: audit 2023-12-09T02:55:55.187582+0000 mon.a (mon.0) 176 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-09T02:55:56.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:56 smithi023 bash[64415]: audit 2023-12-09T02:55:55.189471+0000 mon.a (mon.0) 177 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:55:56.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:56 smithi023 bash[64415]: cephadm 2023-12-09T02:55:55.195144+0000 mgr.y (mgr.25456) 128 : cephadm 1 Reconfiguring daemon osd.6 on smithi172 2023-12-09T02:55:56.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:56 smithi023 bash[64415]: cluster 2023-12-09T02:55:55.315543+0000 mgr.y (mgr.25456) 129 : cluster 0 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 2023-12-09T02:55:56.522 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:56 smithi023 bash[65805]: audit 2023-12-09T02:55:55.132607+0000 mon.a (mon.0) 174 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:56.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:56 smithi023 bash[65805]: audit 2023-12-09T02:55:55.143737+0000 mon.a (mon.0) 175 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:56.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:56 smithi023 bash[65805]: cephadm 2023-12-09T02:55:55.186870+0000 mgr.y (mgr.25456) 127 : cephadm 1 Reconfiguring osd.6 (monmap changed)... 2023-12-09T02:55:56.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:56 smithi023 bash[65805]: audit 2023-12-09T02:55:55.187582+0000 mon.a (mon.0) 176 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-09T02:55:56.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:56 smithi023 bash[65805]: audit 2023-12-09T02:55:55.189471+0000 mon.a (mon.0) 177 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:55:56.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:56 smithi023 bash[65805]: cephadm 2023-12-09T02:55:55.195144+0000 mgr.y (mgr.25456) 128 : cephadm 1 Reconfiguring daemon osd.6 on smithi172 2023-12-09T02:55:56.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:56 smithi023 bash[65805]: cluster 2023-12-09T02:55:55.315543+0000 mgr.y (mgr.25456) 129 : cluster 0 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 2023-12-09T02:55:57.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:57 smithi172 bash[51856]: audit 2023-12-09T02:55:56.333175+0000 mgr.y (mgr.25456) 130 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:55:57.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:57 smithi023 bash[64415]: audit 2023-12-09T02:55:56.333175+0000 mgr.y (mgr.25456) 130 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:55:57.522 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:57 smithi023 bash[65805]: audit 2023-12-09T02:55:56.333175+0000 mgr.y (mgr.25456) 130 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:55:58.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:58 smithi172 bash[51856]: cluster 2023-12-09T02:55:57.317258+0000 mgr.y (mgr.25456) 131 : cluster 0 pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:55:58.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:58 smithi172 bash[51856]: audit 2023-12-09T02:55:57.603514+0000 mon.a (mon.0) 178 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:58.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:58 smithi172 bash[51856]: audit 2023-12-09T02:55:57.617926+0000 mon.a (mon.0) 179 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:58.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:58 smithi172 bash[51856]: cephadm 2023-12-09T02:55:57.665119+0000 mgr.y (mgr.25456) 132 : cephadm 1 Reconfiguring osd.7 (monmap changed)... 2023-12-09T02:55:58.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:58 smithi172 bash[51856]: audit 2023-12-09T02:55:57.665834+0000 mon.a (mon.0) 180 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-09T02:55:58.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:58 smithi172 bash[51856]: audit 2023-12-09T02:55:57.667693+0000 mon.a (mon.0) 181 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:55:58.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:55:58 smithi172 bash[51856]: cephadm 2023-12-09T02:55:57.673358+0000 mgr.y (mgr.25456) 133 : cephadm 1 Reconfiguring daemon osd.7 on smithi172 2023-12-09T02:55:58.998 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:55:58 smithi172 bash[49296]: ts=2023-12-09T02:55: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.23\", device_class=\"ssd\", hostname=\"smithi023\", instance=\"smithi023:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.23\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.23\", device_class=\"ssd\", hostname=\"smithi023\", instance=\"172.21.15.172:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.23\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-09T02:55:59.021 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:58 smithi023 bash[65805]: cluster 2023-12-09T02:55:57.317258+0000 mgr.y (mgr.25456) 131 : cluster 0 pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:55:59.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:58 smithi023 bash[65805]: audit 2023-12-09T02:55:57.603514+0000 mon.a (mon.0) 178 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:59.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:58 smithi023 bash[65805]: audit 2023-12-09T02:55:57.617926+0000 mon.a (mon.0) 179 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:59.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:58 smithi023 bash[65805]: cephadm 2023-12-09T02:55:57.665119+0000 mgr.y (mgr.25456) 132 : cephadm 1 Reconfiguring osd.7 (monmap changed)... 2023-12-09T02:55:59.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:58 smithi023 bash[65805]: audit 2023-12-09T02:55:57.665834+0000 mon.a (mon.0) 180 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-09T02:55:59.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:58 smithi023 bash[65805]: audit 2023-12-09T02:55:57.667693+0000 mon.a (mon.0) 181 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:55:59.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:55:58 smithi023 bash[65805]: cephadm 2023-12-09T02:55:57.673358+0000 mgr.y (mgr.25456) 133 : cephadm 1 Reconfiguring daemon osd.7 on smithi172 2023-12-09T02:55:59.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:58 smithi023 bash[64415]: cluster 2023-12-09T02:55:57.317258+0000 mgr.y (mgr.25456) 131 : cluster 0 pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:55:59.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:58 smithi023 bash[64415]: audit 2023-12-09T02:55:57.603514+0000 mon.a (mon.0) 178 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:59.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:58 smithi023 bash[64415]: audit 2023-12-09T02:55:57.617926+0000 mon.a (mon.0) 179 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:55:59.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:58 smithi023 bash[64415]: cephadm 2023-12-09T02:55:57.665119+0000 mgr.y (mgr.25456) 132 : cephadm 1 Reconfiguring osd.7 (monmap changed)... 2023-12-09T02:55:59.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:58 smithi023 bash[64415]: audit 2023-12-09T02:55:57.665834+0000 mon.a (mon.0) 180 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-09T02:55:59.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:58 smithi023 bash[64415]: audit 2023-12-09T02:55:57.667693+0000 mon.a (mon.0) 181 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:55:59.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:55:58 smithi023 bash[64415]: cephadm 2023-12-09T02:55:57.673358+0000 mgr.y (mgr.25456) 133 : cephadm 1 Reconfiguring daemon osd.7 on smithi172 2023-12-09T02:56:00.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:00 smithi172 bash[51856]: cluster 2023-12-09T02:55:59.318089+0000 mgr.y (mgr.25456) 134 : cluster 0 pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:56:00.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:00 smithi172 bash[51856]: audit 2023-12-09T02:56:00.126799+0000 mon.a (mon.0) 182 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:00.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:00 smithi172 bash[51856]: audit 2023-12-09T02:56:00.142928+0000 mon.a (mon.0) 183 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:00.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:00 smithi172 bash[51856]: audit 2023-12-09T02:56:00.195579+0000 mon.a (mon.0) 184 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi172.aqpemq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-09T02:56:00.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:00 smithi172 bash[51856]: audit 2023-12-09T02:56:00.199600+0000 mon.a (mon.0) 185 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:56:01.021 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:00 smithi023 bash[65805]: cluster 2023-12-09T02:55:59.318089+0000 mgr.y (mgr.25456) 134 : cluster 0 pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:56:01.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:00 smithi023 bash[65805]: audit 2023-12-09T02:56:00.126799+0000 mon.a (mon.0) 182 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:01.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:00 smithi023 bash[65805]: audit 2023-12-09T02:56:00.142928+0000 mon.a (mon.0) 183 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:01.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:00 smithi023 bash[65805]: audit 2023-12-09T02:56:00.195579+0000 mon.a (mon.0) 184 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi172.aqpemq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-09T02:56:01.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:00 smithi023 bash[65805]: audit 2023-12-09T02:56:00.199600+0000 mon.a (mon.0) 185 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:56:01.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:00 smithi023 bash[64415]: cluster 2023-12-09T02:55:59.318089+0000 mgr.y (mgr.25456) 134 : cluster 0 pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:56:01.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:00 smithi023 bash[64415]: audit 2023-12-09T02:56:00.126799+0000 mon.a (mon.0) 182 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:01.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:00 smithi023 bash[64415]: audit 2023-12-09T02:56:00.142928+0000 mon.a (mon.0) 183 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:01.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:00 smithi023 bash[64415]: audit 2023-12-09T02:56:00.195579+0000 mon.a (mon.0) 184 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi172.aqpemq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-09T02:56:01.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:00 smithi023 bash[64415]: audit 2023-12-09T02:56:00.199600+0000 mon.a (mon.0) 185 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:56:01.923 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:01 smithi172 bash[51856]: cephadm 2023-12-09T02:56:00.194766+0000 mgr.y (mgr.25456) 135 : cephadm 1 Reconfiguring rgw.foo.smithi172.aqpemq (monmap changed)... 2023-12-09T02:56:01.923 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:01 smithi172 bash[51856]: cephadm 2023-12-09T02:56:00.201776+0000 mgr.y (mgr.25456) 136 : cephadm 1 Reconfiguring daemon rgw.foo.smithi172.aqpemq on smithi172 2023-12-09T02:56:02.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:01 smithi023 bash[64415]: cephadm 2023-12-09T02:56:00.194766+0000 mgr.y (mgr.25456) 135 : cephadm 1 Reconfiguring rgw.foo.smithi172.aqpemq (monmap changed)... 2023-12-09T02:56:02.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:01 smithi023 bash[64415]: cephadm 2023-12-09T02:56:00.201776+0000 mgr.y (mgr.25456) 136 : cephadm 1 Reconfiguring daemon rgw.foo.smithi172.aqpemq on smithi172 2023-12-09T02:56:02.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:01 smithi023 bash[65805]: cephadm 2023-12-09T02:56:00.194766+0000 mgr.y (mgr.25456) 135 : cephadm 1 Reconfiguring rgw.foo.smithi172.aqpemq (monmap changed)... 2023-12-09T02:56:02.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:01 smithi023 bash[65805]: cephadm 2023-12-09T02:56:00.201776+0000 mgr.y (mgr.25456) 136 : cephadm 1 Reconfiguring daemon rgw.foo.smithi172.aqpemq on smithi172 2023-12-09T02:56:02.650 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:56:02 smithi023 bash[61239]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:56:02] "GET /metrics HTTP/1.1" 200 38178 "" "Prometheus/2.33.4" 2023-12-09T02:56:02.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:02 smithi172 bash[51856]: cluster 2023-12-09T02:56:01.319883+0000 mgr.y (mgr.25456) 137 : cluster 0 pgmap v61: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:56:02.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:02 smithi172 bash[51856]: audit 2023-12-09T02:56:02.550738+0000 mon.a (mon.0) 186 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:02.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:02 smithi172 bash[51856]: audit 2023-12-09T02:56:02.562562+0000 mon.a (mon.0) 187 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:02.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:02 smithi172 bash[51856]: audit 2023-12-09T02:56:02.572635+0000 mon.a (mon.0) 188 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi172.ysxvfy", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-09T02:56:02.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:02 smithi172 bash[51856]: audit 2023-12-09T02:56:02.576171+0000 mon.a (mon.0) 189 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:56:03.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:02 smithi023 bash[65805]: cluster 2023-12-09T02:56:01.319883+0000 mgr.y (mgr.25456) 137 : cluster 0 pgmap v61: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:56:03.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:02 smithi023 bash[65805]: audit 2023-12-09T02:56:02.550738+0000 mon.a (mon.0) 186 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:03.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:02 smithi023 bash[65805]: audit 2023-12-09T02:56:02.562562+0000 mon.a (mon.0) 187 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:03.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:02 smithi023 bash[65805]: audit 2023-12-09T02:56:02.572635+0000 mon.a (mon.0) 188 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi172.ysxvfy", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-09T02:56:03.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:02 smithi023 bash[65805]: audit 2023-12-09T02:56:02.576171+0000 mon.a (mon.0) 189 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:56:03.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:02 smithi023 bash[64415]: cluster 2023-12-09T02:56:01.319883+0000 mgr.y (mgr.25456) 137 : cluster 0 pgmap v61: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:56:03.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:02 smithi023 bash[64415]: audit 2023-12-09T02:56:02.550738+0000 mon.a (mon.0) 186 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:03.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:02 smithi023 bash[64415]: audit 2023-12-09T02:56:02.562562+0000 mon.a (mon.0) 187 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:03.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:02 smithi023 bash[64415]: audit 2023-12-09T02:56:02.572635+0000 mon.a (mon.0) 188 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.smpl.smithi172.ysxvfy", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-09T02:56:03.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:02 smithi023 bash[64415]: audit 2023-12-09T02:56:02.576171+0000 mon.a (mon.0) 189 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:56:03.930 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:03 smithi172 bash[51856]: cephadm 2023-12-09T02:56:02.571891+0000 mgr.y (mgr.25456) 138 : cephadm 1 Reconfiguring rgw.smpl.smithi172.ysxvfy (monmap changed)... 2023-12-09T02:56:03.930 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:03 smithi172 bash[51856]: cephadm 2023-12-09T02:56:02.578174+0000 mgr.y (mgr.25456) 139 : cephadm 1 Reconfiguring daemon rgw.smpl.smithi172.ysxvfy on smithi172 2023-12-09T02:56:04.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:03 smithi023 bash[64415]: cephadm 2023-12-09T02:56:02.571891+0000 mgr.y (mgr.25456) 138 : cephadm 1 Reconfiguring rgw.smpl.smithi172.ysxvfy (monmap changed)... 2023-12-09T02:56:04.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:03 smithi023 bash[64415]: cephadm 2023-12-09T02:56:02.578174+0000 mgr.y (mgr.25456) 139 : cephadm 1 Reconfiguring daemon rgw.smpl.smithi172.ysxvfy on smithi172 2023-12-09T02:56:04.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:03 smithi023 bash[65805]: cephadm 2023-12-09T02:56:02.571891+0000 mgr.y (mgr.25456) 138 : cephadm 1 Reconfiguring rgw.smpl.smithi172.ysxvfy (monmap changed)... 2023-12-09T02:56:04.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:03 smithi023 bash[65805]: cephadm 2023-12-09T02:56:02.578174+0000 mgr.y (mgr.25456) 139 : cephadm 1 Reconfiguring daemon rgw.smpl.smithi172.ysxvfy on smithi172 2023-12-09T02:56:04.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:04 smithi172 bash[51856]: cluster 2023-12-09T02:56:03.320643+0000 mgr.y (mgr.25456) 140 : cluster 0 pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:56:05.021 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:04 smithi023 bash[64415]: cluster 2023-12-09T02:56:03.320643+0000 mgr.y (mgr.25456) 140 : cluster 0 pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:56:05.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:04 smithi023 bash[65805]: cluster 2023-12-09T02:56:03.320643+0000 mgr.y (mgr.25456) 140 : cluster 0 pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:56:06.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:05 smithi172 bash[51856]: audit 2023-12-09T02:56:04.889962+0000 mon.a (mon.0) 190 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:06.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:05 smithi172 bash[51856]: audit 2023-12-09T02:56:04.905731+0000 mon.a (mon.0) 191 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:06.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:05 smithi172 bash[51856]: audit 2023-12-09T02:56:04.961752+0000 mon.a (mon.0) 192 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:56:06.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:05 smithi172 bash[51856]: audit 2023-12-09T02:56:04.967142+0000 mon.a (mon.0) 193 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:56:06.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:05 smithi172 bash[51856]: audit 2023-12-09T02:56:04.970426+0000 mon.a (mon.0) 194 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:56:06.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:05 smithi172 bash[51856]: cephadm 2023-12-09T02:56:04.971924+0000 mgr.y (mgr.25456) 141 : cephadm 1 Upgrade: Setting container_image for all mon 2023-12-09T02:56:06.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:05 smithi172 bash[51856]: audit 2023-12-09T02:56:04.978214+0000 mon.a (mon.0) 195 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:06.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:05 smithi172 bash[51856]: audit 2023-12-09T02:56:04.982215+0000 mon.a (mon.0) 196 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2023-12-09T02:56:06.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:05 smithi172 bash[51856]: audit 2023-12-09T02:56:04.987740+0000 mon.a (mon.0) 197 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2023-12-09T02:56:06.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:05 smithi172 bash[51856]: audit 2023-12-09T02:56:04.991356+0000 mon.a (mon.0) 198 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2023-12-09T02:56:06.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:05 smithi172 bash[51856]: audit 2023-12-09T02:56:04.995358+0000 mon.a (mon.0) 199 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2023-12-09T02:56:06.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:05 smithi172 bash[51856]: audit 2023-12-09T02:56:04.998146+0000 mon.a (mon.0) 200 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2023-12-09T02:56:06.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:05 smithi172 bash[51856]: audit 2023-12-09T02:56:05.003152+0000 mon.a (mon.0) 201 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2023-12-09T02:56:06.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:05 smithi172 bash[51856]: audit 2023-12-09T02:56:05.006888+0000 mon.a (mon.0) 202 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:56:06.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:05 smithi172 bash[51856]: cephadm 2023-12-09T02:56:05.008068+0000 mgr.y (mgr.25456) 142 : cephadm 1 Upgrade: Setting container_image for all crash 2023-12-09T02:56:06.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:05 smithi172 bash[51856]: audit 2023-12-09T02:56:05.012945+0000 mon.a (mon.0) 203 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:06.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:05 smithi172 bash[51856]: audit 2023-12-09T02:56:05.017156+0000 mon.a (mon.0) 204 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-09T02:56:06.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:05 smithi172 bash[51856]: audit 2023-12-09T02:56:05.017460+0000 mgr.y (mgr.25456) 143 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-09T02:56:06.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:05 smithi172 bash[51856]: cephadm 2023-12-09T02:56:05.019105+0000 mgr.y (mgr.25456) 144 : cephadm 1 Upgrade: osd.0 is safe to restart 2023-12-09T02:56:06.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:05 smithi172 bash[51856]: cluster 2023-12-09T02:56:05.321334+0000 mgr.y (mgr.25456) 145 : cluster 0 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 2023-12-09T02:56:06.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:05 smithi172 bash[51856]: audit 2023-12-09T02:56:05.373688+0000 mon.a (mon.0) 205 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:56:06.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:05 smithi023 bash[64415]: audit 2023-12-09T02:56:04.889962+0000 mon.a (mon.0) 190 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:06.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:05 smithi023 bash[64415]: audit 2023-12-09T02:56:04.905731+0000 mon.a (mon.0) 191 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:06.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:05 smithi023 bash[64415]: audit 2023-12-09T02:56:04.961752+0000 mon.a (mon.0) 192 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:56:06.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:05 smithi023 bash[64415]: audit 2023-12-09T02:56:04.967142+0000 mon.a (mon.0) 193 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:56:06.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:05 smithi023 bash[64415]: audit 2023-12-09T02:56:04.970426+0000 mon.a (mon.0) 194 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:56:06.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:05 smithi023 bash[64415]: cephadm 2023-12-09T02:56:04.971924+0000 mgr.y (mgr.25456) 141 : cephadm 1 Upgrade: Setting container_image for all mon 2023-12-09T02:56:06.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:05 smithi023 bash[64415]: audit 2023-12-09T02:56:04.978214+0000 mon.a (mon.0) 195 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:06.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:05 smithi023 bash[64415]: audit 2023-12-09T02:56:04.982215+0000 mon.a (mon.0) 196 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2023-12-09T02:56:06.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:05 smithi023 bash[64415]: audit 2023-12-09T02:56:04.987740+0000 mon.a (mon.0) 197 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2023-12-09T02:56:06.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:05 smithi023 bash[64415]: audit 2023-12-09T02:56:04.991356+0000 mon.a (mon.0) 198 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2023-12-09T02:56:06.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:05 smithi023 bash[64415]: audit 2023-12-09T02:56:04.995358+0000 mon.a (mon.0) 199 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2023-12-09T02:56:06.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:05 smithi023 bash[64415]: audit 2023-12-09T02:56:04.998146+0000 mon.a (mon.0) 200 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2023-12-09T02:56:06.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:05 smithi023 bash[64415]: audit 2023-12-09T02:56:05.003152+0000 mon.a (mon.0) 201 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2023-12-09T02:56:06.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:05 smithi023 bash[64415]: audit 2023-12-09T02:56:05.006888+0000 mon.a (mon.0) 202 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:56:06.274 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:05 smithi023 bash[64415]: cephadm 2023-12-09T02:56:05.008068+0000 mgr.y (mgr.25456) 142 : cephadm 1 Upgrade: Setting container_image for all crash 2023-12-09T02:56:06.274 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:05 smithi023 bash[64415]: audit 2023-12-09T02:56:05.012945+0000 mon.a (mon.0) 203 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:06.274 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:05 smithi023 bash[64415]: audit 2023-12-09T02:56:05.017156+0000 mon.a (mon.0) 204 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-09T02:56:06.274 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:05 smithi023 bash[64415]: audit 2023-12-09T02:56:05.017460+0000 mgr.y (mgr.25456) 143 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-09T02:56:06.274 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:05 smithi023 bash[64415]: cephadm 2023-12-09T02:56:05.019105+0000 mgr.y (mgr.25456) 144 : cephadm 1 Upgrade: osd.0 is safe to restart 2023-12-09T02:56:06.274 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:05 smithi023 bash[64415]: cluster 2023-12-09T02:56:05.321334+0000 mgr.y (mgr.25456) 145 : cluster 0 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 2023-12-09T02:56:06.274 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:05 smithi023 bash[64415]: audit 2023-12-09T02:56:05.373688+0000 mon.a (mon.0) 205 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:56:06.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:05 smithi023 bash[65805]: audit 2023-12-09T02:56:04.889962+0000 mon.a (mon.0) 190 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:06.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:05 smithi023 bash[65805]: audit 2023-12-09T02:56:04.905731+0000 mon.a (mon.0) 191 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:06.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:05 smithi023 bash[65805]: audit 2023-12-09T02:56:04.961752+0000 mon.a (mon.0) 192 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:56:06.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:05 smithi023 bash[65805]: audit 2023-12-09T02:56:04.967142+0000 mon.a (mon.0) 193 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:56:06.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:05 smithi023 bash[65805]: audit 2023-12-09T02:56:04.970426+0000 mon.a (mon.0) 194 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:56:06.275 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:05 smithi023 bash[65805]: cephadm 2023-12-09T02:56:04.971924+0000 mgr.y (mgr.25456) 141 : cephadm 1 Upgrade: Setting container_image for all mon 2023-12-09T02:56:06.275 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:05 smithi023 bash[65805]: audit 2023-12-09T02:56:04.978214+0000 mon.a (mon.0) 195 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:06.275 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:05 smithi023 bash[65805]: audit 2023-12-09T02:56:04.982215+0000 mon.a (mon.0) 196 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2023-12-09T02:56:06.275 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:05 smithi023 bash[65805]: audit 2023-12-09T02:56:04.987740+0000 mon.a (mon.0) 197 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2023-12-09T02:56:06.275 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:05 smithi023 bash[65805]: audit 2023-12-09T02:56:04.991356+0000 mon.a (mon.0) 198 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2023-12-09T02:56:06.275 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:05 smithi023 bash[65805]: audit 2023-12-09T02:56:04.995358+0000 mon.a (mon.0) 199 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2023-12-09T02:56:06.275 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:05 smithi023 bash[65805]: audit 2023-12-09T02:56:04.998146+0000 mon.a (mon.0) 200 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2023-12-09T02:56:06.275 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:05 smithi023 bash[65805]: audit 2023-12-09T02:56:05.003152+0000 mon.a (mon.0) 201 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2023-12-09T02:56:06.275 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:05 smithi023 bash[65805]: audit 2023-12-09T02:56:05.006888+0000 mon.a (mon.0) 202 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:56:06.275 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:05 smithi023 bash[65805]: cephadm 2023-12-09T02:56:05.008068+0000 mgr.y (mgr.25456) 142 : cephadm 1 Upgrade: Setting container_image for all crash 2023-12-09T02:56:06.275 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:05 smithi023 bash[65805]: audit 2023-12-09T02:56:05.012945+0000 mon.a (mon.0) 203 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:06.275 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:05 smithi023 bash[65805]: audit 2023-12-09T02:56:05.017156+0000 mon.a (mon.0) 204 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-09T02:56:06.275 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:05 smithi023 bash[65805]: audit 2023-12-09T02:56:05.017460+0000 mgr.y (mgr.25456) 143 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-12-09T02:56:06.275 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:05 smithi023 bash[65805]: cephadm 2023-12-09T02:56:05.019105+0000 mgr.y (mgr.25456) 144 : cephadm 1 Upgrade: osd.0 is safe to restart 2023-12-09T02:56:06.275 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:05 smithi023 bash[65805]: cluster 2023-12-09T02:56:05.321334+0000 mgr.y (mgr.25456) 145 : cluster 0 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 2023-12-09T02:56:06.276 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:05 smithi023 bash[65805]: audit 2023-12-09T02:56:05.373688+0000 mon.a (mon.0) 205 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:56:07.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:07 smithi023 bash[64415]: audit 2023-12-09T02:56:06.344272+0000 mgr.y (mgr.25456) 146 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:56:07.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:07 smithi023 bash[65805]: audit 2023-12-09T02:56:06.344272+0000 mgr.y (mgr.25456) 146 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:56:07.497 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:07 smithi172 bash[51856]: audit 2023-12-09T02:56:06.344272+0000 mgr.y (mgr.25456) 146 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:56:08.997 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:56:08 smithi172 bash[49296]: ts=2023-12-09T02:56: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.23\", device_class=\"ssd\", hostname=\"smithi023\", instance=\"smithi023:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.23\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.23\", device_class=\"ssd\", hostname=\"smithi023\", instance=\"172.21.15.172:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.23\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-09T02:56:08.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:08 smithi172 bash[51856]: cluster 2023-12-09T02:56:07.323008+0000 mgr.y (mgr.25456) 147 : cluster 0 pgmap v64: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:56:08.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:08 smithi172 bash[51856]: cephadm 2023-12-09T02:56:07.541827+0000 mgr.y (mgr.25456) 148 : cephadm 1 Upgrade: Updating osd.0 2023-12-09T02:56:08.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:08 smithi172 bash[51856]: audit 2023-12-09T02:56:07.557509+0000 mon.a (mon.0) 206 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:08.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:08 smithi172 bash[51856]: audit 2023-12-09T02:56:07.562274+0000 mon.a (mon.0) 207 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-09T02:56:08.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:08 smithi172 bash[51856]: audit 2023-12-09T02:56:07.563976+0000 mon.a (mon.0) 208 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:56:08.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:08 smithi172 bash[51856]: cephadm 2023-12-09T02:56:07.569521+0000 mgr.y (mgr.25456) 149 : cephadm 1 Deploying daemon osd.0 on smithi023 2023-12-09T02:56:09.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:08 smithi023 bash[64415]: cluster 2023-12-09T02:56:07.323008+0000 mgr.y (mgr.25456) 147 : cluster 0 pgmap v64: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:56:09.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:08 smithi023 bash[64415]: cephadm 2023-12-09T02:56:07.541827+0000 mgr.y (mgr.25456) 148 : cephadm 1 Upgrade: Updating osd.0 2023-12-09T02:56:09.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:08 smithi023 bash[64415]: audit 2023-12-09T02:56:07.557509+0000 mon.a (mon.0) 206 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:09.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:08 smithi023 bash[64415]: audit 2023-12-09T02:56:07.562274+0000 mon.a (mon.0) 207 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-09T02:56:09.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:08 smithi023 bash[64415]: audit 2023-12-09T02:56:07.563976+0000 mon.a (mon.0) 208 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:56:09.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:08 smithi023 bash[64415]: cephadm 2023-12-09T02:56:07.569521+0000 mgr.y (mgr.25456) 149 : cephadm 1 Deploying daemon osd.0 on smithi023 2023-12-09T02:56:09.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:08 smithi023 bash[65805]: cluster 2023-12-09T02:56:07.323008+0000 mgr.y (mgr.25456) 147 : cluster 0 pgmap v64: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:56:09.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:08 smithi023 bash[65805]: cephadm 2023-12-09T02:56:07.541827+0000 mgr.y (mgr.25456) 148 : cephadm 1 Upgrade: Updating osd.0 2023-12-09T02:56:09.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:08 smithi023 bash[65805]: audit 2023-12-09T02:56:07.557509+0000 mon.a (mon.0) 206 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:09.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:08 smithi023 bash[65805]: audit 2023-12-09T02:56:07.562274+0000 mon.a (mon.0) 207 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-09T02:56:09.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:08 smithi023 bash[65805]: audit 2023-12-09T02:56:07.563976+0000 mon.a (mon.0) 208 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:56:09.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:08 smithi023 bash[65805]: cephadm 2023-12-09T02:56:07.569521+0000 mgr.y (mgr.25456) 149 : cephadm 1 Deploying daemon osd.0 on smithi023 2023-12-09T02:56:10.892 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:10 smithi023 bash[64415]: cluster 2023-12-09T02:56:09.323885+0000 mgr.y (mgr.25456) 150 : cluster 0 pgmap v65: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:56:10.892 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:10 smithi023 bash[65805]: cluster 2023-12-09T02:56:09.323885+0000 mgr.y (mgr.25456) 150 : cluster 0 pgmap v65: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:56:10.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:10 smithi172 bash[51856]: cluster 2023-12-09T02:56:09.323885+0000 mgr.y (mgr.25456) 150 : cluster 0 pgmap v65: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:56:12.449 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:56:12 smithi023 bash[61239]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:56:12] "GET /metrics HTTP/1.1" 200 38177 "" "Prometheus/2.33.4" 2023-12-09T02:56:12.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:12 smithi023 bash[64415]: cluster 2023-12-09T02:56:11.325426+0000 mgr.y (mgr.25456) 151 : cluster 0 pgmap v66: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:56:12.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:12 smithi023 bash[64415]: cluster 2023-12-09T02:56:12.568448+0000 mon.a (mon.0) 209 : cluster 1 osd.0 marked itself down and dead 2023-12-09T02:56:12.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:12 smithi023 bash[65805]: cluster 2023-12-09T02:56:11.325426+0000 mgr.y (mgr.25456) 151 : cluster 0 pgmap v66: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:56:12.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:12 smithi023 bash[65805]: cluster 2023-12-09T02:56:12.568448+0000 mon.a (mon.0) 209 : cluster 1 osd.0 marked itself down and dead 2023-12-09T02:56:12.773 INFO:journalctl@ceph.osd.0.smithi023.stdout:Dec 09 02:56:12 smithi023 systemd[1]: Stopping Ceph osd.0 for 9eab968a-963b-11ee-95a3-87774f69a715... 2023-12-09T02:56:12.773 INFO:journalctl@ceph.osd.0.smithi023.stdout:Dec 09 02:56:12 smithi023 bash[33182]: debug 2023-12-09T02:56:12.566+0000 7fb485c31700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-12-09T02:56:12.773 INFO:journalctl@ceph.osd.0.smithi023.stdout:Dec 09 02:56:12 smithi023 bash[33182]: debug 2023-12-09T02:56:12.566+0000 7fb485c31700 -1 osd.0 104 *** Got signal Terminated *** 2023-12-09T02:56:12.773 INFO:journalctl@ceph.osd.0.smithi023.stdout:Dec 09 02:56:12 smithi023 bash[33182]: debug 2023-12-09T02:56:12.566+0000 7fb485c31700 -1 osd.0 104 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-09T02:56:12.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:12 smithi172 bash[51856]: cluster 2023-12-09T02:56:11.325426+0000 mgr.y (mgr.25456) 151 : cluster 0 pgmap v66: 161 pgs: 161 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:56:12.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:12 smithi172 bash[51856]: cluster 2023-12-09T02:56:12.568448+0000 mon.a (mon.0) 209 : cluster 1 osd.0 marked itself down and dead 2023-12-09T02:56:13.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:13 smithi023 bash[65805]: cluster 2023-12-09T02:56:12.581130+0000 mon.a (mon.0) 210 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-09T02:56:13.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:13 smithi023 bash[65805]: cluster 2023-12-09T02:56:12.600673+0000 mon.a (mon.0) 211 : cluster 0 osdmap e105: 8 total, 7 up, 8 in 2023-12-09T02:56:13.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:13 smithi023 bash[65805]: cluster 2023-12-09T02:56:12.602087+0000 osd.3 (osd.3) 4 : cluster 3 failed to encode map e105 with expected crc 2023-12-09T02:56:13.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:13 smithi023 bash[65805]: cluster 2023-12-09T02:56:12.605560+0000 osd.3 (osd.3) 5 : cluster 3 failed to encode map e105 with expected crc 2023-12-09T02:56:13.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:13 smithi023 bash[65805]: cluster 2023-12-09T02:56:12.606647+0000 osd.7 (osd.7) 4 : cluster 3 failed to encode map e105 with expected crc 2023-12-09T02:56:13.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:13 smithi023 bash[65805]: cluster 2023-12-09T02:56:12.610076+0000 osd.5 (osd.5) 4 : cluster 3 failed to encode map e105 with expected crc 2023-12-09T02:56:13.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:13 smithi023 bash[64415]: cluster 2023-12-09T02:56:12.581130+0000 mon.a (mon.0) 210 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-09T02:56:13.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:13 smithi023 bash[64415]: cluster 2023-12-09T02:56:12.600673+0000 mon.a (mon.0) 211 : cluster 0 osdmap e105: 8 total, 7 up, 8 in 2023-12-09T02:56:13.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:13 smithi023 bash[64415]: cluster 2023-12-09T02:56:12.602087+0000 osd.3 (osd.3) 4 : cluster 3 failed to encode map e105 with expected crc 2023-12-09T02:56:13.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:13 smithi023 bash[64415]: cluster 2023-12-09T02:56:12.605560+0000 osd.3 (osd.3) 5 : cluster 3 failed to encode map e105 with expected crc 2023-12-09T02:56:13.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:13 smithi023 bash[64415]: cluster 2023-12-09T02:56:12.606647+0000 osd.7 (osd.7) 4 : cluster 3 failed to encode map e105 with expected crc 2023-12-09T02:56:13.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:13 smithi023 bash[64415]: cluster 2023-12-09T02:56:12.610076+0000 osd.5 (osd.5) 4 : cluster 3 failed to encode map e105 with expected crc 2023-12-09T02:56:13.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:13 smithi172 bash[51856]: cluster 2023-12-09T02:56:12.581130+0000 mon.a (mon.0) 210 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-09T02:56:13.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:13 smithi172 bash[51856]: cluster 2023-12-09T02:56:12.600673+0000 mon.a (mon.0) 211 : cluster 0 osdmap e105: 8 total, 7 up, 8 in 2023-12-09T02:56:13.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:13 smithi172 bash[51856]: cluster 2023-12-09T02:56:12.602087+0000 osd.3 (osd.3) 4 : cluster 3 failed to encode map e105 with expected crc 2023-12-09T02:56:13.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:13 smithi172 bash[51856]: cluster 2023-12-09T02:56:12.605560+0000 osd.3 (osd.3) 5 : cluster 3 failed to encode map e105 with expected crc 2023-12-09T02:56:13.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:13 smithi172 bash[51856]: cluster 2023-12-09T02:56:12.606647+0000 osd.7 (osd.7) 4 : cluster 3 failed to encode map e105 with expected crc 2023-12-09T02:56:13.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:13 smithi172 bash[51856]: cluster 2023-12-09T02:56:12.610076+0000 osd.5 (osd.5) 4 : cluster 3 failed to encode map e105 with expected crc 2023-12-09T02:56:14.271 INFO:journalctl@ceph.osd.0.smithi023.stdout:Dec 09 02:56:13 smithi023 bash[68129]: ceph-9eab968a-963b-11ee-95a3-87774f69a715-osd-0 2023-12-09T02:56:14.272 INFO:journalctl@ceph.osd.0.smithi023.stdout:Dec 09 02:56:14 smithi023 bash[68202]: Error response from daemon: No such container: ceph-9eab968a-963b-11ee-95a3-87774f69a715-osd-0 2023-12-09T02:56:14.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:14 smithi172 bash[51856]: cluster 2023-12-09T02:56:13.326116+0000 mgr.y (mgr.25456) 152 : cluster 0 pgmap v68: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-09T02:56:14.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:14 smithi172 bash[51856]: cluster 2023-12-09T02:56:13.626764+0000 mon.a (mon.0) 212 : cluster 0 osdmap e106: 8 total, 7 up, 8 in 2023-12-09T02:56:14.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:14 smithi172 bash[51856]: cluster 2023-12-09T02:56:13.627295+0000 osd.1 (osd.1) 4 : cluster 3 failed to encode map e106 with expected crc 2023-12-09T02:56:14.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:14 smithi172 bash[51856]: cluster 2023-12-09T02:56:13.631613+0000 osd.6 (osd.6) 4 : cluster 3 failed to encode map e106 with expected crc 2023-12-09T02:56:14.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:14 smithi172 bash[51856]: cluster 2023-12-09T02:56:13.632929+0000 osd.2 (osd.2) 4 : cluster 3 failed to encode map e106 with expected crc 2023-12-09T02:56:14.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:14 smithi172 bash[51856]: cluster 2023-12-09T02:56:13.635327+0000 osd.7 (osd.7) 5 : cluster 3 failed to encode map e106 with expected crc 2023-12-09T02:56:14.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:14 smithi172 bash[51856]: cluster 2023-12-09T02:56:13.635342+0000 osd.5 (osd.5) 5 : cluster 3 failed to encode map e106 with expected crc 2023-12-09T02:56:14.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:14 smithi172 bash[51856]: cluster 2023-12-09T02:56:13.635413+0000 osd.6 (osd.6) 5 : cluster 3 failed to encode map e106 with expected crc 2023-12-09T02:56:15.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:14 smithi023 bash[64415]: cluster 2023-12-09T02:56:13.326116+0000 mgr.y (mgr.25456) 152 : cluster 0 pgmap v68: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-09T02:56:15.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:14 smithi023 bash[64415]: cluster 2023-12-09T02:56:13.626764+0000 mon.a (mon.0) 212 : cluster 0 osdmap e106: 8 total, 7 up, 8 in 2023-12-09T02:56:15.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:14 smithi023 bash[64415]: cluster 2023-12-09T02:56:13.627295+0000 osd.1 (osd.1) 4 : cluster 3 failed to encode map e106 with expected crc 2023-12-09T02:56:15.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:14 smithi023 bash[64415]: cluster 2023-12-09T02:56:13.631613+0000 osd.6 (osd.6) 4 : cluster 3 failed to encode map e106 with expected crc 2023-12-09T02:56:15.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:14 smithi023 bash[64415]: cluster 2023-12-09T02:56:13.632929+0000 osd.2 (osd.2) 4 : cluster 3 failed to encode map e106 with expected crc 2023-12-09T02:56:15.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:14 smithi023 bash[64415]: cluster 2023-12-09T02:56:13.635327+0000 osd.7 (osd.7) 5 : cluster 3 failed to encode map e106 with expected crc 2023-12-09T02:56:15.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:14 smithi023 bash[64415]: cluster 2023-12-09T02:56:13.635342+0000 osd.5 (osd.5) 5 : cluster 3 failed to encode map e106 with expected crc 2023-12-09T02:56:15.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:14 smithi023 bash[64415]: cluster 2023-12-09T02:56:13.635413+0000 osd.6 (osd.6) 5 : cluster 3 failed to encode map e106 with expected crc 2023-12-09T02:56:15.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:14 smithi023 bash[65805]: cluster 2023-12-09T02:56:13.326116+0000 mgr.y (mgr.25456) 152 : cluster 0 pgmap v68: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 98 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-09T02:56:15.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:14 smithi023 bash[65805]: cluster 2023-12-09T02:56:13.626764+0000 mon.a (mon.0) 212 : cluster 0 osdmap e106: 8 total, 7 up, 8 in 2023-12-09T02:56:15.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:14 smithi023 bash[65805]: cluster 2023-12-09T02:56:13.627295+0000 osd.1 (osd.1) 4 : cluster 3 failed to encode map e106 with expected crc 2023-12-09T02:56:15.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:14 smithi023 bash[65805]: cluster 2023-12-09T02:56:13.631613+0000 osd.6 (osd.6) 4 : cluster 3 failed to encode map e106 with expected crc 2023-12-09T02:56:15.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:14 smithi023 bash[65805]: cluster 2023-12-09T02:56:13.632929+0000 osd.2 (osd.2) 4 : cluster 3 failed to encode map e106 with expected crc 2023-12-09T02:56:15.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:14 smithi023 bash[65805]: cluster 2023-12-09T02:56:13.635327+0000 osd.7 (osd.7) 5 : cluster 3 failed to encode map e106 with expected crc 2023-12-09T02:56:15.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:14 smithi023 bash[65805]: cluster 2023-12-09T02:56:13.635342+0000 osd.5 (osd.5) 5 : cluster 3 failed to encode map e106 with expected crc 2023-12-09T02:56:15.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:14 smithi023 bash[65805]: cluster 2023-12-09T02:56:13.635413+0000 osd.6 (osd.6) 5 : cluster 3 failed to encode map e106 with expected crc 2023-12-09T02:56:16.492 INFO:teuthology.orchestra.run.smithi023.stdout:true 2023-12-09T02:56:16.639 INFO:journalctl@ceph.osd.0.smithi023.stdout:Dec 09 02:56:16 smithi023 systemd[1]: ceph-9eab968a-963b-11ee-95a3-87774f69a715@osd.0.service: Succeeded. 2023-12-09T02:56:16.639 INFO:journalctl@ceph.osd.0.smithi023.stdout:Dec 09 02:56:16 smithi023 systemd[1]: Stopped Ceph osd.0 for 9eab968a-963b-11ee-95a3-87774f69a715. 2023-12-09T02:56:16.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:16 smithi172 bash[51856]: cluster 2023-12-09T02:56:15.326831+0000 mgr.y (mgr.25456) 153 : cluster 0 pgmap v70: 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 2023-12-09T02:56:17.021 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:16 smithi023 bash[65805]: cluster 2023-12-09T02:56:15.326831+0000 mgr.y (mgr.25456) 153 : cluster 0 pgmap v70: 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 2023-12-09T02:56:17.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:16 smithi023 bash[64415]: cluster 2023-12-09T02:56:15.326831+0000 mgr.y (mgr.25456) 153 : cluster 0 pgmap v70: 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 2023-12-09T02:56:17.022 INFO:journalctl@ceph.osd.0.smithi023.stdout:Dec 09 02:56:16 smithi023 systemd[1]: Started Ceph osd.0 for 9eab968a-963b-11ee-95a3-87774f69a715. 2023-12-09T02:56:17.365 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-09T02:56:17.365 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (4m) 97s ago 11m 16.0M - 0.23.0 ba2b418f427c 3b4091a6361f 2023-12-09T02:56:17.365 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi172 *:3000 running (3m) 65s ago 11m 43.3M - 8.3.5 dad864ee21e9 b146a6fad367 2023-12-09T02:56:17.365 INFO:teuthology.orchestra.run.smithi023.stdout:iscsi.foo.smithi023.vcvunr smithi023 running (3m) 97s ago 9m 45.7M - 3.5 e1d6a67b021e cab96a54a200 2023-12-09T02:56:17.365 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi172 *:8443,9283,8765 running (2m) 65s ago 17m 433M - 19.0.0-44-g9dcc13bb f28f2b94f153 997a6e266d78 2023-12-09T02:56:17.365 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:8443,9283,8765 running (3m) 97s ago 19m 480M - 19.0.0-44-g9dcc13bb f28f2b94f153 f635daf405b8 2023-12-09T02:56:17.365 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2m) 97s ago 19m 38.3M 2048M 19.0.0-44-g9dcc13bb f28f2b94f153 aa99792ae0fd 2023-12-09T02:56:17.365 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi172 running (79s) 65s ago 17m 23.5M 2048M 19.0.0-44-g9dcc13bb f28f2b94f153 aa13b48f02bc 2023-12-09T02:56:17.365 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (106s) 97s ago 18m 22.2M 2048M 19.0.0-44-g9dcc13bb f28f2b94f153 6eb3e7afe9c1 2023-12-09T02:56:17.365 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (4m) 97s ago 11m 11.5M - 1.3.1 1dbe0e931976 11aaca649943 2023-12-09T02:56:17.365 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi172 *:9100 running (4m) 65s ago 11m 11.0M - 1.3.1 1dbe0e931976 7938141dc8d6 2023-12-09T02:56:17.365 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 starting - - - 2781M 2023-12-09T02:56:17.366 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (16m) 97s ago 16m 62.4M 2781M 17.2.0 e1d6a67b021e 33c693687d9a 2023-12-09T02:56:17.366 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (15m) 97s ago 15m 55.0M 2781M 17.2.0 e1d6a67b021e b487471c7433 2023-12-09T02:56:17.366 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (15m) 97s ago 15m 59.9M 2781M 17.2.0 e1d6a67b021e 635c08619a33 2023-12-09T02:56:17.366 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi172 running (14m) 65s ago 14m 62.2M 3037M 17.2.0 e1d6a67b021e c04304e8675b 2023-12-09T02:56:17.366 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi172 running (14m) 65s ago 14m 57.4M 3037M 17.2.0 e1d6a67b021e fcb16f6cd272 2023-12-09T02:56:17.366 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi172 running (13m) 65s ago 13m 55.8M 3037M 17.2.0 e1d6a67b021e a1dc1e893a48 2023-12-09T02:56:17.366 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi172 running (12m) 65s ago 12m 58.7M 3037M 17.2.0 e1d6a67b021e f5bf1afe0d7c 2023-12-09T02:56:17.366 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi172 *:9095 running (2m) 65s ago 11m 59.7M - 2.33.4 514e6a882f6e 506724a1b8e0 2023-12-09T02:56:17.366 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.foo.smithi023.mllipj smithi023 *:8000 running (9m) 97s ago 9m 88.1M - 17.2.0 e1d6a67b021e 110d5ba1c152 2023-12-09T02:56:17.366 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.foo.smithi172.aqpemq smithi172 *:8000 running (9m) 65s ago 9m 88.5M - 17.2.0 e1d6a67b021e c9a58e322a85 2023-12-09T02:56:17.366 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.smpl.smithi023.ikvhaq smithi023 *:80 running (9m) 97s ago 9m 88.1M - 17.2.0 e1d6a67b021e 9fb31f23b01c 2023-12-09T02:56:17.366 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.smpl.smithi172.ysxvfy smithi172 *:80 running (9m) 65s ago 9m 88.3M - 17.2.0 e1d6a67b021e 3c13f0c0b020 2023-12-09T02:56:17.824 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2023-12-09T02:56:17.824 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2023-12-09T02:56:17.824 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 3 2023-12-09T02:56:17.824 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:56:17.824 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2023-12-09T02:56:17.824 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 2 2023-12-09T02:56:17.824 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:56:17.825 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2023-12-09T02:56:17.825 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 7 2023-12-09T02:56:17.825 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:56:17.825 INFO:teuthology.orchestra.run.smithi023.stdout: "rgw": { 2023-12-09T02:56:17.825 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-09T02:56:17.825 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:56:17.825 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2023-12-09T02:56:17.825 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 11, 2023-12-09T02:56:17.825 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 5 2023-12-09T02:56:17.825 INFO:teuthology.orchestra.run.smithi023.stdout: } 2023-12-09T02:56:17.825 INFO:teuthology.orchestra.run.smithi023.stdout:} 2023-12-09T02:56:17.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:17 smithi172 bash[51856]: audit 2023-12-09T02:56:16.355471+0000 mgr.y (mgr.25456) 154 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:56:17.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:17 smithi172 bash[51856]: audit 2023-12-09T02:56:16.466823+0000 mgr.y (mgr.25456) 155 : audit 0 from='client.44206 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:56:17.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:17 smithi172 bash[51856]: audit 2023-12-09T02:56:16.714755+0000 mon.a (mon.0) 213 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:17.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:17 smithi172 bash[51856]: audit 2023-12-09T02:56:16.721763+0000 mon.a (mon.0) 214 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:18.021 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:17 smithi023 bash[64415]: audit 2023-12-09T02:56:16.355471+0000 mgr.y (mgr.25456) 154 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:56:18.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:17 smithi023 bash[64415]: audit 2023-12-09T02:56:16.466823+0000 mgr.y (mgr.25456) 155 : audit 0 from='client.44206 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:56:18.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:17 smithi023 bash[64415]: audit 2023-12-09T02:56:16.714755+0000 mon.a (mon.0) 213 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:18.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:17 smithi023 bash[64415]: audit 2023-12-09T02:56:16.721763+0000 mon.a (mon.0) 214 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:18.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:17 smithi023 bash[65805]: audit 2023-12-09T02:56:16.355471+0000 mgr.y (mgr.25456) 154 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:56:18.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:17 smithi023 bash[65805]: audit 2023-12-09T02:56:16.466823+0000 mgr.y (mgr.25456) 155 : audit 0 from='client.44206 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:56:18.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:17 smithi023 bash[65805]: audit 2023-12-09T02:56:16.714755+0000 mon.a (mon.0) 213 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:18.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:17 smithi023 bash[65805]: audit 2023-12-09T02:56:16.721763+0000 mon.a (mon.0) 214 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:18.224 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2023-12-09T02:56:18.224 INFO:teuthology.orchestra.run.smithi023.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882", 2023-12-09T02:56:18.224 INFO:teuthology.orchestra.run.smithi023.stdout: "in_progress": true, 2023-12-09T02:56:18.224 INFO:teuthology.orchestra.run.smithi023.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-09T02:56:18.224 INFO:teuthology.orchestra.run.smithi023.stdout: "services_complete": [ 2023-12-09T02:56:18.224 INFO:teuthology.orchestra.run.smithi023.stdout: "mon", 2023-12-09T02:56:18.224 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr" 2023-12-09T02:56:18.224 INFO:teuthology.orchestra.run.smithi023.stdout: ], 2023-12-09T02:56:18.225 INFO:teuthology.orchestra.run.smithi023.stdout: "progress": "5/23 daemons upgraded", 2023-12-09T02:56:18.225 INFO:teuthology.orchestra.run.smithi023.stdout: "message": "Currently upgrading osd daemons", 2023-12-09T02:56:18.225 INFO:teuthology.orchestra.run.smithi023.stdout: "is_paused": false 2023-12-09T02:56:18.225 INFO:teuthology.orchestra.run.smithi023.stdout:} 2023-12-09T02:56:18.684 INFO:teuthology.orchestra.run.smithi023.stdout:HEALTH_WARN 1 osds down; Degraded data redundancy: 77/726 objects degraded (10.606%), 21 pgs degraded 2023-12-09T02:56:18.684 INFO:teuthology.orchestra.run.smithi023.stdout:[WRN] OSD_DOWN: 1 osds down 2023-12-09T02:56:18.684 INFO:teuthology.orchestra.run.smithi023.stdout: osd.0 (root=default,host=smithi023) is down 2023-12-09T02:56:18.684 INFO:teuthology.orchestra.run.smithi023.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 77/726 objects degraded (10.606%), 21 pgs degraded 2023-12-09T02:56:18.685 INFO:teuthology.orchestra.run.smithi023.stdout: pg 1.0 is active+undersized+degraded, acting [7,6] 2023-12-09T02:56:18.685 INFO:teuthology.orchestra.run.smithi023.stdout: pg 2.c is active+undersized+degraded, acting [2,5] 2023-12-09T02:56:18.685 INFO:teuthology.orchestra.run.smithi023.stdout: pg 2.f is active+undersized+degraded, acting [4,7] 2023-12-09T02:56:18.685 INFO:teuthology.orchestra.run.smithi023.stdout: pg 2.10 is active+undersized+degraded, acting [2,1] 2023-12-09T02:56:18.685 INFO:teuthology.orchestra.run.smithi023.stdout: pg 2.13 is active+undersized+degraded, acting [4,3] 2023-12-09T02:56:18.685 INFO:teuthology.orchestra.run.smithi023.stdout: pg 2.1e is active+undersized+degraded, acting [3,5] 2023-12-09T02:56:18.685 INFO:teuthology.orchestra.run.smithi023.stdout: pg 3.1 is active+undersized+degraded, acting [4,3] 2023-12-09T02:56:18.685 INFO:teuthology.orchestra.run.smithi023.stdout: pg 3.3 is active+undersized+degraded, acting [4,6] 2023-12-09T02:56:18.685 INFO:teuthology.orchestra.run.smithi023.stdout: pg 3.6 is active+undersized+degraded, acting [1,4] 2023-12-09T02:56:18.685 INFO:teuthology.orchestra.run.smithi023.stdout: pg 3.7 is active+undersized+degraded, acting [3,7] 2023-12-09T02:56:18.685 INFO:teuthology.orchestra.run.smithi023.stdout: pg 3.b is active+undersized+degraded, acting [3,4] 2023-12-09T02:56:18.685 INFO:teuthology.orchestra.run.smithi023.stdout: pg 3.f is active+undersized+degraded, acting [7,4] 2023-12-09T02:56:18.685 INFO:teuthology.orchestra.run.smithi023.stdout: pg 3.10 is active+undersized+degraded, acting [6,5] 2023-12-09T02:56:18.685 INFO:teuthology.orchestra.run.smithi023.stdout: pg 3.12 is active+undersized+degraded, acting [7,3] 2023-12-09T02:56:18.685 INFO:teuthology.orchestra.run.smithi023.stdout: pg 3.17 is active+undersized+degraded, acting [5,3] 2023-12-09T02:56:18.686 INFO:teuthology.orchestra.run.smithi023.stdout: pg 3.18 is active+undersized+degraded, acting [3,1] 2023-12-09T02:56:18.686 INFO:teuthology.orchestra.run.smithi023.stdout: pg 3.1b is active+undersized+degraded, acting [4,7] 2023-12-09T02:56:18.686 INFO:teuthology.orchestra.run.smithi023.stdout: pg 3.1f is active+undersized+degraded, acting [5,2] 2023-12-09T02:56:18.686 INFO:teuthology.orchestra.run.smithi023.stdout: pg 4.0 is active+undersized+degraded, acting [3,7] 2023-12-09T02:56:18.686 INFO:teuthology.orchestra.run.smithi023.stdout: pg 4.3 is active+undersized+degraded, acting [5,7] 2023-12-09T02:56:18.686 INFO:teuthology.orchestra.run.smithi023.stdout: pg 5.1d is active+undersized+degraded, acting [1,4] 2023-12-09T02:56:18.707 INFO:journalctl@ceph.osd.0.smithi023.stdout:Dec 09 02:56:18 smithi023 bash[68416]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2023-12-09T02:56:18.707 INFO:journalctl@ceph.osd.0.smithi023.stdout:Dec 09 02:56:18 smithi023 bash[68416]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-0 --no-mon-config --dev /dev/mapper/vg_nvme-lv_4 2023-12-09T02:56:18.707 INFO:journalctl@ceph.osd.0.smithi023.stdout:Dec 09 02:56:18 smithi023 bash[68416]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2023-12-09T02:56:18.707 INFO:journalctl@ceph.osd.0.smithi023.stdout:Dec 09 02:56:18 smithi023 bash[68416]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2023-12-09T02:56:18.707 INFO:journalctl@ceph.osd.0.smithi023.stdout:Dec 09 02:56:18 smithi023 bash[68416]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-0/block 2023-12-09T02:56:18.707 INFO:journalctl@ceph.osd.0.smithi023.stdout:Dec 09 02:56:18 smithi023 bash[68416]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2023-12-09T02:56:18.707 INFO:journalctl@ceph.osd.0.smithi023.stdout:Dec 09 02:56:18 smithi023 bash[68416]: --> ceph-volume raw activate successful for osd ID: 0 2023-12-09T02:56:18.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:18 smithi172 bash[51856]: audit 2023-12-09T02:56:16.883978+0000 mgr.y (mgr.25456) 156 : audit 0 from='client.34287 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:56:18.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:18 smithi172 bash[51856]: audit 2023-12-09T02:56:17.290547+0000 mgr.y (mgr.25456) 157 : audit 0 from='client.44218 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:56:18.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:18 smithi172 bash[51856]: cluster 2023-12-09T02:56:17.328449+0000 mgr.y (mgr.25456) 158 : cluster 0 pgmap v71: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2023-12-09T02:56:18.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:18 smithi172 bash[51856]: cluster 2023-12-09T02:56:17.722220+0000 mon.a (mon.0) 215 : cluster 3 Health check failed: Degraded data redundancy: 77/726 objects degraded (10.606%), 21 pgs degraded (PG_DEGRADED) 2023-12-09T02:56:18.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:18 smithi172 bash[51856]: audit 2023-12-09T02:56:17.816258+0000 mon.a (mon.0) 216 : audit 0 from='client.? 172.21.15.23:0/2026156756' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:56:18.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:18 smithi172 bash[51856]: audit 2023-12-09T02:56:18.676842+0000 mon.a (mon.0) 217 : audit 0 from='client.? 172.21.15.23:0/3622239245' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:56:18.998 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:56:18 smithi172 bash[49296]: ts=2023-12-09T02:56:18.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.23\", device_class=\"ssd\", hostname=\"smithi023\", instance=\"smithi023:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.23\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.23\", device_class=\"ssd\", hostname=\"smithi023\", instance=\"172.21.15.172:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.23\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-09T02:56:19.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:18 smithi023 bash[64415]: audit 2023-12-09T02:56:16.883978+0000 mgr.y (mgr.25456) 156 : audit 0 from='client.34287 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:56:19.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:18 smithi023 bash[64415]: audit 2023-12-09T02:56:17.290547+0000 mgr.y (mgr.25456) 157 : audit 0 from='client.44218 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:56:19.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:18 smithi023 bash[64415]: cluster 2023-12-09T02:56:17.328449+0000 mgr.y (mgr.25456) 158 : cluster 0 pgmap v71: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2023-12-09T02:56:19.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:18 smithi023 bash[64415]: cluster 2023-12-09T02:56:17.722220+0000 mon.a (mon.0) 215 : cluster 3 Health check failed: Degraded data redundancy: 77/726 objects degraded (10.606%), 21 pgs degraded (PG_DEGRADED) 2023-12-09T02:56:19.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:18 smithi023 bash[64415]: audit 2023-12-09T02:56:17.816258+0000 mon.a (mon.0) 216 : audit 0 from='client.? 172.21.15.23:0/2026156756' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:56:19.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:18 smithi023 bash[64415]: audit 2023-12-09T02:56:18.676842+0000 mon.a (mon.0) 217 : audit 0 from='client.? 172.21.15.23:0/3622239245' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:56:19.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:18 smithi023 bash[65805]: audit 2023-12-09T02:56:16.883978+0000 mgr.y (mgr.25456) 156 : audit 0 from='client.34287 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:56:19.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:18 smithi023 bash[65805]: audit 2023-12-09T02:56:17.290547+0000 mgr.y (mgr.25456) 157 : audit 0 from='client.44218 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:56:19.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:18 smithi023 bash[65805]: cluster 2023-12-09T02:56:17.328449+0000 mgr.y (mgr.25456) 158 : cluster 0 pgmap v71: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2023-12-09T02:56:19.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:18 smithi023 bash[65805]: cluster 2023-12-09T02:56:17.722220+0000 mon.a (mon.0) 215 : cluster 3 Health check failed: Degraded data redundancy: 77/726 objects degraded (10.606%), 21 pgs degraded (PG_DEGRADED) 2023-12-09T02:56:19.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:18 smithi023 bash[65805]: audit 2023-12-09T02:56:17.816258+0000 mon.a (mon.0) 216 : audit 0 from='client.? 172.21.15.23:0/2026156756' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:56:19.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:18 smithi023 bash[65805]: audit 2023-12-09T02:56:18.676842+0000 mon.a (mon.0) 217 : audit 0 from='client.? 172.21.15.23:0/3622239245' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:56:19.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:19 smithi172 bash[51856]: audit 2023-12-09T02:56:18.215965+0000 mgr.y (mgr.25456) 159 : audit 0 from='client.44230 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:56:20.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:19 smithi023 bash[64415]: audit 2023-12-09T02:56:18.215965+0000 mgr.y (mgr.25456) 159 : audit 0 from='client.44230 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:56:20.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:19 smithi023 bash[65805]: audit 2023-12-09T02:56:18.215965+0000 mgr.y (mgr.25456) 159 : audit 0 from='client.44230 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:56:20.522 INFO:journalctl@ceph.osd.0.smithi023.stdout:Dec 09 02:56:20 smithi023 bash[68811]: debug 2023-12-09T02:56:20.302+0000 7f7748b3d700 1 -- 172.21.15.23:0/501369320 <== mon.1 v2:172.21.15.23:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5620654d51e0 con 0x56206555ac00 2023-12-09T02:56:21.022 INFO:journalctl@ceph.osd.0.smithi023.stdout:Dec 09 02:56:20 smithi023 bash[68811]: debug 2023-12-09T02:56:20.842+0000 7f7751cc3640 -1 Falling back to public interface 2023-12-09T02:56:21.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:20 smithi023 bash[64415]: cluster 2023-12-09T02:56:19.329626+0000 mgr.y (mgr.25456) 160 : cluster 0 pgmap v72: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2023-12-09T02:56:21.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:20 smithi023 bash[64415]: audit 2023-12-09T02:56:20.380248+0000 mon.a (mon.0) 218 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:21.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:20 smithi023 bash[64415]: audit 2023-12-09T02:56:20.382541+0000 mon.a (mon.0) 219 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:56:21.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:20 smithi023 bash[65805]: cluster 2023-12-09T02:56:19.329626+0000 mgr.y (mgr.25456) 160 : cluster 0 pgmap v72: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2023-12-09T02:56:21.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:20 smithi023 bash[65805]: audit 2023-12-09T02:56:20.380248+0000 mon.a (mon.0) 218 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:21.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:20 smithi023 bash[65805]: audit 2023-12-09T02:56:20.382541+0000 mon.a (mon.0) 219 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:56:21.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:20 smithi172 bash[51856]: cluster 2023-12-09T02:56:19.329626+0000 mgr.y (mgr.25456) 160 : cluster 0 pgmap v72: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2023-12-09T02:56:21.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:20 smithi172 bash[51856]: audit 2023-12-09T02:56:20.380248+0000 mon.a (mon.0) 218 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:21.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:20 smithi172 bash[51856]: audit 2023-12-09T02:56:20.382541+0000 mon.a (mon.0) 219 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:56:22.760 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:56:22 smithi023 bash[61239]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:56:22] "GET /metrics HTTP/1.1" 200 38323 "" "Prometheus/2.33.4" 2023-12-09T02:56:23.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:22 smithi023 bash[64415]: cluster 2023-12-09T02:56:21.331520+0000 mgr.y (mgr.25456) 161 : cluster 0 pgmap v73: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2023-12-09T02:56:23.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:22 smithi023 bash[65805]: cluster 2023-12-09T02:56:21.331520+0000 mgr.y (mgr.25456) 161 : cluster 0 pgmap v73: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2023-12-09T02:56:23.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:22 smithi172 bash[51856]: cluster 2023-12-09T02:56:21.331520+0000 mgr.y (mgr.25456) 161 : cluster 0 pgmap v73: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2023-12-09T02:56:24.272 INFO:journalctl@ceph.osd.0.smithi023.stdout:Dec 09 02:56:23 smithi023 bash[68811]: debug 2023-12-09T02:56:23.886+0000 7f7751cc3640 -1 osd.0 0 read_superblock omap replica is missing. 2023-12-09T02:56:24.272 INFO:journalctl@ceph.osd.0.smithi023.stdout:Dec 09 02:56:23 smithi023 bash[68811]: debug 2023-12-09T02:56:23.930+0000 7f7751cc3640 -1 osd.0 104 log_to_monitors true 2023-12-09T02:56:24.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:24 smithi023 bash[64415]: cluster 2023-12-09T02:56:23.332593+0000 mgr.y (mgr.25456) 162 : cluster 0 pgmap v74: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2023-12-09T02:56:24.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:24 smithi023 bash[64415]: audit 2023-12-09T02:56:23.504308+0000 mon.a (mon.0) 220 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:24.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:24 smithi023 bash[64415]: audit 2023-12-09T02:56:23.516007+0000 mon.a (mon.0) 221 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:24.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:24 smithi023 bash[64415]: audit 2023-12-09T02:56:23.937442+0000 mon.a (mon.0) 222 : audit 1 from='osd.0 [v2:172.21.15.23:6802/3767621620,v1:172.21.15.23:6803/3767621620]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-09T02:56:24.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:24 smithi023 bash[65805]: cluster 2023-12-09T02:56:23.332593+0000 mgr.y (mgr.25456) 162 : cluster 0 pgmap v74: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2023-12-09T02:56:24.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:24 smithi023 bash[65805]: audit 2023-12-09T02:56:23.504308+0000 mon.a (mon.0) 220 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:24.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:24 smithi023 bash[65805]: audit 2023-12-09T02:56:23.516007+0000 mon.a (mon.0) 221 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:24.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:24 smithi023 bash[65805]: audit 2023-12-09T02:56:23.937442+0000 mon.a (mon.0) 222 : audit 1 from='osd.0 [v2:172.21.15.23:6802/3767621620,v1:172.21.15.23:6803/3767621620]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-09T02:56:24.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:24 smithi172 bash[51856]: cluster 2023-12-09T02:56:23.332593+0000 mgr.y (mgr.25456) 162 : cluster 0 pgmap v74: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 99 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2023-12-09T02:56:24.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:24 smithi172 bash[51856]: audit 2023-12-09T02:56:23.504308+0000 mon.a (mon.0) 220 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:24.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:24 smithi172 bash[51856]: audit 2023-12-09T02:56:23.516007+0000 mon.a (mon.0) 221 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:24.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:24 smithi172 bash[51856]: audit 2023-12-09T02:56:23.937442+0000 mon.a (mon.0) 222 : audit 1 from='osd.0 [v2:172.21.15.23:6802/3767621620,v1:172.21.15.23:6803/3767621620]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-09T02:56:25.272 INFO:journalctl@ceph.osd.0.smithi023.stdout:Dec 09 02:56:24 smithi023 bash[68811]: debug 2023-12-09T02:56:24.826+0000 7f773f12c700 -1 osd.0 104 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-09T02:56:25.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:25 smithi172 bash[51856]: audit 2023-12-09T02:56:24.563966+0000 mon.a (mon.0) 223 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:25.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:25 smithi172 bash[51856]: audit 2023-12-09T02:56:24.576267+0000 mon.a (mon.0) 224 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:25.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:25 smithi172 bash[51856]: audit 2023-12-09T02:56:24.759161+0000 mon.a (mon.0) 225 : audit 1 from='osd.0 [v2:172.21.15.23:6802/3767621620,v1:172.21.15.23:6803/3767621620]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-09T02:56:25.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:25 smithi172 bash[51856]: cluster 2023-12-09T02:56:24.769611+0000 osd.2 (osd.2) 5 : cluster 3 failed to encode map e107 with expected crc 2023-12-09T02:56:25.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:25 smithi172 bash[51856]: cluster 2023-12-09T02:56:24.774184+0000 mon.a (mon.0) 226 : cluster 0 osdmap e107: 8 total, 7 up, 8 in 2023-12-09T02:56:25.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:25 smithi172 bash[51856]: audit 2023-12-09T02:56:24.775199+0000 mon.a (mon.0) 227 : audit 1 from='osd.0 [v2:172.21.15.23:6802/3767621620,v1:172.21.15.23:6803/3767621620]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2023-12-09T02:56:25.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:25 smithi172 bash[51856]: cluster 2023-12-09T02:56:25.251859+0000 osd.3 (osd.3) 6 : cluster 3 failed to encode map e107 with expected crc 2023-12-09T02:56:26.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:25 smithi023 bash[65805]: audit 2023-12-09T02:56:24.563966+0000 mon.a (mon.0) 223 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:26.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:25 smithi023 bash[65805]: audit 2023-12-09T02:56:24.576267+0000 mon.a (mon.0) 224 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:26.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:25 smithi023 bash[65805]: audit 2023-12-09T02:56:24.759161+0000 mon.a (mon.0) 225 : audit 1 from='osd.0 [v2:172.21.15.23:6802/3767621620,v1:172.21.15.23:6803/3767621620]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-09T02:56:26.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:25 smithi023 bash[65805]: cluster 2023-12-09T02:56:24.769611+0000 osd.2 (osd.2) 5 : cluster 3 failed to encode map e107 with expected crc 2023-12-09T02:56:26.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:25 smithi023 bash[65805]: cluster 2023-12-09T02:56:24.774184+0000 mon.a (mon.0) 226 : cluster 0 osdmap e107: 8 total, 7 up, 8 in 2023-12-09T02:56:26.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:25 smithi023 bash[65805]: audit 2023-12-09T02:56:24.775199+0000 mon.a (mon.0) 227 : audit 1 from='osd.0 [v2:172.21.15.23:6802/3767621620,v1:172.21.15.23:6803/3767621620]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2023-12-09T02:56:26.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:25 smithi023 bash[65805]: cluster 2023-12-09T02:56:25.251859+0000 osd.3 (osd.3) 6 : cluster 3 failed to encode map e107 with expected crc 2023-12-09T02:56:26.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:25 smithi023 bash[64415]: audit 2023-12-09T02:56:24.563966+0000 mon.a (mon.0) 223 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:26.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:25 smithi023 bash[64415]: audit 2023-12-09T02:56:24.576267+0000 mon.a (mon.0) 224 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:26.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:25 smithi023 bash[64415]: audit 2023-12-09T02:56:24.759161+0000 mon.a (mon.0) 225 : audit 1 from='osd.0 [v2:172.21.15.23:6802/3767621620,v1:172.21.15.23:6803/3767621620]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-09T02:56:26.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:25 smithi023 bash[64415]: cluster 2023-12-09T02:56:24.769611+0000 osd.2 (osd.2) 5 : cluster 3 failed to encode map e107 with expected crc 2023-12-09T02:56:26.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:25 smithi023 bash[64415]: cluster 2023-12-09T02:56:24.774184+0000 mon.a (mon.0) 226 : cluster 0 osdmap e107: 8 total, 7 up, 8 in 2023-12-09T02:56:26.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:25 smithi023 bash[64415]: audit 2023-12-09T02:56:24.775199+0000 mon.a (mon.0) 227 : audit 1 from='osd.0 [v2:172.21.15.23:6802/3767621620,v1:172.21.15.23:6803/3767621620]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2023-12-09T02:56:26.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:25 smithi023 bash[64415]: cluster 2023-12-09T02:56:25.251859+0000 osd.3 (osd.3) 6 : cluster 3 failed to encode map e107 with expected crc 2023-12-09T02:56:26.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:26 smithi023 bash[64415]: cluster 2023-12-09T02:56:24.770045+0000 osd.1 (osd.1) 5 : cluster 3 failed to encode map e107 with expected crc 2023-12-09T02:56:26.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:26 smithi023 bash[64415]: cluster 2023-12-09T02:56:25.333285+0000 mgr.y (mgr.25456) 163 : cluster 0 pgmap v76: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2023-12-09T02:56:26.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:26 smithi023 bash[64415]: cluster 2023-12-09T02:56:25.462905+0000 osd.6 (osd.6) 6 : cluster 3 failed to encode map e107 with expected crc 2023-12-09T02:56:26.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:26 smithi023 bash[64415]: cluster 2023-12-09T02:56:25.559398+0000 osd.4 (osd.4) 4 : cluster 3 failed to encode map e107 with expected crc 2023-12-09T02:56:26.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:26 smithi023 bash[64415]: cluster 2023-12-09T02:56:25.760119+0000 mon.a (mon.0) 228 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-09T02:56:26.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:26 smithi023 bash[64415]: cluster 2023-12-09T02:56:25.776645+0000 osd.2 (osd.2) 6 : cluster 3 failed to encode map e108 with expected crc 2023-12-09T02:56:26.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:26 smithi023 bash[64415]: cluster 2023-12-09T02:56:25.780516+0000 mon.a (mon.0) 229 : cluster 1 osd.0 [v2:172.21.15.23:6802/3767621620,v1:172.21.15.23:6803/3767621620] boot 2023-12-09T02:56:26.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:26 smithi023 bash[64415]: cluster 2023-12-09T02:56:25.780671+0000 mon.a (mon.0) 230 : cluster 0 osdmap e108: 8 total, 8 up, 8 in 2023-12-09T02:56:26.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:26 smithi023 bash[64415]: audit 2023-12-09T02:56:25.782096+0000 mon.a (mon.0) 231 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-09T02:56:26.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:26 smithi023 bash[64415]: cluster 2023-12-09T02:56:25.784168+0000 osd.5 (osd.5) 6 : cluster 3 failed to encode map e107 with expected crc 2023-12-09T02:56:26.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:26 smithi023 bash[65805]: cluster 2023-12-09T02:56:24.770045+0000 osd.1 (osd.1) 5 : cluster 3 failed to encode map e107 with expected crc 2023-12-09T02:56:26.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:26 smithi023 bash[65805]: cluster 2023-12-09T02:56:25.333285+0000 mgr.y (mgr.25456) 163 : cluster 0 pgmap v76: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2023-12-09T02:56:26.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:26 smithi023 bash[65805]: cluster 2023-12-09T02:56:25.462905+0000 osd.6 (osd.6) 6 : cluster 3 failed to encode map e107 with expected crc 2023-12-09T02:56:26.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:26 smithi023 bash[65805]: cluster 2023-12-09T02:56:25.559398+0000 osd.4 (osd.4) 4 : cluster 3 failed to encode map e107 with expected crc 2023-12-09T02:56:26.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:26 smithi023 bash[65805]: cluster 2023-12-09T02:56:25.760119+0000 mon.a (mon.0) 228 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-09T02:56:26.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:26 smithi023 bash[65805]: cluster 2023-12-09T02:56:25.776645+0000 osd.2 (osd.2) 6 : cluster 3 failed to encode map e108 with expected crc 2023-12-09T02:56:26.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:26 smithi023 bash[65805]: cluster 2023-12-09T02:56:25.780516+0000 mon.a (mon.0) 229 : cluster 1 osd.0 [v2:172.21.15.23:6802/3767621620,v1:172.21.15.23:6803/3767621620] boot 2023-12-09T02:56:26.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:26 smithi023 bash[65805]: cluster 2023-12-09T02:56:25.780671+0000 mon.a (mon.0) 230 : cluster 0 osdmap e108: 8 total, 8 up, 8 in 2023-12-09T02:56:26.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:26 smithi023 bash[65805]: audit 2023-12-09T02:56:25.782096+0000 mon.a (mon.0) 231 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-09T02:56:26.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:26 smithi023 bash[65805]: cluster 2023-12-09T02:56:25.784168+0000 osd.5 (osd.5) 6 : cluster 3 failed to encode map e107 with expected crc 2023-12-09T02:56:26.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:26 smithi172 bash[51856]: cluster 2023-12-09T02:56:24.770045+0000 osd.1 (osd.1) 5 : cluster 3 failed to encode map e107 with expected crc 2023-12-09T02:56:26.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:26 smithi172 bash[51856]: cluster 2023-12-09T02:56:25.333285+0000 mgr.y (mgr.25456) 163 : cluster 0 pgmap v76: 161 pgs: 21 active+undersized+degraded, 37 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 77/726 objects degraded (10.606%) 2023-12-09T02:56:26.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:26 smithi172 bash[51856]: cluster 2023-12-09T02:56:25.462905+0000 osd.6 (osd.6) 6 : cluster 3 failed to encode map e107 with expected crc 2023-12-09T02:56:26.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:26 smithi172 bash[51856]: cluster 2023-12-09T02:56:25.559398+0000 osd.4 (osd.4) 4 : cluster 3 failed to encode map e107 with expected crc 2023-12-09T02:56:26.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:26 smithi172 bash[51856]: cluster 2023-12-09T02:56:25.760119+0000 mon.a (mon.0) 228 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-09T02:56:26.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:26 smithi172 bash[51856]: cluster 2023-12-09T02:56:25.776645+0000 osd.2 (osd.2) 6 : cluster 3 failed to encode map e108 with expected crc 2023-12-09T02:56:26.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:26 smithi172 bash[51856]: cluster 2023-12-09T02:56:25.780516+0000 mon.a (mon.0) 229 : cluster 1 osd.0 [v2:172.21.15.23:6802/3767621620,v1:172.21.15.23:6803/3767621620] boot 2023-12-09T02:56:26.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:26 smithi172 bash[51856]: cluster 2023-12-09T02:56:25.780671+0000 mon.a (mon.0) 230 : cluster 0 osdmap e108: 8 total, 8 up, 8 in 2023-12-09T02:56:26.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:26 smithi172 bash[51856]: audit 2023-12-09T02:56:25.782096+0000 mon.a (mon.0) 231 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-09T02:56:26.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:26 smithi172 bash[51856]: cluster 2023-12-09T02:56:25.784168+0000 osd.5 (osd.5) 6 : cluster 3 failed to encode map e107 with expected crc 2023-12-09T02:56:28.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:27 smithi172 bash[51856]: audit 2023-12-09T02:56:26.364385+0000 mgr.y (mgr.25456) 164 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:56:28.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:27 smithi172 bash[51856]: cluster 2023-12-09T02:56:26.792327+0000 osd.1 (osd.1) 6 : cluster 3 failed to encode map e109 with expected crc 2023-12-09T02:56:28.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:27 smithi172 bash[51856]: cluster 2023-12-09T02:56:26.794745+0000 osd.3 (osd.3) 7 : cluster 3 failed to encode map e109 with expected crc 2023-12-09T02:56:28.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:27 smithi172 bash[51856]: cluster 2023-12-09T02:56:26.796893+0000 mon.a (mon.0) 232 : cluster 0 osdmap e109: 8 total, 8 up, 8 in 2023-12-09T02:56:28.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:27 smithi172 bash[51856]: cluster 2023-12-09T02:56:26.797403+0000 osd.1 (osd.1) 7 : cluster 3 failed to encode map e109 with expected crc 2023-12-09T02:56:28.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:27 smithi172 bash[51856]: cluster 2023-12-09T02:56:26.801653+0000 osd.2 (osd.2) 7 : cluster 3 failed to encode map e109 with expected crc 2023-12-09T02:56:28.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:27 smithi172 bash[51856]: cluster 2023-12-09T02:56:26.805024+0000 osd.3 (osd.3) 8 : cluster 3 failed to encode map e109 with expected crc 2023-12-09T02:56:28.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:27 smithi172 bash[51856]: cluster 2023-12-09T02:56:26.805103+0000 osd.2 (osd.2) 8 : cluster 3 failed to encode map e109 with expected crc 2023-12-09T02:56:28.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:27 smithi172 bash[51856]: cluster 2023-12-09T02:56:26.805447+0000 osd.5 (osd.5) 7 : cluster 3 failed to encode map e109 with expected crc 2023-12-09T02:56:28.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:27 smithi172 bash[51856]: cluster 2023-12-09T02:56:26.805521+0000 osd.7 (osd.7) 6 : cluster 3 failed to encode map e109 with expected crc 2023-12-09T02:56:28.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:27 smithi172 bash[51856]: cluster 2023-12-09T02:56:26.805676+0000 osd.6 (osd.6) 7 : cluster 3 failed to encode map e109 with expected crc 2023-12-09T02:56:28.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:27 smithi172 bash[51856]: cluster 2023-12-09T02:56:26.808941+0000 osd.4 (osd.4) 5 : cluster 3 failed to encode map e109 with expected crc 2023-12-09T02:56:28.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:27 smithi172 bash[51856]: cluster 2023-12-09T02:56:26.808969+0000 osd.6 (osd.6) 8 : cluster 3 failed to encode map e109 with expected crc 2023-12-09T02:56:28.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:27 smithi172 bash[51856]: cluster 2023-12-09T02:56:26.812268+0000 osd.5 (osd.5) 8 : cluster 3 failed to encode map e109 with expected crc 2023-12-09T02:56:28.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:27 smithi172 bash[51856]: cluster 2023-12-09T02:56:26.814878+0000 osd.4 (osd.4) 6 : cluster 3 failed to encode map e109 with expected crc 2023-12-09T02:56:28.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:27 smithi023 bash[64415]: audit 2023-12-09T02:56:26.364385+0000 mgr.y (mgr.25456) 164 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:56:28.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:27 smithi023 bash[64415]: cluster 2023-12-09T02:56:26.792327+0000 osd.1 (osd.1) 6 : cluster 3 failed to encode map e109 with expected crc 2023-12-09T02:56:28.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:27 smithi023 bash[64415]: cluster 2023-12-09T02:56:26.794745+0000 osd.3 (osd.3) 7 : cluster 3 failed to encode map e109 with expected crc 2023-12-09T02:56:28.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:27 smithi023 bash[64415]: cluster 2023-12-09T02:56:26.796893+0000 mon.a (mon.0) 232 : cluster 0 osdmap e109: 8 total, 8 up, 8 in 2023-12-09T02:56:28.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:27 smithi023 bash[64415]: cluster 2023-12-09T02:56:26.797403+0000 osd.1 (osd.1) 7 : cluster 3 failed to encode map e109 with expected crc 2023-12-09T02:56:28.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:27 smithi023 bash[64415]: cluster 2023-12-09T02:56:26.801653+0000 osd.2 (osd.2) 7 : cluster 3 failed to encode map e109 with expected crc 2023-12-09T02:56:28.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:27 smithi023 bash[64415]: cluster 2023-12-09T02:56:26.805024+0000 osd.3 (osd.3) 8 : cluster 3 failed to encode map e109 with expected crc 2023-12-09T02:56:28.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:27 smithi023 bash[64415]: cluster 2023-12-09T02:56:26.805103+0000 osd.2 (osd.2) 8 : cluster 3 failed to encode map e109 with expected crc 2023-12-09T02:56:28.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:27 smithi023 bash[64415]: cluster 2023-12-09T02:56:26.805447+0000 osd.5 (osd.5) 7 : cluster 3 failed to encode map e109 with expected crc 2023-12-09T02:56:28.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:27 smithi023 bash[64415]: cluster 2023-12-09T02:56:26.805521+0000 osd.7 (osd.7) 6 : cluster 3 failed to encode map e109 with expected crc 2023-12-09T02:56:28.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:27 smithi023 bash[64415]: cluster 2023-12-09T02:56:26.805676+0000 osd.6 (osd.6) 7 : cluster 3 failed to encode map e109 with expected crc 2023-12-09T02:56:28.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:27 smithi023 bash[64415]: cluster 2023-12-09T02:56:26.808941+0000 osd.4 (osd.4) 5 : cluster 3 failed to encode map e109 with expected crc 2023-12-09T02:56:28.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:27 smithi023 bash[64415]: cluster 2023-12-09T02:56:26.808969+0000 osd.6 (osd.6) 8 : cluster 3 failed to encode map e109 with expected crc 2023-12-09T02:56:28.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:27 smithi023 bash[64415]: cluster 2023-12-09T02:56:26.812268+0000 osd.5 (osd.5) 8 : cluster 3 failed to encode map e109 with expected crc 2023-12-09T02:56:28.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:27 smithi023 bash[64415]: cluster 2023-12-09T02:56:26.814878+0000 osd.4 (osd.4) 6 : cluster 3 failed to encode map e109 with expected crc 2023-12-09T02:56:28.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:27 smithi023 bash[65805]: audit 2023-12-09T02:56:26.364385+0000 mgr.y (mgr.25456) 164 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:56:28.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:27 smithi023 bash[65805]: cluster 2023-12-09T02:56:26.792327+0000 osd.1 (osd.1) 6 : cluster 3 failed to encode map e109 with expected crc 2023-12-09T02:56:28.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:27 smithi023 bash[65805]: cluster 2023-12-09T02:56:26.794745+0000 osd.3 (osd.3) 7 : cluster 3 failed to encode map e109 with expected crc 2023-12-09T02:56:28.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:27 smithi023 bash[65805]: cluster 2023-12-09T02:56:26.796893+0000 mon.a (mon.0) 232 : cluster 0 osdmap e109: 8 total, 8 up, 8 in 2023-12-09T02:56:28.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:27 smithi023 bash[65805]: cluster 2023-12-09T02:56:26.797403+0000 osd.1 (osd.1) 7 : cluster 3 failed to encode map e109 with expected crc 2023-12-09T02:56:28.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:27 smithi023 bash[65805]: cluster 2023-12-09T02:56:26.801653+0000 osd.2 (osd.2) 7 : cluster 3 failed to encode map e109 with expected crc 2023-12-09T02:56:28.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:27 smithi023 bash[65805]: cluster 2023-12-09T02:56:26.805024+0000 osd.3 (osd.3) 8 : cluster 3 failed to encode map e109 with expected crc 2023-12-09T02:56:28.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:27 smithi023 bash[65805]: cluster 2023-12-09T02:56:26.805103+0000 osd.2 (osd.2) 8 : cluster 3 failed to encode map e109 with expected crc 2023-12-09T02:56:28.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:27 smithi023 bash[65805]: cluster 2023-12-09T02:56:26.805447+0000 osd.5 (osd.5) 7 : cluster 3 failed to encode map e109 with expected crc 2023-12-09T02:56:28.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:27 smithi023 bash[65805]: cluster 2023-12-09T02:56:26.805521+0000 osd.7 (osd.7) 6 : cluster 3 failed to encode map e109 with expected crc 2023-12-09T02:56:28.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:27 smithi023 bash[65805]: cluster 2023-12-09T02:56:26.805676+0000 osd.6 (osd.6) 7 : cluster 3 failed to encode map e109 with expected crc 2023-12-09T02:56:28.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:27 smithi023 bash[65805]: cluster 2023-12-09T02:56:26.808941+0000 osd.4 (osd.4) 5 : cluster 3 failed to encode map e109 with expected crc 2023-12-09T02:56:28.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:27 smithi023 bash[65805]: cluster 2023-12-09T02:56:26.808969+0000 osd.6 (osd.6) 8 : cluster 3 failed to encode map e109 with expected crc 2023-12-09T02:56:28.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:27 smithi023 bash[65805]: cluster 2023-12-09T02:56:26.812268+0000 osd.5 (osd.5) 8 : cluster 3 failed to encode map e109 with expected crc 2023-12-09T02:56:28.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:27 smithi023 bash[65805]: cluster 2023-12-09T02:56:26.814878+0000 osd.4 (osd.4) 6 : cluster 3 failed to encode map e109 with expected crc 2023-12-09T02:56:28.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:28 smithi172 bash[51856]: cluster 2023-12-09T02:56:27.334137+0000 mgr.y (mgr.25456) 165 : cluster 0 pgmap v79: 161 pgs: 37 peering, 8 active+undersized+degraded, 13 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 34/726 objects degraded (4.683%) 2023-12-09T02:56:28.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:28 smithi172 bash[51856]: cluster 2023-12-09T02:56:27.789320+0000 mon.a (mon.0) 233 : cluster 3 Health check update: Degraded data redundancy: 34/726 objects degraded (4.683%), 8 pgs degraded (PG_DEGRADED) 2023-12-09T02:56:28.998 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:56:28 smithi172 bash[49296]: ts=2023-12-09T02:56:28.660Z caller=alerting.go:353 level=warn component="rule manager" alert="unsupported value type" msg="Expanding alert template failed" err="error executing template __alert_CephOSDDown: template: __alert_CephOSDDown:1:358: executing \"__alert_CephOSDDown\" at : error calling query: found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.23\", device_class=\"ssd\", hostname=\"smithi023\", instance=\"smithi023:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.23\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.23\", device_class=\"ssd\", hostname=\"smithi023\", instance=\"172.21.15.172:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.23\"}];many-to-many matching not allowed: matching labels must be unique on one side" data="unsupported value type" 2023-12-09T02:56:28.998 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:56:28 smithi172 bash[49296]: ts=2023-12-09T02:56:28.663Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.23\", device_class=\"ssd\", hostname=\"smithi023\", instance=\"smithi023:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.23\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.23\", device_class=\"ssd\", hostname=\"smithi023\", instance=\"172.21.15.172:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.23\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-09T02:56:29.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:28 smithi023 bash[64415]: cluster 2023-12-09T02:56:27.334137+0000 mgr.y (mgr.25456) 165 : cluster 0 pgmap v79: 161 pgs: 37 peering, 8 active+undersized+degraded, 13 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 34/726 objects degraded (4.683%) 2023-12-09T02:56:29.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:28 smithi023 bash[64415]: cluster 2023-12-09T02:56:27.789320+0000 mon.a (mon.0) 233 : cluster 3 Health check update: Degraded data redundancy: 34/726 objects degraded (4.683%), 8 pgs degraded (PG_DEGRADED) 2023-12-09T02:56:29.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:28 smithi023 bash[65805]: cluster 2023-12-09T02:56:27.334137+0000 mgr.y (mgr.25456) 165 : cluster 0 pgmap v79: 161 pgs: 37 peering, 8 active+undersized+degraded, 13 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 34/726 objects degraded (4.683%) 2023-12-09T02:56:29.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:28 smithi023 bash[65805]: cluster 2023-12-09T02:56:27.789320+0000 mon.a (mon.0) 233 : cluster 3 Health check update: Degraded data redundancy: 34/726 objects degraded (4.683%), 8 pgs degraded (PG_DEGRADED) 2023-12-09T02:56:31.080 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:30 smithi023 bash[65805]: cluster 2023-12-09T02:56:29.335222+0000 mgr.y (mgr.25456) 166 : cluster 0 pgmap v80: 161 pgs: 37 peering, 8 active+undersized+degraded, 13 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 34/726 objects degraded (4.683%) 2023-12-09T02:56:31.081 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:30 smithi023 bash[64415]: cluster 2023-12-09T02:56:29.335222+0000 mgr.y (mgr.25456) 166 : cluster 0 pgmap v80: 161 pgs: 37 peering, 8 active+undersized+degraded, 13 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 34/726 objects degraded (4.683%) 2023-12-09T02:56:31.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:30 smithi172 bash[51856]: cluster 2023-12-09T02:56:29.335222+0000 mgr.y (mgr.25456) 166 : cluster 0 pgmap v80: 161 pgs: 37 peering, 8 active+undersized+degraded, 13 active+undersized, 103 active+clean; 585 KiB data, 114 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 34/726 objects degraded (4.683%) 2023-12-09T02:56:32.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:31 smithi172 bash[51856]: cluster 2023-12-09T02:56:31.337051+0000 mgr.y (mgr.25456) 167 : cluster 0 pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 125 MiB used, 715 GiB / 715 GiB avail; 130 KiB/s rd, 0 B/s wr, 216 op/s 2023-12-09T02:56:32.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:31 smithi172 bash[51856]: cluster 2023-12-09T02:56:31.808794+0000 mon.a (mon.0) 234 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 34/726 objects degraded (4.683%), 8 pgs degraded) 2023-12-09T02:56:32.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:31 smithi172 bash[51856]: cluster 2023-12-09T02:56:31.808899+0000 mon.a (mon.0) 235 : cluster 1 Cluster is now healthy 2023-12-09T02:56:32.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:31 smithi023 bash[65805]: cluster 2023-12-09T02:56:31.337051+0000 mgr.y (mgr.25456) 167 : cluster 0 pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 125 MiB used, 715 GiB / 715 GiB avail; 130 KiB/s rd, 0 B/s wr, 216 op/s 2023-12-09T02:56:32.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:31 smithi023 bash[65805]: cluster 2023-12-09T02:56:31.808794+0000 mon.a (mon.0) 234 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 34/726 objects degraded (4.683%), 8 pgs degraded) 2023-12-09T02:56:32.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:31 smithi023 bash[65805]: cluster 2023-12-09T02:56:31.808899+0000 mon.a (mon.0) 235 : cluster 1 Cluster is now healthy 2023-12-09T02:56:32.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:31 smithi023 bash[64415]: cluster 2023-12-09T02:56:31.337051+0000 mgr.y (mgr.25456) 167 : cluster 0 pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 125 MiB used, 715 GiB / 715 GiB avail; 130 KiB/s rd, 0 B/s wr, 216 op/s 2023-12-09T02:56:32.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:31 smithi023 bash[64415]: cluster 2023-12-09T02:56:31.808794+0000 mon.a (mon.0) 234 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 34/726 objects degraded (4.683%), 8 pgs degraded) 2023-12-09T02:56:32.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:31 smithi023 bash[64415]: cluster 2023-12-09T02:56:31.808899+0000 mon.a (mon.0) 235 : cluster 1 Cluster is now healthy 2023-12-09T02:56:32.695 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:56:32 smithi023 bash[61239]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:56:32] "GET /metrics HTTP/1.1" 200 38323 "" "Prometheus/2.33.4" 2023-12-09T02:56:34.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:34 smithi023 bash[64415]: cluster 2023-12-09T02:56:33.337819+0000 mgr.y (mgr.25456) 168 : cluster 0 pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 125 MiB used, 715 GiB / 715 GiB avail; 107 KiB/s rd, 0 B/s wr, 177 op/s 2023-12-09T02:56:34.522 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:34 smithi023 bash[65805]: cluster 2023-12-09T02:56:33.337819+0000 mgr.y (mgr.25456) 168 : cluster 0 pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 125 MiB used, 715 GiB / 715 GiB avail; 107 KiB/s rd, 0 B/s wr, 177 op/s 2023-12-09T02:56:34.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:34 smithi172 bash[51856]: cluster 2023-12-09T02:56:33.337819+0000 mgr.y (mgr.25456) 168 : cluster 0 pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 125 MiB used, 715 GiB / 715 GiB avail; 107 KiB/s rd, 0 B/s wr, 177 op/s 2023-12-09T02:56:36.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:35 smithi172 bash[51856]: audit 2023-12-09T02:56:34.884455+0000 mon.a (mon.0) 236 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:36.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:35 smithi172 bash[51856]: audit 2023-12-09T02:56:34.896099+0000 mon.a (mon.0) 237 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:36.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:35 smithi172 bash[51856]: audit 2023-12-09T02:56:34.898217+0000 mon.a (mon.0) 238 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:56:36.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:35 smithi172 bash[51856]: audit 2023-12-09T02:56:34.899604+0000 mon.a (mon.0) 239 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:56:36.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:35 smithi172 bash[51856]: audit 2023-12-09T02:56:34.907513+0000 mon.a (mon.0) 240 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:36.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:35 smithi172 bash[51856]: audit 2023-12-09T02:56:34.997898+0000 mon.a (mon.0) 241 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:56:36.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:35 smithi172 bash[51856]: audit 2023-12-09T02:56:35.002949+0000 mon.a (mon.0) 242 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:56:36.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:35 smithi172 bash[51856]: audit 2023-12-09T02:56:35.005732+0000 mon.a (mon.0) 243 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:56:36.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:35 smithi172 bash[51856]: audit 2023-12-09T02:56:35.007980+0000 mon.a (mon.0) 244 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:56:36.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:35 smithi172 bash[51856]: audit 2023-12-09T02:56:35.010518+0000 mon.a (mon.0) 245 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-09T02:56:36.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:35 smithi172 bash[51856]: audit 2023-12-09T02:56:35.010813+0000 mgr.y (mgr.25456) 169 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-09T02:56:36.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:35 smithi172 bash[51856]: cephadm 2023-12-09T02:56:35.012455+0000 mgr.y (mgr.25456) 170 : cephadm 1 Upgrade: osd.1 is safe to restart 2023-12-09T02:56:36.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:35 smithi172 bash[51856]: cluster 2023-12-09T02:56:35.338742+0000 mgr.y (mgr.25456) 171 : cluster 0 pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 125 MiB used, 715 GiB / 715 GiB avail; 91 KiB/s rd, 0 B/s wr, 150 op/s 2023-12-09T02:56:36.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:35 smithi172 bash[51856]: audit 2023-12-09T02:56:35.384022+0000 mon.a (mon.0) 246 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:36.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:35 smithi172 bash[51856]: audit 2023-12-09T02:56:35.385518+0000 mon.a (mon.0) 247 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:56:36.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:35 smithi023 bash[64415]: audit 2023-12-09T02:56:34.884455+0000 mon.a (mon.0) 236 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:36.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:35 smithi023 bash[64415]: audit 2023-12-09T02:56:34.896099+0000 mon.a (mon.0) 237 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:36.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:35 smithi023 bash[64415]: audit 2023-12-09T02:56:34.898217+0000 mon.a (mon.0) 238 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:56:36.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:35 smithi023 bash[64415]: audit 2023-12-09T02:56:34.899604+0000 mon.a (mon.0) 239 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:56:36.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:35 smithi023 bash[64415]: audit 2023-12-09T02:56:34.907513+0000 mon.a (mon.0) 240 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:36.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:35 smithi023 bash[64415]: audit 2023-12-09T02:56:34.997898+0000 mon.a (mon.0) 241 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:56:36.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:35 smithi023 bash[64415]: audit 2023-12-09T02:56:35.002949+0000 mon.a (mon.0) 242 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:56:36.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:35 smithi023 bash[64415]: audit 2023-12-09T02:56:35.005732+0000 mon.a (mon.0) 243 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:56:36.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:35 smithi023 bash[64415]: audit 2023-12-09T02:56:35.007980+0000 mon.a (mon.0) 244 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:56:36.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:35 smithi023 bash[64415]: audit 2023-12-09T02:56:35.010518+0000 mon.a (mon.0) 245 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-09T02:56:36.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:35 smithi023 bash[64415]: audit 2023-12-09T02:56:35.010813+0000 mgr.y (mgr.25456) 169 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-09T02:56:36.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:35 smithi023 bash[64415]: cephadm 2023-12-09T02:56:35.012455+0000 mgr.y (mgr.25456) 170 : cephadm 1 Upgrade: osd.1 is safe to restart 2023-12-09T02:56:36.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:35 smithi023 bash[64415]: cluster 2023-12-09T02:56:35.338742+0000 mgr.y (mgr.25456) 171 : cluster 0 pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 125 MiB used, 715 GiB / 715 GiB avail; 91 KiB/s rd, 0 B/s wr, 150 op/s 2023-12-09T02:56:36.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:35 smithi023 bash[64415]: audit 2023-12-09T02:56:35.384022+0000 mon.a (mon.0) 246 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:36.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:35 smithi023 bash[64415]: audit 2023-12-09T02:56:35.385518+0000 mon.a (mon.0) 247 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:56:36.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:35 smithi023 bash[65805]: audit 2023-12-09T02:56:34.884455+0000 mon.a (mon.0) 236 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:36.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:35 smithi023 bash[65805]: audit 2023-12-09T02:56:34.896099+0000 mon.a (mon.0) 237 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:36.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:35 smithi023 bash[65805]: audit 2023-12-09T02:56:34.898217+0000 mon.a (mon.0) 238 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:56:36.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:35 smithi023 bash[65805]: audit 2023-12-09T02:56:34.899604+0000 mon.a (mon.0) 239 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:56:36.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:35 smithi023 bash[65805]: audit 2023-12-09T02:56:34.907513+0000 mon.a (mon.0) 240 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:36.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:35 smithi023 bash[65805]: audit 2023-12-09T02:56:34.997898+0000 mon.a (mon.0) 241 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:56:36.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:35 smithi023 bash[65805]: audit 2023-12-09T02:56:35.002949+0000 mon.a (mon.0) 242 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:56:36.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:35 smithi023 bash[65805]: audit 2023-12-09T02:56:35.005732+0000 mon.a (mon.0) 243 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:56:36.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:35 smithi023 bash[65805]: audit 2023-12-09T02:56:35.007980+0000 mon.a (mon.0) 244 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:56:36.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:35 smithi023 bash[65805]: audit 2023-12-09T02:56:35.010518+0000 mon.a (mon.0) 245 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-09T02:56:36.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:35 smithi023 bash[65805]: audit 2023-12-09T02:56:35.010813+0000 mgr.y (mgr.25456) 169 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-12-09T02:56:36.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:35 smithi023 bash[65805]: cephadm 2023-12-09T02:56:35.012455+0000 mgr.y (mgr.25456) 170 : cephadm 1 Upgrade: osd.1 is safe to restart 2023-12-09T02:56:36.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:35 smithi023 bash[65805]: cluster 2023-12-09T02:56:35.338742+0000 mgr.y (mgr.25456) 171 : cluster 0 pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 125 MiB used, 715 GiB / 715 GiB avail; 91 KiB/s rd, 0 B/s wr, 150 op/s 2023-12-09T02:56:36.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:35 smithi023 bash[65805]: audit 2023-12-09T02:56:35.384022+0000 mon.a (mon.0) 246 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:36.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:35 smithi023 bash[65805]: audit 2023-12-09T02:56:35.385518+0000 mon.a (mon.0) 247 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:56:37.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:36 smithi172 bash[51856]: audit 2023-12-09T02:56:36.375335+0000 mgr.y (mgr.25456) 172 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:56:37.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:36 smithi023 bash[64415]: audit 2023-12-09T02:56:36.375335+0000 mgr.y (mgr.25456) 172 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:56:37.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:36 smithi023 bash[65805]: audit 2023-12-09T02:56:36.375335+0000 mgr.y (mgr.25456) 172 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:56:38.660 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:38 smithi172 bash[51856]: cluster 2023-12-09T02:56:37.340424+0000 mgr.y (mgr.25456) 173 : cluster 0 pgmap v84: 161 pgs: 161 active+clean; 585 KiB data, 125 MiB used, 715 GiB / 715 GiB avail; 82 KiB/s rd, 0 B/s wr, 136 op/s 2023-12-09T02:56:38.660 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:38 smithi172 bash[51856]: cephadm 2023-12-09T02:56:37.383202+0000 mgr.y (mgr.25456) 174 : cephadm 1 Upgrade: Updating osd.1 2023-12-09T02:56:38.660 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:38 smithi172 bash[51856]: audit 2023-12-09T02:56:37.395024+0000 mon.a (mon.0) 248 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:38.660 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:38 smithi172 bash[51856]: audit 2023-12-09T02:56:37.400432+0000 mon.a (mon.0) 249 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-09T02:56:38.660 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:38 smithi172 bash[51856]: audit 2023-12-09T02:56:37.402008+0000 mon.a (mon.0) 250 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:56:38.660 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:38 smithi172 bash[51856]: cephadm 2023-12-09T02:56:37.407436+0000 mgr.y (mgr.25456) 175 : cephadm 1 Deploying daemon osd.1 on smithi023 2023-12-09T02:56:38.751 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:38 smithi023 bash[64415]: cluster 2023-12-09T02:56:37.340424+0000 mgr.y (mgr.25456) 173 : cluster 0 pgmap v84: 161 pgs: 161 active+clean; 585 KiB data, 125 MiB used, 715 GiB / 715 GiB avail; 82 KiB/s rd, 0 B/s wr, 136 op/s 2023-12-09T02:56:38.751 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:38 smithi023 bash[64415]: cephadm 2023-12-09T02:56:37.383202+0000 mgr.y (mgr.25456) 174 : cephadm 1 Upgrade: Updating osd.1 2023-12-09T02:56:38.751 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:38 smithi023 bash[64415]: audit 2023-12-09T02:56:37.395024+0000 mon.a (mon.0) 248 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:38.751 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:38 smithi023 bash[64415]: audit 2023-12-09T02:56:37.400432+0000 mon.a (mon.0) 249 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-09T02:56:38.751 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:38 smithi023 bash[64415]: audit 2023-12-09T02:56:37.402008+0000 mon.a (mon.0) 250 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:56:38.751 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:38 smithi023 bash[64415]: cephadm 2023-12-09T02:56:37.407436+0000 mgr.y (mgr.25456) 175 : cephadm 1 Deploying daemon osd.1 on smithi023 2023-12-09T02:56:38.751 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:38 smithi023 bash[65805]: cluster 2023-12-09T02:56:37.340424+0000 mgr.y (mgr.25456) 173 : cluster 0 pgmap v84: 161 pgs: 161 active+clean; 585 KiB data, 125 MiB used, 715 GiB / 715 GiB avail; 82 KiB/s rd, 0 B/s wr, 136 op/s 2023-12-09T02:56:38.751 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:38 smithi023 bash[65805]: cephadm 2023-12-09T02:56:37.383202+0000 mgr.y (mgr.25456) 174 : cephadm 1 Upgrade: Updating osd.1 2023-12-09T02:56:38.751 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:38 smithi023 bash[65805]: audit 2023-12-09T02:56:37.395024+0000 mon.a (mon.0) 248 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:38.752 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:38 smithi023 bash[65805]: audit 2023-12-09T02:56:37.400432+0000 mon.a (mon.0) 249 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-09T02:56:38.752 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:38 smithi023 bash[65805]: audit 2023-12-09T02:56:37.402008+0000 mon.a (mon.0) 250 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:56:38.752 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:38 smithi023 bash[65805]: cephadm 2023-12-09T02:56:37.407436+0000 mgr.y (mgr.25456) 175 : cephadm 1 Deploying daemon osd.1 on smithi023 2023-12-09T02:56:38.997 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:56:38 smithi172 bash[49296]: ts=2023-12-09T02:56:38.660Z caller=alerting.go:353 level=warn component="rule manager" alert="unsupported value type" msg="Expanding alert template failed" err="error executing template __alert_CephOSDDown: template: __alert_CephOSDDown:1:358: executing \"__alert_CephOSDDown\" at : error calling query: found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.23\", device_class=\"ssd\", hostname=\"smithi023\", instance=\"smithi023:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.23\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.23\", device_class=\"ssd\", hostname=\"smithi023\", instance=\"172.21.15.172:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.23\"}];many-to-many matching not allowed: matching labels must be unique on one side" data="unsupported value type" 2023-12-09T02:56:38.998 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:56:38 smithi172 bash[49296]: ts=2023-12-09T02:56:38.664Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.23\", device_class=\"ssd\", hostname=\"smithi023\", instance=\"smithi023:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.23\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.23\", device_class=\"ssd\", hostname=\"smithi023\", instance=\"172.21.15.172:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.23\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-09T02:56:40.677 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:40 smithi023 bash[64415]: cluster 2023-12-09T02:56:39.341203+0000 mgr.y (mgr.25456) 176 : cluster 0 pgmap v85: 161 pgs: 161 active+clean; 585 KiB data, 125 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2023-12-09T02:56:40.677 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:40 smithi023 bash[65805]: cluster 2023-12-09T02:56:39.341203+0000 mgr.y (mgr.25456) 176 : cluster 0 pgmap v85: 161 pgs: 161 active+clean; 585 KiB data, 125 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2023-12-09T02:56:40.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:40 smithi172 bash[51856]: cluster 2023-12-09T02:56:39.341203+0000 mgr.y (mgr.25456) 176 : cluster 0 pgmap v85: 161 pgs: 161 active+clean; 585 KiB data, 125 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2023-12-09T02:56:41.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:41 smithi172 bash[51856]: audit 2023-12-09T02:56:40.443943+0000 mon.a (mon.0) 251 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:41.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:41 smithi023 bash[64415]: audit 2023-12-09T02:56:40.443943+0000 mon.a (mon.0) 251 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:41.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:41 smithi023 bash[65805]: audit 2023-12-09T02:56:40.443943+0000 mon.a (mon.0) 251 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:42.460 INFO:journalctl@ceph.osd.1.smithi023.stdout:Dec 09 02:56:42 smithi023 systemd[1]: Stopping Ceph osd.1 for 9eab968a-963b-11ee-95a3-87774f69a715... 2023-12-09T02:56:42.460 INFO:journalctl@ceph.osd.1.smithi023.stdout:Dec 09 02:56:42 smithi023 bash[36356]: debug 2023-12-09T02:56:42.269+0000 7fc8e50ab700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-12-09T02:56:42.460 INFO:journalctl@ceph.osd.1.smithi023.stdout:Dec 09 02:56:42 smithi023 bash[36356]: debug 2023-12-09T02:56:42.269+0000 7fc8e50ab700 -1 osd.1 109 *** Got signal Terminated *** 2023-12-09T02:56:42.460 INFO:journalctl@ceph.osd.1.smithi023.stdout:Dec 09 02:56:42 smithi023 bash[36356]: debug 2023-12-09T02:56:42.269+0000 7fc8e50ab700 -1 osd.1 109 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-09T02:56:42.461 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:56:42 smithi023 bash[61239]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:56:42] "GET /metrics HTTP/1.1" 200 38321 "" "Prometheus/2.33.4" 2023-12-09T02:56:42.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:42 smithi172 bash[51856]: cluster 2023-12-09T02:56:41.342820+0000 mgr.y (mgr.25456) 177 : cluster 0 pgmap v86: 161 pgs: 161 active+clean; 585 KiB data, 125 MiB used, 715 GiB / 715 GiB avail; 108 KiB/s rd, 0 B/s wr, 179 op/s 2023-12-09T02:56:42.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:42 smithi172 bash[51856]: cluster 2023-12-09T02:56:42.273181+0000 mon.a (mon.0) 252 : cluster 1 osd.1 marked itself down and dead 2023-12-09T02:56:42.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:42 smithi023 bash[64415]: cluster 2023-12-09T02:56:41.342820+0000 mgr.y (mgr.25456) 177 : cluster 0 pgmap v86: 161 pgs: 161 active+clean; 585 KiB data, 125 MiB used, 715 GiB / 715 GiB avail; 108 KiB/s rd, 0 B/s wr, 179 op/s 2023-12-09T02:56:42.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:42 smithi023 bash[64415]: cluster 2023-12-09T02:56:42.273181+0000 mon.a (mon.0) 252 : cluster 1 osd.1 marked itself down and dead 2023-12-09T02:56:42.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:42 smithi023 bash[65805]: cluster 2023-12-09T02:56:41.342820+0000 mgr.y (mgr.25456) 177 : cluster 0 pgmap v86: 161 pgs: 161 active+clean; 585 KiB data, 125 MiB used, 715 GiB / 715 GiB avail; 108 KiB/s rd, 0 B/s wr, 179 op/s 2023-12-09T02:56:42.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:42 smithi023 bash[65805]: cluster 2023-12-09T02:56:42.273181+0000 mon.a (mon.0) 252 : cluster 1 osd.1 marked itself down and dead 2023-12-09T02:56:43.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:43 smithi172 bash[51856]: cluster 2023-12-09T02:56:42.450087+0000 mon.a (mon.0) 253 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-09T02:56:43.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:43 smithi172 bash[51856]: cluster 2023-12-09T02:56:42.473432+0000 osd.2 (osd.2) 9 : cluster 3 failed to encode map e110 with expected crc 2023-12-09T02:56:43.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:43 smithi172 bash[51856]: cluster 2023-12-09T02:56:42.475377+0000 mon.a (mon.0) 254 : cluster 0 osdmap e110: 8 total, 7 up, 8 in 2023-12-09T02:56:43.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:43 smithi172 bash[51856]: cluster 2023-12-09T02:56:42.479311+0000 osd.3 (osd.3) 9 : cluster 3 failed to encode map e110 with expected crc 2023-12-09T02:56:43.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:43 smithi172 bash[51856]: cluster 2023-12-09T02:56:42.479787+0000 osd.7 (osd.7) 7 : cluster 3 failed to encode map e110 with expected crc 2023-12-09T02:56:43.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:43 smithi172 bash[51856]: cluster 2023-12-09T02:56:42.481750+0000 osd.2 (osd.2) 10 : cluster 3 failed to encode map e110 with expected crc 2023-12-09T02:56:43.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:43 smithi172 bash[51856]: cluster 2023-12-09T02:56:42.484853+0000 osd.6 (osd.6) 9 : cluster 3 failed to encode map e110 with expected crc 2023-12-09T02:56:43.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:43 smithi172 bash[51856]: cluster 2023-12-09T02:56:42.484918+0000 osd.5 (osd.5) 9 : cluster 3 failed to encode map e110 with expected crc 2023-12-09T02:56:43.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:43 smithi172 bash[51856]: cluster 2023-12-09T02:56:42.488376+0000 osd.4 (osd.4) 7 : cluster 3 failed to encode map e110 with expected crc 2023-12-09T02:56:43.772 INFO:journalctl@ceph.osd.1.smithi023.stdout:Dec 09 02:56:43 smithi023 bash[70307]: ceph-9eab968a-963b-11ee-95a3-87774f69a715-osd-1 2023-12-09T02:56:43.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:43 smithi023 bash[65805]: cluster 2023-12-09T02:56:42.450087+0000 mon.a (mon.0) 253 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-09T02:56:43.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:43 smithi023 bash[65805]: cluster 2023-12-09T02:56:42.473432+0000 osd.2 (osd.2) 9 : cluster 3 failed to encode map e110 with expected crc 2023-12-09T02:56:43.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:43 smithi023 bash[65805]: cluster 2023-12-09T02:56:42.475377+0000 mon.a (mon.0) 254 : cluster 0 osdmap e110: 8 total, 7 up, 8 in 2023-12-09T02:56:43.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:43 smithi023 bash[65805]: cluster 2023-12-09T02:56:42.479311+0000 osd.3 (osd.3) 9 : cluster 3 failed to encode map e110 with expected crc 2023-12-09T02:56:43.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:43 smithi023 bash[65805]: cluster 2023-12-09T02:56:42.479787+0000 osd.7 (osd.7) 7 : cluster 3 failed to encode map e110 with expected crc 2023-12-09T02:56:43.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:43 smithi023 bash[65805]: cluster 2023-12-09T02:56:42.481750+0000 osd.2 (osd.2) 10 : cluster 3 failed to encode map e110 with expected crc 2023-12-09T02:56:43.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:43 smithi023 bash[65805]: cluster 2023-12-09T02:56:42.484853+0000 osd.6 (osd.6) 9 : cluster 3 failed to encode map e110 with expected crc 2023-12-09T02:56:43.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:43 smithi023 bash[65805]: cluster 2023-12-09T02:56:42.484918+0000 osd.5 (osd.5) 9 : cluster 3 failed to encode map e110 with expected crc 2023-12-09T02:56:43.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:43 smithi023 bash[65805]: cluster 2023-12-09T02:56:42.488376+0000 osd.4 (osd.4) 7 : cluster 3 failed to encode map e110 with expected crc 2023-12-09T02:56:43.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:43 smithi023 bash[64415]: cluster 2023-12-09T02:56:42.450087+0000 mon.a (mon.0) 253 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-09T02:56:43.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:43 smithi023 bash[64415]: cluster 2023-12-09T02:56:42.473432+0000 osd.2 (osd.2) 9 : cluster 3 failed to encode map e110 with expected crc 2023-12-09T02:56:43.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:43 smithi023 bash[64415]: cluster 2023-12-09T02:56:42.475377+0000 mon.a (mon.0) 254 : cluster 0 osdmap e110: 8 total, 7 up, 8 in 2023-12-09T02:56:43.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:43 smithi023 bash[64415]: cluster 2023-12-09T02:56:42.479311+0000 osd.3 (osd.3) 9 : cluster 3 failed to encode map e110 with expected crc 2023-12-09T02:56:43.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:43 smithi023 bash[64415]: cluster 2023-12-09T02:56:42.479787+0000 osd.7 (osd.7) 7 : cluster 3 failed to encode map e110 with expected crc 2023-12-09T02:56:43.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:43 smithi023 bash[64415]: cluster 2023-12-09T02:56:42.481750+0000 osd.2 (osd.2) 10 : cluster 3 failed to encode map e110 with expected crc 2023-12-09T02:56:43.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:43 smithi023 bash[64415]: cluster 2023-12-09T02:56:42.484853+0000 osd.6 (osd.6) 9 : cluster 3 failed to encode map e110 with expected crc 2023-12-09T02:56:43.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:43 smithi023 bash[64415]: cluster 2023-12-09T02:56:42.484918+0000 osd.5 (osd.5) 9 : cluster 3 failed to encode map e110 with expected crc 2023-12-09T02:56:43.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:43 smithi023 bash[64415]: cluster 2023-12-09T02:56:42.488376+0000 osd.4 (osd.4) 7 : cluster 3 failed to encode map e110 with expected crc 2023-12-09T02:56:44.272 INFO:journalctl@ceph.osd.1.smithi023.stdout:Dec 09 02:56:43 smithi023 bash[70391]: Error response from daemon: No such container: ceph-9eab968a-963b-11ee-95a3-87774f69a715-osd-1 2023-12-09T02:56:44.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:44 smithi172 bash[51856]: cluster 2023-12-09T02:56:43.343590+0000 mgr.y (mgr.25456) 178 : cluster 0 pgmap v88: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 125 MiB used, 715 GiB / 715 GiB avail; 45 KiB/s rd, 0 B/s wr, 74 op/s 2023-12-09T02:56:44.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:44 smithi172 bash[51856]: cluster 2023-12-09T02:56:43.472570+0000 osd.2 (osd.2) 11 : cluster 3 failed to encode map e111 with expected crc 2023-12-09T02:56:44.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:44 smithi172 bash[51856]: cluster 2023-12-09T02:56:43.477325+0000 mon.a (mon.0) 255 : cluster 0 osdmap e111: 8 total, 7 up, 8 in 2023-12-09T02:56:44.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:44 smithi172 bash[51856]: cluster 2023-12-09T02:56:43.477860+0000 osd.3 (osd.3) 10 : cluster 3 failed to encode map e111 with expected crc 2023-12-09T02:56:44.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:44 smithi172 bash[51856]: cluster 2023-12-09T02:56:43.480990+0000 osd.5 (osd.5) 10 : cluster 3 failed to encode map e111 with expected crc 2023-12-09T02:56:44.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:44 smithi172 bash[51856]: cluster 2023-12-09T02:56:43.485649+0000 osd.7 (osd.7) 8 : cluster 3 failed to encode map e111 with expected crc 2023-12-09T02:56:44.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:44 smithi172 bash[51856]: cluster 2023-12-09T02:56:43.485772+0000 osd.5 (osd.5) 11 : cluster 3 failed to encode map e111 with expected crc 2023-12-09T02:56:44.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:44 smithi172 bash[51856]: cluster 2023-12-09T02:56:43.485953+0000 osd.6 (osd.6) 10 : cluster 3 failed to encode map e111 with expected crc 2023-12-09T02:56:44.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:44 smithi172 bash[51856]: cluster 2023-12-09T02:56:43.486210+0000 osd.4 (osd.4) 8 : cluster 3 failed to encode map e111 with expected crc 2023-12-09T02:56:44.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:44 smithi172 bash[51856]: cluster 2023-12-09T02:56:43.487108+0000 osd.3 (osd.3) 11 : cluster 3 failed to encode map e111 with expected crc 2023-12-09T02:56:44.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:44 smithi023 bash[64415]: cluster 2023-12-09T02:56:43.343590+0000 mgr.y (mgr.25456) 178 : cluster 0 pgmap v88: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 125 MiB used, 715 GiB / 715 GiB avail; 45 KiB/s rd, 0 B/s wr, 74 op/s 2023-12-09T02:56:44.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:44 smithi023 bash[64415]: cluster 2023-12-09T02:56:43.472570+0000 osd.2 (osd.2) 11 : cluster 3 failed to encode map e111 with expected crc 2023-12-09T02:56:44.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:44 smithi023 bash[64415]: cluster 2023-12-09T02:56:43.477325+0000 mon.a (mon.0) 255 : cluster 0 osdmap e111: 8 total, 7 up, 8 in 2023-12-09T02:56:44.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:44 smithi023 bash[64415]: cluster 2023-12-09T02:56:43.477860+0000 osd.3 (osd.3) 10 : cluster 3 failed to encode map e111 with expected crc 2023-12-09T02:56:44.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:44 smithi023 bash[64415]: cluster 2023-12-09T02:56:43.480990+0000 osd.5 (osd.5) 10 : cluster 3 failed to encode map e111 with expected crc 2023-12-09T02:56:44.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:44 smithi023 bash[64415]: cluster 2023-12-09T02:56:43.485649+0000 osd.7 (osd.7) 8 : cluster 3 failed to encode map e111 with expected crc 2023-12-09T02:56:44.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:44 smithi023 bash[64415]: cluster 2023-12-09T02:56:43.485772+0000 osd.5 (osd.5) 11 : cluster 3 failed to encode map e111 with expected crc 2023-12-09T02:56:44.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:44 smithi023 bash[64415]: cluster 2023-12-09T02:56:43.485953+0000 osd.6 (osd.6) 10 : cluster 3 failed to encode map e111 with expected crc 2023-12-09T02:56:44.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:44 smithi023 bash[64415]: cluster 2023-12-09T02:56:43.486210+0000 osd.4 (osd.4) 8 : cluster 3 failed to encode map e111 with expected crc 2023-12-09T02:56:44.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:44 smithi023 bash[64415]: cluster 2023-12-09T02:56:43.487108+0000 osd.3 (osd.3) 11 : cluster 3 failed to encode map e111 with expected crc 2023-12-09T02:56:44.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:44 smithi023 bash[65805]: cluster 2023-12-09T02:56:43.343590+0000 mgr.y (mgr.25456) 178 : cluster 0 pgmap v88: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 125 MiB used, 715 GiB / 715 GiB avail; 45 KiB/s rd, 0 B/s wr, 74 op/s 2023-12-09T02:56:44.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:44 smithi023 bash[65805]: cluster 2023-12-09T02:56:43.472570+0000 osd.2 (osd.2) 11 : cluster 3 failed to encode map e111 with expected crc 2023-12-09T02:56:44.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:44 smithi023 bash[65805]: cluster 2023-12-09T02:56:43.477325+0000 mon.a (mon.0) 255 : cluster 0 osdmap e111: 8 total, 7 up, 8 in 2023-12-09T02:56:44.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:44 smithi023 bash[65805]: cluster 2023-12-09T02:56:43.477860+0000 osd.3 (osd.3) 10 : cluster 3 failed to encode map e111 with expected crc 2023-12-09T02:56:44.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:44 smithi023 bash[65805]: cluster 2023-12-09T02:56:43.480990+0000 osd.5 (osd.5) 10 : cluster 3 failed to encode map e111 with expected crc 2023-12-09T02:56:44.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:44 smithi023 bash[65805]: cluster 2023-12-09T02:56:43.485649+0000 osd.7 (osd.7) 8 : cluster 3 failed to encode map e111 with expected crc 2023-12-09T02:56:44.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:44 smithi023 bash[65805]: cluster 2023-12-09T02:56:43.485772+0000 osd.5 (osd.5) 11 : cluster 3 failed to encode map e111 with expected crc 2023-12-09T02:56:44.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:44 smithi023 bash[65805]: cluster 2023-12-09T02:56:43.485953+0000 osd.6 (osd.6) 10 : cluster 3 failed to encode map e111 with expected crc 2023-12-09T02:56:44.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:44 smithi023 bash[65805]: cluster 2023-12-09T02:56:43.486210+0000 osd.4 (osd.4) 8 : cluster 3 failed to encode map e111 with expected crc 2023-12-09T02:56:44.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:44 smithi023 bash[65805]: cluster 2023-12-09T02:56:43.487108+0000 osd.3 (osd.3) 11 : cluster 3 failed to encode map e111 with expected crc 2023-12-09T02:56:46.298 INFO:journalctl@ceph.osd.1.smithi023.stdout:Dec 09 02:56:46 smithi023 systemd[1]: ceph-9eab968a-963b-11ee-95a3-87774f69a715@osd.1.service: Succeeded. 2023-12-09T02:56:46.298 INFO:journalctl@ceph.osd.1.smithi023.stdout:Dec 09 02:56:46 smithi023 systemd[1]: Stopped Ceph osd.1 for 9eab968a-963b-11ee-95a3-87774f69a715. 2023-12-09T02:56:46.298 INFO:journalctl@ceph.osd.1.smithi023.stdout:Dec 09 02:56:46 smithi023 systemd[1]: Started Ceph osd.1 for 9eab968a-963b-11ee-95a3-87774f69a715. 2023-12-09T02:56:46.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:46 smithi172 bash[51856]: cluster 2023-12-09T02:56:45.344764+0000 mgr.y (mgr.25456) 179 : cluster 0 pgmap v90: 161 pgs: 1 active+undersized+degraded, 20 stale+active+clean, 5 active+undersized, 135 active+clean; 585 KiB data, 125 MiB used, 715 GiB / 715 GiB avail; 63 KiB/s rd, 0 B/s wr, 104 op/s; 6/726 objects degraded (0.826%) 2023-12-09T02:56:46.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:46 smithi172 bash[51856]: cluster 2023-12-09T02:56:45.477250+0000 mon.a (mon.0) 256 : cluster 3 Health check failed: Degraded data redundancy: 6/726 objects degraded (0.826%), 1 pg degraded (PG_DEGRADED) 2023-12-09T02:56:46.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:46 smithi172 bash[51856]: audit 2023-12-09T02:56:46.341452+0000 mon.a (mon.0) 257 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:46.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:46 smithi172 bash[51856]: audit 2023-12-09T02:56:46.349283+0000 mon.a (mon.0) 258 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:46.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:46 smithi023 bash[65805]: cluster 2023-12-09T02:56:45.344764+0000 mgr.y (mgr.25456) 179 : cluster 0 pgmap v90: 161 pgs: 1 active+undersized+degraded, 20 stale+active+clean, 5 active+undersized, 135 active+clean; 585 KiB data, 125 MiB used, 715 GiB / 715 GiB avail; 63 KiB/s rd, 0 B/s wr, 104 op/s; 6/726 objects degraded (0.826%) 2023-12-09T02:56:46.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:46 smithi023 bash[65805]: cluster 2023-12-09T02:56:45.477250+0000 mon.a (mon.0) 256 : cluster 3 Health check failed: Degraded data redundancy: 6/726 objects degraded (0.826%), 1 pg degraded (PG_DEGRADED) 2023-12-09T02:56:46.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:46 smithi023 bash[65805]: audit 2023-12-09T02:56:46.341452+0000 mon.a (mon.0) 257 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:46.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:46 smithi023 bash[65805]: audit 2023-12-09T02:56:46.349283+0000 mon.a (mon.0) 258 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:46.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:46 smithi023 bash[64415]: cluster 2023-12-09T02:56:45.344764+0000 mgr.y (mgr.25456) 179 : cluster 0 pgmap v90: 161 pgs: 1 active+undersized+degraded, 20 stale+active+clean, 5 active+undersized, 135 active+clean; 585 KiB data, 125 MiB used, 715 GiB / 715 GiB avail; 63 KiB/s rd, 0 B/s wr, 104 op/s; 6/726 objects degraded (0.826%) 2023-12-09T02:56:46.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:46 smithi023 bash[64415]: cluster 2023-12-09T02:56:45.477250+0000 mon.a (mon.0) 256 : cluster 3 Health check failed: Degraded data redundancy: 6/726 objects degraded (0.826%), 1 pg degraded (PG_DEGRADED) 2023-12-09T02:56:46.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:46 smithi023 bash[64415]: audit 2023-12-09T02:56:46.341452+0000 mon.a (mon.0) 257 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:46.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:46 smithi023 bash[64415]: audit 2023-12-09T02:56:46.349283+0000 mon.a (mon.0) 258 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:47.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:47 smithi172 bash[51856]: audit 2023-12-09T02:56:46.384254+0000 mgr.y (mgr.25456) 180 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:56:47.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:47 smithi023 bash[65805]: audit 2023-12-09T02:56:46.384254+0000 mgr.y (mgr.25456) 180 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:56:47.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:47 smithi023 bash[64415]: audit 2023-12-09T02:56:46.384254+0000 mgr.y (mgr.25456) 180 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:56:48.272 INFO:journalctl@ceph.osd.1.smithi023.stdout:Dec 09 02:56:47 smithi023 bash[70561]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2023-12-09T02:56:48.272 INFO:journalctl@ceph.osd.1.smithi023.stdout:Dec 09 02:56:47 smithi023 bash[70561]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-1 --no-mon-config --dev /dev/mapper/vg_nvme-lv_3 2023-12-09T02:56:48.272 INFO:journalctl@ceph.osd.1.smithi023.stdout:Dec 09 02:56:47 smithi023 bash[70561]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2023-12-09T02:56:48.272 INFO:journalctl@ceph.osd.1.smithi023.stdout:Dec 09 02:56:47 smithi023 bash[70561]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2023-12-09T02:56:48.272 INFO:journalctl@ceph.osd.1.smithi023.stdout:Dec 09 02:56:47 smithi023 bash[70561]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-1/block 2023-12-09T02:56:48.272 INFO:journalctl@ceph.osd.1.smithi023.stdout:Dec 09 02:56:47 smithi023 bash[70561]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2023-12-09T02:56:48.272 INFO:journalctl@ceph.osd.1.smithi023.stdout:Dec 09 02:56:47 smithi023 bash[70561]: --> ceph-volume raw activate successful for osd ID: 1 2023-12-09T02:56:48.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:48 smithi023 bash[64415]: cluster 2023-12-09T02:56:47.346791+0000 mgr.y (mgr.25456) 181 : cluster 0 pgmap v91: 161 pgs: 22 active+undersized+degraded, 41 active+undersized, 98 active+clean; 585 KiB data, 135 MiB used, 715 GiB / 715 GiB avail; 103 KiB/s rd, 0 B/s wr, 174 op/s; 102/726 objects degraded (14.050%) 2023-12-09T02:56:48.522 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:48 smithi023 bash[65805]: cluster 2023-12-09T02:56:47.346791+0000 mgr.y (mgr.25456) 181 : cluster 0 pgmap v91: 161 pgs: 22 active+undersized+degraded, 41 active+undersized, 98 active+clean; 585 KiB data, 135 MiB used, 715 GiB / 715 GiB avail; 103 KiB/s rd, 0 B/s wr, 174 op/s; 102/726 objects degraded (14.050%) 2023-12-09T02:56:48.660 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:48 smithi172 bash[51856]: cluster 2023-12-09T02:56:47.346791+0000 mgr.y (mgr.25456) 181 : cluster 0 pgmap v91: 161 pgs: 22 active+undersized+degraded, 41 active+undersized, 98 active+clean; 585 KiB data, 135 MiB used, 715 GiB / 715 GiB avail; 103 KiB/s rd, 0 B/s wr, 174 op/s; 102/726 objects degraded (14.050%) 2023-12-09T02:56:48.997 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 02:56:48 smithi172 bash[49296]: ts=2023-12-09T02:56:48.661Z caller=manager.go:609 level=warn component="rule manager" group=osd msg="Evaluating rule failed" rule="alert: CephOSDFlapping\nexpr: (rate(ceph_osd_up[5m]) * on(ceph_daemon) group_left(hostname) ceph_osd_metadata)\n * 60 > 1\nlabels:\n oid: 1.3.6.1.4.1.50495.1.2.1.4.4\n severity: warning\n type: ceph_default\nannotations:\n description: OSD {{ $labels.ceph_daemon }} on {{ $labels.hostname }} was marked\n down and back up {{ $value | humanize }} times once a minute for 5 minutes. This\n may indicate a network issue (latency, packet loss, MTU mismatch) on the cluster\n network, or the public network if no cluster network is deployed. Check the network\n stats on the listed host(s).\n documentation: https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-osd#flapping-osds\n summary: Network issues are causing OSDs to flap (mark each other down)\n" err="found duplicate series for the match group {ceph_daemon=\"osd.0\"} on the right hand-side of the operation: [{__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)\", cluster_addr=\"172.21.15.23\", device_class=\"ssd\", hostname=\"smithi023\", instance=\"smithi023:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.23\"}, {__name__=\"ceph_osd_metadata\", ceph_daemon=\"osd.0\", ceph_version=\"ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)\", cluster_addr=\"172.21.15.23\", device_class=\"ssd\", hostname=\"smithi023\", instance=\"172.21.15.172:9283\", job=\"ceph\", objectstore=\"bluestore\", public_addr=\"172.21.15.23\"}];many-to-many matching not allowed: matching labels must be unique on one side" 2023-12-09T02:56:49.096 INFO:teuthology.orchestra.run.smithi023.stdout:true 2023-12-09T02:56:49.884 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-09T02:56:49.884 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5m) 26s ago 12m 15.6M - 0.23.0 ba2b418f427c 3b4091a6361f 2023-12-09T02:56:49.884 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi172 *:3000 running (4m) 97s ago 11m 43.3M - 8.3.5 dad864ee21e9 b146a6fad367 2023-12-09T02:56:49.884 INFO:teuthology.orchestra.run.smithi023.stdout:iscsi.foo.smithi023.vcvunr smithi023 running (3m) 26s ago 10m 46.2M - 3.5 e1d6a67b021e cab96a54a200 2023-12-09T02:56:49.884 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi172 *:8443,9283,8765 running (3m) 97s ago 18m 433M - 19.0.0-44-g9dcc13bb f28f2b94f153 997a6e266d78 2023-12-09T02:56:49.884 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:8443,9283,8765 running (4m) 26s ago 20m 487M - 19.0.0-44-g9dcc13bb f28f2b94f153 f635daf405b8 2023-12-09T02:56:49.885 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (2m) 26s ago 20m 48.1M 2048M 19.0.0-44-g9dcc13bb f28f2b94f153 aa99792ae0fd 2023-12-09T02:56:49.885 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi172 running (111s) 97s ago 18m 23.5M 2048M 19.0.0-44-g9dcc13bb f28f2b94f153 aa13b48f02bc 2023-12-09T02:56:49.885 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2m) 26s ago 18m 41.2M 2048M 19.0.0-44-g9dcc13bb f28f2b94f153 6eb3e7afe9c1 2023-12-09T02:56:49.885 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5m) 26s ago 12m 11.8M - 1.3.1 1dbe0e931976 11aaca649943 2023-12-09T02:56:49.885 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi172 *:9100 running (4m) 97s ago 12m 11.0M - 1.3.1 1dbe0e931976 7938141dc8d6 2023-12-09T02:56:49.885 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (30s) 26s ago 17m - 2781M 19.0.0-44-g9dcc13bb f28f2b94f153 5a768836da38 2023-12-09T02:56:49.885 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 starting - - - 2781M 2023-12-09T02:56:49.885 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (16m) 26s ago 16m 56.3M 2781M 17.2.0 e1d6a67b021e b487471c7433 2023-12-09T02:56:49.885 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (15m) 26s ago 15m 60.0M 2781M 17.2.0 e1d6a67b021e 635c08619a33 2023-12-09T02:56:49.885 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi172 running (15m) 97s ago 15m 62.2M 3037M 17.2.0 e1d6a67b021e c04304e8675b 2023-12-09T02:56:49.885 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi172 running (14m) 97s ago 14m 57.4M 3037M 17.2.0 e1d6a67b021e fcb16f6cd272 2023-12-09T02:56:49.885 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi172 running (13m) 97s ago 14m 55.8M 3037M 17.2.0 e1d6a67b021e a1dc1e893a48 2023-12-09T02:56:49.885 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi172 running (13m) 97s ago 13m 58.7M 3037M 17.2.0 e1d6a67b021e f5bf1afe0d7c 2023-12-09T02:56:49.885 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi172 *:9095 running (3m) 97s ago 12m 59.7M - 2.33.4 514e6a882f6e 506724a1b8e0 2023-12-09T02:56:49.886 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.foo.smithi023.mllipj smithi023 *:8000 running (10m) 26s ago 10m 88.5M - 17.2.0 e1d6a67b021e 110d5ba1c152 2023-12-09T02:56:49.886 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.foo.smithi172.aqpemq smithi172 *:8000 running (10m) 97s ago 10m 88.5M - 17.2.0 e1d6a67b021e c9a58e322a85 2023-12-09T02:56:49.886 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.smpl.smithi023.ikvhaq smithi023 *:80 running (10m) 26s ago 10m 88.6M - 17.2.0 e1d6a67b021e 9fb31f23b01c 2023-12-09T02:56:49.886 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.smpl.smithi172.ysxvfy smithi172 *:80 running (10m) 97s ago 10m 88.3M - 17.2.0 e1d6a67b021e 3c13f0c0b020 2023-12-09T02:56:50.022 INFO:journalctl@ceph.osd.1.smithi023.stdout:Dec 09 02:56:49 smithi023 bash[70847]: debug 2023-12-09T02:56:49.793+0000 7f433c645700 1 -- 172.21.15.23:0/3856070736 <== mon.1 v2:172.21.15.23:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x558336fbd1e0 con 0x558337043000 2023-12-09T02:56:50.342 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2023-12-09T02:56:50.342 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2023-12-09T02:56:50.342 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 3 2023-12-09T02:56:50.342 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:56:50.342 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2023-12-09T02:56:50.342 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 2 2023-12-09T02:56:50.342 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:56:50.342 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2023-12-09T02:56:50.342 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 6, 2023-12-09T02:56:50.342 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 1 2023-12-09T02:56:50.343 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:56:50.343 INFO:teuthology.orchestra.run.smithi023.stdout: "rgw": { 2023-12-09T02:56:50.343 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-09T02:56:50.343 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:56:50.343 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2023-12-09T02:56:50.343 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 10, 2023-12-09T02:56:50.343 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 6 2023-12-09T02:56:50.343 INFO:teuthology.orchestra.run.smithi023.stdout: } 2023-12-09T02:56:50.343 INFO:teuthology.orchestra.run.smithi023.stdout:} 2023-12-09T02:56:50.736 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2023-12-09T02:56:50.737 INFO:teuthology.orchestra.run.smithi023.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882", 2023-12-09T02:56:50.737 INFO:teuthology.orchestra.run.smithi023.stdout: "in_progress": true, 2023-12-09T02:56:50.737 INFO:teuthology.orchestra.run.smithi023.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-09T02:56:50.737 INFO:teuthology.orchestra.run.smithi023.stdout: "services_complete": [ 2023-12-09T02:56:50.737 INFO:teuthology.orchestra.run.smithi023.stdout: "mon", 2023-12-09T02:56:50.737 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr" 2023-12-09T02:56:50.737 INFO:teuthology.orchestra.run.smithi023.stdout: ], 2023-12-09T02:56:50.737 INFO:teuthology.orchestra.run.smithi023.stdout: "progress": "6/23 daemons upgraded", 2023-12-09T02:56:50.737 INFO:teuthology.orchestra.run.smithi023.stdout: "message": "Currently upgrading osd daemons", 2023-12-09T02:56:50.737 INFO:teuthology.orchestra.run.smithi023.stdout: "is_paused": false 2023-12-09T02:56:50.737 INFO:teuthology.orchestra.run.smithi023.stdout:} 2023-12-09T02:56:50.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:50 smithi172 bash[51856]: audit 2023-12-09T02:56:49.072004+0000 mgr.y (mgr.25456) 182 : audit 0 from='client.34323 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:56:50.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:50 smithi172 bash[51856]: cluster 2023-12-09T02:56:49.347519+0000 mgr.y (mgr.25456) 183 : cluster 0 pgmap v92: 161 pgs: 22 active+undersized+degraded, 41 active+undersized, 98 active+clean; 585 KiB data, 135 MiB used, 715 GiB / 715 GiB avail; 48 KiB/s rd, 0 B/s wr, 84 op/s; 102/726 objects degraded (14.050%) 2023-12-09T02:56:50.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:50 smithi172 bash[51856]: audit 2023-12-09T02:56:49.461699+0000 mgr.y (mgr.25456) 184 : audit 0 from='client.44254 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:56:50.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:50 smithi172 bash[51856]: audit 2023-12-09T02:56:50.334153+0000 mon.c (mon.1) 6 : audit 0 from='client.? 172.21.15.23:0/1229266304' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:56:50.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:50 smithi172 bash[51856]: audit 2023-12-09T02:56:50.382894+0000 mon.a (mon.0) 259 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:50.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:50 smithi172 bash[51856]: audit 2023-12-09T02:56:50.384645+0000 mon.a (mon.0) 260 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:56:50.772 INFO:journalctl@ceph.osd.1.smithi023.stdout:Dec 09 02:56:50 smithi023 bash[70847]: debug 2023-12-09T02:56:50.337+0000 7f43457cb640 -1 Falling back to public interface 2023-12-09T02:56:50.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:50 smithi023 bash[64415]: audit 2023-12-09T02:56:49.072004+0000 mgr.y (mgr.25456) 182 : audit 0 from='client.34323 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:56:50.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:50 smithi023 bash[64415]: cluster 2023-12-09T02:56:49.347519+0000 mgr.y (mgr.25456) 183 : cluster 0 pgmap v92: 161 pgs: 22 active+undersized+degraded, 41 active+undersized, 98 active+clean; 585 KiB data, 135 MiB used, 715 GiB / 715 GiB avail; 48 KiB/s rd, 0 B/s wr, 84 op/s; 102/726 objects degraded (14.050%) 2023-12-09T02:56:50.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:50 smithi023 bash[64415]: audit 2023-12-09T02:56:49.461699+0000 mgr.y (mgr.25456) 184 : audit 0 from='client.44254 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:56:50.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:50 smithi023 bash[64415]: audit 2023-12-09T02:56:50.334153+0000 mon.c (mon.1) 6 : audit 0 from='client.? 172.21.15.23:0/1229266304' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:56:50.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:50 smithi023 bash[64415]: audit 2023-12-09T02:56:50.382894+0000 mon.a (mon.0) 259 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:50.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:50 smithi023 bash[64415]: audit 2023-12-09T02:56:50.384645+0000 mon.a (mon.0) 260 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:56:50.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:50 smithi023 bash[65805]: audit 2023-12-09T02:56:49.072004+0000 mgr.y (mgr.25456) 182 : audit 0 from='client.34323 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:56:50.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:50 smithi023 bash[65805]: cluster 2023-12-09T02:56:49.347519+0000 mgr.y (mgr.25456) 183 : cluster 0 pgmap v92: 161 pgs: 22 active+undersized+degraded, 41 active+undersized, 98 active+clean; 585 KiB data, 135 MiB used, 715 GiB / 715 GiB avail; 48 KiB/s rd, 0 B/s wr, 84 op/s; 102/726 objects degraded (14.050%) 2023-12-09T02:56:50.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:50 smithi023 bash[65805]: audit 2023-12-09T02:56:49.461699+0000 mgr.y (mgr.25456) 184 : audit 0 from='client.44254 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:56:50.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:50 smithi023 bash[65805]: audit 2023-12-09T02:56:50.334153+0000 mon.c (mon.1) 6 : audit 0 from='client.? 172.21.15.23:0/1229266304' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:56:50.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:50 smithi023 bash[65805]: audit 2023-12-09T02:56:50.382894+0000 mon.a (mon.0) 259 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:50.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:50 smithi023 bash[65805]: audit 2023-12-09T02:56:50.384645+0000 mon.a (mon.0) 260 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:56:51.194 INFO:teuthology.orchestra.run.smithi023.stdout:HEALTH_WARN 1 osds down; Degraded data redundancy: 102/726 objects degraded (14.050%), 22 pgs degraded 2023-12-09T02:56:51.195 INFO:teuthology.orchestra.run.smithi023.stdout:[WRN] OSD_DOWN: 1 osds down 2023-12-09T02:56:51.195 INFO:teuthology.orchestra.run.smithi023.stdout: osd.1 (root=default,host=smithi023) is down 2023-12-09T02:56:51.195 INFO:teuthology.orchestra.run.smithi023.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 102/726 objects degraded (14.050%), 22 pgs degraded 2023-12-09T02:56:51.195 INFO:teuthology.orchestra.run.smithi023.stdout: pg 2.9 is active+undersized+degraded, acting [7,3] 2023-12-09T02:56:51.195 INFO:teuthology.orchestra.run.smithi023.stdout: pg 2.a is active+undersized+degraded, acting [3,7] 2023-12-09T02:56:51.196 INFO:teuthology.orchestra.run.smithi023.stdout: pg 2.d is active+undersized+degraded, acting [4,3] 2023-12-09T02:56:51.196 INFO:teuthology.orchestra.run.smithi023.stdout: pg 2.10 is active+undersized+degraded, acting [2,0] 2023-12-09T02:56:51.196 INFO:teuthology.orchestra.run.smithi023.stdout: pg 3.0 is active+undersized+degraded, acting [2,6] 2023-12-09T02:56:51.196 INFO:teuthology.orchestra.run.smithi023.stdout: pg 3.4 is active+undersized+degraded, acting [2,5] 2023-12-09T02:56:51.196 INFO:teuthology.orchestra.run.smithi023.stdout: pg 3.6 is active+undersized+degraded, acting [0,4] 2023-12-09T02:56:51.196 INFO:teuthology.orchestra.run.smithi023.stdout: pg 3.8 is active+undersized+degraded, acting [3,7] 2023-12-09T02:56:51.196 INFO:teuthology.orchestra.run.smithi023.stdout: pg 3.a is active+undersized+degraded, acting [6,4] 2023-12-09T02:56:51.197 INFO:teuthology.orchestra.run.smithi023.stdout: pg 3.e is active+undersized+degraded, acting [7,4] 2023-12-09T02:56:51.197 INFO:teuthology.orchestra.run.smithi023.stdout: pg 3.16 is active+undersized+degraded, acting [5,7] 2023-12-09T02:56:51.197 INFO:teuthology.orchestra.run.smithi023.stdout: pg 3.18 is active+undersized+degraded, acting [3,0] 2023-12-09T02:56:51.197 INFO:teuthology.orchestra.run.smithi023.stdout: pg 3.19 is active+undersized+degraded, acting [3,4] 2023-12-09T02:56:51.197 INFO:teuthology.orchestra.run.smithi023.stdout: pg 3.1a is active+undersized+degraded, acting [4,2] 2023-12-09T02:56:51.197 INFO:teuthology.orchestra.run.smithi023.stdout: pg 3.1c is active+undersized+degraded, acting [5,4] 2023-12-09T02:56:51.197 INFO:teuthology.orchestra.run.smithi023.stdout: pg 4.9 is active+undersized+degraded, acting [4,3] 2023-12-09T02:56:51.198 INFO:teuthology.orchestra.run.smithi023.stdout: pg 4.d is active+undersized+degraded, acting [4,2] 2023-12-09T02:56:51.198 INFO:teuthology.orchestra.run.smithi023.stdout: pg 4.e is active+undersized+degraded, acting [4,6] 2023-12-09T02:56:51.198 INFO:teuthology.orchestra.run.smithi023.stdout: pg 4.14 is active+undersized+degraded, acting [3,7] 2023-12-09T02:56:51.198 INFO:teuthology.orchestra.run.smithi023.stdout: pg 4.1f is active+undersized+degraded, acting [6,5] 2023-12-09T02:56:51.198 INFO:teuthology.orchestra.run.smithi023.stdout: pg 5.1d is active+undersized+degraded, acting [4,0] 2023-12-09T02:56:51.198 INFO:teuthology.orchestra.run.smithi023.stdout: pg 6.1a is active+undersized+degraded, acting [4,5] 2023-12-09T02:56:51.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:51 smithi172 bash[51856]: audit 2023-12-09T02:56:49.853208+0000 mgr.y (mgr.25456) 185 : audit 0 from='client.34335 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:56:51.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:51 smithi172 bash[51856]: audit 2023-12-09T02:56:50.728038+0000 mgr.y (mgr.25456) 186 : audit 0 from='client.44275 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:56:51.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:51 smithi172 bash[51856]: audit 2023-12-09T02:56:51.186737+0000 mon.a (mon.0) 261 : audit 0 from='client.? 172.21.15.23:0/2069296942' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:56:51.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:51 smithi023 bash[65805]: audit 2023-12-09T02:56:49.853208+0000 mgr.y (mgr.25456) 185 : audit 0 from='client.34335 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:56:51.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:51 smithi023 bash[65805]: audit 2023-12-09T02:56:50.728038+0000 mgr.y (mgr.25456) 186 : audit 0 from='client.44275 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:56:51.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:51 smithi023 bash[65805]: audit 2023-12-09T02:56:51.186737+0000 mon.a (mon.0) 261 : audit 0 from='client.? 172.21.15.23:0/2069296942' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:56:51.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:51 smithi023 bash[64415]: audit 2023-12-09T02:56:49.853208+0000 mgr.y (mgr.25456) 185 : audit 0 from='client.34335 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:56:51.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:51 smithi023 bash[64415]: audit 2023-12-09T02:56:50.728038+0000 mgr.y (mgr.25456) 186 : audit 0 from='client.44275 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:56:51.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:51 smithi023 bash[64415]: audit 2023-12-09T02:56:51.186737+0000 mon.a (mon.0) 261 : audit 0 from='client.? 172.21.15.23:0/2069296942' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:56:52.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:52 smithi172 bash[51856]: cluster 2023-12-09T02:56:51.349391+0000 mgr.y (mgr.25456) 187 : cluster 0 pgmap v93: 161 pgs: 22 active+undersized+degraded, 41 active+undersized, 98 active+clean; 585 KiB data, 135 MiB used, 715 GiB / 715 GiB avail; 44 KiB/s rd, 0 B/s wr, 76 op/s; 102/726 objects degraded (14.050%) 2023-12-09T02:56:52.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:52 smithi023 bash[64415]: cluster 2023-12-09T02:56:51.349391+0000 mgr.y (mgr.25456) 187 : cluster 0 pgmap v93: 161 pgs: 22 active+undersized+degraded, 41 active+undersized, 98 active+clean; 585 KiB data, 135 MiB used, 715 GiB / 715 GiB avail; 44 KiB/s rd, 0 B/s wr, 76 op/s; 102/726 objects degraded (14.050%) 2023-12-09T02:56:52.772 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:56:52 smithi023 bash[61239]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:56:52] "GET /metrics HTTP/1.1" 200 38258 "" "Prometheus/2.33.4" 2023-12-09T02:56:52.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:52 smithi023 bash[65805]: cluster 2023-12-09T02:56:51.349391+0000 mgr.y (mgr.25456) 187 : cluster 0 pgmap v93: 161 pgs: 22 active+undersized+degraded, 41 active+undersized, 98 active+clean; 585 KiB data, 135 MiB used, 715 GiB / 715 GiB avail; 44 KiB/s rd, 0 B/s wr, 76 op/s; 102/726 objects degraded (14.050%) 2023-12-09T02:56:53.522 INFO:journalctl@ceph.osd.1.smithi023.stdout:Dec 09 02:56:53 smithi023 bash[70847]: debug 2023-12-09T02:56:53.169+0000 7f43457cb640 -1 osd.1 0 read_superblock omap replica is missing. 2023-12-09T02:56:53.522 INFO:journalctl@ceph.osd.1.smithi023.stdout:Dec 09 02:56:53 smithi023 bash[70847]: debug 2023-12-09T02:56:53.221+0000 7f43457cb640 -1 osd.1 109 log_to_monitors true 2023-12-09T02:56:54.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:53 smithi172 bash[51856]: audit 2023-12-09T02:56:52.883819+0000 mon.a (mon.0) 262 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:54.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:53 smithi172 bash[51856]: audit 2023-12-09T02:56:52.895207+0000 mon.a (mon.0) 263 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:54.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:53 smithi172 bash[51856]: audit 2023-12-09T02:56:53.230304+0000 mon.a (mon.0) 264 : audit 1 from='osd.1 [v2:172.21.15.23:6810/3058425802,v1:172.21.15.23:6811/3058425802]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-09T02:56:54.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:53 smithi172 bash[51856]: cluster 2023-12-09T02:56:53.350403+0000 mgr.y (mgr.25456) 188 : cluster 0 pgmap v94: 161 pgs: 22 active+undersized+degraded, 41 active+undersized, 98 active+clean; 585 KiB data, 135 MiB used, 715 GiB / 715 GiB avail; 39 KiB/s rd, 0 B/s wr, 67 op/s; 102/726 objects degraded (14.050%) 2023-12-09T02:56:54.271 INFO:journalctl@ceph.osd.1.smithi023.stdout:Dec 09 02:56:53 smithi023 bash[70847]: debug 2023-12-09T02:56:53.957+0000 7f4334c38700 -1 osd.1 109 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-09T02:56:54.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:53 smithi023 bash[64415]: audit 2023-12-09T02:56:52.883819+0000 mon.a (mon.0) 262 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:54.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:53 smithi023 bash[64415]: audit 2023-12-09T02:56:52.895207+0000 mon.a (mon.0) 263 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:54.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:53 smithi023 bash[64415]: audit 2023-12-09T02:56:53.230304+0000 mon.a (mon.0) 264 : audit 1 from='osd.1 [v2:172.21.15.23:6810/3058425802,v1:172.21.15.23:6811/3058425802]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-09T02:56:54.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:53 smithi023 bash[64415]: cluster 2023-12-09T02:56:53.350403+0000 mgr.y (mgr.25456) 188 : cluster 0 pgmap v94: 161 pgs: 22 active+undersized+degraded, 41 active+undersized, 98 active+clean; 585 KiB data, 135 MiB used, 715 GiB / 715 GiB avail; 39 KiB/s rd, 0 B/s wr, 67 op/s; 102/726 objects degraded (14.050%) 2023-12-09T02:56:54.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:53 smithi023 bash[65805]: audit 2023-12-09T02:56:52.883819+0000 mon.a (mon.0) 262 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:54.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:53 smithi023 bash[65805]: audit 2023-12-09T02:56:52.895207+0000 mon.a (mon.0) 263 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:54.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:53 smithi023 bash[65805]: audit 2023-12-09T02:56:53.230304+0000 mon.a (mon.0) 264 : audit 1 from='osd.1 [v2:172.21.15.23:6810/3058425802,v1:172.21.15.23:6811/3058425802]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-09T02:56:54.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:53 smithi023 bash[65805]: cluster 2023-12-09T02:56:53.350403+0000 mgr.y (mgr.25456) 188 : cluster 0 pgmap v94: 161 pgs: 22 active+undersized+degraded, 41 active+undersized, 98 active+clean; 585 KiB data, 135 MiB used, 715 GiB / 715 GiB avail; 39 KiB/s rd, 0 B/s wr, 67 op/s; 102/726 objects degraded (14.050%) 2023-12-09T02:56:55.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:54 smithi172 bash[51856]: audit 2023-12-09T02:56:53.904089+0000 mon.a (mon.0) 265 : audit 1 from='osd.1 [v2:172.21.15.23:6810/3058425802,v1:172.21.15.23:6811/3058425802]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-09T02:56:55.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:54 smithi172 bash[51856]: cluster 2023-12-09T02:56:53.905516+0000 osd.2 (osd.2) 12 : cluster 3 failed to encode map e112 with expected crc 2023-12-09T02:56:55.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:54 smithi172 bash[51856]: cluster 2023-12-09T02:56:53.910194+0000 mon.a (mon.0) 266 : cluster 0 osdmap e112: 8 total, 7 up, 8 in 2023-12-09T02:56:55.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:54 smithi172 bash[51856]: audit 2023-12-09T02:56:53.910676+0000 mon.a (mon.0) 267 : audit 1 from='osd.1 [v2:172.21.15.23:6810/3058425802,v1:172.21.15.23:6811/3058425802]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2023-12-09T02:56:55.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:54 smithi172 bash[51856]: cluster 2023-12-09T02:56:53.916809+0000 osd.5 (osd.5) 12 : cluster 3 failed to encode map e112 with expected crc 2023-12-09T02:56:55.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:54 smithi172 bash[51856]: audit 2023-12-09T02:56:53.993367+0000 mon.a (mon.0) 268 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:55.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:54 smithi172 bash[51856]: audit 2023-12-09T02:56:54.005514+0000 mon.a (mon.0) 269 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:55.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:54 smithi172 bash[51856]: cluster 2023-12-09T02:56:54.194199+0000 osd.3 (osd.3) 12 : cluster 3 failed to encode map e112 with expected crc 2023-12-09T02:56:55.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:54 smithi023 bash[64415]: audit 2023-12-09T02:56:53.904089+0000 mon.a (mon.0) 265 : audit 1 from='osd.1 [v2:172.21.15.23:6810/3058425802,v1:172.21.15.23:6811/3058425802]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-09T02:56:55.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:54 smithi023 bash[64415]: cluster 2023-12-09T02:56:53.905516+0000 osd.2 (osd.2) 12 : cluster 3 failed to encode map e112 with expected crc 2023-12-09T02:56:55.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:54 smithi023 bash[64415]: cluster 2023-12-09T02:56:53.910194+0000 mon.a (mon.0) 266 : cluster 0 osdmap e112: 8 total, 7 up, 8 in 2023-12-09T02:56:55.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:54 smithi023 bash[64415]: audit 2023-12-09T02:56:53.910676+0000 mon.a (mon.0) 267 : audit 1 from='osd.1 [v2:172.21.15.23:6810/3058425802,v1:172.21.15.23:6811/3058425802]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2023-12-09T02:56:55.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:54 smithi023 bash[64415]: cluster 2023-12-09T02:56:53.916809+0000 osd.5 (osd.5) 12 : cluster 3 failed to encode map e112 with expected crc 2023-12-09T02:56:55.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:54 smithi023 bash[64415]: audit 2023-12-09T02:56:53.993367+0000 mon.a (mon.0) 268 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:55.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:54 smithi023 bash[64415]: audit 2023-12-09T02:56:54.005514+0000 mon.a (mon.0) 269 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:55.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:54 smithi023 bash[64415]: cluster 2023-12-09T02:56:54.194199+0000 osd.3 (osd.3) 12 : cluster 3 failed to encode map e112 with expected crc 2023-12-09T02:56:55.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:54 smithi023 bash[65805]: audit 2023-12-09T02:56:53.904089+0000 mon.a (mon.0) 265 : audit 1 from='osd.1 [v2:172.21.15.23:6810/3058425802,v1:172.21.15.23:6811/3058425802]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-09T02:56:55.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:54 smithi023 bash[65805]: cluster 2023-12-09T02:56:53.905516+0000 osd.2 (osd.2) 12 : cluster 3 failed to encode map e112 with expected crc 2023-12-09T02:56:55.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:54 smithi023 bash[65805]: cluster 2023-12-09T02:56:53.910194+0000 mon.a (mon.0) 266 : cluster 0 osdmap e112: 8 total, 7 up, 8 in 2023-12-09T02:56:55.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:54 smithi023 bash[65805]: audit 2023-12-09T02:56:53.910676+0000 mon.a (mon.0) 267 : audit 1 from='osd.1 [v2:172.21.15.23:6810/3058425802,v1:172.21.15.23:6811/3058425802]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2023-12-09T02:56:55.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:54 smithi023 bash[65805]: cluster 2023-12-09T02:56:53.916809+0000 osd.5 (osd.5) 12 : cluster 3 failed to encode map e112 with expected crc 2023-12-09T02:56:55.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:54 smithi023 bash[65805]: audit 2023-12-09T02:56:53.993367+0000 mon.a (mon.0) 268 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:55.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:54 smithi023 bash[65805]: audit 2023-12-09T02:56:54.005514+0000 mon.a (mon.0) 269 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:55.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:54 smithi023 bash[65805]: cluster 2023-12-09T02:56:54.194199+0000 osd.3 (osd.3) 12 : cluster 3 failed to encode map e112 with expected crc 2023-12-09T02:56:56.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:55 smithi172 bash[51856]: cluster 2023-12-09T02:56:54.598246+0000 osd.6 (osd.6) 11 : cluster 3 failed to encode map e112 with expected crc 2023-12-09T02:56:56.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:55 smithi172 bash[51856]: cluster 2023-12-09T02:56:54.643131+0000 osd.4 (osd.4) 9 : cluster 3 failed to encode map e112 with expected crc 2023-12-09T02:56:56.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:55 smithi172 bash[51856]: cluster 2023-12-09T02:56:54.905377+0000 mon.a (mon.0) 270 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-09T02:56:56.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:55 smithi172 bash[51856]: cluster 2023-12-09T02:56:54.915638+0000 mon.a (mon.0) 271 : cluster 1 osd.1 [v2:172.21.15.23:6810/3058425802,v1:172.21.15.23:6811/3058425802] boot 2023-12-09T02:56:56.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:55 smithi172 bash[51856]: cluster 2023-12-09T02:56:54.915722+0000 mon.a (mon.0) 272 : cluster 0 osdmap e113: 8 total, 8 up, 8 in 2023-12-09T02:56:56.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:55 smithi172 bash[51856]: audit 2023-12-09T02:56:54.921347+0000 mon.a (mon.0) 273 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-09T02:56:56.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:55 smithi172 bash[51856]: cluster 2023-12-09T02:56:54.924150+0000 osd.4 (osd.4) 10 : cluster 3 failed to encode map e113 with expected crc 2023-12-09T02:56:56.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:55 smithi172 bash[51856]: cluster 2023-12-09T02:56:55.350315+0000 mon.a (mon.0) 274 : cluster 3 Health check update: Degraded data redundancy: 102/726 objects degraded (14.050%), 22 pgs degraded (PG_DEGRADED) 2023-12-09T02:56:56.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:55 smithi172 bash[51856]: cluster 2023-12-09T02:56:55.351786+0000 mgr.y (mgr.25456) 189 : cluster 0 pgmap v97: 161 pgs: 22 active+undersized+degraded, 41 active+undersized, 98 active+clean; 585 KiB data, 145 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 102/726 objects degraded (14.050%) 2023-12-09T02:56:56.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:55 smithi172 bash[51856]: audit 2023-12-09T02:56:55.468456+0000 mon.a (mon.0) 275 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:56.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:55 smithi172 bash[51856]: cluster 2023-12-09T02:56:55.920301+0000 mon.a (mon.0) 276 : cluster 0 osdmap e114: 8 total, 8 up, 8 in 2023-12-09T02:56:56.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:55 smithi023 bash[64415]: cluster 2023-12-09T02:56:54.598246+0000 osd.6 (osd.6) 11 : cluster 3 failed to encode map e112 with expected crc 2023-12-09T02:56:56.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:55 smithi023 bash[64415]: cluster 2023-12-09T02:56:54.643131+0000 osd.4 (osd.4) 9 : cluster 3 failed to encode map e112 with expected crc 2023-12-09T02:56:56.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:55 smithi023 bash[64415]: cluster 2023-12-09T02:56:54.905377+0000 mon.a (mon.0) 270 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-09T02:56:56.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:55 smithi023 bash[64415]: cluster 2023-12-09T02:56:54.915638+0000 mon.a (mon.0) 271 : cluster 1 osd.1 [v2:172.21.15.23:6810/3058425802,v1:172.21.15.23:6811/3058425802] boot 2023-12-09T02:56:56.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:55 smithi023 bash[64415]: cluster 2023-12-09T02:56:54.915722+0000 mon.a (mon.0) 272 : cluster 0 osdmap e113: 8 total, 8 up, 8 in 2023-12-09T02:56:56.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:55 smithi023 bash[64415]: audit 2023-12-09T02:56:54.921347+0000 mon.a (mon.0) 273 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-09T02:56:56.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:55 smithi023 bash[64415]: cluster 2023-12-09T02:56:54.924150+0000 osd.4 (osd.4) 10 : cluster 3 failed to encode map e113 with expected crc 2023-12-09T02:56:56.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:55 smithi023 bash[64415]: cluster 2023-12-09T02:56:55.350315+0000 mon.a (mon.0) 274 : cluster 3 Health check update: Degraded data redundancy: 102/726 objects degraded (14.050%), 22 pgs degraded (PG_DEGRADED) 2023-12-09T02:56:56.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:55 smithi023 bash[64415]: cluster 2023-12-09T02:56:55.351786+0000 mgr.y (mgr.25456) 189 : cluster 0 pgmap v97: 161 pgs: 22 active+undersized+degraded, 41 active+undersized, 98 active+clean; 585 KiB data, 145 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 102/726 objects degraded (14.050%) 2023-12-09T02:56:56.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:55 smithi023 bash[64415]: audit 2023-12-09T02:56:55.468456+0000 mon.a (mon.0) 275 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:56.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:55 smithi023 bash[64415]: cluster 2023-12-09T02:56:55.920301+0000 mon.a (mon.0) 276 : cluster 0 osdmap e114: 8 total, 8 up, 8 in 2023-12-09T02:56:56.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:55 smithi023 bash[65805]: cluster 2023-12-09T02:56:54.598246+0000 osd.6 (osd.6) 11 : cluster 3 failed to encode map e112 with expected crc 2023-12-09T02:56:56.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:55 smithi023 bash[65805]: cluster 2023-12-09T02:56:54.643131+0000 osd.4 (osd.4) 9 : cluster 3 failed to encode map e112 with expected crc 2023-12-09T02:56:56.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:55 smithi023 bash[65805]: cluster 2023-12-09T02:56:54.905377+0000 mon.a (mon.0) 270 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-09T02:56:56.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:55 smithi023 bash[65805]: cluster 2023-12-09T02:56:54.915638+0000 mon.a (mon.0) 271 : cluster 1 osd.1 [v2:172.21.15.23:6810/3058425802,v1:172.21.15.23:6811/3058425802] boot 2023-12-09T02:56:56.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:55 smithi023 bash[65805]: cluster 2023-12-09T02:56:54.915722+0000 mon.a (mon.0) 272 : cluster 0 osdmap e113: 8 total, 8 up, 8 in 2023-12-09T02:56:56.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:55 smithi023 bash[65805]: audit 2023-12-09T02:56:54.921347+0000 mon.a (mon.0) 273 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-09T02:56:56.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:55 smithi023 bash[65805]: cluster 2023-12-09T02:56:54.924150+0000 osd.4 (osd.4) 10 : cluster 3 failed to encode map e113 with expected crc 2023-12-09T02:56:56.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:55 smithi023 bash[65805]: cluster 2023-12-09T02:56:55.350315+0000 mon.a (mon.0) 274 : cluster 3 Health check update: Degraded data redundancy: 102/726 objects degraded (14.050%), 22 pgs degraded (PG_DEGRADED) 2023-12-09T02:56:56.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:55 smithi023 bash[65805]: cluster 2023-12-09T02:56:55.351786+0000 mgr.y (mgr.25456) 189 : cluster 0 pgmap v97: 161 pgs: 22 active+undersized+degraded, 41 active+undersized, 98 active+clean; 585 KiB data, 145 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 102/726 objects degraded (14.050%) 2023-12-09T02:56:56.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:55 smithi023 bash[65805]: audit 2023-12-09T02:56:55.468456+0000 mon.a (mon.0) 275 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:56:56.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:55 smithi023 bash[65805]: cluster 2023-12-09T02:56:55.920301+0000 mon.a (mon.0) 276 : cluster 0 osdmap e114: 8 total, 8 up, 8 in 2023-12-09T02:56:57.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:56 smithi172 bash[51856]: cluster 2023-12-09T02:56:55.915684+0000 osd.2 (osd.2) 13 : cluster 3 failed to encode map e114 with expected crc 2023-12-09T02:56:57.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:56 smithi172 bash[51856]: cluster 2023-12-09T02:56:55.921387+0000 osd.2 (osd.2) 14 : cluster 3 failed to encode map e114 with expected crc 2023-12-09T02:56:57.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:56 smithi172 bash[51856]: cluster 2023-12-09T02:56:55.921961+0000 osd.3 (osd.3) 13 : cluster 3 failed to encode map e114 with expected crc 2023-12-09T02:56:57.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:56 smithi172 bash[51856]: cluster 2023-12-09T02:56:55.923008+0000 osd.5 (osd.5) 13 : cluster 3 failed to encode map e114 with expected crc 2023-12-09T02:56:57.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:56 smithi172 bash[51856]: cluster 2023-12-09T02:56:55.927819+0000 osd.3 (osd.3) 14 : cluster 3 failed to encode map e114 with expected crc 2023-12-09T02:56:57.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:56 smithi172 bash[51856]: cluster 2023-12-09T02:56:55.928999+0000 osd.5 (osd.5) 14 : cluster 3 failed to encode map e114 with expected crc 2023-12-09T02:56:57.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:56 smithi172 bash[51856]: cluster 2023-12-09T02:56:55.929110+0000 osd.6 (osd.6) 12 : cluster 3 failed to encode map e114 with expected crc 2023-12-09T02:56:57.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:56 smithi172 bash[51856]: cluster 2023-12-09T02:56:55.929300+0000 osd.7 (osd.7) 9 : cluster 3 failed to encode map e114 with expected crc 2023-12-09T02:56:57.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:56 smithi172 bash[51856]: cluster 2023-12-09T02:56:55.929674+0000 osd.4 (osd.4) 11 : cluster 3 failed to encode map e114 with expected crc 2023-12-09T02:56:57.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:56 smithi172 bash[51856]: cluster 2023-12-09T02:56:55.931086+0000 osd.3 (osd.3) 15 : cluster 3 failed to encode map e114 with expected crc 2023-12-09T02:56:57.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:56 smithi172 bash[51856]: cluster 2023-12-09T02:56:55.931884+0000 osd.7 (osd.7) 10 : cluster 3 failed to encode map e114 with expected crc 2023-12-09T02:56:57.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:56 smithi172 bash[51856]: cluster 2023-12-09T02:56:55.935939+0000 osd.4 (osd.4) 12 : cluster 3 failed to encode map e114 with expected crc 2023-12-09T02:56:57.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:56 smithi172 bash[51856]: cluster 2023-12-09T02:56:55.936850+0000 osd.7 (osd.7) 11 : cluster 3 failed to encode map e114 with expected crc 2023-12-09T02:56:57.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:56 smithi172 bash[51856]: audit 2023-12-09T02:56:56.393350+0000 mgr.y (mgr.25456) 190 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:56:57.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:56 smithi023 bash[64415]: cluster 2023-12-09T02:56:55.915684+0000 osd.2 (osd.2) 13 : cluster 3 failed to encode map e114 with expected crc 2023-12-09T02:56:57.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:56 smithi023 bash[64415]: cluster 2023-12-09T02:56:55.921387+0000 osd.2 (osd.2) 14 : cluster 3 failed to encode map e114 with expected crc 2023-12-09T02:56:57.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:56 smithi023 bash[64415]: cluster 2023-12-09T02:56:55.921961+0000 osd.3 (osd.3) 13 : cluster 3 failed to encode map e114 with expected crc 2023-12-09T02:56:57.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:56 smithi023 bash[64415]: cluster 2023-12-09T02:56:55.923008+0000 osd.5 (osd.5) 13 : cluster 3 failed to encode map e114 with expected crc 2023-12-09T02:56:57.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:56 smithi023 bash[64415]: cluster 2023-12-09T02:56:55.927819+0000 osd.3 (osd.3) 14 : cluster 3 failed to encode map e114 with expected crc 2023-12-09T02:56:57.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:56 smithi023 bash[64415]: cluster 2023-12-09T02:56:55.928999+0000 osd.5 (osd.5) 14 : cluster 3 failed to encode map e114 with expected crc 2023-12-09T02:56:57.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:56 smithi023 bash[64415]: cluster 2023-12-09T02:56:55.929110+0000 osd.6 (osd.6) 12 : cluster 3 failed to encode map e114 with expected crc 2023-12-09T02:56:57.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:56 smithi023 bash[64415]: cluster 2023-12-09T02:56:55.929300+0000 osd.7 (osd.7) 9 : cluster 3 failed to encode map e114 with expected crc 2023-12-09T02:56:57.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:56 smithi023 bash[64415]: cluster 2023-12-09T02:56:55.929674+0000 osd.4 (osd.4) 11 : cluster 3 failed to encode map e114 with expected crc 2023-12-09T02:56:57.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:56 smithi023 bash[64415]: cluster 2023-12-09T02:56:55.931086+0000 osd.3 (osd.3) 15 : cluster 3 failed to encode map e114 with expected crc 2023-12-09T02:56:57.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:56 smithi023 bash[64415]: cluster 2023-12-09T02:56:55.931884+0000 osd.7 (osd.7) 10 : cluster 3 failed to encode map e114 with expected crc 2023-12-09T02:56:57.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:56 smithi023 bash[64415]: cluster 2023-12-09T02:56:55.935939+0000 osd.4 (osd.4) 12 : cluster 3 failed to encode map e114 with expected crc 2023-12-09T02:56:57.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:56 smithi023 bash[64415]: cluster 2023-12-09T02:56:55.936850+0000 osd.7 (osd.7) 11 : cluster 3 failed to encode map e114 with expected crc 2023-12-09T02:56:57.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:56 smithi023 bash[64415]: audit 2023-12-09T02:56:56.393350+0000 mgr.y (mgr.25456) 190 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:56:57.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:56 smithi023 bash[65805]: cluster 2023-12-09T02:56:55.915684+0000 osd.2 (osd.2) 13 : cluster 3 failed to encode map e114 with expected crc 2023-12-09T02:56:57.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:56 smithi023 bash[65805]: cluster 2023-12-09T02:56:55.921387+0000 osd.2 (osd.2) 14 : cluster 3 failed to encode map e114 with expected crc 2023-12-09T02:56:57.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:56 smithi023 bash[65805]: cluster 2023-12-09T02:56:55.921961+0000 osd.3 (osd.3) 13 : cluster 3 failed to encode map e114 with expected crc 2023-12-09T02:56:57.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:56 smithi023 bash[65805]: cluster 2023-12-09T02:56:55.923008+0000 osd.5 (osd.5) 13 : cluster 3 failed to encode map e114 with expected crc 2023-12-09T02:56:57.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:56 smithi023 bash[65805]: cluster 2023-12-09T02:56:55.927819+0000 osd.3 (osd.3) 14 : cluster 3 failed to encode map e114 with expected crc 2023-12-09T02:56:57.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:56 smithi023 bash[65805]: cluster 2023-12-09T02:56:55.928999+0000 osd.5 (osd.5) 14 : cluster 3 failed to encode map e114 with expected crc 2023-12-09T02:56:57.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:56 smithi023 bash[65805]: cluster 2023-12-09T02:56:55.929110+0000 osd.6 (osd.6) 12 : cluster 3 failed to encode map e114 with expected crc 2023-12-09T02:56:57.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:56 smithi023 bash[65805]: cluster 2023-12-09T02:56:55.929300+0000 osd.7 (osd.7) 9 : cluster 3 failed to encode map e114 with expected crc 2023-12-09T02:56:57.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:56 smithi023 bash[65805]: cluster 2023-12-09T02:56:55.929674+0000 osd.4 (osd.4) 11 : cluster 3 failed to encode map e114 with expected crc 2023-12-09T02:56:57.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:56 smithi023 bash[65805]: cluster 2023-12-09T02:56:55.931086+0000 osd.3 (osd.3) 15 : cluster 3 failed to encode map e114 with expected crc 2023-12-09T02:56:57.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:56 smithi023 bash[65805]: cluster 2023-12-09T02:56:55.931884+0000 osd.7 (osd.7) 10 : cluster 3 failed to encode map e114 with expected crc 2023-12-09T02:56:57.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:56 smithi023 bash[65805]: cluster 2023-12-09T02:56:55.935939+0000 osd.4 (osd.4) 12 : cluster 3 failed to encode map e114 with expected crc 2023-12-09T02:56:57.275 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:56 smithi023 bash[65805]: cluster 2023-12-09T02:56:55.936850+0000 osd.7 (osd.7) 11 : cluster 3 failed to encode map e114 with expected crc 2023-12-09T02:56:57.275 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:56 smithi023 bash[65805]: audit 2023-12-09T02:56:56.393350+0000 mgr.y (mgr.25456) 190 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:56:58.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:56:57 smithi172 bash[51856]: cluster 2023-12-09T02:56:57.353517+0000 mgr.y (mgr.25456) 191 : cluster 0 pgmap v99: 161 pgs: 8 active+undersized+degraded, 18 active+undersized, 135 active+clean; 585 KiB data, 146 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 45/726 objects degraded (6.198%); 0 B/s, 0 objects/s recovering 2023-12-09T02:56:58.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:56:57 smithi023 bash[65805]: cluster 2023-12-09T02:56:57.353517+0000 mgr.y (mgr.25456) 191 : cluster 0 pgmap v99: 161 pgs: 8 active+undersized+degraded, 18 active+undersized, 135 active+clean; 585 KiB data, 146 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 45/726 objects degraded (6.198%); 0 B/s, 0 objects/s recovering 2023-12-09T02:56:58.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:56:57 smithi023 bash[64415]: cluster 2023-12-09T02:56:57.353517+0000 mgr.y (mgr.25456) 191 : cluster 0 pgmap v99: 161 pgs: 8 active+undersized+degraded, 18 active+undersized, 135 active+clean; 585 KiB data, 146 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 45/726 objects degraded (6.198%); 0 B/s, 0 objects/s recovering 2023-12-09T02:57:00.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:00 smithi172 bash[51856]: cluster 2023-12-09T02:56:59.354634+0000 mgr.y (mgr.25456) 192 : cluster 0 pgmap v100: 161 pgs: 1 active+undersized+degraded, 4 active+undersized, 156 active+clean; 585 KiB data, 146 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 6/726 objects degraded (0.826%); 0 B/s, 0 objects/s recovering 2023-12-09T02:57:00.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:00 smithi172 bash[51856]: cluster 2023-12-09T02:57:00.352618+0000 mon.a (mon.0) 277 : cluster 3 Health check update: Degraded data redundancy: 6/726 objects degraded (0.826%), 1 pg degraded (PG_DEGRADED) 2023-12-09T02:57:00.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:00 smithi023 bash[65805]: cluster 2023-12-09T02:56:59.354634+0000 mgr.y (mgr.25456) 192 : cluster 0 pgmap v100: 161 pgs: 1 active+undersized+degraded, 4 active+undersized, 156 active+clean; 585 KiB data, 146 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 6/726 objects degraded (0.826%); 0 B/s, 0 objects/s recovering 2023-12-09T02:57:00.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:00 smithi023 bash[65805]: cluster 2023-12-09T02:57:00.352618+0000 mon.a (mon.0) 277 : cluster 3 Health check update: Degraded data redundancy: 6/726 objects degraded (0.826%), 1 pg degraded (PG_DEGRADED) 2023-12-09T02:57:00.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:00 smithi023 bash[64415]: cluster 2023-12-09T02:56:59.354634+0000 mgr.y (mgr.25456) 192 : cluster 0 pgmap v100: 161 pgs: 1 active+undersized+degraded, 4 active+undersized, 156 active+clean; 585 KiB data, 146 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 6/726 objects degraded (0.826%); 0 B/s, 0 objects/s recovering 2023-12-09T02:57:00.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:00 smithi023 bash[64415]: cluster 2023-12-09T02:57:00.352618+0000 mon.a (mon.0) 277 : cluster 3 Health check update: Degraded data redundancy: 6/726 objects degraded (0.826%), 1 pg degraded (PG_DEGRADED) 2023-12-09T02:57:01.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:01 smithi172 bash[51856]: cluster 2023-12-09T02:57:01.411430+0000 mon.a (mon.0) 278 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 6/726 objects degraded (0.826%), 1 pg degraded) 2023-12-09T02:57:01.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:01 smithi172 bash[51856]: cluster 2023-12-09T02:57:01.411499+0000 mon.a (mon.0) 279 : cluster 1 Cluster is now healthy 2023-12-09T02:57:01.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:01 smithi023 bash[64415]: cluster 2023-12-09T02:57:01.411430+0000 mon.a (mon.0) 278 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 6/726 objects degraded (0.826%), 1 pg degraded) 2023-12-09T02:57:01.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:01 smithi023 bash[64415]: cluster 2023-12-09T02:57:01.411499+0000 mon.a (mon.0) 279 : cluster 1 Cluster is now healthy 2023-12-09T02:57:01.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:01 smithi023 bash[65805]: cluster 2023-12-09T02:57:01.411430+0000 mon.a (mon.0) 278 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 6/726 objects degraded (0.826%), 1 pg degraded) 2023-12-09T02:57:01.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:01 smithi023 bash[65805]: cluster 2023-12-09T02:57:01.411499+0000 mon.a (mon.0) 279 : cluster 1 Cluster is now healthy 2023-12-09T02:57:02.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:02 smithi172 bash[51856]: cluster 2023-12-09T02:57:01.356246+0000 mgr.y (mgr.25456) 193 : cluster 0 pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 146 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s; 0 B/s, 0 objects/s recovering 2023-12-09T02:57:02.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:02 smithi023 bash[64415]: cluster 2023-12-09T02:57:01.356246+0000 mgr.y (mgr.25456) 193 : cluster 0 pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 146 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s; 0 B/s, 0 objects/s recovering 2023-12-09T02:57:02.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:02 smithi023 bash[65805]: cluster 2023-12-09T02:57:01.356246+0000 mgr.y (mgr.25456) 193 : cluster 0 pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 146 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s; 0 B/s, 0 objects/s recovering 2023-12-09T02:57:02.772 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:57:02 smithi023 bash[61239]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:57:02] "GET /metrics HTTP/1.1" 200 38258 "" "Prometheus/2.33.4" 2023-12-09T02:57:04.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:04 smithi172 bash[51856]: cluster 2023-12-09T02:57:03.357076+0000 mgr.y (mgr.25456) 194 : cluster 0 pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 146 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 0 B/s, 0 objects/s recovering 2023-12-09T02:57:04.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:04 smithi172 bash[51856]: audit 2023-12-09T02:57:04.108668+0000 mon.a (mon.0) 280 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:04.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:04 smithi172 bash[51856]: audit 2023-12-09T02:57:04.120969+0000 mon.a (mon.0) 281 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:04.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:04 smithi172 bash[51856]: audit 2023-12-09T02:57:04.123305+0000 mon.a (mon.0) 282 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:57:04.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:04 smithi172 bash[51856]: audit 2023-12-09T02:57:04.124979+0000 mon.a (mon.0) 283 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:57:04.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:04 smithi172 bash[51856]: audit 2023-12-09T02:57:04.134744+0000 mon.a (mon.0) 284 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:04.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:04 smithi172 bash[51856]: audit 2023-12-09T02:57:04.224050+0000 mon.a (mon.0) 285 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:57:04.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:04 smithi172 bash[51856]: audit 2023-12-09T02:57:04.226967+0000 mon.a (mon.0) 286 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:57:04.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:04 smithi172 bash[51856]: audit 2023-12-09T02:57:04.229219+0000 mon.a (mon.0) 287 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:57:04.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:04 smithi172 bash[51856]: audit 2023-12-09T02:57:04.231093+0000 mon.a (mon.0) 288 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:57:04.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:04 smithi172 bash[51856]: audit 2023-12-09T02:57:04.233191+0000 mon.a (mon.0) 289 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-09T02:57:04.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:04 smithi023 bash[64415]: cluster 2023-12-09T02:57:03.357076+0000 mgr.y (mgr.25456) 194 : cluster 0 pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 146 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 0 B/s, 0 objects/s recovering 2023-12-09T02:57:04.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:04 smithi023 bash[64415]: audit 2023-12-09T02:57:04.108668+0000 mon.a (mon.0) 280 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:04.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:04 smithi023 bash[64415]: audit 2023-12-09T02:57:04.120969+0000 mon.a (mon.0) 281 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:04.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:04 smithi023 bash[64415]: audit 2023-12-09T02:57:04.123305+0000 mon.a (mon.0) 282 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:57:04.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:04 smithi023 bash[64415]: audit 2023-12-09T02:57:04.124979+0000 mon.a (mon.0) 283 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:57:04.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:04 smithi023 bash[64415]: audit 2023-12-09T02:57:04.134744+0000 mon.a (mon.0) 284 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:04.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:04 smithi023 bash[64415]: audit 2023-12-09T02:57:04.224050+0000 mon.a (mon.0) 285 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:57:04.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:04 smithi023 bash[64415]: audit 2023-12-09T02:57:04.226967+0000 mon.a (mon.0) 286 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:57:04.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:04 smithi023 bash[64415]: audit 2023-12-09T02:57:04.229219+0000 mon.a (mon.0) 287 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:57:04.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:04 smithi023 bash[64415]: audit 2023-12-09T02:57:04.231093+0000 mon.a (mon.0) 288 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:57:04.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:04 smithi023 bash[64415]: audit 2023-12-09T02:57:04.233191+0000 mon.a (mon.0) 289 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-09T02:57:04.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:04 smithi023 bash[65805]: cluster 2023-12-09T02:57:03.357076+0000 mgr.y (mgr.25456) 194 : cluster 0 pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 146 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 0 B/s, 0 objects/s recovering 2023-12-09T02:57:04.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:04 smithi023 bash[65805]: audit 2023-12-09T02:57:04.108668+0000 mon.a (mon.0) 280 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:04.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:04 smithi023 bash[65805]: audit 2023-12-09T02:57:04.120969+0000 mon.a (mon.0) 281 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:04.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:04 smithi023 bash[65805]: audit 2023-12-09T02:57:04.123305+0000 mon.a (mon.0) 282 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:57:04.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:04 smithi023 bash[65805]: audit 2023-12-09T02:57:04.124979+0000 mon.a (mon.0) 283 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:57:04.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:04 smithi023 bash[65805]: audit 2023-12-09T02:57:04.134744+0000 mon.a (mon.0) 284 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:04.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:04 smithi023 bash[65805]: audit 2023-12-09T02:57:04.224050+0000 mon.a (mon.0) 285 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:57:04.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:04 smithi023 bash[65805]: audit 2023-12-09T02:57:04.226967+0000 mon.a (mon.0) 286 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:57:04.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:04 smithi023 bash[65805]: audit 2023-12-09T02:57:04.229219+0000 mon.a (mon.0) 287 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:57:04.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:04 smithi023 bash[65805]: audit 2023-12-09T02:57:04.231093+0000 mon.a (mon.0) 288 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:57:04.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:04 smithi023 bash[65805]: audit 2023-12-09T02:57:04.233191+0000 mon.a (mon.0) 289 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-09T02:57:05.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:05 smithi172 bash[51856]: audit 2023-12-09T02:57:04.233413+0000 mgr.y (mgr.25456) 195 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-09T02:57:05.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:05 smithi172 bash[51856]: cephadm 2023-12-09T02:57:04.235018+0000 mgr.y (mgr.25456) 196 : cephadm 1 Upgrade: osd.2 is safe to restart 2023-12-09T02:57:05.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:05 smithi172 bash[51856]: audit 2023-12-09T02:57:05.382483+0000 mon.a (mon.0) 290 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:05.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:05 smithi172 bash[51856]: audit 2023-12-09T02:57:05.384948+0000 mon.a (mon.0) 291 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:57:05.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:05 smithi023 bash[65805]: audit 2023-12-09T02:57:04.233413+0000 mgr.y (mgr.25456) 195 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-09T02:57:05.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:05 smithi023 bash[65805]: cephadm 2023-12-09T02:57:04.235018+0000 mgr.y (mgr.25456) 196 : cephadm 1 Upgrade: osd.2 is safe to restart 2023-12-09T02:57:05.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:05 smithi023 bash[65805]: audit 2023-12-09T02:57:05.382483+0000 mon.a (mon.0) 290 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:05.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:05 smithi023 bash[65805]: audit 2023-12-09T02:57:05.384948+0000 mon.a (mon.0) 291 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:57:05.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:05 smithi023 bash[64415]: audit 2023-12-09T02:57:04.233413+0000 mgr.y (mgr.25456) 195 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-12-09T02:57:05.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:05 smithi023 bash[64415]: cephadm 2023-12-09T02:57:04.235018+0000 mgr.y (mgr.25456) 196 : cephadm 1 Upgrade: osd.2 is safe to restart 2023-12-09T02:57:05.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:05 smithi023 bash[64415]: audit 2023-12-09T02:57:05.382483+0000 mon.a (mon.0) 290 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:05.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:05 smithi023 bash[64415]: audit 2023-12-09T02:57:05.384948+0000 mon.a (mon.0) 291 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:57:06.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:06 smithi023 bash[64415]: cluster 2023-12-09T02:57:05.358148+0000 mgr.y (mgr.25456) 197 : cluster 0 pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 146 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 0 B/s, 0 objects/s recovering 2023-12-09T02:57:06.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:06 smithi023 bash[64415]: audit 2023-12-09T02:57:05.498515+0000 mon.a (mon.0) 292 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:06.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:06 smithi023 bash[65805]: cluster 2023-12-09T02:57:05.358148+0000 mgr.y (mgr.25456) 197 : cluster 0 pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 146 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 0 B/s, 0 objects/s recovering 2023-12-09T02:57:06.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:06 smithi023 bash[65805]: audit 2023-12-09T02:57:05.498515+0000 mon.a (mon.0) 292 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:06.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:06 smithi172 bash[51856]: cluster 2023-12-09T02:57:05.358148+0000 mgr.y (mgr.25456) 197 : cluster 0 pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 146 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 0 B/s, 0 objects/s recovering 2023-12-09T02:57:06.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:06 smithi172 bash[51856]: audit 2023-12-09T02:57:05.498515+0000 mon.a (mon.0) 292 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:07.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:07 smithi172 bash[51856]: audit 2023-12-09T02:57:06.404551+0000 mgr.y (mgr.25456) 198 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:57:07.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:07 smithi172 bash[51856]: cephadm 2023-12-09T02:57:06.667500+0000 mgr.y (mgr.25456) 199 : cephadm 1 Upgrade: Updating osd.2 2023-12-09T02:57:07.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:07 smithi172 bash[51856]: audit 2023-12-09T02:57:06.675898+0000 mon.a (mon.0) 293 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:07.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:07 smithi172 bash[51856]: audit 2023-12-09T02:57:06.681332+0000 mon.a (mon.0) 294 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-09T02:57:07.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:07 smithi172 bash[51856]: audit 2023-12-09T02:57:06.682936+0000 mon.a (mon.0) 295 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:57:07.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:07 smithi172 bash[51856]: cephadm 2023-12-09T02:57:06.688348+0000 mgr.y (mgr.25456) 200 : cephadm 1 Deploying daemon osd.2 on smithi023 2023-12-09T02:57:08.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:07 smithi023 bash[64415]: audit 2023-12-09T02:57:06.404551+0000 mgr.y (mgr.25456) 198 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:57:08.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:07 smithi023 bash[64415]: cephadm 2023-12-09T02:57:06.667500+0000 mgr.y (mgr.25456) 199 : cephadm 1 Upgrade: Updating osd.2 2023-12-09T02:57:08.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:07 smithi023 bash[64415]: audit 2023-12-09T02:57:06.675898+0000 mon.a (mon.0) 293 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:08.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:07 smithi023 bash[64415]: audit 2023-12-09T02:57:06.681332+0000 mon.a (mon.0) 294 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-09T02:57:08.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:07 smithi023 bash[64415]: audit 2023-12-09T02:57:06.682936+0000 mon.a (mon.0) 295 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:57:08.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:07 smithi023 bash[64415]: cephadm 2023-12-09T02:57:06.688348+0000 mgr.y (mgr.25456) 200 : cephadm 1 Deploying daemon osd.2 on smithi023 2023-12-09T02:57:08.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:07 smithi023 bash[65805]: audit 2023-12-09T02:57:06.404551+0000 mgr.y (mgr.25456) 198 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:57:08.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:07 smithi023 bash[65805]: cephadm 2023-12-09T02:57:06.667500+0000 mgr.y (mgr.25456) 199 : cephadm 1 Upgrade: Updating osd.2 2023-12-09T02:57:08.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:07 smithi023 bash[65805]: audit 2023-12-09T02:57:06.675898+0000 mon.a (mon.0) 293 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:08.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:07 smithi023 bash[65805]: audit 2023-12-09T02:57:06.681332+0000 mon.a (mon.0) 294 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-09T02:57:08.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:07 smithi023 bash[65805]: audit 2023-12-09T02:57:06.682936+0000 mon.a (mon.0) 295 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:57:08.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:07 smithi023 bash[65805]: cephadm 2023-12-09T02:57:06.688348+0000 mgr.y (mgr.25456) 200 : cephadm 1 Deploying daemon osd.2 on smithi023 2023-12-09T02:57:08.701 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:08 smithi023 bash[64415]: cluster 2023-12-09T02:57:07.359701+0000 mgr.y (mgr.25456) 201 : cluster 0 pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 146 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s; 0 B/s, 0 objects/s recovering 2023-12-09T02:57:08.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:08 smithi023 bash[65805]: cluster 2023-12-09T02:57:07.359701+0000 mgr.y (mgr.25456) 201 : cluster 0 pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 146 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s; 0 B/s, 0 objects/s recovering 2023-12-09T02:57:08.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:08 smithi172 bash[51856]: cluster 2023-12-09T02:57:07.359701+0000 mgr.y (mgr.25456) 201 : cluster 0 pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 146 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s; 0 B/s, 0 objects/s recovering 2023-12-09T02:57:10.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:10 smithi172 bash[51856]: cluster 2023-12-09T02:57:09.360656+0000 mgr.y (mgr.25456) 202 : cluster 0 pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 146 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 0 B/s, 0 objects/s recovering 2023-12-09T02:57:11.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:10 smithi023 bash[64415]: cluster 2023-12-09T02:57:09.360656+0000 mgr.y (mgr.25456) 202 : cluster 0 pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 146 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 0 B/s, 0 objects/s recovering 2023-12-09T02:57:11.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:10 smithi023 bash[65805]: cluster 2023-12-09T02:57:09.360656+0000 mgr.y (mgr.25456) 202 : cluster 0 pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 146 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 0 B/s, 0 objects/s recovering 2023-12-09T02:57:11.889 INFO:journalctl@ceph.osd.2.smithi023.stdout:Dec 09 02:57:11 smithi023 systemd[1]: Stopping Ceph osd.2 for 9eab968a-963b-11ee-95a3-87774f69a715... 2023-12-09T02:57:12.272 INFO:journalctl@ceph.osd.2.smithi023.stdout:Dec 09 02:57:11 smithi023 bash[39492]: debug 2023-12-09T02:57:11.877+0000 7f785c303700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-12-09T02:57:12.272 INFO:journalctl@ceph.osd.2.smithi023.stdout:Dec 09 02:57:11 smithi023 bash[39492]: debug 2023-12-09T02:57:11.877+0000 7f785c303700 -1 osd.2 114 *** Got signal Terminated *** 2023-12-09T02:57:12.272 INFO:journalctl@ceph.osd.2.smithi023.stdout:Dec 09 02:57:11 smithi023 bash[39492]: debug 2023-12-09T02:57:11.877+0000 7f785c303700 -1 osd.2 114 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-09T02:57:12.722 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:57:12 smithi023 bash[61239]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:57:12] "GET /metrics HTTP/1.1" 200 38328 "" "Prometheus/2.33.4" 2023-12-09T02:57:12.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:12 smithi172 bash[51856]: cluster 2023-12-09T02:57:11.362353+0000 mgr.y (mgr.25456) 203 : cluster 0 pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 146 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:57:12.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:12 smithi172 bash[51856]: cluster 2023-12-09T02:57:11.882319+0000 mon.a (mon.0) 296 : cluster 1 osd.2 marked itself down and dead 2023-12-09T02:57:13.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:12 smithi023 bash[64415]: cluster 2023-12-09T02:57:11.362353+0000 mgr.y (mgr.25456) 203 : cluster 0 pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 146 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:57:13.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:12 smithi023 bash[64415]: cluster 2023-12-09T02:57:11.882319+0000 mon.a (mon.0) 296 : cluster 1 osd.2 marked itself down and dead 2023-12-09T02:57:13.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:12 smithi023 bash[65805]: cluster 2023-12-09T02:57:11.362353+0000 mgr.y (mgr.25456) 203 : cluster 0 pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 146 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:57:13.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:12 smithi023 bash[65805]: cluster 2023-12-09T02:57:11.882319+0000 mon.a (mon.0) 296 : cluster 1 osd.2 marked itself down and dead 2023-12-09T02:57:13.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:13 smithi023 bash[64415]: cluster 2023-12-09T02:57:12.705236+0000 mon.a (mon.0) 297 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-09T02:57:13.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:13 smithi023 bash[64415]: cluster 2023-12-09T02:57:12.747583+0000 mon.a (mon.0) 298 : cluster 0 osdmap e115: 8 total, 7 up, 8 in 2023-12-09T02:57:13.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:13 smithi023 bash[64415]: cluster 2023-12-09T02:57:12.747613+0000 osd.3 (osd.3) 16 : cluster 3 failed to encode map e115 with expected crc 2023-12-09T02:57:13.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:13 smithi023 bash[64415]: cluster 2023-12-09T02:57:12.751323+0000 osd.5 (osd.5) 15 : cluster 3 failed to encode map e115 with expected crc 2023-12-09T02:57:13.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:13 smithi023 bash[64415]: cluster 2023-12-09T02:57:12.762339+0000 osd.6 (osd.6) 13 : cluster 3 failed to encode map e115 with expected crc 2023-12-09T02:57:13.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:13 smithi023 bash[64415]: cluster 2023-12-09T02:57:12.764582+0000 osd.4 (osd.4) 13 : cluster 3 failed to encode map e115 with expected crc 2023-12-09T02:57:13.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:13 smithi023 bash[64415]: cluster 2023-12-09T02:57:12.767533+0000 osd.4 (osd.4) 14 : cluster 3 failed to encode map e115 with expected crc 2023-12-09T02:57:13.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:13 smithi023 bash[65805]: cluster 2023-12-09T02:57:12.705236+0000 mon.a (mon.0) 297 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-09T02:57:13.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:13 smithi023 bash[65805]: cluster 2023-12-09T02:57:12.747583+0000 mon.a (mon.0) 298 : cluster 0 osdmap e115: 8 total, 7 up, 8 in 2023-12-09T02:57:13.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:13 smithi023 bash[65805]: cluster 2023-12-09T02:57:12.747613+0000 osd.3 (osd.3) 16 : cluster 3 failed to encode map e115 with expected crc 2023-12-09T02:57:13.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:13 smithi023 bash[65805]: cluster 2023-12-09T02:57:12.751323+0000 osd.5 (osd.5) 15 : cluster 3 failed to encode map e115 with expected crc 2023-12-09T02:57:13.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:13 smithi023 bash[65805]: cluster 2023-12-09T02:57:12.762339+0000 osd.6 (osd.6) 13 : cluster 3 failed to encode map e115 with expected crc 2023-12-09T02:57:13.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:13 smithi023 bash[65805]: cluster 2023-12-09T02:57:12.764582+0000 osd.4 (osd.4) 13 : cluster 3 failed to encode map e115 with expected crc 2023-12-09T02:57:13.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:13 smithi023 bash[65805]: cluster 2023-12-09T02:57:12.767533+0000 osd.4 (osd.4) 14 : cluster 3 failed to encode map e115 with expected crc 2023-12-09T02:57:13.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:13 smithi172 bash[51856]: cluster 2023-12-09T02:57:12.705236+0000 mon.a (mon.0) 297 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-09T02:57:13.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:13 smithi172 bash[51856]: cluster 2023-12-09T02:57:12.747583+0000 mon.a (mon.0) 298 : cluster 0 osdmap e115: 8 total, 7 up, 8 in 2023-12-09T02:57:13.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:13 smithi172 bash[51856]: cluster 2023-12-09T02:57:12.747613+0000 osd.3 (osd.3) 16 : cluster 3 failed to encode map e115 with expected crc 2023-12-09T02:57:13.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:13 smithi172 bash[51856]: cluster 2023-12-09T02:57:12.751323+0000 osd.5 (osd.5) 15 : cluster 3 failed to encode map e115 with expected crc 2023-12-09T02:57:13.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:13 smithi172 bash[51856]: cluster 2023-12-09T02:57:12.762339+0000 osd.6 (osd.6) 13 : cluster 3 failed to encode map e115 with expected crc 2023-12-09T02:57:13.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:13 smithi172 bash[51856]: cluster 2023-12-09T02:57:12.764582+0000 osd.4 (osd.4) 13 : cluster 3 failed to encode map e115 with expected crc 2023-12-09T02:57:13.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:13 smithi172 bash[51856]: cluster 2023-12-09T02:57:12.767533+0000 osd.4 (osd.4) 14 : cluster 3 failed to encode map e115 with expected crc 2023-12-09T02:57:14.022 INFO:journalctl@ceph.osd.2.smithi023.stdout:Dec 09 02:57:13 smithi023 bash[72486]: ceph-9eab968a-963b-11ee-95a3-87774f69a715-osd-2 2023-12-09T02:57:14.522 INFO:journalctl@ceph.osd.2.smithi023.stdout:Dec 09 02:57:14 smithi023 bash[72559]: Error response from daemon: No such container: ceph-9eab968a-963b-11ee-95a3-87774f69a715-osd-2 2023-12-09T02:57:15.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:14 smithi023 bash[64415]: cluster 2023-12-09T02:57:13.363144+0000 mgr.y (mgr.25456) 204 : cluster 0 pgmap v108: 161 pgs: 12 stale+active+clean, 149 active+clean; 585 KiB data, 146 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-09T02:57:15.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:14 smithi023 bash[64415]: cluster 2023-12-09T02:57:13.747144+0000 osd.3 (osd.3) 17 : cluster 3 failed to encode map e116 with expected crc 2023-12-09T02:57:15.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:14 smithi023 bash[64415]: cluster 2023-12-09T02:57:13.750317+0000 mon.a (mon.0) 299 : cluster 0 osdmap e116: 8 total, 7 up, 8 in 2023-12-09T02:57:15.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:14 smithi023 bash[64415]: cluster 2023-12-09T02:57:13.751004+0000 osd.3 (osd.3) 18 : cluster 3 failed to encode map e116 with expected crc 2023-12-09T02:57:15.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:14 smithi023 bash[64415]: cluster 2023-12-09T02:57:13.755168+0000 osd.5 (osd.5) 16 : cluster 3 failed to encode map e116 with expected crc 2023-12-09T02:57:15.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:14 smithi023 bash[64415]: cluster 2023-12-09T02:57:13.759096+0000 osd.5 (osd.5) 17 : cluster 3 failed to encode map e116 with expected crc 2023-12-09T02:57:15.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:14 smithi023 bash[64415]: cluster 2023-12-09T02:57:13.759266+0000 osd.7 (osd.7) 12 : cluster 3 failed to encode map e116 with expected crc 2023-12-09T02:57:15.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:14 smithi023 bash[64415]: cluster 2023-12-09T02:57:13.759537+0000 osd.6 (osd.6) 14 : cluster 3 failed to encode map e116 with expected crc 2023-12-09T02:57:15.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:14 smithi023 bash[64415]: cluster 2023-12-09T02:57:13.759741+0000 osd.4 (osd.4) 15 : cluster 3 failed to encode map e116 with expected crc 2023-12-09T02:57:15.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:14 smithi023 bash[65805]: cluster 2023-12-09T02:57:13.363144+0000 mgr.y (mgr.25456) 204 : cluster 0 pgmap v108: 161 pgs: 12 stale+active+clean, 149 active+clean; 585 KiB data, 146 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-09T02:57:15.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:14 smithi023 bash[65805]: cluster 2023-12-09T02:57:13.747144+0000 osd.3 (osd.3) 17 : cluster 3 failed to encode map e116 with expected crc 2023-12-09T02:57:15.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:14 smithi023 bash[65805]: cluster 2023-12-09T02:57:13.750317+0000 mon.a (mon.0) 299 : cluster 0 osdmap e116: 8 total, 7 up, 8 in 2023-12-09T02:57:15.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:14 smithi023 bash[65805]: cluster 2023-12-09T02:57:13.751004+0000 osd.3 (osd.3) 18 : cluster 3 failed to encode map e116 with expected crc 2023-12-09T02:57:15.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:14 smithi023 bash[65805]: cluster 2023-12-09T02:57:13.755168+0000 osd.5 (osd.5) 16 : cluster 3 failed to encode map e116 with expected crc 2023-12-09T02:57:15.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:14 smithi023 bash[65805]: cluster 2023-12-09T02:57:13.759096+0000 osd.5 (osd.5) 17 : cluster 3 failed to encode map e116 with expected crc 2023-12-09T02:57:15.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:14 smithi023 bash[65805]: cluster 2023-12-09T02:57:13.759266+0000 osd.7 (osd.7) 12 : cluster 3 failed to encode map e116 with expected crc 2023-12-09T02:57:15.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:14 smithi023 bash[65805]: cluster 2023-12-09T02:57:13.759537+0000 osd.6 (osd.6) 14 : cluster 3 failed to encode map e116 with expected crc 2023-12-09T02:57:15.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:14 smithi023 bash[65805]: cluster 2023-12-09T02:57:13.759741+0000 osd.4 (osd.4) 15 : cluster 3 failed to encode map e116 with expected crc 2023-12-09T02:57:15.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:14 smithi172 bash[51856]: cluster 2023-12-09T02:57:13.363144+0000 mgr.y (mgr.25456) 204 : cluster 0 pgmap v108: 161 pgs: 12 stale+active+clean, 149 active+clean; 585 KiB data, 146 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-09T02:57:15.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:14 smithi172 bash[51856]: cluster 2023-12-09T02:57:13.747144+0000 osd.3 (osd.3) 17 : cluster 3 failed to encode map e116 with expected crc 2023-12-09T02:57:15.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:14 smithi172 bash[51856]: cluster 2023-12-09T02:57:13.750317+0000 mon.a (mon.0) 299 : cluster 0 osdmap e116: 8 total, 7 up, 8 in 2023-12-09T02:57:15.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:14 smithi172 bash[51856]: cluster 2023-12-09T02:57:13.751004+0000 osd.3 (osd.3) 18 : cluster 3 failed to encode map e116 with expected crc 2023-12-09T02:57:15.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:14 smithi172 bash[51856]: cluster 2023-12-09T02:57:13.755168+0000 osd.5 (osd.5) 16 : cluster 3 failed to encode map e116 with expected crc 2023-12-09T02:57:15.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:14 smithi172 bash[51856]: cluster 2023-12-09T02:57:13.759096+0000 osd.5 (osd.5) 17 : cluster 3 failed to encode map e116 with expected crc 2023-12-09T02:57:15.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:14 smithi172 bash[51856]: cluster 2023-12-09T02:57:13.759266+0000 osd.7 (osd.7) 12 : cluster 3 failed to encode map e116 with expected crc 2023-12-09T02:57:15.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:14 smithi172 bash[51856]: cluster 2023-12-09T02:57:13.759537+0000 osd.6 (osd.6) 14 : cluster 3 failed to encode map e116 with expected crc 2023-12-09T02:57:15.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:14 smithi172 bash[51856]: cluster 2023-12-09T02:57:13.759741+0000 osd.4 (osd.4) 15 : cluster 3 failed to encode map e116 with expected crc 2023-12-09T02:57:16.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:16 smithi172 bash[51856]: cluster 2023-12-09T02:57:15.363980+0000 mgr.y (mgr.25456) 205 : cluster 0 pgmap v110: 161 pgs: 4 active+undersized+degraded, 8 stale+active+clean, 11 active+undersized, 138 active+clean; 585 KiB data, 146 MiB used, 715 GiB / 715 GiB avail; 29/726 objects degraded (3.994%) 2023-12-09T02:57:16.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:16 smithi023 bash[65805]: cluster 2023-12-09T02:57:15.363980+0000 mgr.y (mgr.25456) 205 : cluster 0 pgmap v110: 161 pgs: 4 active+undersized+degraded, 8 stale+active+clean, 11 active+undersized, 138 active+clean; 585 KiB data, 146 MiB used, 715 GiB / 715 GiB avail; 29/726 objects degraded (3.994%) 2023-12-09T02:57:16.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:16 smithi023 bash[64415]: cluster 2023-12-09T02:57:15.363980+0000 mgr.y (mgr.25456) 205 : cluster 0 pgmap v110: 161 pgs: 4 active+undersized+degraded, 8 stale+active+clean, 11 active+undersized, 138 active+clean; 585 KiB data, 146 MiB used, 715 GiB / 715 GiB avail; 29/726 objects degraded (3.994%) 2023-12-09T02:57:16.773 INFO:journalctl@ceph.osd.2.smithi023.stdout:Dec 09 02:57:16 smithi023 systemd[1]: ceph-9eab968a-963b-11ee-95a3-87774f69a715@osd.2.service: Succeeded. 2023-12-09T02:57:16.773 INFO:journalctl@ceph.osd.2.smithi023.stdout:Dec 09 02:57:16 smithi023 systemd[1]: Stopped Ceph osd.2 for 9eab968a-963b-11ee-95a3-87774f69a715. 2023-12-09T02:57:17.272 INFO:journalctl@ceph.osd.2.smithi023.stdout:Dec 09 02:57:16 smithi023 systemd[1]: Started Ceph osd.2 for 9eab968a-963b-11ee-95a3-87774f69a715. 2023-12-09T02:57:17.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:17 smithi172 bash[51856]: cluster 2023-12-09T02:57:16.364315+0000 mon.a (mon.0) 300 : cluster 3 Health check failed: Degraded data redundancy: 29/726 objects degraded (3.994%), 4 pgs degraded (PG_DEGRADED) 2023-12-09T02:57:17.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:17 smithi172 bash[51856]: audit 2023-12-09T02:57:16.412878+0000 mgr.y (mgr.25456) 206 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:57:17.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:17 smithi172 bash[51856]: audit 2023-12-09T02:57:16.857804+0000 mon.a (mon.0) 301 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:17.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:17 smithi172 bash[51856]: audit 2023-12-09T02:57:16.865711+0000 mon.a (mon.0) 302 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:17.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:17 smithi023 bash[64415]: cluster 2023-12-09T02:57:16.364315+0000 mon.a (mon.0) 300 : cluster 3 Health check failed: Degraded data redundancy: 29/726 objects degraded (3.994%), 4 pgs degraded (PG_DEGRADED) 2023-12-09T02:57:17.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:17 smithi023 bash[64415]: audit 2023-12-09T02:57:16.412878+0000 mgr.y (mgr.25456) 206 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:57:17.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:17 smithi023 bash[64415]: audit 2023-12-09T02:57:16.857804+0000 mon.a (mon.0) 301 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:17.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:17 smithi023 bash[64415]: audit 2023-12-09T02:57:16.865711+0000 mon.a (mon.0) 302 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:17.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:17 smithi023 bash[65805]: cluster 2023-12-09T02:57:16.364315+0000 mon.a (mon.0) 300 : cluster 3 Health check failed: Degraded data redundancy: 29/726 objects degraded (3.994%), 4 pgs degraded (PG_DEGRADED) 2023-12-09T02:57:17.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:17 smithi023 bash[65805]: audit 2023-12-09T02:57:16.412878+0000 mgr.y (mgr.25456) 206 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:57:17.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:17 smithi023 bash[65805]: audit 2023-12-09T02:57:16.857804+0000 mon.a (mon.0) 301 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:17.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:17 smithi023 bash[65805]: audit 2023-12-09T02:57:16.865711+0000 mon.a (mon.0) 302 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:18.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:18 smithi172 bash[51856]: cluster 2023-12-09T02:57:17.365609+0000 mgr.y (mgr.25456) 207 : cluster 0 pgmap v111: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 147 MiB used, 715 GiB / 715 GiB avail; 65/726 objects degraded (8.953%) 2023-12-09T02:57:18.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:18 smithi023 bash[64415]: cluster 2023-12-09T02:57:17.365609+0000 mgr.y (mgr.25456) 207 : cluster 0 pgmap v111: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 147 MiB used, 715 GiB / 715 GiB avail; 65/726 objects degraded (8.953%) 2023-12-09T02:57:18.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:18 smithi023 bash[65805]: cluster 2023-12-09T02:57:17.365609+0000 mgr.y (mgr.25456) 207 : cluster 0 pgmap v111: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 147 MiB used, 715 GiB / 715 GiB avail; 65/726 objects degraded (8.953%) 2023-12-09T02:57:18.772 INFO:journalctl@ceph.osd.2.smithi023.stdout:Dec 09 02:57:18 smithi023 bash[72727]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2023-12-09T02:57:18.773 INFO:journalctl@ceph.osd.2.smithi023.stdout:Dec 09 02:57:18 smithi023 bash[72727]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-2 --no-mon-config --dev /dev/mapper/vg_nvme-lv_2 2023-12-09T02:57:18.773 INFO:journalctl@ceph.osd.2.smithi023.stdout:Dec 09 02:57:18 smithi023 bash[72727]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2023-12-09T02:57:18.773 INFO:journalctl@ceph.osd.2.smithi023.stdout:Dec 09 02:57:18 smithi023 bash[72727]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2023-12-09T02:57:18.773 INFO:journalctl@ceph.osd.2.smithi023.stdout:Dec 09 02:57:18 smithi023 bash[72727]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-2/block 2023-12-09T02:57:18.773 INFO:journalctl@ceph.osd.2.smithi023.stdout:Dec 09 02:57:18 smithi023 bash[72727]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2023-12-09T02:57:18.773 INFO:journalctl@ceph.osd.2.smithi023.stdout:Dec 09 02:57:18 smithi023 bash[72727]: --> ceph-volume raw activate successful for osd ID: 2 2023-12-09T02:57:20.522 INFO:journalctl@ceph.osd.2.smithi023.stdout:Dec 09 02:57:20 smithi023 bash[73010]: debug 2023-12-09T02:57:20.341+0000 7f58bd9b3700 1 -- 172.21.15.23:0/214686498 <== mon.1 v2:172.21.15.23:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55edbecdb1e0 con 0x55edbed60c00 2023-12-09T02:57:20.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:20 smithi023 bash[64415]: cluster 2023-12-09T02:57:19.366762+0000 mgr.y (mgr.25456) 208 : cluster 0 pgmap v112: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 147 MiB used, 715 GiB / 715 GiB avail; 65/726 objects degraded (8.953%) 2023-12-09T02:57:20.522 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:20 smithi023 bash[64415]: audit 2023-12-09T02:57:20.382221+0000 mon.a (mon.0) 303 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:20.523 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:20 smithi023 bash[64415]: audit 2023-12-09T02:57:20.384760+0000 mon.a (mon.0) 304 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:57:20.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:20 smithi023 bash[65805]: cluster 2023-12-09T02:57:19.366762+0000 mgr.y (mgr.25456) 208 : cluster 0 pgmap v112: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 147 MiB used, 715 GiB / 715 GiB avail; 65/726 objects degraded (8.953%) 2023-12-09T02:57:20.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:20 smithi023 bash[65805]: audit 2023-12-09T02:57:20.382221+0000 mon.a (mon.0) 303 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:20.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:20 smithi023 bash[65805]: audit 2023-12-09T02:57:20.384760+0000 mon.a (mon.0) 304 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:57:20.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:20 smithi172 bash[51856]: cluster 2023-12-09T02:57:19.366762+0000 mgr.y (mgr.25456) 208 : cluster 0 pgmap v112: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 147 MiB used, 715 GiB / 715 GiB avail; 65/726 objects degraded (8.953%) 2023-12-09T02:57:20.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:20 smithi172 bash[51856]: audit 2023-12-09T02:57:20.382221+0000 mon.a (mon.0) 303 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:20.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:20 smithi172 bash[51856]: audit 2023-12-09T02:57:20.384760+0000 mon.a (mon.0) 304 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:57:21.272 INFO:journalctl@ceph.osd.2.smithi023.stdout:Dec 09 02:57:20 smithi023 bash[73010]: debug 2023-12-09T02:57:20.893+0000 7f58c6b39640 -1 Falling back to public interface 2023-12-09T02:57:21.619 INFO:teuthology.orchestra.run.smithi023.stdout:true 2023-12-09T02:57:22.447 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-09T02:57:22.448 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (5m) 29s ago 12m 15.7M - 0.23.0 ba2b418f427c 3b4091a6361f 2023-12-09T02:57:22.448 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi172 *:3000 running (4m) 2m ago 12m 43.3M - 8.3.5 dad864ee21e9 b146a6fad367 2023-12-09T02:57:22.448 INFO:teuthology.orchestra.run.smithi023.stdout:iscsi.foo.smithi023.vcvunr smithi023 running (4m) 29s ago 10m 46.5M - 3.5 e1d6a67b021e cab96a54a200 2023-12-09T02:57:22.448 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi172 *:8443,9283,8765 running (3m) 2m ago 18m 433M - 19.0.0-44-g9dcc13bb f28f2b94f153 997a6e266d78 2023-12-09T02:57:22.448 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:8443,9283,8765 running (4m) 29s ago 20m 488M - 19.0.0-44-g9dcc13bb f28f2b94f153 f635daf405b8 2023-12-09T02:57:22.448 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (3m) 29s ago 20m 49.4M 2048M 19.0.0-44-g9dcc13bb f28f2b94f153 aa99792ae0fd 2023-12-09T02:57:22.448 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi172 running (2m) 2m ago 19m 23.5M 2048M 19.0.0-44-g9dcc13bb f28f2b94f153 aa13b48f02bc 2023-12-09T02:57:22.448 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (2m) 29s ago 19m 41.2M 2048M 19.0.0-44-g9dcc13bb f28f2b94f153 6eb3e7afe9c1 2023-12-09T02:57:22.448 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (5m) 29s ago 13m 12.5M - 1.3.1 1dbe0e931976 11aaca649943 2023-12-09T02:57:22.448 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi172 *:9100 running (5m) 2m ago 13m 11.0M - 1.3.1 1dbe0e931976 7938141dc8d6 2023-12-09T02:57:22.448 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (62s) 29s ago 18m 50.2M 2781M 19.0.0-44-g9dcc13bb f28f2b94f153 5a768836da38 2023-12-09T02:57:22.448 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (33s) 29s ago 17m - 2781M 19.0.0-44-g9dcc13bb f28f2b94f153 1ce77f0aaf3e 2023-12-09T02:57:22.448 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 starting - - - 2781M 2023-12-09T02:57:22.449 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (16m) 29s ago 16m 64.3M 2781M 17.2.0 e1d6a67b021e 635c08619a33 2023-12-09T02:57:22.449 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi172 running (15m) 2m ago 15m 62.2M 3037M 17.2.0 e1d6a67b021e c04304e8675b 2023-12-09T02:57:22.449 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi172 running (15m) 2m ago 15m 57.4M 3037M 17.2.0 e1d6a67b021e fcb16f6cd272 2023-12-09T02:57:22.449 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi172 running (14m) 2m ago 14m 55.8M 3037M 17.2.0 e1d6a67b021e a1dc1e893a48 2023-12-09T02:57:22.449 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi172 running (13m) 2m ago 13m 58.7M 3037M 17.2.0 e1d6a67b021e f5bf1afe0d7c 2023-12-09T02:57:22.449 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi172 *:9095 running (3m) 2m ago 13m 59.7M - 2.33.4 514e6a882f6e 506724a1b8e0 2023-12-09T02:57:22.449 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.foo.smithi023.mllipj smithi023 *:8000 running (10m) 29s ago 10m 88.7M - 17.2.0 e1d6a67b021e 110d5ba1c152 2023-12-09T02:57:22.449 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.foo.smithi172.aqpemq smithi172 *:8000 running (10m) 2m ago 10m 88.5M - 17.2.0 e1d6a67b021e c9a58e322a85 2023-12-09T02:57:22.449 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.smpl.smithi023.ikvhaq smithi023 *:80 running (10m) 29s ago 10m 89.0M - 17.2.0 e1d6a67b021e 9fb31f23b01c 2023-12-09T02:57:22.449 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.smpl.smithi172.ysxvfy smithi172 *:80 running (10m) 2m ago 10m 88.3M - 17.2.0 e1d6a67b021e 3c13f0c0b020 2023-12-09T02:57:22.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:22 smithi172 bash[51856]: cluster 2023-12-09T02:57:21.367923+0000 mgr.y (mgr.25456) 209 : cluster 0 pgmap v113: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 147 MiB used, 715 GiB / 715 GiB avail; 65/726 objects degraded (8.953%) 2023-12-09T02:57:22.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:22 smithi172 bash[51856]: audit 2023-12-09T02:57:21.594866+0000 mgr.y (mgr.25456) 210 : audit 0 from='client.44293 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:57:22.772 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:57:22 smithi023 bash[61239]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:57:22] "GET /metrics HTTP/1.1" 200 38331 "" "Prometheus/2.33.4" 2023-12-09T02:57:22.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:22 smithi023 bash[65805]: cluster 2023-12-09T02:57:21.367923+0000 mgr.y (mgr.25456) 209 : cluster 0 pgmap v113: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 147 MiB used, 715 GiB / 715 GiB avail; 65/726 objects degraded (8.953%) 2023-12-09T02:57:22.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:22 smithi023 bash[65805]: audit 2023-12-09T02:57:21.594866+0000 mgr.y (mgr.25456) 210 : audit 0 from='client.44293 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:57:22.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:22 smithi023 bash[64415]: cluster 2023-12-09T02:57:21.367923+0000 mgr.y (mgr.25456) 209 : cluster 0 pgmap v113: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 147 MiB used, 715 GiB / 715 GiB avail; 65/726 objects degraded (8.953%) 2023-12-09T02:57:22.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:22 smithi023 bash[64415]: audit 2023-12-09T02:57:21.594866+0000 mgr.y (mgr.25456) 210 : audit 0 from='client.44293 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:57:22.928 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2023-12-09T02:57:22.929 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2023-12-09T02:57:22.929 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 3 2023-12-09T02:57:22.929 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:57:22.929 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2023-12-09T02:57:22.929 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 2 2023-12-09T02:57:22.929 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:57:22.929 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2023-12-09T02:57:22.929 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 5, 2023-12-09T02:57:22.929 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 2 2023-12-09T02:57:22.929 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:57:22.929 INFO:teuthology.orchestra.run.smithi023.stdout: "rgw": { 2023-12-09T02:57:22.929 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-09T02:57:22.929 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:57:22.930 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2023-12-09T02:57:22.930 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 9, 2023-12-09T02:57:22.930 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 7 2023-12-09T02:57:22.930 INFO:teuthology.orchestra.run.smithi023.stdout: } 2023-12-09T02:57:22.930 INFO:teuthology.orchestra.run.smithi023.stdout:} 2023-12-09T02:57:23.330 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2023-12-09T02:57:23.330 INFO:teuthology.orchestra.run.smithi023.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882", 2023-12-09T02:57:23.330 INFO:teuthology.orchestra.run.smithi023.stdout: "in_progress": true, 2023-12-09T02:57:23.330 INFO:teuthology.orchestra.run.smithi023.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-09T02:57:23.330 INFO:teuthology.orchestra.run.smithi023.stdout: "services_complete": [ 2023-12-09T02:57:23.331 INFO:teuthology.orchestra.run.smithi023.stdout: "mon", 2023-12-09T02:57:23.331 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr" 2023-12-09T02:57:23.331 INFO:teuthology.orchestra.run.smithi023.stdout: ], 2023-12-09T02:57:23.331 INFO:teuthology.orchestra.run.smithi023.stdout: "progress": "7/23 daemons upgraded", 2023-12-09T02:57:23.331 INFO:teuthology.orchestra.run.smithi023.stdout: "message": "Currently upgrading osd daemons", 2023-12-09T02:57:23.331 INFO:teuthology.orchestra.run.smithi023.stdout: "is_paused": false 2023-12-09T02:57:23.331 INFO:teuthology.orchestra.run.smithi023.stdout:} 2023-12-09T02:57:23.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:23 smithi172 bash[51856]: audit 2023-12-09T02:57:21.979604+0000 mgr.y (mgr.25456) 211 : audit 0 from='client.34374 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:57:23.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:23 smithi172 bash[51856]: audit 2023-12-09T02:57:22.415538+0000 mgr.y (mgr.25456) 212 : audit 0 from='client.34380 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:57:23.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:23 smithi172 bash[51856]: audit 2023-12-09T02:57:22.920495+0000 mon.c (mon.1) 7 : audit 0 from='client.? 172.21.15.23:0/1997315382' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:57:23.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:23 smithi172 bash[51856]: audit 2023-12-09T02:57:23.348685+0000 mon.a (mon.0) 305 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:23.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:23 smithi172 bash[51856]: audit 2023-12-09T02:57:23.359169+0000 mon.a (mon.0) 306 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:23.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:23 smithi023 bash[64415]: audit 2023-12-09T02:57:21.979604+0000 mgr.y (mgr.25456) 211 : audit 0 from='client.34374 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:57:23.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:23 smithi023 bash[64415]: audit 2023-12-09T02:57:22.415538+0000 mgr.y (mgr.25456) 212 : audit 0 from='client.34380 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:57:23.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:23 smithi023 bash[64415]: audit 2023-12-09T02:57:22.920495+0000 mon.c (mon.1) 7 : audit 0 from='client.? 172.21.15.23:0/1997315382' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:57:23.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:23 smithi023 bash[64415]: audit 2023-12-09T02:57:23.348685+0000 mon.a (mon.0) 305 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:23.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:23 smithi023 bash[64415]: audit 2023-12-09T02:57:23.359169+0000 mon.a (mon.0) 306 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:23.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:23 smithi023 bash[65805]: audit 2023-12-09T02:57:21.979604+0000 mgr.y (mgr.25456) 211 : audit 0 from='client.34374 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:57:23.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:23 smithi023 bash[65805]: audit 2023-12-09T02:57:22.415538+0000 mgr.y (mgr.25456) 212 : audit 0 from='client.34380 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:57:23.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:23 smithi023 bash[65805]: audit 2023-12-09T02:57:22.920495+0000 mon.c (mon.1) 7 : audit 0 from='client.? 172.21.15.23:0/1997315382' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:57:23.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:23 smithi023 bash[65805]: audit 2023-12-09T02:57:23.348685+0000 mon.a (mon.0) 305 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:23.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:23 smithi023 bash[65805]: audit 2023-12-09T02:57:23.359169+0000 mon.a (mon.0) 306 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:23.799 INFO:teuthology.orchestra.run.smithi023.stdout:HEALTH_WARN 1 osds down; Degraded data redundancy: 65/726 objects degraded (8.953%), 13 pgs degraded 2023-12-09T02:57:23.799 INFO:teuthology.orchestra.run.smithi023.stdout:[WRN] OSD_DOWN: 1 osds down 2023-12-09T02:57:23.799 INFO:teuthology.orchestra.run.smithi023.stdout: osd.2 (root=default,host=smithi023) is down 2023-12-09T02:57:23.799 INFO:teuthology.orchestra.run.smithi023.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 65/726 objects degraded (8.953%), 13 pgs degraded 2023-12-09T02:57:23.799 INFO:teuthology.orchestra.run.smithi023.stdout: pg 2.c is active+undersized+degraded, acting [5,0] 2023-12-09T02:57:23.799 INFO:teuthology.orchestra.run.smithi023.stdout: pg 2.10 is active+undersized+degraded, acting [1,0] 2023-12-09T02:57:23.799 INFO:teuthology.orchestra.run.smithi023.stdout: pg 2.17 is active+undersized+degraded, acting [6,5] 2023-12-09T02:57:23.799 INFO:teuthology.orchestra.run.smithi023.stdout: pg 3.0 is active+undersized+degraded, acting [1,6] 2023-12-09T02:57:23.799 INFO:teuthology.orchestra.run.smithi023.stdout: pg 3.4 is active+undersized+degraded, acting [1,5] 2023-12-09T02:57:23.799 INFO:teuthology.orchestra.run.smithi023.stdout: pg 3.5 is active+undersized+degraded, acting [5,3] 2023-12-09T02:57:23.800 INFO:teuthology.orchestra.run.smithi023.stdout: pg 3.9 is active+undersized+degraded, acting [4,7] 2023-12-09T02:57:23.800 INFO:teuthology.orchestra.run.smithi023.stdout: pg 3.13 is active+undersized+degraded, acting [7,4] 2023-12-09T02:57:23.800 INFO:teuthology.orchestra.run.smithi023.stdout: pg 3.1a is active+undersized+degraded, acting [4,1] 2023-12-09T02:57:23.800 INFO:teuthology.orchestra.run.smithi023.stdout: pg 3.1e is active+undersized+degraded, acting [3,6] 2023-12-09T02:57:23.800 INFO:teuthology.orchestra.run.smithi023.stdout: pg 3.1f is active+undersized+degraded, acting [0,5] 2023-12-09T02:57:23.800 INFO:teuthology.orchestra.run.smithi023.stdout: pg 4.d is active+undersized+degraded, acting [4,1] 2023-12-09T02:57:23.800 INFO:teuthology.orchestra.run.smithi023.stdout: pg 5.1c is active+undersized+degraded, acting [4,3] 2023-12-09T02:57:24.427 INFO:journalctl@ceph.osd.2.smithi023.stdout:Dec 09 02:57:24 smithi023 bash[73010]: debug 2023-12-09T02:57:24.053+0000 7f58c6b39640 -1 osd.2 0 read_superblock omap replica is missing. 2023-12-09T02:57:24.427 INFO:journalctl@ceph.osd.2.smithi023.stdout:Dec 09 02:57:24 smithi023 bash[73010]: debug 2023-12-09T02:57:24.093+0000 7f58c6b39640 -1 osd.2 114 log_to_monitors true 2023-12-09T02:57:24.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:24 smithi172 bash[51856]: audit 2023-12-09T02:57:23.311349+0000 mgr.y (mgr.25456) 213 : audit 0 from='client.34392 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:57:24.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:24 smithi172 bash[51856]: cluster 2023-12-09T02:57:23.368495+0000 mgr.y (mgr.25456) 214 : cluster 0 pgmap v114: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 147 MiB used, 715 GiB / 715 GiB avail; 65/726 objects degraded (8.953%) 2023-12-09T02:57:24.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:24 smithi172 bash[51856]: audit 2023-12-09T02:57:23.791060+0000 mon.c (mon.1) 8 : audit 0 from='client.? 172.21.15.23:0/2265094623' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:57:24.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:24 smithi172 bash[51856]: audit 2023-12-09T02:57:24.100699+0000 mon.a (mon.0) 307 : audit 1 from='osd.2 [v2:172.21.15.23:6818/1962239243,v1:172.21.15.23:6819/1962239243]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-09T02:57:24.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:24 smithi172 bash[51856]: audit 2023-12-09T02:57:24.402674+0000 mon.a (mon.0) 308 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:24.772 INFO:journalctl@ceph.osd.2.smithi023.stdout:Dec 09 02:57:24 smithi023 bash[73010]: debug 2023-12-09T02:57:24.481+0000 7f58b57a5700 -1 osd.2 114 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-09T02:57:24.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:24 smithi023 bash[64415]: audit 2023-12-09T02:57:23.311349+0000 mgr.y (mgr.25456) 213 : audit 0 from='client.34392 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:57:24.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:24 smithi023 bash[64415]: cluster 2023-12-09T02:57:23.368495+0000 mgr.y (mgr.25456) 214 : cluster 0 pgmap v114: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 147 MiB used, 715 GiB / 715 GiB avail; 65/726 objects degraded (8.953%) 2023-12-09T02:57:24.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:24 smithi023 bash[64415]: audit 2023-12-09T02:57:23.791060+0000 mon.c (mon.1) 8 : audit 0 from='client.? 172.21.15.23:0/2265094623' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:57:24.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:24 smithi023 bash[64415]: audit 2023-12-09T02:57:24.100699+0000 mon.a (mon.0) 307 : audit 1 from='osd.2 [v2:172.21.15.23:6818/1962239243,v1:172.21.15.23:6819/1962239243]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-09T02:57:24.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:24 smithi023 bash[64415]: audit 2023-12-09T02:57:24.402674+0000 mon.a (mon.0) 308 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:24.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:24 smithi023 bash[65805]: audit 2023-12-09T02:57:23.311349+0000 mgr.y (mgr.25456) 213 : audit 0 from='client.34392 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:57:24.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:24 smithi023 bash[65805]: cluster 2023-12-09T02:57:23.368495+0000 mgr.y (mgr.25456) 214 : cluster 0 pgmap v114: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 147 MiB used, 715 GiB / 715 GiB avail; 65/726 objects degraded (8.953%) 2023-12-09T02:57:24.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:24 smithi023 bash[65805]: audit 2023-12-09T02:57:23.791060+0000 mon.c (mon.1) 8 : audit 0 from='client.? 172.21.15.23:0/2265094623' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:57:24.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:24 smithi023 bash[65805]: audit 2023-12-09T02:57:24.100699+0000 mon.a (mon.0) 307 : audit 1 from='osd.2 [v2:172.21.15.23:6818/1962239243,v1:172.21.15.23:6819/1962239243]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-09T02:57:24.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:24 smithi023 bash[65805]: audit 2023-12-09T02:57:24.402674+0000 mon.a (mon.0) 308 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:25.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:25 smithi172 bash[51856]: audit 2023-12-09T02:57:24.412951+0000 mon.a (mon.0) 309 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:25.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:25 smithi172 bash[51856]: audit 2023-12-09T02:57:24.417368+0000 mon.a (mon.0) 310 : audit 1 from='osd.2 [v2:172.21.15.23:6818/1962239243,v1:172.21.15.23:6819/1962239243]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-09T02:57:25.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:25 smithi172 bash[51856]: cluster 2023-12-09T02:57:24.420124+0000 osd.3 (osd.3) 19 : cluster 3 failed to encode map e117 with expected crc 2023-12-09T02:57:25.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:25 smithi172 bash[51856]: cluster 2023-12-09T02:57:24.423651+0000 mon.a (mon.0) 311 : cluster 0 osdmap e117: 8 total, 7 up, 8 in 2023-12-09T02:57:25.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:25 smithi172 bash[51856]: audit 2023-12-09T02:57:24.424697+0000 mon.a (mon.0) 312 : audit 1 from='osd.2 [v2:172.21.15.23:6818/1962239243,v1:172.21.15.23:6819/1962239243]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2023-12-09T02:57:25.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:25 smithi172 bash[51856]: cluster 2023-12-09T02:57:24.436252+0000 osd.5 (osd.5) 18 : cluster 3 failed to encode map e117 with expected crc 2023-12-09T02:57:25.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:25 smithi172 bash[51856]: cluster 2023-12-09T02:57:25.360681+0000 mon.a (mon.0) 313 : cluster 3 Health check update: Degraded data redundancy: 65/726 objects degraded (8.953%), 13 pgs degraded (PG_DEGRADED) 2023-12-09T02:57:25.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:25 smithi023 bash[64415]: audit 2023-12-09T02:57:24.412951+0000 mon.a (mon.0) 309 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:25.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:25 smithi023 bash[64415]: audit 2023-12-09T02:57:24.417368+0000 mon.a (mon.0) 310 : audit 1 from='osd.2 [v2:172.21.15.23:6818/1962239243,v1:172.21.15.23:6819/1962239243]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-09T02:57:25.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:25 smithi023 bash[64415]: cluster 2023-12-09T02:57:24.420124+0000 osd.3 (osd.3) 19 : cluster 3 failed to encode map e117 with expected crc 2023-12-09T02:57:25.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:25 smithi023 bash[64415]: cluster 2023-12-09T02:57:24.423651+0000 mon.a (mon.0) 311 : cluster 0 osdmap e117: 8 total, 7 up, 8 in 2023-12-09T02:57:25.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:25 smithi023 bash[64415]: audit 2023-12-09T02:57:24.424697+0000 mon.a (mon.0) 312 : audit 1 from='osd.2 [v2:172.21.15.23:6818/1962239243,v1:172.21.15.23:6819/1962239243]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2023-12-09T02:57:25.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:25 smithi023 bash[64415]: cluster 2023-12-09T02:57:24.436252+0000 osd.5 (osd.5) 18 : cluster 3 failed to encode map e117 with expected crc 2023-12-09T02:57:25.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:25 smithi023 bash[64415]: cluster 2023-12-09T02:57:25.360681+0000 mon.a (mon.0) 313 : cluster 3 Health check update: Degraded data redundancy: 65/726 objects degraded (8.953%), 13 pgs degraded (PG_DEGRADED) 2023-12-09T02:57:25.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:25 smithi023 bash[65805]: audit 2023-12-09T02:57:24.412951+0000 mon.a (mon.0) 309 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:25.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:25 smithi023 bash[65805]: audit 2023-12-09T02:57:24.417368+0000 mon.a (mon.0) 310 : audit 1 from='osd.2 [v2:172.21.15.23:6818/1962239243,v1:172.21.15.23:6819/1962239243]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-09T02:57:25.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:25 smithi023 bash[65805]: cluster 2023-12-09T02:57:24.420124+0000 osd.3 (osd.3) 19 : cluster 3 failed to encode map e117 with expected crc 2023-12-09T02:57:25.775 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:25 smithi023 bash[65805]: cluster 2023-12-09T02:57:24.423651+0000 mon.a (mon.0) 311 : cluster 0 osdmap e117: 8 total, 7 up, 8 in 2023-12-09T02:57:25.775 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:25 smithi023 bash[65805]: audit 2023-12-09T02:57:24.424697+0000 mon.a (mon.0) 312 : audit 1 from='osd.2 [v2:172.21.15.23:6818/1962239243,v1:172.21.15.23:6819/1962239243]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2023-12-09T02:57:25.775 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:25 smithi023 bash[65805]: cluster 2023-12-09T02:57:24.436252+0000 osd.5 (osd.5) 18 : cluster 3 failed to encode map e117 with expected crc 2023-12-09T02:57:25.775 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:25 smithi023 bash[65805]: cluster 2023-12-09T02:57:25.360681+0000 mon.a (mon.0) 313 : cluster 3 Health check update: Degraded data redundancy: 65/726 objects degraded (8.953%), 13 pgs degraded (PG_DEGRADED) 2023-12-09T02:57:26.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:26 smithi172 bash[51856]: cluster 2023-12-09T02:57:25.207111+0000 osd.7 (osd.7) 13 : cluster 3 failed to encode map e117 with expected crc 2023-12-09T02:57:26.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:26 smithi172 bash[51856]: cluster 2023-12-09T02:57:25.369624+0000 mgr.y (mgr.25456) 215 : cluster 0 pgmap v116: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s; 65/726 objects degraded (8.953%) 2023-12-09T02:57:26.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:26 smithi172 bash[51856]: cluster 2023-12-09T02:57:25.418395+0000 mon.a (mon.0) 314 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-09T02:57:26.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:26 smithi172 bash[51856]: cluster 2023-12-09T02:57:25.426849+0000 mon.a (mon.0) 315 : cluster 1 osd.2 [v2:172.21.15.23:6818/1962239243,v1:172.21.15.23:6819/1962239243] boot 2023-12-09T02:57:26.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:26 smithi172 bash[51856]: cluster 2023-12-09T02:57:25.427016+0000 mon.a (mon.0) 316 : cluster 0 osdmap e118: 8 total, 8 up, 8 in 2023-12-09T02:57:26.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:26 smithi172 bash[51856]: audit 2023-12-09T02:57:25.427933+0000 mon.a (mon.0) 317 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-09T02:57:26.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:26 smithi172 bash[51856]: cluster 2023-12-09T02:57:25.430931+0000 osd.5 (osd.5) 19 : cluster 3 failed to encode map e118 with expected crc 2023-12-09T02:57:26.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:26 smithi172 bash[51856]: cluster 2023-12-09T02:57:25.431836+0000 osd.4 (osd.4) 16 : cluster 3 failed to encode map e117 with expected crc 2023-12-09T02:57:26.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:26 smithi172 bash[51856]: audit 2023-12-09T02:57:25.532947+0000 mon.a (mon.0) 318 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:26.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:26 smithi023 bash[64415]: cluster 2023-12-09T02:57:25.207111+0000 osd.7 (osd.7) 13 : cluster 3 failed to encode map e117 with expected crc 2023-12-09T02:57:26.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:26 smithi023 bash[64415]: cluster 2023-12-09T02:57:25.369624+0000 mgr.y (mgr.25456) 215 : cluster 0 pgmap v116: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s; 65/726 objects degraded (8.953%) 2023-12-09T02:57:26.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:26 smithi023 bash[64415]: cluster 2023-12-09T02:57:25.418395+0000 mon.a (mon.0) 314 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-09T02:57:26.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:26 smithi023 bash[64415]: cluster 2023-12-09T02:57:25.426849+0000 mon.a (mon.0) 315 : cluster 1 osd.2 [v2:172.21.15.23:6818/1962239243,v1:172.21.15.23:6819/1962239243] boot 2023-12-09T02:57:26.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:26 smithi023 bash[64415]: cluster 2023-12-09T02:57:25.427016+0000 mon.a (mon.0) 316 : cluster 0 osdmap e118: 8 total, 8 up, 8 in 2023-12-09T02:57:26.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:26 smithi023 bash[64415]: audit 2023-12-09T02:57:25.427933+0000 mon.a (mon.0) 317 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-09T02:57:26.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:26 smithi023 bash[64415]: cluster 2023-12-09T02:57:25.430931+0000 osd.5 (osd.5) 19 : cluster 3 failed to encode map e118 with expected crc 2023-12-09T02:57:26.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:26 smithi023 bash[64415]: cluster 2023-12-09T02:57:25.431836+0000 osd.4 (osd.4) 16 : cluster 3 failed to encode map e117 with expected crc 2023-12-09T02:57:26.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:26 smithi023 bash[64415]: audit 2023-12-09T02:57:25.532947+0000 mon.a (mon.0) 318 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:26.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:26 smithi023 bash[65805]: cluster 2023-12-09T02:57:25.207111+0000 osd.7 (osd.7) 13 : cluster 3 failed to encode map e117 with expected crc 2023-12-09T02:57:26.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:26 smithi023 bash[65805]: cluster 2023-12-09T02:57:25.369624+0000 mgr.y (mgr.25456) 215 : cluster 0 pgmap v116: 161 pgs: 13 active+undersized+degraded, 34 active+undersized, 114 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s; 65/726 objects degraded (8.953%) 2023-12-09T02:57:26.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:26 smithi023 bash[65805]: cluster 2023-12-09T02:57:25.418395+0000 mon.a (mon.0) 314 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-09T02:57:26.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:26 smithi023 bash[65805]: cluster 2023-12-09T02:57:25.426849+0000 mon.a (mon.0) 315 : cluster 1 osd.2 [v2:172.21.15.23:6818/1962239243,v1:172.21.15.23:6819/1962239243] boot 2023-12-09T02:57:26.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:26 smithi023 bash[65805]: cluster 2023-12-09T02:57:25.427016+0000 mon.a (mon.0) 316 : cluster 0 osdmap e118: 8 total, 8 up, 8 in 2023-12-09T02:57:26.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:26 smithi023 bash[65805]: audit 2023-12-09T02:57:25.427933+0000 mon.a (mon.0) 317 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-09T02:57:26.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:26 smithi023 bash[65805]: cluster 2023-12-09T02:57:25.430931+0000 osd.5 (osd.5) 19 : cluster 3 failed to encode map e118 with expected crc 2023-12-09T02:57:26.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:26 smithi023 bash[65805]: cluster 2023-12-09T02:57:25.431836+0000 osd.4 (osd.4) 16 : cluster 3 failed to encode map e117 with expected crc 2023-12-09T02:57:26.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:26 smithi023 bash[65805]: audit 2023-12-09T02:57:25.532947+0000 mon.a (mon.0) 318 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:27.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:27 smithi172 bash[51856]: audit 2023-12-09T02:57:26.421164+0000 mgr.y (mgr.25456) 216 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:57:27.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:27 smithi172 bash[51856]: cluster 2023-12-09T02:57:26.434062+0000 osd.3 (osd.3) 20 : cluster 3 failed to encode map e119 with expected crc 2023-12-09T02:57:27.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:27 smithi172 bash[51856]: cluster 2023-12-09T02:57:26.437675+0000 mon.a (mon.0) 319 : cluster 0 osdmap e119: 8 total, 8 up, 8 in 2023-12-09T02:57:27.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:27 smithi172 bash[51856]: cluster 2023-12-09T02:57:26.439332+0000 osd.3 (osd.3) 21 : cluster 3 failed to encode map e119 with expected crc 2023-12-09T02:57:27.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:27 smithi172 bash[51856]: cluster 2023-12-09T02:57:26.441749+0000 osd.5 (osd.5) 20 : cluster 3 failed to encode map e119 with expected crc 2023-12-09T02:57:27.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:27 smithi172 bash[51856]: cluster 2023-12-09T02:57:26.446536+0000 osd.7 (osd.7) 14 : cluster 3 failed to encode map e119 with expected crc 2023-12-09T02:57:27.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:27 smithi172 bash[51856]: cluster 2023-12-09T02:57:26.446538+0000 osd.3 (osd.3) 22 : cluster 3 failed to encode map e119 with expected crc 2023-12-09T02:57:27.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:27 smithi172 bash[51856]: cluster 2023-12-09T02:57:26.446769+0000 osd.5 (osd.5) 21 : cluster 3 failed to encode map e119 with expected crc 2023-12-09T02:57:27.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:27 smithi172 bash[51856]: cluster 2023-12-09T02:57:26.446797+0000 osd.6 (osd.6) 15 : cluster 3 failed to encode map e119 with expected crc 2023-12-09T02:57:27.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:27 smithi172 bash[51856]: cluster 2023-12-09T02:57:26.448095+0000 osd.4 (osd.4) 17 : cluster 3 failed to encode map e119 with expected crc 2023-12-09T02:57:27.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:27 smithi172 bash[51856]: cluster 2023-12-09T02:57:26.451307+0000 osd.4 (osd.4) 18 : cluster 3 failed to encode map e119 with expected crc 2023-12-09T02:57:27.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:27 smithi172 bash[51856]: cluster 2023-12-09T02:57:26.455830+0000 osd.6 (osd.6) 16 : cluster 3 failed to encode map e119 with expected crc 2023-12-09T02:57:27.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:27 smithi023 bash[64415]: audit 2023-12-09T02:57:26.421164+0000 mgr.y (mgr.25456) 216 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:57:27.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:27 smithi023 bash[64415]: cluster 2023-12-09T02:57:26.434062+0000 osd.3 (osd.3) 20 : cluster 3 failed to encode map e119 with expected crc 2023-12-09T02:57:27.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:27 smithi023 bash[64415]: cluster 2023-12-09T02:57:26.437675+0000 mon.a (mon.0) 319 : cluster 0 osdmap e119: 8 total, 8 up, 8 in 2023-12-09T02:57:27.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:27 smithi023 bash[64415]: cluster 2023-12-09T02:57:26.439332+0000 osd.3 (osd.3) 21 : cluster 3 failed to encode map e119 with expected crc 2023-12-09T02:57:27.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:27 smithi023 bash[64415]: cluster 2023-12-09T02:57:26.441749+0000 osd.5 (osd.5) 20 : cluster 3 failed to encode map e119 with expected crc 2023-12-09T02:57:27.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:27 smithi023 bash[64415]: cluster 2023-12-09T02:57:26.446536+0000 osd.7 (osd.7) 14 : cluster 3 failed to encode map e119 with expected crc 2023-12-09T02:57:27.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:27 smithi023 bash[64415]: cluster 2023-12-09T02:57:26.446538+0000 osd.3 (osd.3) 22 : cluster 3 failed to encode map e119 with expected crc 2023-12-09T02:57:27.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:27 smithi023 bash[64415]: cluster 2023-12-09T02:57:26.446769+0000 osd.5 (osd.5) 21 : cluster 3 failed to encode map e119 with expected crc 2023-12-09T02:57:27.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:27 smithi023 bash[64415]: cluster 2023-12-09T02:57:26.446797+0000 osd.6 (osd.6) 15 : cluster 3 failed to encode map e119 with expected crc 2023-12-09T02:57:27.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:27 smithi023 bash[64415]: cluster 2023-12-09T02:57:26.448095+0000 osd.4 (osd.4) 17 : cluster 3 failed to encode map e119 with expected crc 2023-12-09T02:57:27.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:27 smithi023 bash[64415]: cluster 2023-12-09T02:57:26.451307+0000 osd.4 (osd.4) 18 : cluster 3 failed to encode map e119 with expected crc 2023-12-09T02:57:27.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:27 smithi023 bash[64415]: cluster 2023-12-09T02:57:26.455830+0000 osd.6 (osd.6) 16 : cluster 3 failed to encode map e119 with expected crc 2023-12-09T02:57:27.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:27 smithi023 bash[65805]: audit 2023-12-09T02:57:26.421164+0000 mgr.y (mgr.25456) 216 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:57:27.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:27 smithi023 bash[65805]: cluster 2023-12-09T02:57:26.434062+0000 osd.3 (osd.3) 20 : cluster 3 failed to encode map e119 with expected crc 2023-12-09T02:57:27.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:27 smithi023 bash[65805]: cluster 2023-12-09T02:57:26.437675+0000 mon.a (mon.0) 319 : cluster 0 osdmap e119: 8 total, 8 up, 8 in 2023-12-09T02:57:27.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:27 smithi023 bash[65805]: cluster 2023-12-09T02:57:26.439332+0000 osd.3 (osd.3) 21 : cluster 3 failed to encode map e119 with expected crc 2023-12-09T02:57:27.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:27 smithi023 bash[65805]: cluster 2023-12-09T02:57:26.441749+0000 osd.5 (osd.5) 20 : cluster 3 failed to encode map e119 with expected crc 2023-12-09T02:57:27.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:27 smithi023 bash[65805]: cluster 2023-12-09T02:57:26.446536+0000 osd.7 (osd.7) 14 : cluster 3 failed to encode map e119 with expected crc 2023-12-09T02:57:27.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:27 smithi023 bash[65805]: cluster 2023-12-09T02:57:26.446538+0000 osd.3 (osd.3) 22 : cluster 3 failed to encode map e119 with expected crc 2023-12-09T02:57:27.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:27 smithi023 bash[65805]: cluster 2023-12-09T02:57:26.446769+0000 osd.5 (osd.5) 21 : cluster 3 failed to encode map e119 with expected crc 2023-12-09T02:57:27.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:27 smithi023 bash[65805]: cluster 2023-12-09T02:57:26.446797+0000 osd.6 (osd.6) 15 : cluster 3 failed to encode map e119 with expected crc 2023-12-09T02:57:27.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:27 smithi023 bash[65805]: cluster 2023-12-09T02:57:26.448095+0000 osd.4 (osd.4) 17 : cluster 3 failed to encode map e119 with expected crc 2023-12-09T02:57:27.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:27 smithi023 bash[65805]: cluster 2023-12-09T02:57:26.451307+0000 osd.4 (osd.4) 18 : cluster 3 failed to encode map e119 with expected crc 2023-12-09T02:57:27.775 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:27 smithi023 bash[65805]: cluster 2023-12-09T02:57:26.455830+0000 osd.6 (osd.6) 16 : cluster 3 failed to encode map e119 with expected crc 2023-12-09T02:57:28.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:28 smithi172 bash[51856]: cluster 2023-12-09T02:57:27.370567+0000 mgr.y (mgr.25456) 217 : cluster 0 pgmap v119: 161 pgs: 24 peering, 5 active+undersized+degraded, 18 active+undersized, 114 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 30/726 objects degraded (4.132%) 2023-12-09T02:57:28.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:28 smithi023 bash[64415]: cluster 2023-12-09T02:57:27.370567+0000 mgr.y (mgr.25456) 217 : cluster 0 pgmap v119: 161 pgs: 24 peering, 5 active+undersized+degraded, 18 active+undersized, 114 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 30/726 objects degraded (4.132%) 2023-12-09T02:57:28.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:28 smithi023 bash[65805]: cluster 2023-12-09T02:57:27.370567+0000 mgr.y (mgr.25456) 217 : cluster 0 pgmap v119: 161 pgs: 24 peering, 5 active+undersized+degraded, 18 active+undersized, 114 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 30/726 objects degraded (4.132%) 2023-12-09T02:57:30.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:30 smithi172 bash[51856]: cluster 2023-12-09T02:57:29.371605+0000 mgr.y (mgr.25456) 218 : cluster 0 pgmap v120: 161 pgs: 24 peering, 3 active+undersized+degraded, 15 active+undersized, 119 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 8/726 objects degraded (1.102%) 2023-12-09T02:57:30.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:30 smithi172 bash[51856]: cluster 2023-12-09T02:57:30.362559+0000 mon.a (mon.0) 320 : cluster 3 Health check update: Degraded data redundancy: 8/726 objects degraded (1.102%), 3 pgs degraded (PG_DEGRADED) 2023-12-09T02:57:30.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:30 smithi023 bash[64415]: cluster 2023-12-09T02:57:29.371605+0000 mgr.y (mgr.25456) 218 : cluster 0 pgmap v120: 161 pgs: 24 peering, 3 active+undersized+degraded, 15 active+undersized, 119 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 8/726 objects degraded (1.102%) 2023-12-09T02:57:30.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:30 smithi023 bash[64415]: cluster 2023-12-09T02:57:30.362559+0000 mon.a (mon.0) 320 : cluster 3 Health check update: Degraded data redundancy: 8/726 objects degraded (1.102%), 3 pgs degraded (PG_DEGRADED) 2023-12-09T02:57:30.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:30 smithi023 bash[65805]: cluster 2023-12-09T02:57:29.371605+0000 mgr.y (mgr.25456) 218 : cluster 0 pgmap v120: 161 pgs: 24 peering, 3 active+undersized+degraded, 15 active+undersized, 119 active+clean; 585 KiB data, 162 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 8/726 objects degraded (1.102%) 2023-12-09T02:57:30.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:30 smithi023 bash[65805]: cluster 2023-12-09T02:57:30.362559+0000 mon.a (mon.0) 320 : cluster 3 Health check update: Degraded data redundancy: 8/726 objects degraded (1.102%), 3 pgs degraded (PG_DEGRADED) 2023-12-09T02:57:31.816 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:31 smithi023 bash[65805]: cluster 2023-12-09T02:57:31.474046+0000 mon.a (mon.0) 321 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 8/726 objects degraded (1.102%), 3 pgs degraded) 2023-12-09T02:57:31.816 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:31 smithi023 bash[65805]: cluster 2023-12-09T02:57:31.474119+0000 mon.a (mon.0) 322 : cluster 1 Cluster is now healthy 2023-12-09T02:57:31.816 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:31 smithi023 bash[64415]: cluster 2023-12-09T02:57:31.474046+0000 mon.a (mon.0) 321 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 8/726 objects degraded (1.102%), 3 pgs degraded) 2023-12-09T02:57:31.817 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:31 smithi023 bash[64415]: cluster 2023-12-09T02:57:31.474119+0000 mon.a (mon.0) 322 : cluster 1 Cluster is now healthy 2023-12-09T02:57:31.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:31 smithi172 bash[51856]: cluster 2023-12-09T02:57:31.474046+0000 mon.a (mon.0) 321 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 8/726 objects degraded (1.102%), 3 pgs degraded) 2023-12-09T02:57:31.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:31 smithi172 bash[51856]: cluster 2023-12-09T02:57:31.474119+0000 mon.a (mon.0) 322 : cluster 1 Cluster is now healthy 2023-12-09T02:57:32.541 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:57:32 smithi023 bash[61239]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:57:32] "GET /metrics HTTP/1.1" 200 38331 "" "Prometheus/2.33.4" 2023-12-09T02:57:32.828 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:32 smithi023 bash[65805]: cluster 2023-12-09T02:57:31.373190+0000 mgr.y (mgr.25456) 219 : cluster 0 pgmap v121: 161 pgs: 161 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-09T02:57:32.829 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:32 smithi023 bash[64415]: cluster 2023-12-09T02:57:31.373190+0000 mgr.y (mgr.25456) 219 : cluster 0 pgmap v121: 161 pgs: 161 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-09T02:57:32.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:32 smithi172 bash[51856]: cluster 2023-12-09T02:57:31.373190+0000 mgr.y (mgr.25456) 219 : cluster 0 pgmap v121: 161 pgs: 161 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-09T02:57:34.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:34 smithi023 bash[64415]: cluster 2023-12-09T02:57:33.373978+0000 mgr.y (mgr.25456) 220 : cluster 0 pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:57:34.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:34 smithi023 bash[65805]: cluster 2023-12-09T02:57:33.373978+0000 mgr.y (mgr.25456) 220 : cluster 0 pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:57:34.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:34 smithi172 bash[51856]: cluster 2023-12-09T02:57:33.373978+0000 mgr.y (mgr.25456) 220 : cluster 0 pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:57:36.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:35 smithi172 bash[51856]: audit 2023-12-09T02:57:34.973226+0000 mon.a (mon.0) 323 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:36.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:35 smithi172 bash[51856]: audit 2023-12-09T02:57:34.988280+0000 mon.a (mon.0) 324 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:36.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:35 smithi172 bash[51856]: audit 2023-12-09T02:57:34.990910+0000 mon.a (mon.0) 325 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:57:36.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:35 smithi172 bash[51856]: audit 2023-12-09T02:57:34.993058+0000 mon.a (mon.0) 326 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:57:36.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:35 smithi172 bash[51856]: audit 2023-12-09T02:57:35.003406+0000 mon.a (mon.0) 327 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:36.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:35 smithi172 bash[51856]: audit 2023-12-09T02:57:35.093407+0000 mon.a (mon.0) 328 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:57:36.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:35 smithi172 bash[51856]: audit 2023-12-09T02:57:35.096469+0000 mon.a (mon.0) 329 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:57:36.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:35 smithi172 bash[51856]: audit 2023-12-09T02:57:35.098938+0000 mon.a (mon.0) 330 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:57:36.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:35 smithi172 bash[51856]: audit 2023-12-09T02:57:35.100721+0000 mon.a (mon.0) 331 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:57:36.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:35 smithi172 bash[51856]: audit 2023-12-09T02:57:35.102865+0000 mon.a (mon.0) 332 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-09T02:57:36.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:35 smithi172 bash[51856]: audit 2023-12-09T02:57:35.103101+0000 mgr.y (mgr.25456) 221 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-09T02:57:36.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:35 smithi172 bash[51856]: cephadm 2023-12-09T02:57:35.104643+0000 mgr.y (mgr.25456) 222 : cephadm 1 Upgrade: osd.3 is safe to restart 2023-12-09T02:57:36.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:35 smithi172 bash[51856]: cluster 2023-12-09T02:57:35.375349+0000 mgr.y (mgr.25456) 223 : cluster 0 pgmap v123: 161 pgs: 161 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2023-12-09T02:57:36.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:35 smithi172 bash[51856]: audit 2023-12-09T02:57:35.387660+0000 mon.a (mon.0) 333 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:36.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:35 smithi172 bash[51856]: audit 2023-12-09T02:57:35.389107+0000 mon.a (mon.0) 334 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:57:36.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:35 smithi172 bash[51856]: audit 2023-12-09T02:57:35.560576+0000 mon.a (mon.0) 335 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:36.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:35 smithi023 bash[65805]: audit 2023-12-09T02:57:34.973226+0000 mon.a (mon.0) 323 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:36.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:35 smithi023 bash[65805]: audit 2023-12-09T02:57:34.988280+0000 mon.a (mon.0) 324 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:36.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:35 smithi023 bash[65805]: audit 2023-12-09T02:57:34.990910+0000 mon.a (mon.0) 325 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:57:36.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:35 smithi023 bash[65805]: audit 2023-12-09T02:57:34.993058+0000 mon.a (mon.0) 326 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:57:36.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:35 smithi023 bash[65805]: audit 2023-12-09T02:57:35.003406+0000 mon.a (mon.0) 327 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:36.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:35 smithi023 bash[65805]: audit 2023-12-09T02:57:35.093407+0000 mon.a (mon.0) 328 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:57:36.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:35 smithi023 bash[65805]: audit 2023-12-09T02:57:35.096469+0000 mon.a (mon.0) 329 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:57:36.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:35 smithi023 bash[65805]: audit 2023-12-09T02:57:35.098938+0000 mon.a (mon.0) 330 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:57:36.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:35 smithi023 bash[65805]: audit 2023-12-09T02:57:35.100721+0000 mon.a (mon.0) 331 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:57:36.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:35 smithi023 bash[65805]: audit 2023-12-09T02:57:35.102865+0000 mon.a (mon.0) 332 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-09T02:57:36.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:35 smithi023 bash[65805]: audit 2023-12-09T02:57:35.103101+0000 mgr.y (mgr.25456) 221 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-09T02:57:36.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:35 smithi023 bash[65805]: cephadm 2023-12-09T02:57:35.104643+0000 mgr.y (mgr.25456) 222 : cephadm 1 Upgrade: osd.3 is safe to restart 2023-12-09T02:57:36.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:35 smithi023 bash[65805]: cluster 2023-12-09T02:57:35.375349+0000 mgr.y (mgr.25456) 223 : cluster 0 pgmap v123: 161 pgs: 161 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2023-12-09T02:57:36.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:35 smithi023 bash[65805]: audit 2023-12-09T02:57:35.387660+0000 mon.a (mon.0) 333 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:36.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:35 smithi023 bash[65805]: audit 2023-12-09T02:57:35.389107+0000 mon.a (mon.0) 334 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:57:36.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:35 smithi023 bash[65805]: audit 2023-12-09T02:57:35.560576+0000 mon.a (mon.0) 335 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:36.274 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:35 smithi023 bash[64415]: audit 2023-12-09T02:57:34.973226+0000 mon.a (mon.0) 323 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:36.274 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:35 smithi023 bash[64415]: audit 2023-12-09T02:57:34.988280+0000 mon.a (mon.0) 324 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:36.274 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:35 smithi023 bash[64415]: audit 2023-12-09T02:57:34.990910+0000 mon.a (mon.0) 325 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:57:36.274 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:35 smithi023 bash[64415]: audit 2023-12-09T02:57:34.993058+0000 mon.a (mon.0) 326 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:57:36.274 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:35 smithi023 bash[64415]: audit 2023-12-09T02:57:35.003406+0000 mon.a (mon.0) 327 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:36.274 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:35 smithi023 bash[64415]: audit 2023-12-09T02:57:35.093407+0000 mon.a (mon.0) 328 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:57:36.274 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:35 smithi023 bash[64415]: audit 2023-12-09T02:57:35.096469+0000 mon.a (mon.0) 329 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:57:36.274 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:35 smithi023 bash[64415]: audit 2023-12-09T02:57:35.098938+0000 mon.a (mon.0) 330 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:57:36.274 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:35 smithi023 bash[64415]: audit 2023-12-09T02:57:35.100721+0000 mon.a (mon.0) 331 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:57:36.274 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:35 smithi023 bash[64415]: audit 2023-12-09T02:57:35.102865+0000 mon.a (mon.0) 332 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-09T02:57:36.275 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:35 smithi023 bash[64415]: audit 2023-12-09T02:57:35.103101+0000 mgr.y (mgr.25456) 221 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-12-09T02:57:36.275 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:35 smithi023 bash[64415]: cephadm 2023-12-09T02:57:35.104643+0000 mgr.y (mgr.25456) 222 : cephadm 1 Upgrade: osd.3 is safe to restart 2023-12-09T02:57:36.275 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:35 smithi023 bash[64415]: cluster 2023-12-09T02:57:35.375349+0000 mgr.y (mgr.25456) 223 : cluster 0 pgmap v123: 161 pgs: 161 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2023-12-09T02:57:36.275 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:35 smithi023 bash[64415]: audit 2023-12-09T02:57:35.387660+0000 mon.a (mon.0) 333 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:36.275 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:35 smithi023 bash[64415]: audit 2023-12-09T02:57:35.389107+0000 mon.a (mon.0) 334 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:57:36.275 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:35 smithi023 bash[64415]: audit 2023-12-09T02:57:35.560576+0000 mon.a (mon.0) 335 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:37.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:37 smithi172 bash[51856]: audit 2023-12-09T02:57:36.432272+0000 mgr.y (mgr.25456) 224 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:57:37.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:37 smithi023 bash[64415]: audit 2023-12-09T02:57:36.432272+0000 mgr.y (mgr.25456) 224 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:57:37.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:37 smithi023 bash[65805]: audit 2023-12-09T02:57:36.432272+0000 mgr.y (mgr.25456) 224 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:57:38.925 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:38 smithi023 bash[65805]: cluster 2023-12-09T02:57:37.376862+0000 mgr.y (mgr.25456) 225 : cluster 0 pgmap v124: 161 pgs: 161 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 935 B/s rd, 0 op/s 2023-12-09T02:57:38.926 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:38 smithi023 bash[65805]: cephadm 2023-12-09T02:57:37.581054+0000 mgr.y (mgr.25456) 226 : cephadm 1 Upgrade: Updating osd.3 2023-12-09T02:57:38.926 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:38 smithi023 bash[65805]: audit 2023-12-09T02:57:37.591135+0000 mon.a (mon.0) 336 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:38.926 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:38 smithi023 bash[65805]: audit 2023-12-09T02:57:37.595028+0000 mon.a (mon.0) 337 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-09T02:57:38.926 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:38 smithi023 bash[65805]: audit 2023-12-09T02:57:37.596788+0000 mon.a (mon.0) 338 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:57:38.926 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:38 smithi023 bash[65805]: cephadm 2023-12-09T02:57:37.601947+0000 mgr.y (mgr.25456) 227 : cephadm 1 Deploying daemon osd.3 on smithi023 2023-12-09T02:57:38.926 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:38 smithi023 bash[64415]: cluster 2023-12-09T02:57:37.376862+0000 mgr.y (mgr.25456) 225 : cluster 0 pgmap v124: 161 pgs: 161 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 935 B/s rd, 0 op/s 2023-12-09T02:57:38.926 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:38 smithi023 bash[64415]: cephadm 2023-12-09T02:57:37.581054+0000 mgr.y (mgr.25456) 226 : cephadm 1 Upgrade: Updating osd.3 2023-12-09T02:57:38.926 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:38 smithi023 bash[64415]: audit 2023-12-09T02:57:37.591135+0000 mon.a (mon.0) 336 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:38.926 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:38 smithi023 bash[64415]: audit 2023-12-09T02:57:37.595028+0000 mon.a (mon.0) 337 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-09T02:57:38.926 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:38 smithi023 bash[64415]: audit 2023-12-09T02:57:37.596788+0000 mon.a (mon.0) 338 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:57:38.926 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:38 smithi023 bash[64415]: cephadm 2023-12-09T02:57:37.601947+0000 mgr.y (mgr.25456) 227 : cephadm 1 Deploying daemon osd.3 on smithi023 2023-12-09T02:57:38.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:38 smithi172 bash[51856]: cluster 2023-12-09T02:57:37.376862+0000 mgr.y (mgr.25456) 225 : cluster 0 pgmap v124: 161 pgs: 161 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 935 B/s rd, 0 op/s 2023-12-09T02:57:38.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:38 smithi172 bash[51856]: cephadm 2023-12-09T02:57:37.581054+0000 mgr.y (mgr.25456) 226 : cephadm 1 Upgrade: Updating osd.3 2023-12-09T02:57:38.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:38 smithi172 bash[51856]: audit 2023-12-09T02:57:37.591135+0000 mon.a (mon.0) 336 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:38.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:38 smithi172 bash[51856]: audit 2023-12-09T02:57:37.595028+0000 mon.a (mon.0) 337 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-09T02:57:38.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:38 smithi172 bash[51856]: audit 2023-12-09T02:57:37.596788+0000 mon.a (mon.0) 338 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:57:38.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:38 smithi172 bash[51856]: cephadm 2023-12-09T02:57:37.601947+0000 mgr.y (mgr.25456) 227 : cephadm 1 Deploying daemon osd.3 on smithi023 2023-12-09T02:57:40.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:40 smithi172 bash[51856]: cluster 2023-12-09T02:57:39.377816+0000 mgr.y (mgr.25456) 228 : cluster 0 pgmap v125: 161 pgs: 161 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:57:41.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:40 smithi023 bash[64415]: cluster 2023-12-09T02:57:39.377816+0000 mgr.y (mgr.25456) 228 : cluster 0 pgmap v125: 161 pgs: 161 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:57:41.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:40 smithi023 bash[65805]: cluster 2023-12-09T02:57:39.377816+0000 mgr.y (mgr.25456) 228 : cluster 0 pgmap v125: 161 pgs: 161 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:57:42.272 INFO:journalctl@ceph.osd.3.smithi023.stdout:Dec 09 02:57:42 smithi023 systemd[1]: Stopping Ceph osd.3 for 9eab968a-963b-11ee-95a3-87774f69a715... 2023-12-09T02:57:42.617 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:57:42 smithi023 bash[61239]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:57:42] "GET /metrics HTTP/1.1" 200 38331 "" "Prometheus/2.33.4" 2023-12-09T02:57:42.617 INFO:journalctl@ceph.osd.3.smithi023.stdout:Dec 09 02:57:42 smithi023 bash[42662]: debug 2023-12-09T02:57:42.325+0000 7f52c8c70700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.3 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-12-09T02:57:42.617 INFO:journalctl@ceph.osd.3.smithi023.stdout:Dec 09 02:57:42 smithi023 bash[42662]: debug 2023-12-09T02:57:42.325+0000 7f52c8c70700 -1 osd.3 119 *** Got signal Terminated *** 2023-12-09T02:57:42.617 INFO:journalctl@ceph.osd.3.smithi023.stdout:Dec 09 02:57:42 smithi023 bash[42662]: debug 2023-12-09T02:57:42.325+0000 7f52c8c70700 -1 osd.3 119 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-09T02:57:42.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:42 smithi172 bash[51856]: cluster 2023-12-09T02:57:41.379328+0000 mgr.y (mgr.25456) 229 : cluster 0 pgmap v126: 161 pgs: 161 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:57:42.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:42 smithi172 bash[51856]: cluster 2023-12-09T02:57:42.329256+0000 mon.a (mon.0) 339 : cluster 1 osd.3 marked itself down and dead 2023-12-09T02:57:43.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:42 smithi023 bash[64415]: cluster 2023-12-09T02:57:41.379328+0000 mgr.y (mgr.25456) 229 : cluster 0 pgmap v126: 161 pgs: 161 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:57:43.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:42 smithi023 bash[64415]: cluster 2023-12-09T02:57:42.329256+0000 mon.a (mon.0) 339 : cluster 1 osd.3 marked itself down and dead 2023-12-09T02:57:43.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:42 smithi023 bash[65805]: cluster 2023-12-09T02:57:41.379328+0000 mgr.y (mgr.25456) 229 : cluster 0 pgmap v126: 161 pgs: 161 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:57:43.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:42 smithi023 bash[65805]: cluster 2023-12-09T02:57:42.329256+0000 mon.a (mon.0) 339 : cluster 1 osd.3 marked itself down and dead 2023-12-09T02:57:43.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:43 smithi023 bash[64415]: cluster 2023-12-09T02:57:42.604423+0000 mon.a (mon.0) 340 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-09T02:57:43.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:43 smithi023 bash[64415]: cluster 2023-12-09T02:57:42.628538+0000 mon.a (mon.0) 341 : cluster 0 osdmap e120: 8 total, 7 up, 8 in 2023-12-09T02:57:43.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:43 smithi023 bash[64415]: cluster 2023-12-09T02:57:42.632927+0000 osd.6 (osd.6) 17 : cluster 3 failed to encode map e120 with expected crc 2023-12-09T02:57:43.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:43 smithi023 bash[64415]: cluster 2023-12-09T02:57:42.636778+0000 osd.4 (osd.4) 19 : cluster 3 failed to encode map e120 with expected crc 2023-12-09T02:57:43.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:43 smithi023 bash[64415]: cluster 2023-12-09T02:57:42.638590+0000 osd.5 (osd.5) 22 : cluster 3 failed to encode map e120 with expected crc 2023-12-09T02:57:43.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:43 smithi023 bash[64415]: cluster 2023-12-09T02:57:42.638768+0000 osd.7 (osd.7) 15 : cluster 3 failed to encode map e120 with expected crc 2023-12-09T02:57:43.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:43 smithi023 bash[64415]: cluster 2023-12-09T02:57:42.641918+0000 osd.4 (osd.4) 20 : cluster 3 failed to encode map e120 with expected crc 2023-12-09T02:57:43.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:43 smithi023 bash[64415]: cluster 2023-12-09T02:57:42.642684+0000 osd.5 (osd.5) 23 : cluster 3 failed to encode map e120 with expected crc 2023-12-09T02:57:43.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:43 smithi023 bash[64415]: cluster 2023-12-09T02:57:42.644885+0000 osd.4 (osd.4) 21 : cluster 3 failed to encode map e120 with expected crc 2023-12-09T02:57:43.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:43 smithi023 bash[65805]: cluster 2023-12-09T02:57:42.604423+0000 mon.a (mon.0) 340 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-09T02:57:43.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:43 smithi023 bash[65805]: cluster 2023-12-09T02:57:42.628538+0000 mon.a (mon.0) 341 : cluster 0 osdmap e120: 8 total, 7 up, 8 in 2023-12-09T02:57:43.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:43 smithi023 bash[65805]: cluster 2023-12-09T02:57:42.632927+0000 osd.6 (osd.6) 17 : cluster 3 failed to encode map e120 with expected crc 2023-12-09T02:57:43.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:43 smithi023 bash[65805]: cluster 2023-12-09T02:57:42.636778+0000 osd.4 (osd.4) 19 : cluster 3 failed to encode map e120 with expected crc 2023-12-09T02:57:43.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:43 smithi023 bash[65805]: cluster 2023-12-09T02:57:42.638590+0000 osd.5 (osd.5) 22 : cluster 3 failed to encode map e120 with expected crc 2023-12-09T02:57:43.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:43 smithi023 bash[65805]: cluster 2023-12-09T02:57:42.638768+0000 osd.7 (osd.7) 15 : cluster 3 failed to encode map e120 with expected crc 2023-12-09T02:57:43.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:43 smithi023 bash[65805]: cluster 2023-12-09T02:57:42.641918+0000 osd.4 (osd.4) 20 : cluster 3 failed to encode map e120 with expected crc 2023-12-09T02:57:43.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:43 smithi023 bash[65805]: cluster 2023-12-09T02:57:42.642684+0000 osd.5 (osd.5) 23 : cluster 3 failed to encode map e120 with expected crc 2023-12-09T02:57:43.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:43 smithi023 bash[65805]: cluster 2023-12-09T02:57:42.644885+0000 osd.4 (osd.4) 21 : cluster 3 failed to encode map e120 with expected crc 2023-12-09T02:57:43.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:43 smithi172 bash[51856]: cluster 2023-12-09T02:57:42.604423+0000 mon.a (mon.0) 340 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-09T02:57:43.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:43 smithi172 bash[51856]: cluster 2023-12-09T02:57:42.628538+0000 mon.a (mon.0) 341 : cluster 0 osdmap e120: 8 total, 7 up, 8 in 2023-12-09T02:57:43.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:43 smithi172 bash[51856]: cluster 2023-12-09T02:57:42.632927+0000 osd.6 (osd.6) 17 : cluster 3 failed to encode map e120 with expected crc 2023-12-09T02:57:43.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:43 smithi172 bash[51856]: cluster 2023-12-09T02:57:42.636778+0000 osd.4 (osd.4) 19 : cluster 3 failed to encode map e120 with expected crc 2023-12-09T02:57:43.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:43 smithi172 bash[51856]: cluster 2023-12-09T02:57:42.638590+0000 osd.5 (osd.5) 22 : cluster 3 failed to encode map e120 with expected crc 2023-12-09T02:57:43.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:43 smithi172 bash[51856]: cluster 2023-12-09T02:57:42.638768+0000 osd.7 (osd.7) 15 : cluster 3 failed to encode map e120 with expected crc 2023-12-09T02:57:43.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:43 smithi172 bash[51856]: cluster 2023-12-09T02:57:42.641918+0000 osd.4 (osd.4) 20 : cluster 3 failed to encode map e120 with expected crc 2023-12-09T02:57:43.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:43 smithi172 bash[51856]: cluster 2023-12-09T02:57:42.642684+0000 osd.5 (osd.5) 23 : cluster 3 failed to encode map e120 with expected crc 2023-12-09T02:57:43.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:43 smithi172 bash[51856]: cluster 2023-12-09T02:57:42.644885+0000 osd.4 (osd.4) 21 : cluster 3 failed to encode map e120 with expected crc 2023-12-09T02:57:44.140 INFO:journalctl@ceph.osd.3.smithi023.stdout:Dec 09 02:57:43 smithi023 bash[74639]: ceph-9eab968a-963b-11ee-95a3-87774f69a715-osd-3 2023-12-09T02:57:44.140 INFO:journalctl@ceph.osd.3.smithi023.stdout:Dec 09 02:57:44 smithi023 bash[74713]: Error response from daemon: No such container: ceph-9eab968a-963b-11ee-95a3-87774f69a715-osd-3 2023-12-09T02:57:44.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:44 smithi172 bash[51856]: cluster 2023-12-09T02:57:43.380127+0000 mgr.y (mgr.25456) 230 : cluster 0 pgmap v128: 161 pgs: 27 stale+active+clean, 134 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-09T02:57:44.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:44 smithi172 bash[51856]: cluster 2023-12-09T02:57:43.638321+0000 mon.a (mon.0) 342 : cluster 0 osdmap e121: 8 total, 7 up, 8 in 2023-12-09T02:57:44.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:44 smithi172 bash[51856]: cluster 2023-12-09T02:57:43.644249+0000 osd.5 (osd.5) 24 : cluster 3 failed to encode map e121 with expected crc 2023-12-09T02:57:44.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:44 smithi172 bash[51856]: cluster 2023-12-09T02:57:43.646175+0000 osd.4 (osd.4) 22 : cluster 3 failed to encode map e121 with expected crc 2023-12-09T02:57:44.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:44 smithi172 bash[51856]: cluster 2023-12-09T02:57:43.647482+0000 osd.6 (osd.6) 18 : cluster 3 failed to encode map e121 with expected crc 2023-12-09T02:57:44.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:44 smithi172 bash[51856]: cluster 2023-12-09T02:57:43.647519+0000 osd.5 (osd.5) 25 : cluster 3 failed to encode map e121 with expected crc 2023-12-09T02:57:44.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:44 smithi172 bash[51856]: cluster 2023-12-09T02:57:43.647555+0000 osd.7 (osd.7) 16 : cluster 3 failed to encode map e121 with expected crc 2023-12-09T02:57:44.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:44 smithi172 bash[51856]: cluster 2023-12-09T02:57:43.650898+0000 osd.4 (osd.4) 23 : cluster 3 failed to encode map e121 with expected crc 2023-12-09T02:57:44.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:44 smithi172 bash[51856]: cluster 2023-12-09T02:57:43.651434+0000 osd.7 (osd.7) 17 : cluster 3 failed to encode map e121 with expected crc 2023-12-09T02:57:44.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:44 smithi172 bash[51856]: cluster 2023-12-09T02:57:43.659843+0000 osd.7 (osd.7) 18 : cluster 3 failed to encode map e121 with expected crc 2023-12-09T02:57:45.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:44 smithi023 bash[64415]: cluster 2023-12-09T02:57:43.380127+0000 mgr.y (mgr.25456) 230 : cluster 0 pgmap v128: 161 pgs: 27 stale+active+clean, 134 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-09T02:57:45.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:44 smithi023 bash[64415]: cluster 2023-12-09T02:57:43.638321+0000 mon.a (mon.0) 342 : cluster 0 osdmap e121: 8 total, 7 up, 8 in 2023-12-09T02:57:45.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:44 smithi023 bash[64415]: cluster 2023-12-09T02:57:43.644249+0000 osd.5 (osd.5) 24 : cluster 3 failed to encode map e121 with expected crc 2023-12-09T02:57:45.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:44 smithi023 bash[64415]: cluster 2023-12-09T02:57:43.646175+0000 osd.4 (osd.4) 22 : cluster 3 failed to encode map e121 with expected crc 2023-12-09T02:57:45.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:44 smithi023 bash[64415]: cluster 2023-12-09T02:57:43.647482+0000 osd.6 (osd.6) 18 : cluster 3 failed to encode map e121 with expected crc 2023-12-09T02:57:45.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:44 smithi023 bash[64415]: cluster 2023-12-09T02:57:43.647519+0000 osd.5 (osd.5) 25 : cluster 3 failed to encode map e121 with expected crc 2023-12-09T02:57:45.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:44 smithi023 bash[64415]: cluster 2023-12-09T02:57:43.647555+0000 osd.7 (osd.7) 16 : cluster 3 failed to encode map e121 with expected crc 2023-12-09T02:57:45.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:44 smithi023 bash[64415]: cluster 2023-12-09T02:57:43.650898+0000 osd.4 (osd.4) 23 : cluster 3 failed to encode map e121 with expected crc 2023-12-09T02:57:45.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:44 smithi023 bash[64415]: cluster 2023-12-09T02:57:43.651434+0000 osd.7 (osd.7) 17 : cluster 3 failed to encode map e121 with expected crc 2023-12-09T02:57:45.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:44 smithi023 bash[64415]: cluster 2023-12-09T02:57:43.659843+0000 osd.7 (osd.7) 18 : cluster 3 failed to encode map e121 with expected crc 2023-12-09T02:57:45.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:44 smithi023 bash[65805]: cluster 2023-12-09T02:57:43.380127+0000 mgr.y (mgr.25456) 230 : cluster 0 pgmap v128: 161 pgs: 27 stale+active+clean, 134 active+clean; 585 KiB data, 171 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-09T02:57:45.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:44 smithi023 bash[65805]: cluster 2023-12-09T02:57:43.638321+0000 mon.a (mon.0) 342 : cluster 0 osdmap e121: 8 total, 7 up, 8 in 2023-12-09T02:57:45.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:44 smithi023 bash[65805]: cluster 2023-12-09T02:57:43.644249+0000 osd.5 (osd.5) 24 : cluster 3 failed to encode map e121 with expected crc 2023-12-09T02:57:45.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:44 smithi023 bash[65805]: cluster 2023-12-09T02:57:43.646175+0000 osd.4 (osd.4) 22 : cluster 3 failed to encode map e121 with expected crc 2023-12-09T02:57:45.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:44 smithi023 bash[65805]: cluster 2023-12-09T02:57:43.647482+0000 osd.6 (osd.6) 18 : cluster 3 failed to encode map e121 with expected crc 2023-12-09T02:57:45.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:44 smithi023 bash[65805]: cluster 2023-12-09T02:57:43.647519+0000 osd.5 (osd.5) 25 : cluster 3 failed to encode map e121 with expected crc 2023-12-09T02:57:45.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:44 smithi023 bash[65805]: cluster 2023-12-09T02:57:43.647555+0000 osd.7 (osd.7) 16 : cluster 3 failed to encode map e121 with expected crc 2023-12-09T02:57:45.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:44 smithi023 bash[65805]: cluster 2023-12-09T02:57:43.650898+0000 osd.4 (osd.4) 23 : cluster 3 failed to encode map e121 with expected crc 2023-12-09T02:57:45.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:44 smithi023 bash[65805]: cluster 2023-12-09T02:57:43.651434+0000 osd.7 (osd.7) 17 : cluster 3 failed to encode map e121 with expected crc 2023-12-09T02:57:45.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:44 smithi023 bash[65805]: cluster 2023-12-09T02:57:43.659843+0000 osd.7 (osd.7) 18 : cluster 3 failed to encode map e121 with expected crc 2023-12-09T02:57:46.633 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:46 smithi023 bash[64415]: cluster 2023-12-09T02:57:45.381489+0000 mgr.y (mgr.25456) 231 : cluster 0 pgmap v130: 161 pgs: 13 active+undersized+degraded, 14 stale+active+clean, 21 active+undersized, 113 active+clean; 585 KiB data, 175 MiB used, 715 GiB / 715 GiB avail; 55/726 objects degraded (7.576%) 2023-12-09T02:57:46.634 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:46 smithi023 bash[65805]: cluster 2023-12-09T02:57:45.381489+0000 mgr.y (mgr.25456) 231 : cluster 0 pgmap v130: 161 pgs: 13 active+undersized+degraded, 14 stale+active+clean, 21 active+undersized, 113 active+clean; 585 KiB data, 175 MiB used, 715 GiB / 715 GiB avail; 55/726 objects degraded (7.576%) 2023-12-09T02:57:46.634 INFO:journalctl@ceph.osd.3.smithi023.stdout:Dec 09 02:57:46 smithi023 systemd[1]: ceph-9eab968a-963b-11ee-95a3-87774f69a715@osd.3.service: Succeeded. 2023-12-09T02:57:46.634 INFO:journalctl@ceph.osd.3.smithi023.stdout:Dec 09 02:57:46 smithi023 systemd[1]: Stopped Ceph osd.3 for 9eab968a-963b-11ee-95a3-87774f69a715. 2023-12-09T02:57:46.634 INFO:journalctl@ceph.osd.3.smithi023.stdout:Dec 09 02:57:46 smithi023 systemd[1]: Started Ceph osd.3 for 9eab968a-963b-11ee-95a3-87774f69a715. 2023-12-09T02:57:46.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:46 smithi172 bash[51856]: cluster 2023-12-09T02:57:45.381489+0000 mgr.y (mgr.25456) 231 : cluster 0 pgmap v130: 161 pgs: 13 active+undersized+degraded, 14 stale+active+clean, 21 active+undersized, 113 active+clean; 585 KiB data, 175 MiB used, 715 GiB / 715 GiB avail; 55/726 objects degraded (7.576%) 2023-12-09T02:57:47.701 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:47 smithi023 bash[64415]: cluster 2023-12-09T02:57:46.378817+0000 mon.a (mon.0) 343 : cluster 3 Health check failed: Degraded data redundancy: 55/726 objects degraded (7.576%), 13 pgs degraded (PG_DEGRADED) 2023-12-09T02:57:47.701 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:47 smithi023 bash[64415]: audit 2023-12-09T02:57:46.440310+0000 mgr.y (mgr.25456) 232 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:57:47.701 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:47 smithi023 bash[64415]: audit 2023-12-09T02:57:46.677292+0000 mon.a (mon.0) 344 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:47.702 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:47 smithi023 bash[64415]: audit 2023-12-09T02:57:46.686004+0000 mon.a (mon.0) 345 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:47.702 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:47 smithi023 bash[65805]: cluster 2023-12-09T02:57:46.378817+0000 mon.a (mon.0) 343 : cluster 3 Health check failed: Degraded data redundancy: 55/726 objects degraded (7.576%), 13 pgs degraded (PG_DEGRADED) 2023-12-09T02:57:47.702 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:47 smithi023 bash[65805]: audit 2023-12-09T02:57:46.440310+0000 mgr.y (mgr.25456) 232 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:57:47.702 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:47 smithi023 bash[65805]: audit 2023-12-09T02:57:46.677292+0000 mon.a (mon.0) 344 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:47.702 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:47 smithi023 bash[65805]: audit 2023-12-09T02:57:46.686004+0000 mon.a (mon.0) 345 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:47.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:47 smithi172 bash[51856]: cluster 2023-12-09T02:57:46.378817+0000 mon.a (mon.0) 343 : cluster 3 Health check failed: Degraded data redundancy: 55/726 objects degraded (7.576%), 13 pgs degraded (PG_DEGRADED) 2023-12-09T02:57:47.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:47 smithi172 bash[51856]: audit 2023-12-09T02:57:46.440310+0000 mgr.y (mgr.25456) 232 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:57:47.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:47 smithi172 bash[51856]: audit 2023-12-09T02:57:46.677292+0000 mon.a (mon.0) 344 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:47.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:47 smithi172 bash[51856]: audit 2023-12-09T02:57:46.686004+0000 mon.a (mon.0) 345 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:48.653 INFO:journalctl@ceph.osd.3.smithi023.stdout:Dec 09 02:57:48 smithi023 bash[74894]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2023-12-09T02:57:48.654 INFO:journalctl@ceph.osd.3.smithi023.stdout:Dec 09 02:57:48 smithi023 bash[74894]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-3 --no-mon-config --dev /dev/mapper/vg_nvme-lv_1 2023-12-09T02:57:48.654 INFO:journalctl@ceph.osd.3.smithi023.stdout:Dec 09 02:57:48 smithi023 bash[74894]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2023-12-09T02:57:48.654 INFO:journalctl@ceph.osd.3.smithi023.stdout:Dec 09 02:57:48 smithi023 bash[74894]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2023-12-09T02:57:48.654 INFO:journalctl@ceph.osd.3.smithi023.stdout:Dec 09 02:57:48 smithi023 bash[74894]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-3/block 2023-12-09T02:57:48.654 INFO:journalctl@ceph.osd.3.smithi023.stdout:Dec 09 02:57:48 smithi023 bash[74894]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2023-12-09T02:57:48.654 INFO:journalctl@ceph.osd.3.smithi023.stdout:Dec 09 02:57:48 smithi023 bash[74894]: --> ceph-volume raw activate successful for osd ID: 3 2023-12-09T02:57:48.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:48 smithi172 bash[51856]: cluster 2023-12-09T02:57:47.383103+0000 mgr.y (mgr.25456) 233 : cluster 0 pgmap v131: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 175 MiB used, 715 GiB / 715 GiB avail; 98/726 objects degraded (13.499%) 2023-12-09T02:57:49.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:48 smithi023 bash[64415]: cluster 2023-12-09T02:57:47.383103+0000 mgr.y (mgr.25456) 233 : cluster 0 pgmap v131: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 175 MiB used, 715 GiB / 715 GiB avail; 98/726 objects degraded (13.499%) 2023-12-09T02:57:49.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:48 smithi023 bash[65805]: cluster 2023-12-09T02:57:47.383103+0000 mgr.y (mgr.25456) 233 : cluster 0 pgmap v131: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 175 MiB used, 715 GiB / 715 GiB avail; 98/726 objects degraded (13.499%) 2023-12-09T02:57:50.522 INFO:journalctl@ceph.osd.3.smithi023.stdout:Dec 09 02:57:50 smithi023 bash[75203]: debug 2023-12-09T02:57:50.188+0000 7fcbe6b54700 1 -- 172.21.15.23:0/4033758940 <== mon.1 v2:172.21.15.23:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5633f19b91e0 con 0x5633f1a3e800 2023-12-09T02:57:50.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:50 smithi172 bash[51856]: cluster 2023-12-09T02:57:49.384388+0000 mgr.y (mgr.25456) 234 : cluster 0 pgmap v132: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 175 MiB used, 715 GiB / 715 GiB avail; 98/726 objects degraded (13.499%) 2023-12-09T02:57:50.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:50 smithi172 bash[51856]: audit 2023-12-09T02:57:50.388324+0000 mon.a (mon.0) 346 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:50.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:50 smithi172 bash[51856]: audit 2023-12-09T02:57:50.390033+0000 mon.a (mon.0) 347 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:57:51.022 INFO:journalctl@ceph.osd.3.smithi023.stdout:Dec 09 02:57:50 smithi023 bash[75203]: debug 2023-12-09T02:57:50.740+0000 7fcbefcda640 -1 Falling back to public interface 2023-12-09T02:57:51.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:50 smithi023 bash[64415]: cluster 2023-12-09T02:57:49.384388+0000 mgr.y (mgr.25456) 234 : cluster 0 pgmap v132: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 175 MiB used, 715 GiB / 715 GiB avail; 98/726 objects degraded (13.499%) 2023-12-09T02:57:51.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:50 smithi023 bash[64415]: audit 2023-12-09T02:57:50.388324+0000 mon.a (mon.0) 346 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:51.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:50 smithi023 bash[64415]: audit 2023-12-09T02:57:50.390033+0000 mon.a (mon.0) 347 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:57:51.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:50 smithi023 bash[65805]: cluster 2023-12-09T02:57:49.384388+0000 mgr.y (mgr.25456) 234 : cluster 0 pgmap v132: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 175 MiB used, 715 GiB / 715 GiB avail; 98/726 objects degraded (13.499%) 2023-12-09T02:57:51.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:50 smithi023 bash[65805]: audit 2023-12-09T02:57:50.388324+0000 mon.a (mon.0) 346 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:51.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:50 smithi023 bash[65805]: audit 2023-12-09T02:57:50.390033+0000 mon.a (mon.0) 347 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:57:52.716 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:57:52 smithi023 bash[61239]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:57:52] "GET /metrics HTTP/1.1" 200 38337 "" "Prometheus/2.33.4" 2023-12-09T02:57:52.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:52 smithi172 bash[51856]: cluster 2023-12-09T02:57:51.386244+0000 mgr.y (mgr.25456) 235 : cluster 0 pgmap v133: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 175 MiB used, 715 GiB / 715 GiB avail; 98/726 objects degraded (13.499%) 2023-12-09T02:57:53.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:52 smithi023 bash[64415]: cluster 2023-12-09T02:57:51.386244+0000 mgr.y (mgr.25456) 235 : cluster 0 pgmap v133: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 175 MiB used, 715 GiB / 715 GiB avail; 98/726 objects degraded (13.499%) 2023-12-09T02:57:53.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:52 smithi023 bash[65805]: cluster 2023-12-09T02:57:51.386244+0000 mgr.y (mgr.25456) 235 : cluster 0 pgmap v133: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 175 MiB used, 715 GiB / 715 GiB avail; 98/726 objects degraded (13.499%) 2023-12-09T02:57:54.204 INFO:teuthology.orchestra.run.smithi023.stdout:true 2023-12-09T02:57:54.272 INFO:journalctl@ceph.osd.3.smithi023.stdout:Dec 09 02:57:53 smithi023 bash[75203]: debug 2023-12-09T02:57:53.768+0000 7fcbefcda640 -1 osd.3 0 read_superblock omap replica is missing. 2023-12-09T02:57:54.272 INFO:journalctl@ceph.osd.3.smithi023.stdout:Dec 09 02:57:53 smithi023 bash[75203]: debug 2023-12-09T02:57:53.816+0000 7fcbefcda640 -1 osd.3 119 log_to_monitors true 2023-12-09T02:57:54.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:54 smithi172 bash[51856]: cluster 2023-12-09T02:57:53.387331+0000 mgr.y (mgr.25456) 236 : cluster 0 pgmap v134: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 175 MiB used, 715 GiB / 715 GiB avail; 98/726 objects degraded (13.499%) 2023-12-09T02:57:54.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:54 smithi172 bash[51856]: audit 2023-12-09T02:57:53.826370+0000 mon.a (mon.0) 348 : audit 1 from='osd.3 [v2:172.21.15.23:6826/534679924,v1:172.21.15.23:6827/534679924]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-09T02:57:54.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:54 smithi172 bash[51856]: audit 2023-12-09T02:57:54.287938+0000 mon.a (mon.0) 349 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:54.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:54 smithi172 bash[51856]: audit 2023-12-09T02:57:54.304323+0000 mon.a (mon.0) 350 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:55.022 INFO:journalctl@ceph.osd.3.smithi023.stdout:Dec 09 02:57:54 smithi023 bash[75203]: debug 2023-12-09T02:57:54.772+0000 7fcbdf948700 -1 osd.3 119 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-09T02:57:55.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:54 smithi023 bash[65805]: cluster 2023-12-09T02:57:53.387331+0000 mgr.y (mgr.25456) 236 : cluster 0 pgmap v134: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 175 MiB used, 715 GiB / 715 GiB avail; 98/726 objects degraded (13.499%) 2023-12-09T02:57:55.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:54 smithi023 bash[65805]: audit 2023-12-09T02:57:53.826370+0000 mon.a (mon.0) 348 : audit 1 from='osd.3 [v2:172.21.15.23:6826/534679924,v1:172.21.15.23:6827/534679924]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-09T02:57:55.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:54 smithi023 bash[65805]: audit 2023-12-09T02:57:54.287938+0000 mon.a (mon.0) 349 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:55.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:54 smithi023 bash[65805]: audit 2023-12-09T02:57:54.304323+0000 mon.a (mon.0) 350 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:55.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:54 smithi023 bash[64415]: cluster 2023-12-09T02:57:53.387331+0000 mgr.y (mgr.25456) 236 : cluster 0 pgmap v134: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 175 MiB used, 715 GiB / 715 GiB avail; 98/726 objects degraded (13.499%) 2023-12-09T02:57:55.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:54 smithi023 bash[64415]: audit 2023-12-09T02:57:53.826370+0000 mon.a (mon.0) 348 : audit 1 from='osd.3 [v2:172.21.15.23:6826/534679924,v1:172.21.15.23:6827/534679924]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-09T02:57:55.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:54 smithi023 bash[64415]: audit 2023-12-09T02:57:54.287938+0000 mon.a (mon.0) 349 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:55.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:54 smithi023 bash[64415]: audit 2023-12-09T02:57:54.304323+0000 mon.a (mon.0) 350 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:55.029 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-09T02:57:55.029 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6m) 0s ago 13m 16.0M - 0.23.0 ba2b418f427c 3b4091a6361f 2023-12-09T02:57:55.029 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi172 *:3000 running (5m) 2m ago 12m 43.3M - 8.3.5 dad864ee21e9 b146a6fad367 2023-12-09T02:57:55.029 INFO:teuthology.orchestra.run.smithi023.stdout:iscsi.foo.smithi023.vcvunr smithi023 running (4m) 0s ago 11m 46.8M - 3.5 e1d6a67b021e cab96a54a200 2023-12-09T02:57:55.029 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi172 *:8443,9283,8765 running (4m) 2m ago 19m 433M - 19.0.0-44-g9dcc13bb f28f2b94f153 997a6e266d78 2023-12-09T02:57:55.029 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:8443,9283,8765 running (5m) 0s ago 21m 493M - 19.0.0-44-g9dcc13bb f28f2b94f153 f635daf405b8 2023-12-09T02:57:55.030 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4m) 0s ago 21m 52.8M 2048M 19.0.0-44-g9dcc13bb f28f2b94f153 aa99792ae0fd 2023-12-09T02:57:55.030 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi172 running (2m) 2m ago 19m 23.5M 2048M 19.0.0-44-g9dcc13bb f28f2b94f153 aa13b48f02bc 2023-12-09T02:57:55.030 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3m) 0s ago 19m 44.5M 2048M 19.0.0-44-g9dcc13bb f28f2b94f153 6eb3e7afe9c1 2023-12-09T02:57:55.030 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6m) 0s ago 13m 12.3M - 1.3.1 1dbe0e931976 11aaca649943 2023-12-09T02:57:55.030 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi172 *:9100 running (5m) 2m ago 13m 11.0M - 1.3.1 1dbe0e931976 7938141dc8d6 2023-12-09T02:57:55.030 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (95s) 0s ago 18m 52.7M 2781M 19.0.0-44-g9dcc13bb f28f2b94f153 5a768836da38 2023-12-09T02:57:55.030 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (66s) 0s ago 18m 51.7M 2781M 19.0.0-44-g9dcc13bb f28f2b94f153 1ce77f0aaf3e 2023-12-09T02:57:55.030 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (35s) 0s ago 17m 47.5M 2781M 19.0.0-44-g9dcc13bb f28f2b94f153 4b8ac3729448 2023-12-09T02:57:55.030 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (5s) 0s ago 16m - 2781M 19.0.0-44-g9dcc13bb f28f2b94f153 a75e9030f217 2023-12-09T02:57:55.030 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi172 running (16m) 2m ago 16m 62.2M 3037M 17.2.0 e1d6a67b021e c04304e8675b 2023-12-09T02:57:55.030 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi172 running (15m) 2m ago 15m 57.4M 3037M 17.2.0 e1d6a67b021e fcb16f6cd272 2023-12-09T02:57:55.030 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi172 running (15m) 2m ago 15m 55.8M 3037M 17.2.0 e1d6a67b021e a1dc1e893a48 2023-12-09T02:57:55.030 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi172 running (14m) 2m ago 14m 58.7M 3037M 17.2.0 e1d6a67b021e f5bf1afe0d7c 2023-12-09T02:57:55.030 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi172 *:9095 running (4m) 2m ago 13m 59.7M - 2.33.4 514e6a882f6e 506724a1b8e0 2023-12-09T02:57:55.030 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.foo.smithi023.mllipj smithi023 *:8000 running (11m) 0s ago 11m 89.2M - 17.2.0 e1d6a67b021e 110d5ba1c152 2023-12-09T02:57:55.031 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.foo.smithi172.aqpemq smithi172 *:8000 running (11m) 2m ago 11m 88.5M - 17.2.0 e1d6a67b021e c9a58e322a85 2023-12-09T02:57:55.031 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.smpl.smithi023.ikvhaq smithi023 *:80 running (11m) 0s ago 11m 89.5M - 17.2.0 e1d6a67b021e 9fb31f23b01c 2023-12-09T02:57:55.031 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.smpl.smithi172.ysxvfy smithi172 *:80 running (11m) 2m ago 11m 88.3M - 17.2.0 e1d6a67b021e 3c13f0c0b020 2023-12-09T02:57:55.550 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2023-12-09T02:57:55.550 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2023-12-09T02:57:55.550 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 3 2023-12-09T02:57:55.550 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:57:55.550 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2023-12-09T02:57:55.550 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 2 2023-12-09T02:57:55.550 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:57:55.550 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2023-12-09T02:57:55.550 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4, 2023-12-09T02:57:55.550 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 3 2023-12-09T02:57:55.550 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:57:55.551 INFO:teuthology.orchestra.run.smithi023.stdout: "rgw": { 2023-12-09T02:57:55.551 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-09T02:57:55.551 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:57:55.551 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2023-12-09T02:57:55.551 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8, 2023-12-09T02:57:55.551 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 8 2023-12-09T02:57:55.551 INFO:teuthology.orchestra.run.smithi023.stdout: } 2023-12-09T02:57:55.551 INFO:teuthology.orchestra.run.smithi023.stdout:} 2023-12-09T02:57:55.974 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2023-12-09T02:57:55.974 INFO:teuthology.orchestra.run.smithi023.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882", 2023-12-09T02:57:55.974 INFO:teuthology.orchestra.run.smithi023.stdout: "in_progress": true, 2023-12-09T02:57:55.974 INFO:teuthology.orchestra.run.smithi023.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-09T02:57:55.974 INFO:teuthology.orchestra.run.smithi023.stdout: "services_complete": [ 2023-12-09T02:57:55.974 INFO:teuthology.orchestra.run.smithi023.stdout: "mon", 2023-12-09T02:57:55.975 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr" 2023-12-09T02:57:55.975 INFO:teuthology.orchestra.run.smithi023.stdout: ], 2023-12-09T02:57:55.975 INFO:teuthology.orchestra.run.smithi023.stdout: "progress": "9/23 daemons upgraded", 2023-12-09T02:57:55.975 INFO:teuthology.orchestra.run.smithi023.stdout: "message": "Currently upgrading osd daemons", 2023-12-09T02:57:55.975 INFO:teuthology.orchestra.run.smithi023.stdout: "is_paused": false 2023-12-09T02:57:55.975 INFO:teuthology.orchestra.run.smithi023.stdout:} 2023-12-09T02:57:56.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:55 smithi023 bash[64415]: audit 2023-12-09T02:57:54.180622+0000 mgr.y (mgr.25456) 237 : audit 0 from='client.44338 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:57:56.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:55 smithi023 bash[64415]: audit 2023-12-09T02:57:54.594587+0000 mgr.y (mgr.25456) 238 : audit 0 from='client.44344 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:57:56.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:55 smithi023 bash[64415]: audit 2023-12-09T02:57:54.713358+0000 mon.a (mon.0) 351 : audit 1 from='osd.3 [v2:172.21.15.23:6826/534679924,v1:172.21.15.23:6827/534679924]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-09T02:57:56.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:55 smithi023 bash[64415]: cluster 2023-12-09T02:57:54.725619+0000 mon.a (mon.0) 352 : cluster 0 osdmap e122: 8 total, 7 up, 8 in 2023-12-09T02:57:56.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:55 smithi023 bash[64415]: audit 2023-12-09T02:57:54.728298+0000 mon.a (mon.0) 353 : audit 1 from='osd.3 [v2:172.21.15.23:6826/534679924,v1:172.21.15.23:6827/534679924]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2023-12-09T02:57:56.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:55 smithi023 bash[64415]: cluster 2023-12-09T02:57:54.737277+0000 osd.4 (osd.4) 24 : cluster 3 failed to encode map e122 with expected crc 2023-12-09T02:57:56.024 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:55 smithi023 bash[64415]: cluster 2023-12-09T02:57:54.896631+0000 osd.6 (osd.6) 19 : cluster 3 failed to encode map e122 with expected crc 2023-12-09T02:57:56.024 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:55 smithi023 bash[64415]: cluster 2023-12-09T02:57:55.068427+0000 osd.5 (osd.5) 26 : cluster 3 failed to encode map e122 with expected crc 2023-12-09T02:57:56.024 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:55 smithi023 bash[64415]: cluster 2023-12-09T02:57:55.204185+0000 osd.7 (osd.7) 19 : cluster 3 failed to encode map e122 with expected crc 2023-12-09T02:57:56.024 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:55 smithi023 bash[64415]: cluster 2023-12-09T02:57:55.370782+0000 mon.a (mon.0) 354 : cluster 3 Health check update: Degraded data redundancy: 98/726 objects degraded (13.499%), 26 pgs degraded (PG_DEGRADED) 2023-12-09T02:57:56.024 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:55 smithi023 bash[64415]: audit 2023-12-09T02:57:55.402396+0000 mon.a (mon.0) 355 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:56.024 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:55 smithi023 bash[64415]: audit 2023-12-09T02:57:55.425830+0000 mon.a (mon.0) 356 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:56.024 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:55 smithi023 bash[64415]: audit 2023-12-09T02:57:55.541383+0000 mon.a (mon.0) 357 : audit 0 from='client.? 172.21.15.23:0/3992885116' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:57:56.024 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:55 smithi023 bash[64415]: audit 2023-12-09T02:57:55.590028+0000 mon.a (mon.0) 358 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:56.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:55 smithi023 bash[65805]: audit 2023-12-09T02:57:54.180622+0000 mgr.y (mgr.25456) 237 : audit 0 from='client.44338 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:57:56.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:55 smithi023 bash[65805]: audit 2023-12-09T02:57:54.594587+0000 mgr.y (mgr.25456) 238 : audit 0 from='client.44344 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:57:56.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:55 smithi023 bash[65805]: audit 2023-12-09T02:57:54.713358+0000 mon.a (mon.0) 351 : audit 1 from='osd.3 [v2:172.21.15.23:6826/534679924,v1:172.21.15.23:6827/534679924]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-09T02:57:56.025 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:55 smithi023 bash[65805]: cluster 2023-12-09T02:57:54.725619+0000 mon.a (mon.0) 352 : cluster 0 osdmap e122: 8 total, 7 up, 8 in 2023-12-09T02:57:56.025 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:55 smithi023 bash[65805]: audit 2023-12-09T02:57:54.728298+0000 mon.a (mon.0) 353 : audit 1 from='osd.3 [v2:172.21.15.23:6826/534679924,v1:172.21.15.23:6827/534679924]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2023-12-09T02:57:56.025 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:55 smithi023 bash[65805]: cluster 2023-12-09T02:57:54.737277+0000 osd.4 (osd.4) 24 : cluster 3 failed to encode map e122 with expected crc 2023-12-09T02:57:56.025 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:55 smithi023 bash[65805]: cluster 2023-12-09T02:57:54.896631+0000 osd.6 (osd.6) 19 : cluster 3 failed to encode map e122 with expected crc 2023-12-09T02:57:56.025 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:55 smithi023 bash[65805]: cluster 2023-12-09T02:57:55.068427+0000 osd.5 (osd.5) 26 : cluster 3 failed to encode map e122 with expected crc 2023-12-09T02:57:56.025 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:55 smithi023 bash[65805]: cluster 2023-12-09T02:57:55.204185+0000 osd.7 (osd.7) 19 : cluster 3 failed to encode map e122 with expected crc 2023-12-09T02:57:56.025 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:55 smithi023 bash[65805]: cluster 2023-12-09T02:57:55.370782+0000 mon.a (mon.0) 354 : cluster 3 Health check update: Degraded data redundancy: 98/726 objects degraded (13.499%), 26 pgs degraded (PG_DEGRADED) 2023-12-09T02:57:56.025 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:55 smithi023 bash[65805]: audit 2023-12-09T02:57:55.402396+0000 mon.a (mon.0) 355 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:56.025 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:55 smithi023 bash[65805]: audit 2023-12-09T02:57:55.425830+0000 mon.a (mon.0) 356 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:56.025 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:55 smithi023 bash[65805]: audit 2023-12-09T02:57:55.541383+0000 mon.a (mon.0) 357 : audit 0 from='client.? 172.21.15.23:0/3992885116' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:57:56.025 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:55 smithi023 bash[65805]: audit 2023-12-09T02:57:55.590028+0000 mon.a (mon.0) 358 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:56.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:55 smithi172 bash[51856]: audit 2023-12-09T02:57:54.180622+0000 mgr.y (mgr.25456) 237 : audit 0 from='client.44338 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:57:56.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:55 smithi172 bash[51856]: audit 2023-12-09T02:57:54.594587+0000 mgr.y (mgr.25456) 238 : audit 0 from='client.44344 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:57:56.250 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:55 smithi172 bash[51856]: audit 2023-12-09T02:57:54.713358+0000 mon.a (mon.0) 351 : audit 1 from='osd.3 [v2:172.21.15.23:6826/534679924,v1:172.21.15.23:6827/534679924]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-09T02:57:56.250 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:55 smithi172 bash[51856]: cluster 2023-12-09T02:57:54.725619+0000 mon.a (mon.0) 352 : cluster 0 osdmap e122: 8 total, 7 up, 8 in 2023-12-09T02:57:56.250 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:55 smithi172 bash[51856]: audit 2023-12-09T02:57:54.728298+0000 mon.a (mon.0) 353 : audit 1 from='osd.3 [v2:172.21.15.23:6826/534679924,v1:172.21.15.23:6827/534679924]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2023-12-09T02:57:56.250 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:55 smithi172 bash[51856]: cluster 2023-12-09T02:57:54.737277+0000 osd.4 (osd.4) 24 : cluster 3 failed to encode map e122 with expected crc 2023-12-09T02:57:56.250 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:55 smithi172 bash[51856]: cluster 2023-12-09T02:57:54.896631+0000 osd.6 (osd.6) 19 : cluster 3 failed to encode map e122 with expected crc 2023-12-09T02:57:56.250 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:55 smithi172 bash[51856]: cluster 2023-12-09T02:57:55.068427+0000 osd.5 (osd.5) 26 : cluster 3 failed to encode map e122 with expected crc 2023-12-09T02:57:56.251 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:55 smithi172 bash[51856]: cluster 2023-12-09T02:57:55.204185+0000 osd.7 (osd.7) 19 : cluster 3 failed to encode map e122 with expected crc 2023-12-09T02:57:56.251 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:55 smithi172 bash[51856]: cluster 2023-12-09T02:57:55.370782+0000 mon.a (mon.0) 354 : cluster 3 Health check update: Degraded data redundancy: 98/726 objects degraded (13.499%), 26 pgs degraded (PG_DEGRADED) 2023-12-09T02:57:56.251 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:55 smithi172 bash[51856]: audit 2023-12-09T02:57:55.402396+0000 mon.a (mon.0) 355 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:56.251 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:55 smithi172 bash[51856]: audit 2023-12-09T02:57:55.425830+0000 mon.a (mon.0) 356 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:56.251 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:55 smithi172 bash[51856]: audit 2023-12-09T02:57:55.541383+0000 mon.a (mon.0) 357 : audit 0 from='client.? 172.21.15.23:0/3992885116' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:57:56.251 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:55 smithi172 bash[51856]: audit 2023-12-09T02:57:55.590028+0000 mon.a (mon.0) 358 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:57:56.423 INFO:teuthology.orchestra.run.smithi023.stdout:HEALTH_WARN Degraded data redundancy: 98/726 objects degraded (13.499%), 26 pgs degraded 2023-12-09T02:57:56.424 INFO:teuthology.orchestra.run.smithi023.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 98/726 objects degraded (13.499%), 26 pgs degraded 2023-12-09T02:57:56.424 INFO:teuthology.orchestra.run.smithi023.stdout: pg 2.9 is active+undersized+degraded, acting [1,7] 2023-12-09T02:57:56.424 INFO:teuthology.orchestra.run.smithi023.stdout: pg 2.a is active+undersized+degraded, acting [1,7] 2023-12-09T02:57:56.424 INFO:teuthology.orchestra.run.smithi023.stdout: pg 2.d is active+undersized+degraded, acting [1,4] 2023-12-09T02:57:56.424 INFO:teuthology.orchestra.run.smithi023.stdout: pg 2.12 is active+undersized+degraded, acting [5,7] 2023-12-09T02:57:56.424 INFO:teuthology.orchestra.run.smithi023.stdout: pg 2.13 is active+undersized+degraded, acting [0,4] 2023-12-09T02:57:56.424 INFO:teuthology.orchestra.run.smithi023.stdout: pg 2.1b is active+undersized+degraded, acting [7,6] 2023-12-09T02:57:56.424 INFO:teuthology.orchestra.run.smithi023.stdout: pg 2.1e is active+undersized+degraded, acting [0,5] 2023-12-09T02:57:56.425 INFO:teuthology.orchestra.run.smithi023.stdout: pg 3.1 is active+undersized+degraded, acting [0,4] 2023-12-09T02:57:56.425 INFO:teuthology.orchestra.run.smithi023.stdout: pg 3.2 is active+undersized+degraded, acting [5,6] 2023-12-09T02:57:56.425 INFO:teuthology.orchestra.run.smithi023.stdout: pg 3.5 is active+undersized+degraded, acting [5,2] 2023-12-09T02:57:56.425 INFO:teuthology.orchestra.run.smithi023.stdout: pg 3.7 is active+undersized+degraded, acting [7,0] 2023-12-09T02:57:56.425 INFO:teuthology.orchestra.run.smithi023.stdout: pg 3.8 is active+undersized+degraded, acting [1,7] 2023-12-09T02:57:56.425 INFO:teuthology.orchestra.run.smithi023.stdout: pg 3.b is active+undersized+degraded, acting [0,4] 2023-12-09T02:57:56.425 INFO:teuthology.orchestra.run.smithi023.stdout: pg 3.c is active+undersized+degraded, acting [5,6] 2023-12-09T02:57:56.425 INFO:teuthology.orchestra.run.smithi023.stdout: pg 3.12 is active+undersized+degraded, acting [0,7] 2023-12-09T02:57:56.425 INFO:teuthology.orchestra.run.smithi023.stdout: pg 3.15 is active+undersized+degraded, acting [7,4] 2023-12-09T02:57:56.425 INFO:teuthology.orchestra.run.smithi023.stdout: pg 3.17 is active+undersized+degraded, acting [0,5] 2023-12-09T02:57:56.425 INFO:teuthology.orchestra.run.smithi023.stdout: pg 3.18 is active+undersized+degraded, acting [0,1] 2023-12-09T02:57:56.425 INFO:teuthology.orchestra.run.smithi023.stdout: pg 3.19 is active+undersized+degraded, acting [1,4] 2023-12-09T02:57:56.425 INFO:teuthology.orchestra.run.smithi023.stdout: pg 3.1e is active+undersized+degraded, acting [6,2] 2023-12-09T02:57:56.425 INFO:teuthology.orchestra.run.smithi023.stdout: pg 4.0 is active+undersized+degraded, acting [7,0] 2023-12-09T02:57:56.425 INFO:teuthology.orchestra.run.smithi023.stdout: pg 4.9 is active+undersized+degraded, acting [4,1] 2023-12-09T02:57:56.426 INFO:teuthology.orchestra.run.smithi023.stdout: pg 4.14 is active+undersized+degraded, acting [1,7] 2023-12-09T02:57:56.426 INFO:teuthology.orchestra.run.smithi023.stdout: pg 4.15 is active+undersized+degraded, acting [5,7] 2023-12-09T02:57:56.426 INFO:teuthology.orchestra.run.smithi023.stdout: pg 5.1c is active+undersized+degraded, acting [4,2] 2023-12-09T02:57:56.426 INFO:teuthology.orchestra.run.smithi023.stdout: pg 6.c is active+undersized+degraded, acting [6,5] 2023-12-09T02:57:57.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:56 smithi023 bash[64415]: audit 2023-12-09T02:57:54.997065+0000 mgr.y (mgr.25456) 239 : audit 0 from='client.34425 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:57:57.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:56 smithi023 bash[64415]: cluster 2023-12-09T02:57:55.388219+0000 mgr.y (mgr.25456) 240 : cluster 0 pgmap v136: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 186 MiB used, 715 GiB / 715 GiB avail; 98/726 objects degraded (13.499%) 2023-12-09T02:57:57.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:56 smithi023 bash[64415]: cluster 2023-12-09T02:57:55.739345+0000 mon.a (mon.0) 359 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-09T02:57:57.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:56 smithi023 bash[64415]: cluster 2023-12-09T02:57:55.758461+0000 mon.a (mon.0) 360 : cluster 1 osd.3 [v2:172.21.15.23:6826/534679924,v1:172.21.15.23:6827/534679924] boot 2023-12-09T02:57:57.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:56 smithi023 bash[64415]: cluster 2023-12-09T02:57:55.758548+0000 mon.a (mon.0) 361 : cluster 0 osdmap e123: 8 total, 8 up, 8 in 2023-12-09T02:57:57.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:56 smithi023 bash[64415]: audit 2023-12-09T02:57:55.758898+0000 mon.a (mon.0) 362 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-09T02:57:57.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:56 smithi023 bash[64415]: cluster 2023-12-09T02:57:55.763884+0000 osd.5 (osd.5) 27 : cluster 3 failed to encode map e123 with expected crc 2023-12-09T02:57:57.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:56 smithi023 bash[64415]: cluster 2023-12-09T02:57:55.764467+0000 osd.4 (osd.4) 25 : cluster 3 failed to encode map e123 with expected crc 2023-12-09T02:57:57.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:56 smithi023 bash[64415]: audit 2023-12-09T02:57:56.415498+0000 mon.c (mon.1) 9 : audit 0 from='client.? 172.21.15.23:0/1777565833' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:57:57.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:56 smithi023 bash[65805]: audit 2023-12-09T02:57:54.997065+0000 mgr.y (mgr.25456) 239 : audit 0 from='client.34425 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:57:57.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:56 smithi023 bash[65805]: cluster 2023-12-09T02:57:55.388219+0000 mgr.y (mgr.25456) 240 : cluster 0 pgmap v136: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 186 MiB used, 715 GiB / 715 GiB avail; 98/726 objects degraded (13.499%) 2023-12-09T02:57:57.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:56 smithi023 bash[65805]: cluster 2023-12-09T02:57:55.739345+0000 mon.a (mon.0) 359 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-09T02:57:57.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:56 smithi023 bash[65805]: cluster 2023-12-09T02:57:55.758461+0000 mon.a (mon.0) 360 : cluster 1 osd.3 [v2:172.21.15.23:6826/534679924,v1:172.21.15.23:6827/534679924] boot 2023-12-09T02:57:57.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:56 smithi023 bash[65805]: cluster 2023-12-09T02:57:55.758548+0000 mon.a (mon.0) 361 : cluster 0 osdmap e123: 8 total, 8 up, 8 in 2023-12-09T02:57:57.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:56 smithi023 bash[65805]: audit 2023-12-09T02:57:55.758898+0000 mon.a (mon.0) 362 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-09T02:57:57.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:56 smithi023 bash[65805]: cluster 2023-12-09T02:57:55.763884+0000 osd.5 (osd.5) 27 : cluster 3 failed to encode map e123 with expected crc 2023-12-09T02:57:57.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:56 smithi023 bash[65805]: cluster 2023-12-09T02:57:55.764467+0000 osd.4 (osd.4) 25 : cluster 3 failed to encode map e123 with expected crc 2023-12-09T02:57:57.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:56 smithi023 bash[65805]: audit 2023-12-09T02:57:56.415498+0000 mon.c (mon.1) 9 : audit 0 from='client.? 172.21.15.23:0/1777565833' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:57:57.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:56 smithi172 bash[51856]: audit 2023-12-09T02:57:54.997065+0000 mgr.y (mgr.25456) 239 : audit 0 from='client.34425 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:57:57.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:56 smithi172 bash[51856]: cluster 2023-12-09T02:57:55.388219+0000 mgr.y (mgr.25456) 240 : cluster 0 pgmap v136: 161 pgs: 26 active+undersized+degraded, 40 active+undersized, 95 active+clean; 585 KiB data, 186 MiB used, 715 GiB / 715 GiB avail; 98/726 objects degraded (13.499%) 2023-12-09T02:57:57.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:56 smithi172 bash[51856]: cluster 2023-12-09T02:57:55.739345+0000 mon.a (mon.0) 359 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-09T02:57:57.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:56 smithi172 bash[51856]: cluster 2023-12-09T02:57:55.758461+0000 mon.a (mon.0) 360 : cluster 1 osd.3 [v2:172.21.15.23:6826/534679924,v1:172.21.15.23:6827/534679924] boot 2023-12-09T02:57:57.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:56 smithi172 bash[51856]: cluster 2023-12-09T02:57:55.758548+0000 mon.a (mon.0) 361 : cluster 0 osdmap e123: 8 total, 8 up, 8 in 2023-12-09T02:57:57.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:56 smithi172 bash[51856]: audit 2023-12-09T02:57:55.758898+0000 mon.a (mon.0) 362 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-09T02:57:57.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:56 smithi172 bash[51856]: cluster 2023-12-09T02:57:55.763884+0000 osd.5 (osd.5) 27 : cluster 3 failed to encode map e123 with expected crc 2023-12-09T02:57:57.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:56 smithi172 bash[51856]: cluster 2023-12-09T02:57:55.764467+0000 osd.4 (osd.4) 25 : cluster 3 failed to encode map e123 with expected crc 2023-12-09T02:57:57.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:56 smithi172 bash[51856]: audit 2023-12-09T02:57:56.415498+0000 mon.c (mon.1) 9 : audit 0 from='client.? 172.21.15.23:0/1777565833' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:57:58.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:57 smithi172 bash[51856]: audit 2023-12-09T02:57:55.965372+0000 mgr.y (mgr.25456) 241 : audit 0 from='client.44362 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:57:58.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:57 smithi172 bash[51856]: audit 2023-12-09T02:57:56.448288+0000 mgr.y (mgr.25456) 242 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:57:58.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:57 smithi172 bash[51856]: cluster 2023-12-09T02:57:56.781374+0000 mon.a (mon.0) 363 : cluster 0 osdmap e124: 8 total, 8 up, 8 in 2023-12-09T02:57:58.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:57 smithi172 bash[51856]: cluster 2023-12-09T02:57:56.784877+0000 osd.4 (osd.4) 26 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:57:58.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:57 smithi172 bash[51856]: cluster 2023-12-09T02:57:56.788741+0000 osd.4 (osd.4) 27 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:57:58.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:57 smithi172 bash[51856]: cluster 2023-12-09T02:57:56.790564+0000 osd.6 (osd.6) 20 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:57:58.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:57 smithi172 bash[51856]: cluster 2023-12-09T02:57:56.790572+0000 osd.5 (osd.5) 28 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:57:58.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:57 smithi172 bash[51856]: cluster 2023-12-09T02:57:56.790610+0000 osd.7 (osd.7) 20 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:57:58.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:57 smithi172 bash[51856]: cluster 2023-12-09T02:57:56.790822+0000 osd.4 (osd.4) 28 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:57:58.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:57 smithi172 bash[51856]: cluster 2023-12-09T02:57:56.793731+0000 osd.7 (osd.7) 21 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:57:58.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:57 smithi172 bash[51856]: cluster 2023-12-09T02:57:56.794577+0000 osd.5 (osd.5) 29 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:57:58.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:57 smithi172 bash[51856]: cluster 2023-12-09T02:57:56.795442+0000 osd.6 (osd.6) 21 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:57:58.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:57 smithi172 bash[51856]: cluster 2023-12-09T02:57:56.797043+0000 osd.7 (osd.7) 22 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:57:58.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:57 smithi172 bash[51856]: cluster 2023-12-09T02:57:56.798330+0000 osd.5 (osd.5) 30 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:57:58.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:57 smithi172 bash[51856]: cluster 2023-12-09T02:57:56.800578+0000 osd.7 (osd.7) 23 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:57:58.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:57 smithi172 bash[51856]: cluster 2023-12-09T02:57:56.801320+0000 osd.5 (osd.5) 31 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:57:58.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:57 smithi172 bash[51856]: cluster 2023-12-09T02:57:56.804313+0000 osd.5 (osd.5) 32 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:57:58.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:57 smithi023 bash[64415]: audit 2023-12-09T02:57:55.965372+0000 mgr.y (mgr.25456) 241 : audit 0 from='client.44362 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:57:58.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:57 smithi023 bash[64415]: audit 2023-12-09T02:57:56.448288+0000 mgr.y (mgr.25456) 242 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:57:58.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:57 smithi023 bash[64415]: cluster 2023-12-09T02:57:56.781374+0000 mon.a (mon.0) 363 : cluster 0 osdmap e124: 8 total, 8 up, 8 in 2023-12-09T02:57:58.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:57 smithi023 bash[64415]: cluster 2023-12-09T02:57:56.784877+0000 osd.4 (osd.4) 26 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:57:58.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:57 smithi023 bash[64415]: cluster 2023-12-09T02:57:56.788741+0000 osd.4 (osd.4) 27 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:57:58.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:57 smithi023 bash[64415]: cluster 2023-12-09T02:57:56.790564+0000 osd.6 (osd.6) 20 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:57:58.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:57 smithi023 bash[64415]: cluster 2023-12-09T02:57:56.790572+0000 osd.5 (osd.5) 28 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:57:58.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:57 smithi023 bash[64415]: cluster 2023-12-09T02:57:56.790610+0000 osd.7 (osd.7) 20 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:57:58.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:57 smithi023 bash[64415]: cluster 2023-12-09T02:57:56.790822+0000 osd.4 (osd.4) 28 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:57:58.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:57 smithi023 bash[64415]: cluster 2023-12-09T02:57:56.793731+0000 osd.7 (osd.7) 21 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:57:58.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:57 smithi023 bash[64415]: cluster 2023-12-09T02:57:56.794577+0000 osd.5 (osd.5) 29 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:57:58.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:57 smithi023 bash[64415]: cluster 2023-12-09T02:57:56.795442+0000 osd.6 (osd.6) 21 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:57:58.274 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:57 smithi023 bash[64415]: cluster 2023-12-09T02:57:56.797043+0000 osd.7 (osd.7) 22 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:57:58.274 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:57 smithi023 bash[64415]: cluster 2023-12-09T02:57:56.798330+0000 osd.5 (osd.5) 30 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:57:58.274 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:57 smithi023 bash[64415]: cluster 2023-12-09T02:57:56.800578+0000 osd.7 (osd.7) 23 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:57:58.274 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:57 smithi023 bash[64415]: cluster 2023-12-09T02:57:56.801320+0000 osd.5 (osd.5) 31 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:57:58.274 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:57 smithi023 bash[64415]: cluster 2023-12-09T02:57:56.804313+0000 osd.5 (osd.5) 32 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:57:58.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:57 smithi023 bash[65805]: audit 2023-12-09T02:57:55.965372+0000 mgr.y (mgr.25456) 241 : audit 0 from='client.44362 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:57:58.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:57 smithi023 bash[65805]: audit 2023-12-09T02:57:56.448288+0000 mgr.y (mgr.25456) 242 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:57:58.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:57 smithi023 bash[65805]: cluster 2023-12-09T02:57:56.781374+0000 mon.a (mon.0) 363 : cluster 0 osdmap e124: 8 total, 8 up, 8 in 2023-12-09T02:57:58.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:57 smithi023 bash[65805]: cluster 2023-12-09T02:57:56.784877+0000 osd.4 (osd.4) 26 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:57:58.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:57 smithi023 bash[65805]: cluster 2023-12-09T02:57:56.788741+0000 osd.4 (osd.4) 27 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:57:58.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:57 smithi023 bash[65805]: cluster 2023-12-09T02:57:56.790564+0000 osd.6 (osd.6) 20 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:57:58.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:57 smithi023 bash[65805]: cluster 2023-12-09T02:57:56.790572+0000 osd.5 (osd.5) 28 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:57:58.275 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:57 smithi023 bash[65805]: cluster 2023-12-09T02:57:56.790610+0000 osd.7 (osd.7) 20 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:57:58.275 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:57 smithi023 bash[65805]: cluster 2023-12-09T02:57:56.790822+0000 osd.4 (osd.4) 28 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:57:58.275 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:57 smithi023 bash[65805]: cluster 2023-12-09T02:57:56.793731+0000 osd.7 (osd.7) 21 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:57:58.275 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:57 smithi023 bash[65805]: cluster 2023-12-09T02:57:56.794577+0000 osd.5 (osd.5) 29 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:57:58.275 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:57 smithi023 bash[65805]: cluster 2023-12-09T02:57:56.795442+0000 osd.6 (osd.6) 21 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:57:58.275 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:57 smithi023 bash[65805]: cluster 2023-12-09T02:57:56.797043+0000 osd.7 (osd.7) 22 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:57:58.275 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:57 smithi023 bash[65805]: cluster 2023-12-09T02:57:56.798330+0000 osd.5 (osd.5) 30 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:57:58.275 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:57 smithi023 bash[65805]: cluster 2023-12-09T02:57:56.800578+0000 osd.7 (osd.7) 23 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:57:58.275 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:57 smithi023 bash[65805]: cluster 2023-12-09T02:57:56.801320+0000 osd.5 (osd.5) 31 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:57:58.275 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:57 smithi023 bash[65805]: cluster 2023-12-09T02:57:56.804313+0000 osd.5 (osd.5) 32 : cluster 3 failed to encode map e124 with expected crc 2023-12-09T02:57:59.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:57:58 smithi172 bash[51856]: cluster 2023-12-09T02:57:57.389172+0000 mgr.y (mgr.25456) 243 : cluster 0 pgmap v139: 161 pgs: 18 peering, 19 active+undersized+degraded, 29 active+undersized, 95 active+clean; 585 KiB data, 186 MiB used, 715 GiB / 715 GiB avail; 76/726 objects degraded (10.468%) 2023-12-09T02:57:59.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:57:58 smithi023 bash[65805]: cluster 2023-12-09T02:57:57.389172+0000 mgr.y (mgr.25456) 243 : cluster 0 pgmap v139: 161 pgs: 18 peering, 19 active+undersized+degraded, 29 active+undersized, 95 active+clean; 585 KiB data, 186 MiB used, 715 GiB / 715 GiB avail; 76/726 objects degraded (10.468%) 2023-12-09T02:57:59.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:57:58 smithi023 bash[64415]: cluster 2023-12-09T02:57:57.389172+0000 mgr.y (mgr.25456) 243 : cluster 0 pgmap v139: 161 pgs: 18 peering, 19 active+undersized+degraded, 29 active+undersized, 95 active+clean; 585 KiB data, 186 MiB used, 715 GiB / 715 GiB avail; 76/726 objects degraded (10.468%) 2023-12-09T02:58:01.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:00 smithi172 bash[51856]: cluster 2023-12-09T02:57:59.390342+0000 mgr.y (mgr.25456) 244 : cluster 0 pgmap v140: 161 pgs: 18 peering, 15 active+undersized+degraded, 25 active+undersized, 103 active+clean; 585 KiB data, 186 MiB used, 715 GiB / 715 GiB avail; 60/726 objects degraded (8.264%) 2023-12-09T02:58:01.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:00 smithi172 bash[51856]: cluster 2023-12-09T02:58:00.372554+0000 mon.a (mon.0) 364 : cluster 3 Health check update: Degraded data redundancy: 60/726 objects degraded (8.264%), 15 pgs degraded (PG_DEGRADED) 2023-12-09T02:58:01.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:00 smithi023 bash[65805]: cluster 2023-12-09T02:57:59.390342+0000 mgr.y (mgr.25456) 244 : cluster 0 pgmap v140: 161 pgs: 18 peering, 15 active+undersized+degraded, 25 active+undersized, 103 active+clean; 585 KiB data, 186 MiB used, 715 GiB / 715 GiB avail; 60/726 objects degraded (8.264%) 2023-12-09T02:58:01.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:00 smithi023 bash[65805]: cluster 2023-12-09T02:58:00.372554+0000 mon.a (mon.0) 364 : cluster 3 Health check update: Degraded data redundancy: 60/726 objects degraded (8.264%), 15 pgs degraded (PG_DEGRADED) 2023-12-09T02:58:01.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:00 smithi023 bash[64415]: cluster 2023-12-09T02:57:59.390342+0000 mgr.y (mgr.25456) 244 : cluster 0 pgmap v140: 161 pgs: 18 peering, 15 active+undersized+degraded, 25 active+undersized, 103 active+clean; 585 KiB data, 186 MiB used, 715 GiB / 715 GiB avail; 60/726 objects degraded (8.264%) 2023-12-09T02:58:01.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:00 smithi023 bash[64415]: cluster 2023-12-09T02:58:00.372554+0000 mon.a (mon.0) 364 : cluster 3 Health check update: Degraded data redundancy: 60/726 objects degraded (8.264%), 15 pgs degraded (PG_DEGRADED) 2023-12-09T02:58:02.119 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:01 smithi023 bash[65805]: cluster 2023-12-09T02:58:01.795939+0000 mon.a (mon.0) 365 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 60/726 objects degraded (8.264%), 15 pgs degraded) 2023-12-09T02:58:02.119 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:01 smithi023 bash[65805]: cluster 2023-12-09T02:58:01.796003+0000 mon.a (mon.0) 366 : cluster 1 Cluster is now healthy 2023-12-09T02:58:02.119 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:01 smithi023 bash[64415]: cluster 2023-12-09T02:58:01.795939+0000 mon.a (mon.0) 365 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 60/726 objects degraded (8.264%), 15 pgs degraded) 2023-12-09T02:58:02.119 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:01 smithi023 bash[64415]: cluster 2023-12-09T02:58:01.796003+0000 mon.a (mon.0) 366 : cluster 1 Cluster is now healthy 2023-12-09T02:58:02.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:01 smithi172 bash[51856]: cluster 2023-12-09T02:58:01.795939+0000 mon.a (mon.0) 365 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 60/726 objects degraded (8.264%), 15 pgs degraded) 2023-12-09T02:58:02.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:01 smithi172 bash[51856]: cluster 2023-12-09T02:58:01.796003+0000 mon.a (mon.0) 366 : cluster 1 Cluster is now healthy 2023-12-09T02:58:02.522 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:58:02 smithi023 bash[61239]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:58:02] "GET /metrics HTTP/1.1" 200 38337 "" "Prometheus/2.33.4" 2023-12-09T02:58:03.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:02 smithi172 bash[51856]: cluster 2023-12-09T02:58:01.391959+0000 mgr.y (mgr.25456) 245 : cluster 0 pgmap v141: 161 pgs: 161 active+clean; 585 KiB data, 187 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:58:03.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:02 smithi023 bash[64415]: cluster 2023-12-09T02:58:01.391959+0000 mgr.y (mgr.25456) 245 : cluster 0 pgmap v141: 161 pgs: 161 active+clean; 585 KiB data, 187 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:58:03.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:02 smithi023 bash[65805]: cluster 2023-12-09T02:58:01.391959+0000 mgr.y (mgr.25456) 245 : cluster 0 pgmap v141: 161 pgs: 161 active+clean; 585 KiB data, 187 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:58:04.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:03 smithi172 bash[51856]: cluster 2023-12-09T02:58:03.392721+0000 mgr.y (mgr.25456) 246 : cluster 0 pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 187 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:58:04.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:03 smithi023 bash[64415]: cluster 2023-12-09T02:58:03.392721+0000 mgr.y (mgr.25456) 246 : cluster 0 pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 187 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:58:04.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:03 smithi023 bash[65805]: cluster 2023-12-09T02:58:03.392721+0000 mgr.y (mgr.25456) 246 : cluster 0 pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 187 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:58:06.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:06 smithi172 bash[51856]: audit 2023-12-09T02:58:05.391285+0000 mon.a (mon.0) 367 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:06.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:06 smithi172 bash[51856]: audit 2023-12-09T02:58:05.394117+0000 mon.a (mon.0) 368 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:58:06.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:06 smithi172 bash[51856]: cluster 2023-12-09T02:58:05.394128+0000 mgr.y (mgr.25456) 247 : cluster 0 pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 187 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:58:06.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:06 smithi172 bash[51856]: audit 2023-12-09T02:58:06.036053+0000 mon.a (mon.0) 369 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:06.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:06 smithi172 bash[51856]: audit 2023-12-09T02:58:06.047477+0000 mon.a (mon.0) 370 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:06.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:06 smithi172 bash[51856]: audit 2023-12-09T02:58:06.049784+0000 mon.a (mon.0) 371 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:58:06.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:06 smithi172 bash[51856]: audit 2023-12-09T02:58:06.051440+0000 mon.a (mon.0) 372 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:58:06.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:06 smithi172 bash[51856]: audit 2023-12-09T02:58:06.061172+0000 mon.a (mon.0) 373 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:06.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:06 smithi172 bash[51856]: audit 2023-12-09T02:58:06.149667+0000 mon.a (mon.0) 374 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:58:06.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:06 smithi172 bash[51856]: audit 2023-12-09T02:58:06.152972+0000 mon.a (mon.0) 375 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:58:06.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:06 smithi172 bash[51856]: audit 2023-12-09T02:58:06.156702+0000 mon.a (mon.0) 376 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:58:06.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:06 smithi172 bash[51856]: audit 2023-12-09T02:58:06.159618+0000 mon.a (mon.0) 377 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:58:06.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:06 smithi172 bash[51856]: audit 2023-12-09T02:58:06.163503+0000 mon.a (mon.0) 378 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-09T02:58:06.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:06 smithi023 bash[64415]: audit 2023-12-09T02:58:05.391285+0000 mon.a (mon.0) 367 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:06.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:06 smithi023 bash[64415]: audit 2023-12-09T02:58:05.394117+0000 mon.a (mon.0) 368 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:58:06.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:06 smithi023 bash[64415]: cluster 2023-12-09T02:58:05.394128+0000 mgr.y (mgr.25456) 247 : cluster 0 pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 187 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:58:06.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:06 smithi023 bash[64415]: audit 2023-12-09T02:58:06.036053+0000 mon.a (mon.0) 369 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:06.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:06 smithi023 bash[64415]: audit 2023-12-09T02:58:06.047477+0000 mon.a (mon.0) 370 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:06.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:06 smithi023 bash[64415]: audit 2023-12-09T02:58:06.049784+0000 mon.a (mon.0) 371 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:58:06.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:06 smithi023 bash[64415]: audit 2023-12-09T02:58:06.051440+0000 mon.a (mon.0) 372 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:58:06.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:06 smithi023 bash[64415]: audit 2023-12-09T02:58:06.061172+0000 mon.a (mon.0) 373 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:06.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:06 smithi023 bash[64415]: audit 2023-12-09T02:58:06.149667+0000 mon.a (mon.0) 374 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:58:06.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:06 smithi023 bash[64415]: audit 2023-12-09T02:58:06.152972+0000 mon.a (mon.0) 375 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:58:06.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:06 smithi023 bash[64415]: audit 2023-12-09T02:58:06.156702+0000 mon.a (mon.0) 376 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:58:06.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:06 smithi023 bash[64415]: audit 2023-12-09T02:58:06.159618+0000 mon.a (mon.0) 377 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:58:06.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:06 smithi023 bash[64415]: audit 2023-12-09T02:58:06.163503+0000 mon.a (mon.0) 378 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-09T02:58:06.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:06 smithi023 bash[65805]: audit 2023-12-09T02:58:05.391285+0000 mon.a (mon.0) 367 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:06.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:06 smithi023 bash[65805]: audit 2023-12-09T02:58:05.394117+0000 mon.a (mon.0) 368 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:58:06.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:06 smithi023 bash[65805]: cluster 2023-12-09T02:58:05.394128+0000 mgr.y (mgr.25456) 247 : cluster 0 pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 187 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:58:06.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:06 smithi023 bash[65805]: audit 2023-12-09T02:58:06.036053+0000 mon.a (mon.0) 369 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:06.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:06 smithi023 bash[65805]: audit 2023-12-09T02:58:06.047477+0000 mon.a (mon.0) 370 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:06.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:06 smithi023 bash[65805]: audit 2023-12-09T02:58:06.049784+0000 mon.a (mon.0) 371 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:58:06.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:06 smithi023 bash[65805]: audit 2023-12-09T02:58:06.051440+0000 mon.a (mon.0) 372 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:58:06.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:06 smithi023 bash[65805]: audit 2023-12-09T02:58:06.061172+0000 mon.a (mon.0) 373 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:06.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:06 smithi023 bash[65805]: audit 2023-12-09T02:58:06.149667+0000 mon.a (mon.0) 374 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:58:06.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:06 smithi023 bash[65805]: audit 2023-12-09T02:58:06.152972+0000 mon.a (mon.0) 375 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:58:06.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:06 smithi023 bash[65805]: audit 2023-12-09T02:58:06.156702+0000 mon.a (mon.0) 376 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:58:06.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:06 smithi023 bash[65805]: audit 2023-12-09T02:58:06.159618+0000 mon.a (mon.0) 377 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:58:06.775 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:06 smithi023 bash[65805]: audit 2023-12-09T02:58:06.163503+0000 mon.a (mon.0) 378 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-09T02:58:07.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:07 smithi172 bash[51856]: audit 2023-12-09T02:58:06.163868+0000 mgr.y (mgr.25456) 248 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-09T02:58:07.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:07 smithi172 bash[51856]: cephadm 2023-12-09T02:58:06.166244+0000 mgr.y (mgr.25456) 249 : cephadm 1 Upgrade: osd.4 is safe to restart 2023-12-09T02:58:07.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:07 smithi172 bash[51856]: audit 2023-12-09T02:58:06.456354+0000 mgr.y (mgr.25456) 250 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:58:07.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:07 smithi023 bash[65805]: audit 2023-12-09T02:58:06.163868+0000 mgr.y (mgr.25456) 248 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-09T02:58:07.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:07 smithi023 bash[65805]: cephadm 2023-12-09T02:58:06.166244+0000 mgr.y (mgr.25456) 249 : cephadm 1 Upgrade: osd.4 is safe to restart 2023-12-09T02:58:07.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:07 smithi023 bash[65805]: audit 2023-12-09T02:58:06.456354+0000 mgr.y (mgr.25456) 250 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:58:07.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:07 smithi023 bash[64415]: audit 2023-12-09T02:58:06.163868+0000 mgr.y (mgr.25456) 248 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-12-09T02:58:07.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:07 smithi023 bash[64415]: cephadm 2023-12-09T02:58:06.166244+0000 mgr.y (mgr.25456) 249 : cephadm 1 Upgrade: osd.4 is safe to restart 2023-12-09T02:58:07.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:07 smithi023 bash[64415]: audit 2023-12-09T02:58:06.456354+0000 mgr.y (mgr.25456) 250 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:58:08.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:08 smithi172 bash[51856]: cluster 2023-12-09T02:58:07.395438+0000 mgr.y (mgr.25456) 251 : cluster 0 pgmap v144: 161 pgs: 161 active+clean; 585 KiB data, 187 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:58:08.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:08 smithi023 bash[64415]: cluster 2023-12-09T02:58:07.395438+0000 mgr.y (mgr.25456) 251 : cluster 0 pgmap v144: 161 pgs: 161 active+clean; 585 KiB data, 187 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:58:08.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:08 smithi023 bash[65805]: cluster 2023-12-09T02:58:07.395438+0000 mgr.y (mgr.25456) 251 : cluster 0 pgmap v144: 161 pgs: 161 active+clean; 585 KiB data, 187 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:58:09.907 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:09 smithi172 bash[51856]: cephadm 2023-12-09T02:58:08.536921+0000 mgr.y (mgr.25456) 252 : cephadm 1 Upgrade: Updating osd.4 2023-12-09T02:58:09.907 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:09 smithi172 bash[51856]: audit 2023-12-09T02:58:08.549050+0000 mon.a (mon.0) 379 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:09.907 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:09 smithi172 bash[51856]: audit 2023-12-09T02:58:08.554301+0000 mon.a (mon.0) 380 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-09T02:58:09.907 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:09 smithi172 bash[51856]: audit 2023-12-09T02:58:08.556280+0000 mon.a (mon.0) 381 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:58:09.907 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:09 smithi172 bash[51856]: cephadm 2023-12-09T02:58:08.562818+0000 mgr.y (mgr.25456) 253 : cephadm 1 Deploying daemon osd.4 on smithi172 2023-12-09T02:58:10.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:09 smithi023 bash[64415]: cephadm 2023-12-09T02:58:08.536921+0000 mgr.y (mgr.25456) 252 : cephadm 1 Upgrade: Updating osd.4 2023-12-09T02:58:10.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:09 smithi023 bash[64415]: audit 2023-12-09T02:58:08.549050+0000 mon.a (mon.0) 379 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:10.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:09 smithi023 bash[64415]: audit 2023-12-09T02:58:08.554301+0000 mon.a (mon.0) 380 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-09T02:58:10.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:09 smithi023 bash[64415]: audit 2023-12-09T02:58:08.556280+0000 mon.a (mon.0) 381 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:58:10.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:09 smithi023 bash[64415]: cephadm 2023-12-09T02:58:08.562818+0000 mgr.y (mgr.25456) 253 : cephadm 1 Deploying daemon osd.4 on smithi172 2023-12-09T02:58:10.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:09 smithi023 bash[65805]: cephadm 2023-12-09T02:58:08.536921+0000 mgr.y (mgr.25456) 252 : cephadm 1 Upgrade: Updating osd.4 2023-12-09T02:58:10.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:09 smithi023 bash[65805]: audit 2023-12-09T02:58:08.549050+0000 mon.a (mon.0) 379 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:10.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:09 smithi023 bash[65805]: audit 2023-12-09T02:58:08.554301+0000 mon.a (mon.0) 380 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-09T02:58:10.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:09 smithi023 bash[65805]: audit 2023-12-09T02:58:08.556280+0000 mon.a (mon.0) 381 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:58:10.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:09 smithi023 bash[65805]: cephadm 2023-12-09T02:58:08.562818+0000 mgr.y (mgr.25456) 253 : cephadm 1 Deploying daemon osd.4 on smithi172 2023-12-09T02:58:10.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:10 smithi172 bash[51856]: cluster 2023-12-09T02:58:09.396444+0000 mgr.y (mgr.25456) 254 : cluster 0 pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 187 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:58:11.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:10 smithi023 bash[64415]: cluster 2023-12-09T02:58:09.396444+0000 mgr.y (mgr.25456) 254 : cluster 0 pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 187 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:58:11.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:10 smithi023 bash[65805]: cluster 2023-12-09T02:58:09.396444+0000 mgr.y (mgr.25456) 254 : cluster 0 pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 187 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:58:11.739 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:11 smithi172 bash[51856]: audit 2023-12-09T02:58:10.612748+0000 mon.a (mon.0) 382 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:12.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:11 smithi023 bash[64415]: audit 2023-12-09T02:58:10.612748+0000 mon.a (mon.0) 382 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:12.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:11 smithi023 bash[65805]: audit 2023-12-09T02:58:10.612748+0000 mon.a (mon.0) 382 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:12.638 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:58:12 smithi023 bash[61239]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:58:12] "GET /metrics HTTP/1.1" 200 38337 "" "Prometheus/2.33.4" 2023-12-09T02:58:12.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:12 smithi172 bash[51856]: cluster 2023-12-09T02:58:11.398092+0000 mgr.y (mgr.25456) 255 : cluster 0 pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 187 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2023-12-09T02:58:12.998 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 09 02:58:12 smithi172 systemd[1]: Stopping Ceph osd.4 for 9eab968a-963b-11ee-95a3-87774f69a715... 2023-12-09T02:58:13.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:12 smithi023 bash[64415]: cluster 2023-12-09T02:58:11.398092+0000 mgr.y (mgr.25456) 255 : cluster 0 pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 187 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2023-12-09T02:58:13.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:12 smithi023 bash[65805]: cluster 2023-12-09T02:58:11.398092+0000 mgr.y (mgr.25456) 255 : cluster 0 pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 187 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2023-12-09T02:58:13.497 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 09 02:58:13 smithi172 bash[28325]: debug 2023-12-09T02:58:12.997+0000 7f9fc3442700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.4 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-12-09T02:58:13.497 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 09 02:58:13 smithi172 bash[28325]: debug 2023-12-09T02:58:12.997+0000 7f9fc3442700 -1 osd.4 124 *** Got signal Terminated *** 2023-12-09T02:58:13.498 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 09 02:58:13 smithi172 bash[28325]: debug 2023-12-09T02:58:12.997+0000 7f9fc3442700 -1 osd.4 124 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-09T02:58:13.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:13 smithi172 bash[51856]: cluster 2023-12-09T02:58:12.992378+0000 mon.a (mon.0) 383 : cluster 1 osd.4 marked itself down and dead 2023-12-09T02:58:14.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:13 smithi023 bash[64415]: cluster 2023-12-09T02:58:12.992378+0000 mon.a (mon.0) 383 : cluster 1 osd.4 marked itself down and dead 2023-12-09T02:58:14.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:13 smithi023 bash[65805]: cluster 2023-12-09T02:58:12.992378+0000 mon.a (mon.0) 383 : cluster 1 osd.4 marked itself down and dead 2023-12-09T02:58:14.907 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 09 02:58:14 smithi172 bash[53695]: ceph-9eab968a-963b-11ee-95a3-87774f69a715-osd-4 2023-12-09T02:58:14.907 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 09 02:58:14 smithi172 bash[53767]: Error response from daemon: No such container: ceph-9eab968a-963b-11ee-95a3-87774f69a715-osd-4 2023-12-09T02:58:14.908 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:14 smithi172 bash[51856]: cluster 2023-12-09T02:58:13.398862+0000 mgr.y (mgr.25456) 256 : cluster 0 pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 187 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:58:14.908 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:14 smithi172 bash[51856]: cluster 2023-12-09T02:58:13.629700+0000 mon.a (mon.0) 384 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-09T02:58:14.908 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:14 smithi172 bash[51856]: cluster 2023-12-09T02:58:13.669851+0000 mon.a (mon.0) 385 : cluster 0 osdmap e125: 8 total, 7 up, 8 in 2023-12-09T02:58:14.908 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:14 smithi172 bash[51856]: cluster 2023-12-09T02:58:13.682035+0000 osd.5 (osd.5) 33 : cluster 3 failed to encode map e125 with expected crc 2023-12-09T02:58:14.908 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:14 smithi172 bash[51856]: cluster 2023-12-09T02:58:13.682047+0000 osd.6 (osd.6) 22 : cluster 3 failed to encode map e125 with expected crc 2023-12-09T02:58:15.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:14 smithi023 bash[64415]: cluster 2023-12-09T02:58:13.398862+0000 mgr.y (mgr.25456) 256 : cluster 0 pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 187 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:58:15.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:14 smithi023 bash[64415]: cluster 2023-12-09T02:58:13.629700+0000 mon.a (mon.0) 384 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-09T02:58:15.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:14 smithi023 bash[64415]: cluster 2023-12-09T02:58:13.669851+0000 mon.a (mon.0) 385 : cluster 0 osdmap e125: 8 total, 7 up, 8 in 2023-12-09T02:58:15.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:14 smithi023 bash[64415]: cluster 2023-12-09T02:58:13.682035+0000 osd.5 (osd.5) 33 : cluster 3 failed to encode map e125 with expected crc 2023-12-09T02:58:15.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:14 smithi023 bash[64415]: cluster 2023-12-09T02:58:13.682047+0000 osd.6 (osd.6) 22 : cluster 3 failed to encode map e125 with expected crc 2023-12-09T02:58:15.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:14 smithi023 bash[65805]: cluster 2023-12-09T02:58:13.398862+0000 mgr.y (mgr.25456) 256 : cluster 0 pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 187 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:58:15.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:14 smithi023 bash[65805]: cluster 2023-12-09T02:58:13.629700+0000 mon.a (mon.0) 384 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-09T02:58:15.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:14 smithi023 bash[65805]: cluster 2023-12-09T02:58:13.669851+0000 mon.a (mon.0) 385 : cluster 0 osdmap e125: 8 total, 7 up, 8 in 2023-12-09T02:58:15.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:14 smithi023 bash[65805]: cluster 2023-12-09T02:58:13.682035+0000 osd.5 (osd.5) 33 : cluster 3 failed to encode map e125 with expected crc 2023-12-09T02:58:15.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:14 smithi023 bash[65805]: cluster 2023-12-09T02:58:13.682047+0000 osd.6 (osd.6) 22 : cluster 3 failed to encode map e125 with expected crc 2023-12-09T02:58:15.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:15 smithi172 bash[51856]: cluster 2023-12-09T02:58:13.687759+0000 osd.7 (osd.7) 24 : cluster 3 failed to encode map e125 with expected crc 2023-12-09T02:58:15.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:15 smithi172 bash[51856]: cluster 2023-12-09T02:58:14.672111+0000 mon.a (mon.0) 386 : cluster 0 osdmap e126: 8 total, 7 up, 8 in 2023-12-09T02:58:15.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:15 smithi172 bash[51856]: cluster 2023-12-09T02:58:14.682063+0000 osd.6 (osd.6) 23 : cluster 3 failed to encode map e126 with expected crc 2023-12-09T02:58:15.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:15 smithi172 bash[51856]: cluster 2023-12-09T02:58:14.682099+0000 osd.5 (osd.5) 34 : cluster 3 failed to encode map e126 with expected crc 2023-12-09T02:58:15.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:15 smithi172 bash[51856]: cluster 2023-12-09T02:58:14.682211+0000 osd.7 (osd.7) 25 : cluster 3 failed to encode map e126 with expected crc 2023-12-09T02:58:15.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:15 smithi172 bash[51856]: cluster 2023-12-09T02:58:14.684375+0000 osd.6 (osd.6) 24 : cluster 3 failed to encode map e126 with expected crc 2023-12-09T02:58:15.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:15 smithi172 bash[51856]: cluster 2023-12-09T02:58:14.687266+0000 osd.5 (osd.5) 35 : cluster 3 failed to encode map e126 with expected crc 2023-12-09T02:58:15.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:15 smithi172 bash[51856]: cluster 2023-12-09T02:58:14.687620+0000 osd.6 (osd.6) 25 : cluster 3 failed to encode map e126 with expected crc 2023-12-09T02:58:15.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:15 smithi172 bash[51856]: cluster 2023-12-09T02:58:14.689927+0000 osd.6 (osd.6) 26 : cluster 3 failed to encode map e126 with expected crc 2023-12-09T02:58:15.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:15 smithi172 bash[51856]: cluster 2023-12-09T02:58:14.690105+0000 osd.5 (osd.5) 36 : cluster 3 failed to encode map e126 with expected crc 2023-12-09T02:58:15.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:15 smithi172 bash[51856]: cluster 2023-12-09T02:58:14.692631+0000 osd.5 (osd.5) 37 : cluster 3 failed to encode map e126 with expected crc 2023-12-09T02:58:16.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:15 smithi023 bash[64415]: cluster 2023-12-09T02:58:13.687759+0000 osd.7 (osd.7) 24 : cluster 3 failed to encode map e125 with expected crc 2023-12-09T02:58:16.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:15 smithi023 bash[64415]: cluster 2023-12-09T02:58:14.672111+0000 mon.a (mon.0) 386 : cluster 0 osdmap e126: 8 total, 7 up, 8 in 2023-12-09T02:58:16.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:15 smithi023 bash[64415]: cluster 2023-12-09T02:58:14.682063+0000 osd.6 (osd.6) 23 : cluster 3 failed to encode map e126 with expected crc 2023-12-09T02:58:16.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:15 smithi023 bash[64415]: cluster 2023-12-09T02:58:14.682099+0000 osd.5 (osd.5) 34 : cluster 3 failed to encode map e126 with expected crc 2023-12-09T02:58:16.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:15 smithi023 bash[64415]: cluster 2023-12-09T02:58:14.682211+0000 osd.7 (osd.7) 25 : cluster 3 failed to encode map e126 with expected crc 2023-12-09T02:58:16.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:15 smithi023 bash[64415]: cluster 2023-12-09T02:58:14.684375+0000 osd.6 (osd.6) 24 : cluster 3 failed to encode map e126 with expected crc 2023-12-09T02:58:16.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:15 smithi023 bash[64415]: cluster 2023-12-09T02:58:14.687266+0000 osd.5 (osd.5) 35 : cluster 3 failed to encode map e126 with expected crc 2023-12-09T02:58:16.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:15 smithi023 bash[64415]: cluster 2023-12-09T02:58:14.687620+0000 osd.6 (osd.6) 25 : cluster 3 failed to encode map e126 with expected crc 2023-12-09T02:58:16.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:15 smithi023 bash[64415]: cluster 2023-12-09T02:58:14.689927+0000 osd.6 (osd.6) 26 : cluster 3 failed to encode map e126 with expected crc 2023-12-09T02:58:16.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:15 smithi023 bash[64415]: cluster 2023-12-09T02:58:14.690105+0000 osd.5 (osd.5) 36 : cluster 3 failed to encode map e126 with expected crc 2023-12-09T02:58:16.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:15 smithi023 bash[64415]: cluster 2023-12-09T02:58:14.692631+0000 osd.5 (osd.5) 37 : cluster 3 failed to encode map e126 with expected crc 2023-12-09T02:58:16.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:15 smithi023 bash[65805]: cluster 2023-12-09T02:58:13.687759+0000 osd.7 (osd.7) 24 : cluster 3 failed to encode map e125 with expected crc 2023-12-09T02:58:16.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:15 smithi023 bash[65805]: cluster 2023-12-09T02:58:14.672111+0000 mon.a (mon.0) 386 : cluster 0 osdmap e126: 8 total, 7 up, 8 in 2023-12-09T02:58:16.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:15 smithi023 bash[65805]: cluster 2023-12-09T02:58:14.682063+0000 osd.6 (osd.6) 23 : cluster 3 failed to encode map e126 with expected crc 2023-12-09T02:58:16.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:15 smithi023 bash[65805]: cluster 2023-12-09T02:58:14.682099+0000 osd.5 (osd.5) 34 : cluster 3 failed to encode map e126 with expected crc 2023-12-09T02:58:16.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:15 smithi023 bash[65805]: cluster 2023-12-09T02:58:14.682211+0000 osd.7 (osd.7) 25 : cluster 3 failed to encode map e126 with expected crc 2023-12-09T02:58:16.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:15 smithi023 bash[65805]: cluster 2023-12-09T02:58:14.684375+0000 osd.6 (osd.6) 24 : cluster 3 failed to encode map e126 with expected crc 2023-12-09T02:58:16.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:15 smithi023 bash[65805]: cluster 2023-12-09T02:58:14.687266+0000 osd.5 (osd.5) 35 : cluster 3 failed to encode map e126 with expected crc 2023-12-09T02:58:16.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:15 smithi023 bash[65805]: cluster 2023-12-09T02:58:14.687620+0000 osd.6 (osd.6) 25 : cluster 3 failed to encode map e126 with expected crc 2023-12-09T02:58:16.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:15 smithi023 bash[65805]: cluster 2023-12-09T02:58:14.689927+0000 osd.6 (osd.6) 26 : cluster 3 failed to encode map e126 with expected crc 2023-12-09T02:58:16.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:15 smithi023 bash[65805]: cluster 2023-12-09T02:58:14.690105+0000 osd.5 (osd.5) 36 : cluster 3 failed to encode map e126 with expected crc 2023-12-09T02:58:16.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:15 smithi023 bash[65805]: cluster 2023-12-09T02:58:14.692631+0000 osd.5 (osd.5) 37 : cluster 3 failed to encode map e126 with expected crc 2023-12-09T02:58:16.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:16 smithi023 bash[65805]: cluster 2023-12-09T02:58:14.687026+0000 osd.7 (osd.7) 26 : cluster 3 failed to encode map e126 with expected crc 2023-12-09T02:58:16.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:16 smithi023 bash[65805]: cluster 2023-12-09T02:58:14.688770+0000 osd.7 (osd.7) 27 : cluster 3 failed to encode map e126 with expected crc 2023-12-09T02:58:16.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:16 smithi023 bash[65805]: cluster 2023-12-09T02:58:15.399949+0000 mgr.y (mgr.25456) 257 : cluster 0 pgmap v150: 161 pgs: 8 active+undersized+degraded, 17 peering, 9 stale+active+clean, 11 active+undersized, 116 active+clean; 585 KiB data, 187 MiB used, 715 GiB / 715 GiB avail; 37/726 objects degraded (5.096%) 2023-12-09T02:58:16.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:16 smithi023 bash[65805]: cluster 2023-12-09T02:58:16.383845+0000 mon.a (mon.0) 387 : cluster 3 Health check failed: Reduced data availability: 1 pg inactive, 5 pgs peering (PG_AVAILABILITY) 2023-12-09T02:58:16.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:16 smithi023 bash[65805]: cluster 2023-12-09T02:58:16.383935+0000 mon.a (mon.0) 388 : cluster 3 Health check failed: Degraded data redundancy: 37/726 objects degraded (5.096%), 8 pgs degraded (PG_DEGRADED) 2023-12-09T02:58:16.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:16 smithi023 bash[64415]: cluster 2023-12-09T02:58:14.687026+0000 osd.7 (osd.7) 26 : cluster 3 failed to encode map e126 with expected crc 2023-12-09T02:58:16.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:16 smithi023 bash[64415]: cluster 2023-12-09T02:58:14.688770+0000 osd.7 (osd.7) 27 : cluster 3 failed to encode map e126 with expected crc 2023-12-09T02:58:16.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:16 smithi023 bash[64415]: cluster 2023-12-09T02:58:15.399949+0000 mgr.y (mgr.25456) 257 : cluster 0 pgmap v150: 161 pgs: 8 active+undersized+degraded, 17 peering, 9 stale+active+clean, 11 active+undersized, 116 active+clean; 585 KiB data, 187 MiB used, 715 GiB / 715 GiB avail; 37/726 objects degraded (5.096%) 2023-12-09T02:58:16.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:16 smithi023 bash[64415]: cluster 2023-12-09T02:58:16.383845+0000 mon.a (mon.0) 387 : cluster 3 Health check failed: Reduced data availability: 1 pg inactive, 5 pgs peering (PG_AVAILABILITY) 2023-12-09T02:58:16.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:16 smithi023 bash[64415]: cluster 2023-12-09T02:58:16.383935+0000 mon.a (mon.0) 388 : cluster 3 Health check failed: Degraded data redundancy: 37/726 objects degraded (5.096%), 8 pgs degraded (PG_DEGRADED) 2023-12-09T02:58:16.997 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 09 02:58:16 smithi172 systemd[1]: ceph-9eab968a-963b-11ee-95a3-87774f69a715@osd.4.service: Succeeded. 2023-12-09T02:58:16.997 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 09 02:58:16 smithi172 systemd[1]: Stopped Ceph osd.4 for 9eab968a-963b-11ee-95a3-87774f69a715. 2023-12-09T02:58:16.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:16 smithi172 bash[51856]: cluster 2023-12-09T02:58:14.687026+0000 osd.7 (osd.7) 26 : cluster 3 failed to encode map e126 with expected crc 2023-12-09T02:58:16.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:16 smithi172 bash[51856]: cluster 2023-12-09T02:58:14.688770+0000 osd.7 (osd.7) 27 : cluster 3 failed to encode map e126 with expected crc 2023-12-09T02:58:16.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:16 smithi172 bash[51856]: cluster 2023-12-09T02:58:15.399949+0000 mgr.y (mgr.25456) 257 : cluster 0 pgmap v150: 161 pgs: 8 active+undersized+degraded, 17 peering, 9 stale+active+clean, 11 active+undersized, 116 active+clean; 585 KiB data, 187 MiB used, 715 GiB / 715 GiB avail; 37/726 objects degraded (5.096%) 2023-12-09T02:58:16.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:16 smithi172 bash[51856]: cluster 2023-12-09T02:58:16.383845+0000 mon.a (mon.0) 387 : cluster 3 Health check failed: Reduced data availability: 1 pg inactive, 5 pgs peering (PG_AVAILABILITY) 2023-12-09T02:58:16.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:16 smithi172 bash[51856]: cluster 2023-12-09T02:58:16.383935+0000 mon.a (mon.0) 388 : cluster 3 Health check failed: Degraded data redundancy: 37/726 objects degraded (5.096%), 8 pgs degraded (PG_DEGRADED) 2023-12-09T02:58:17.497 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 09 02:58:17 smithi172 systemd[1]: Started Ceph osd.4 for 9eab968a-963b-11ee-95a3-87774f69a715. 2023-12-09T02:58:17.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:17 smithi172 bash[51856]: audit 2023-12-09T02:58:16.465118+0000 mgr.y (mgr.25456) 258 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:58:17.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:17 smithi172 bash[51856]: audit 2023-12-09T02:58:17.110737+0000 mon.a (mon.0) 389 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:17.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:17 smithi172 bash[51856]: audit 2023-12-09T02:58:17.120356+0000 mon.a (mon.0) 390 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:18.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:17 smithi023 bash[64415]: audit 2023-12-09T02:58:16.465118+0000 mgr.y (mgr.25456) 258 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:58:18.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:17 smithi023 bash[64415]: audit 2023-12-09T02:58:17.110737+0000 mon.a (mon.0) 389 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:18.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:17 smithi023 bash[64415]: audit 2023-12-09T02:58:17.120356+0000 mon.a (mon.0) 390 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:18.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:17 smithi023 bash[65805]: audit 2023-12-09T02:58:16.465118+0000 mgr.y (mgr.25456) 258 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:58:18.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:17 smithi023 bash[65805]: audit 2023-12-09T02:58:17.110737+0000 mon.a (mon.0) 389 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:18.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:17 smithi023 bash[65805]: audit 2023-12-09T02:58:17.120356+0000 mon.a (mon.0) 390 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:18.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:18 smithi172 bash[51856]: cluster 2023-12-09T02:58:17.400906+0000 mgr.y (mgr.25456) 259 : cluster 0 pgmap v151: 161 pgs: 20 active+undersized+degraded, 17 peering, 31 active+undersized, 93 active+clean; 585 KiB data, 187 MiB used, 715 GiB / 715 GiB avail; 100/726 objects degraded (13.774%) 2023-12-09T02:58:18.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:18 smithi172 bash[51856]: audit 2023-12-09T02:58:17.680439+0000 mon.a (mon.0) 391 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:18.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:18 smithi172 bash[51856]: audit 2023-12-09T02:58:17.698328+0000 mon.a (mon.0) 392 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:18.998 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 09 02:58:18 smithi172 bash[53936]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2023-12-09T02:58:18.998 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 09 02:58:18 smithi172 bash[53936]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-4 --no-mon-config --dev /dev/mapper/vg_nvme-lv_4 2023-12-09T02:58:18.998 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 09 02:58:18 smithi172 bash[53936]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2023-12-09T02:58:18.998 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 09 02:58:18 smithi172 bash[53936]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2023-12-09T02:58:18.998 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 09 02:58:18 smithi172 bash[53936]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-4/block 2023-12-09T02:58:18.998 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 09 02:58:18 smithi172 bash[53936]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2023-12-09T02:58:18.998 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 09 02:58:18 smithi172 bash[53936]: --> ceph-volume raw activate successful for osd ID: 4 2023-12-09T02:58:19.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:18 smithi023 bash[64415]: cluster 2023-12-09T02:58:17.400906+0000 mgr.y (mgr.25456) 259 : cluster 0 pgmap v151: 161 pgs: 20 active+undersized+degraded, 17 peering, 31 active+undersized, 93 active+clean; 585 KiB data, 187 MiB used, 715 GiB / 715 GiB avail; 100/726 objects degraded (13.774%) 2023-12-09T02:58:19.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:18 smithi023 bash[64415]: audit 2023-12-09T02:58:17.680439+0000 mon.a (mon.0) 391 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:19.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:18 smithi023 bash[64415]: audit 2023-12-09T02:58:17.698328+0000 mon.a (mon.0) 392 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:19.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:18 smithi023 bash[65805]: cluster 2023-12-09T02:58:17.400906+0000 mgr.y (mgr.25456) 259 : cluster 0 pgmap v151: 161 pgs: 20 active+undersized+degraded, 17 peering, 31 active+undersized, 93 active+clean; 585 KiB data, 187 MiB used, 715 GiB / 715 GiB avail; 100/726 objects degraded (13.774%) 2023-12-09T02:58:19.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:18 smithi023 bash[65805]: audit 2023-12-09T02:58:17.680439+0000 mon.a (mon.0) 391 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:19.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:18 smithi023 bash[65805]: audit 2023-12-09T02:58:17.698328+0000 mon.a (mon.0) 392 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:20.497 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 09 02:58:20 smithi172 bash[54237]: debug 2023-12-09T02:58:20.180+0000 7fcc63797700 1 -- 172.21.15.172:0/1152507450 <== mon.2 v2:172.21.15.172:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x555f7a32d1e0 con 0x555f7a3b2800 2023-12-09T02:58:20.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:20 smithi172 bash[51856]: cluster 2023-12-09T02:58:19.402182+0000 mgr.y (mgr.25456) 260 : cluster 0 pgmap v152: 161 pgs: 25 active+undersized+degraded, 6 peering, 37 active+undersized, 93 active+clean; 585 KiB data, 187 MiB used, 715 GiB / 715 GiB avail; 120/726 objects degraded (16.529%) 2023-12-09T02:58:20.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:20 smithi172 bash[51856]: audit 2023-12-09T02:58:20.384043+0000 mon.a (mon.0) 393 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:20.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:20 smithi172 bash[51856]: audit 2023-12-09T02:58:20.386324+0000 mon.a (mon.0) 394 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:58:20.998 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 09 02:58:20 smithi172 bash[54237]: debug 2023-12-09T02:58:20.720+0000 7fcc6c91d640 -1 Falling back to public interface 2023-12-09T02:58:21.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:20 smithi023 bash[64415]: cluster 2023-12-09T02:58:19.402182+0000 mgr.y (mgr.25456) 260 : cluster 0 pgmap v152: 161 pgs: 25 active+undersized+degraded, 6 peering, 37 active+undersized, 93 active+clean; 585 KiB data, 187 MiB used, 715 GiB / 715 GiB avail; 120/726 objects degraded (16.529%) 2023-12-09T02:58:21.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:20 smithi023 bash[64415]: audit 2023-12-09T02:58:20.384043+0000 mon.a (mon.0) 393 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:21.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:20 smithi023 bash[64415]: audit 2023-12-09T02:58:20.386324+0000 mon.a (mon.0) 394 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:58:21.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:20 smithi023 bash[65805]: cluster 2023-12-09T02:58:19.402182+0000 mgr.y (mgr.25456) 260 : cluster 0 pgmap v152: 161 pgs: 25 active+undersized+degraded, 6 peering, 37 active+undersized, 93 active+clean; 585 KiB data, 187 MiB used, 715 GiB / 715 GiB avail; 120/726 objects degraded (16.529%) 2023-12-09T02:58:21.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:20 smithi023 bash[65805]: audit 2023-12-09T02:58:20.384043+0000 mon.a (mon.0) 393 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:21.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:20 smithi023 bash[65805]: audit 2023-12-09T02:58:20.386324+0000 mon.a (mon.0) 394 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:58:22.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:21 smithi023 bash[64415]: cluster 2023-12-09T02:58:21.694552+0000 mon.a (mon.0) 395 : cluster 3 Health check update: Degraded data redundancy: 128/726 objects degraded (17.631%), 27 pgs degraded (PG_DEGRADED) 2023-12-09T02:58:22.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:21 smithi023 bash[64415]: cluster 2023-12-09T02:58:21.694639+0000 mon.a (mon.0) 396 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs peering) 2023-12-09T02:58:22.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:21 smithi023 bash[65805]: cluster 2023-12-09T02:58:21.694552+0000 mon.a (mon.0) 395 : cluster 3 Health check update: Degraded data redundancy: 128/726 objects degraded (17.631%), 27 pgs degraded (PG_DEGRADED) 2023-12-09T02:58:22.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:21 smithi023 bash[65805]: cluster 2023-12-09T02:58:21.694639+0000 mon.a (mon.0) 396 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs peering) 2023-12-09T02:58:22.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:21 smithi172 bash[51856]: cluster 2023-12-09T02:58:21.694552+0000 mon.a (mon.0) 395 : cluster 3 Health check update: Degraded data redundancy: 128/726 objects degraded (17.631%), 27 pgs degraded (PG_DEGRADED) 2023-12-09T02:58:22.250 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:21 smithi172 bash[51856]: cluster 2023-12-09T02:58:21.694639+0000 mon.a (mon.0) 396 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs peering) 2023-12-09T02:58:22.761 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:58:22 smithi023 bash[61239]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:58:22] "GET /metrics HTTP/1.1" 200 38410 "" "Prometheus/2.33.4" 2023-12-09T02:58:23.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:22 smithi023 bash[64415]: cluster 2023-12-09T02:58:21.404110+0000 mgr.y (mgr.25456) 261 : cluster 0 pgmap v153: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 187 MiB used, 715 GiB / 715 GiB avail; 128/726 objects degraded (17.631%) 2023-12-09T02:58:23.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:22 smithi023 bash[65805]: cluster 2023-12-09T02:58:21.404110+0000 mgr.y (mgr.25456) 261 : cluster 0 pgmap v153: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 187 MiB used, 715 GiB / 715 GiB avail; 128/726 objects degraded (17.631%) 2023-12-09T02:58:23.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:22 smithi172 bash[51856]: cluster 2023-12-09T02:58:21.404110+0000 mgr.y (mgr.25456) 261 : cluster 0 pgmap v153: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 187 MiB used, 715 GiB / 715 GiB avail; 128/726 objects degraded (17.631%) 2023-12-09T02:58:23.997 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 09 02:58:23 smithi172 bash[54237]: debug 2023-12-09T02:58:23.736+0000 7fcc6c91d640 -1 osd.4 0 read_superblock omap replica is missing. 2023-12-09T02:58:23.997 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 09 02:58:23 smithi172 bash[54237]: debug 2023-12-09T02:58:23.784+0000 7fcc6c91d640 -1 osd.4 124 log_to_monitors true 2023-12-09T02:58:24.997 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 09 02:58:24 smithi172 bash[54237]: debug 2023-12-09T02:58:24.804+0000 7fcc5c58b700 -1 osd.4 124 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-09T02:58:24.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:24 smithi172 bash[51856]: cluster 2023-12-09T02:58:23.405306+0000 mgr.y (mgr.25456) 262 : cluster 0 pgmap v154: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 187 MiB used, 715 GiB / 715 GiB avail; 128/726 objects degraded (17.631%) 2023-12-09T02:58:24.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:24 smithi172 bash[51856]: audit 2023-12-09T02:58:23.607227+0000 mon.a (mon.0) 397 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:24.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:24 smithi172 bash[51856]: audit 2023-12-09T02:58:23.621955+0000 mon.a (mon.0) 398 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:24.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:24 smithi172 bash[51856]: audit 2023-12-09T02:58:23.782480+0000 mon.a (mon.0) 399 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-09T02:58:24.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:24 smithi172 bash[51856]: audit 2023-12-09T02:58:23.790807+0000 mon.b (mon.2) 3 : audit 1 from='osd.4 [v2:172.21.15.172:6800/1718392571,v1:172.21.15.172:6801/1718392571]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-09T02:58:25.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:24 smithi023 bash[64415]: cluster 2023-12-09T02:58:23.405306+0000 mgr.y (mgr.25456) 262 : cluster 0 pgmap v154: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 187 MiB used, 715 GiB / 715 GiB avail; 128/726 objects degraded (17.631%) 2023-12-09T02:58:25.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:24 smithi023 bash[64415]: audit 2023-12-09T02:58:23.607227+0000 mon.a (mon.0) 397 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:25.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:24 smithi023 bash[64415]: audit 2023-12-09T02:58:23.621955+0000 mon.a (mon.0) 398 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:25.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:24 smithi023 bash[64415]: audit 2023-12-09T02:58:23.782480+0000 mon.a (mon.0) 399 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-09T02:58:25.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:24 smithi023 bash[64415]: audit 2023-12-09T02:58:23.790807+0000 mon.b (mon.2) 3 : audit 1 from='osd.4 [v2:172.21.15.172:6800/1718392571,v1:172.21.15.172:6801/1718392571]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-09T02:58:25.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:24 smithi023 bash[65805]: cluster 2023-12-09T02:58:23.405306+0000 mgr.y (mgr.25456) 262 : cluster 0 pgmap v154: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 187 MiB used, 715 GiB / 715 GiB avail; 128/726 objects degraded (17.631%) 2023-12-09T02:58:25.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:24 smithi023 bash[65805]: audit 2023-12-09T02:58:23.607227+0000 mon.a (mon.0) 397 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:25.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:24 smithi023 bash[65805]: audit 2023-12-09T02:58:23.621955+0000 mon.a (mon.0) 398 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:25.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:24 smithi023 bash[65805]: audit 2023-12-09T02:58:23.782480+0000 mon.a (mon.0) 399 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-09T02:58:25.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:24 smithi023 bash[65805]: audit 2023-12-09T02:58:23.790807+0000 mon.b (mon.2) 3 : audit 1 from='osd.4 [v2:172.21.15.172:6800/1718392571,v1:172.21.15.172:6801/1718392571]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-09T02:58:25.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:25 smithi172 bash[51856]: audit 2023-12-09T02:58:24.669412+0000 mon.a (mon.0) 400 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:25.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:25 smithi172 bash[51856]: audit 2023-12-09T02:58:24.682288+0000 mon.a (mon.0) 401 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:25.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:25 smithi172 bash[51856]: audit 2023-12-09T02:58:24.762946+0000 mon.a (mon.0) 402 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-09T02:58:25.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:25 smithi172 bash[51856]: cluster 2023-12-09T02:58:24.769236+0000 mon.a (mon.0) 403 : cluster 0 osdmap e127: 8 total, 7 up, 8 in 2023-12-09T02:58:25.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:25 smithi172 bash[51856]: audit 2023-12-09T02:58:24.770627+0000 mon.a (mon.0) 404 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-09T02:58:25.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:25 smithi172 bash[51856]: audit 2023-12-09T02:58:24.778488+0000 mon.b (mon.2) 4 : audit 1 from='osd.4 [v2:172.21.15.172:6800/1718392571,v1:172.21.15.172:6801/1718392571]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-09T02:58:25.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:25 smithi172 bash[51856]: audit 2023-12-09T02:58:25.645708+0000 mon.a (mon.0) 405 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:26.025 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:25 smithi023 bash[64415]: audit 2023-12-09T02:58:24.669412+0000 mon.a (mon.0) 400 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:26.025 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:25 smithi023 bash[64415]: audit 2023-12-09T02:58:24.682288+0000 mon.a (mon.0) 401 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:26.025 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:25 smithi023 bash[64415]: audit 2023-12-09T02:58:24.762946+0000 mon.a (mon.0) 402 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-09T02:58:26.025 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:25 smithi023 bash[64415]: cluster 2023-12-09T02:58:24.769236+0000 mon.a (mon.0) 403 : cluster 0 osdmap e127: 8 total, 7 up, 8 in 2023-12-09T02:58:26.025 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:25 smithi023 bash[64415]: audit 2023-12-09T02:58:24.770627+0000 mon.a (mon.0) 404 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-09T02:58:26.025 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:25 smithi023 bash[64415]: audit 2023-12-09T02:58:24.778488+0000 mon.b (mon.2) 4 : audit 1 from='osd.4 [v2:172.21.15.172:6800/1718392571,v1:172.21.15.172:6801/1718392571]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-09T02:58:26.025 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:25 smithi023 bash[64415]: audit 2023-12-09T02:58:25.645708+0000 mon.a (mon.0) 405 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:26.026 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:25 smithi023 bash[65805]: audit 2023-12-09T02:58:24.669412+0000 mon.a (mon.0) 400 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:26.026 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:25 smithi023 bash[65805]: audit 2023-12-09T02:58:24.682288+0000 mon.a (mon.0) 401 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:26.026 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:25 smithi023 bash[65805]: audit 2023-12-09T02:58:24.762946+0000 mon.a (mon.0) 402 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-09T02:58:26.026 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:25 smithi023 bash[65805]: cluster 2023-12-09T02:58:24.769236+0000 mon.a (mon.0) 403 : cluster 0 osdmap e127: 8 total, 7 up, 8 in 2023-12-09T02:58:26.026 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:25 smithi023 bash[65805]: audit 2023-12-09T02:58:24.770627+0000 mon.a (mon.0) 404 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-09T02:58:26.026 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:25 smithi023 bash[65805]: audit 2023-12-09T02:58:24.778488+0000 mon.b (mon.2) 4 : audit 1 from='osd.4 [v2:172.21.15.172:6800/1718392571,v1:172.21.15.172:6801/1718392571]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-09T02:58:26.026 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:25 smithi023 bash[65805]: audit 2023-12-09T02:58:25.645708+0000 mon.a (mon.0) 405 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:26.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:26 smithi023 bash[64415]: cluster 2023-12-09T02:58:24.773977+0000 osd.7 (osd.7) 28 : cluster 3 failed to encode map e127 with expected crc 2023-12-09T02:58:26.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:26 smithi023 bash[64415]: cluster 2023-12-09T02:58:25.406430+0000 mgr.y (mgr.25456) 263 : cluster 0 pgmap v156: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 197 MiB used, 715 GiB / 715 GiB avail; 920 B/s rd, 0 op/s; 128/726 objects degraded (17.631%) 2023-12-09T02:58:26.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:26 smithi023 bash[64415]: cluster 2023-12-09T02:58:25.763790+0000 mon.a (mon.0) 406 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-09T02:58:26.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:26 smithi023 bash[64415]: cluster 2023-12-09T02:58:25.771968+0000 mon.a (mon.0) 407 : cluster 1 osd.4 [v2:172.21.15.172:6800/1718392571,v1:172.21.15.172:6801/1718392571] boot 2023-12-09T02:58:26.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:26 smithi023 bash[64415]: cluster 2023-12-09T02:58:25.772019+0000 mon.a (mon.0) 408 : cluster 0 osdmap e128: 8 total, 8 up, 8 in 2023-12-09T02:58:26.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:26 smithi023 bash[64415]: audit 2023-12-09T02:58:25.772424+0000 mon.a (mon.0) 409 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-09T02:58:26.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:26 smithi023 bash[64415]: cluster 2023-12-09T02:58:25.776744+0000 osd.5 (osd.5) 38 : cluster 3 failed to encode map e128 with expected crc 2023-12-09T02:58:26.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:26 smithi023 bash[65805]: cluster 2023-12-09T02:58:24.773977+0000 osd.7 (osd.7) 28 : cluster 3 failed to encode map e127 with expected crc 2023-12-09T02:58:26.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:26 smithi023 bash[65805]: cluster 2023-12-09T02:58:25.406430+0000 mgr.y (mgr.25456) 263 : cluster 0 pgmap v156: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 197 MiB used, 715 GiB / 715 GiB avail; 920 B/s rd, 0 op/s; 128/726 objects degraded (17.631%) 2023-12-09T02:58:26.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:26 smithi023 bash[65805]: cluster 2023-12-09T02:58:25.763790+0000 mon.a (mon.0) 406 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-09T02:58:26.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:26 smithi023 bash[65805]: cluster 2023-12-09T02:58:25.771968+0000 mon.a (mon.0) 407 : cluster 1 osd.4 [v2:172.21.15.172:6800/1718392571,v1:172.21.15.172:6801/1718392571] boot 2023-12-09T02:58:26.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:26 smithi023 bash[65805]: cluster 2023-12-09T02:58:25.772019+0000 mon.a (mon.0) 408 : cluster 0 osdmap e128: 8 total, 8 up, 8 in 2023-12-09T02:58:26.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:26 smithi023 bash[65805]: audit 2023-12-09T02:58:25.772424+0000 mon.a (mon.0) 409 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-09T02:58:26.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:26 smithi023 bash[65805]: cluster 2023-12-09T02:58:25.776744+0000 osd.5 (osd.5) 38 : cluster 3 failed to encode map e128 with expected crc 2023-12-09T02:58:26.862 INFO:teuthology.orchestra.run.smithi023.stdout:true 2023-12-09T02:58:26.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:26 smithi172 bash[51856]: cluster 2023-12-09T02:58:24.773977+0000 osd.7 (osd.7) 28 : cluster 3 failed to encode map e127 with expected crc 2023-12-09T02:58:26.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:26 smithi172 bash[51856]: cluster 2023-12-09T02:58:25.406430+0000 mgr.y (mgr.25456) 263 : cluster 0 pgmap v156: 161 pgs: 27 active+undersized+degraded, 41 active+undersized, 93 active+clean; 585 KiB data, 197 MiB used, 715 GiB / 715 GiB avail; 920 B/s rd, 0 op/s; 128/726 objects degraded (17.631%) 2023-12-09T02:58:26.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:26 smithi172 bash[51856]: cluster 2023-12-09T02:58:25.763790+0000 mon.a (mon.0) 406 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-09T02:58:26.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:26 smithi172 bash[51856]: cluster 2023-12-09T02:58:25.771968+0000 mon.a (mon.0) 407 : cluster 1 osd.4 [v2:172.21.15.172:6800/1718392571,v1:172.21.15.172:6801/1718392571] boot 2023-12-09T02:58:26.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:26 smithi172 bash[51856]: cluster 2023-12-09T02:58:25.772019+0000 mon.a (mon.0) 408 : cluster 0 osdmap e128: 8 total, 8 up, 8 in 2023-12-09T02:58:26.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:26 smithi172 bash[51856]: audit 2023-12-09T02:58:25.772424+0000 mon.a (mon.0) 409 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-09T02:58:26.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:26 smithi172 bash[51856]: cluster 2023-12-09T02:58:25.776744+0000 osd.5 (osd.5) 38 : cluster 3 failed to encode map e128 with expected crc 2023-12-09T02:58:27.638 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-09T02:58:27.639 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (6m) 33s ago 13m 16.0M - 0.23.0 ba2b418f427c 3b4091a6361f 2023-12-09T02:58:27.639 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi172 *:3000 running (5m) 4s ago 13m 44.0M - 8.3.5 dad864ee21e9 b146a6fad367 2023-12-09T02:58:27.639 INFO:teuthology.orchestra.run.smithi023.stdout:iscsi.foo.smithi023.vcvunr smithi023 running (5m) 33s ago 11m 46.8M - 3.5 e1d6a67b021e cab96a54a200 2023-12-09T02:58:27.639 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi172 *:8443,9283,8765 running (4m) 4s ago 19m 435M - 19.0.0-44-g9dcc13bb f28f2b94f153 997a6e266d78 2023-12-09T02:58:27.639 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:8443,9283,8765 running (5m) 33s ago 21m 493M - 19.0.0-44-g9dcc13bb f28f2b94f153 f635daf405b8 2023-12-09T02:58:27.639 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (4m) 33s ago 21m 52.8M 2048M 19.0.0-44-g9dcc13bb f28f2b94f153 aa99792ae0fd 2023-12-09T02:58:27.639 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi172 running (3m) 4s ago 20m 41.1M 2048M 19.0.0-44-g9dcc13bb f28f2b94f153 aa13b48f02bc 2023-12-09T02:58:27.639 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (3m) 33s ago 20m 44.5M 2048M 19.0.0-44-g9dcc13bb f28f2b94f153 6eb3e7afe9c1 2023-12-09T02:58:27.639 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (6m) 33s ago 14m 12.3M - 1.3.1 1dbe0e931976 11aaca649943 2023-12-09T02:58:27.639 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi172 *:9100 running (6m) 4s ago 14m 11.7M - 1.3.1 1dbe0e931976 7938141dc8d6 2023-12-09T02:58:27.639 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2m) 33s ago 19m 52.7M 2781M 19.0.0-44-g9dcc13bb f28f2b94f153 5a768836da38 2023-12-09T02:58:27.639 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (98s) 33s ago 18m 51.7M 2781M 19.0.0-44-g9dcc13bb f28f2b94f153 1ce77f0aaf3e 2023-12-09T02:58:27.639 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (68s) 33s ago 18m 47.5M 2781M 19.0.0-44-g9dcc13bb f28f2b94f153 4b8ac3729448 2023-12-09T02:58:27.639 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (38s) 33s ago 17m - 2781M 19.0.0-44-g9dcc13bb f28f2b94f153 a75e9030f217 2023-12-09T02:58:27.640 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi172 running (8s) 4s ago 16m - 3037M 19.0.0-44-g9dcc13bb f28f2b94f153 262923821e93 2023-12-09T02:58:27.640 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi172 running (16m) 4s ago 16m 64.4M 3037M 17.2.0 e1d6a67b021e fcb16f6cd272 2023-12-09T02:58:27.640 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi172 running (15m) 4s ago 15m 62.5M 3037M 17.2.0 e1d6a67b021e a1dc1e893a48 2023-12-09T02:58:27.640 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi172 running (15m) 4s ago 15m 67.3M 3037M 17.2.0 e1d6a67b021e f5bf1afe0d7c 2023-12-09T02:58:27.640 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi172 *:9095 running (5m) 4s ago 14m 63.7M - 2.33.4 514e6a882f6e 506724a1b8e0 2023-12-09T02:58:27.640 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.foo.smithi023.mllipj smithi023 *:8000 running (12m) 33s ago 12m 89.2M - 17.2.0 e1d6a67b021e 110d5ba1c152 2023-12-09T02:58:27.640 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.foo.smithi172.aqpemq smithi172 *:8000 running (12m) 4s ago 12m 89.5M - 17.2.0 e1d6a67b021e c9a58e322a85 2023-12-09T02:58:27.640 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.smpl.smithi023.ikvhaq smithi023 *:80 running (11m) 33s ago 11m 89.5M - 17.2.0 e1d6a67b021e 9fb31f23b01c 2023-12-09T02:58:27.640 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.smpl.smithi172.ysxvfy smithi172 *:80 running (11m) 4s ago 11m 89.4M - 17.2.0 e1d6a67b021e 3c13f0c0b020 2023-12-09T02:58:28.094 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2023-12-09T02:58:28.094 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2023-12-09T02:58:28.094 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 3 2023-12-09T02:58:28.094 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:58:28.095 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2023-12-09T02:58:28.095 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 2 2023-12-09T02:58:28.095 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:58:28.095 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2023-12-09T02:58:28.095 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 3, 2023-12-09T02:58:28.095 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 5 2023-12-09T02:58:28.095 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:58:28.095 INFO:teuthology.orchestra.run.smithi023.stdout: "rgw": { 2023-12-09T02:58:28.095 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-09T02:58:28.096 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:58:28.096 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2023-12-09T02:58:28.096 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 7, 2023-12-09T02:58:28.096 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 10 2023-12-09T02:58:28.096 INFO:teuthology.orchestra.run.smithi023.stdout: } 2023-12-09T02:58:28.096 INFO:teuthology.orchestra.run.smithi023.stdout:} 2023-12-09T02:58:28.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:27 smithi172 bash[51856]: audit 2023-12-09T02:58:26.476294+0000 mgr.y (mgr.25456) 264 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:58:28.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:27 smithi172 bash[51856]: cluster 2023-12-09T02:58:26.786340+0000 mon.a (mon.0) 410 : cluster 0 osdmap e129: 8 total, 8 up, 8 in 2023-12-09T02:58:28.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:27 smithi172 bash[51856]: cluster 2023-12-09T02:58:26.791313+0000 osd.6 (osd.6) 27 : cluster 3 failed to encode map e129 with expected crc 2023-12-09T02:58:28.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:27 smithi172 bash[51856]: cluster 2023-12-09T02:58:26.793907+0000 osd.5 (osd.5) 39 : cluster 3 failed to encode map e129 with expected crc 2023-12-09T02:58:28.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:27 smithi172 bash[51856]: cluster 2023-12-09T02:58:26.796141+0000 osd.7 (osd.7) 29 : cluster 3 failed to encode map e129 with expected crc 2023-12-09T02:58:28.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:27 smithi172 bash[51856]: cluster 2023-12-09T02:58:26.798972+0000 osd.5 (osd.5) 40 : cluster 3 failed to encode map e129 with expected crc 2023-12-09T02:58:28.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:27 smithi172 bash[51856]: cluster 2023-12-09T02:58:26.800134+0000 osd.7 (osd.7) 30 : cluster 3 failed to encode map e129 with expected crc 2023-12-09T02:58:28.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:27 smithi172 bash[51856]: cluster 2023-12-09T02:58:26.801263+0000 osd.6 (osd.6) 28 : cluster 3 failed to encode map e129 with expected crc 2023-12-09T02:58:28.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:27 smithi172 bash[51856]: cluster 2023-12-09T02:58:26.801904+0000 osd.7 (osd.7) 31 : cluster 3 failed to encode map e129 with expected crc 2023-12-09T02:58:28.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:27 smithi172 bash[51856]: cluster 2023-12-09T02:58:26.803370+0000 osd.6 (osd.6) 29 : cluster 3 failed to encode map e129 with expected crc 2023-12-09T02:58:28.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:27 smithi172 bash[51856]: audit 2023-12-09T02:58:26.840169+0000 mgr.y (mgr.25456) 265 : audit 0 from='client.34455 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:58:28.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:27 smithi023 bash[64415]: audit 2023-12-09T02:58:26.476294+0000 mgr.y (mgr.25456) 264 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:58:28.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:27 smithi023 bash[64415]: cluster 2023-12-09T02:58:26.786340+0000 mon.a (mon.0) 410 : cluster 0 osdmap e129: 8 total, 8 up, 8 in 2023-12-09T02:58:28.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:27 smithi023 bash[64415]: cluster 2023-12-09T02:58:26.791313+0000 osd.6 (osd.6) 27 : cluster 3 failed to encode map e129 with expected crc 2023-12-09T02:58:28.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:27 smithi023 bash[64415]: cluster 2023-12-09T02:58:26.793907+0000 osd.5 (osd.5) 39 : cluster 3 failed to encode map e129 with expected crc 2023-12-09T02:58:28.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:27 smithi023 bash[64415]: cluster 2023-12-09T02:58:26.796141+0000 osd.7 (osd.7) 29 : cluster 3 failed to encode map e129 with expected crc 2023-12-09T02:58:28.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:27 smithi023 bash[64415]: cluster 2023-12-09T02:58:26.798972+0000 osd.5 (osd.5) 40 : cluster 3 failed to encode map e129 with expected crc 2023-12-09T02:58:28.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:27 smithi023 bash[64415]: cluster 2023-12-09T02:58:26.800134+0000 osd.7 (osd.7) 30 : cluster 3 failed to encode map e129 with expected crc 2023-12-09T02:58:28.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:27 smithi023 bash[64415]: cluster 2023-12-09T02:58:26.801263+0000 osd.6 (osd.6) 28 : cluster 3 failed to encode map e129 with expected crc 2023-12-09T02:58:28.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:27 smithi023 bash[64415]: cluster 2023-12-09T02:58:26.801904+0000 osd.7 (osd.7) 31 : cluster 3 failed to encode map e129 with expected crc 2023-12-09T02:58:28.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:27 smithi023 bash[64415]: cluster 2023-12-09T02:58:26.803370+0000 osd.6 (osd.6) 29 : cluster 3 failed to encode map e129 with expected crc 2023-12-09T02:58:28.274 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:27 smithi023 bash[64415]: audit 2023-12-09T02:58:26.840169+0000 mgr.y (mgr.25456) 265 : audit 0 from='client.34455 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:58:28.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:27 smithi023 bash[65805]: audit 2023-12-09T02:58:26.476294+0000 mgr.y (mgr.25456) 264 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:58:28.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:27 smithi023 bash[65805]: cluster 2023-12-09T02:58:26.786340+0000 mon.a (mon.0) 410 : cluster 0 osdmap e129: 8 total, 8 up, 8 in 2023-12-09T02:58:28.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:27 smithi023 bash[65805]: cluster 2023-12-09T02:58:26.791313+0000 osd.6 (osd.6) 27 : cluster 3 failed to encode map e129 with expected crc 2023-12-09T02:58:28.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:27 smithi023 bash[65805]: cluster 2023-12-09T02:58:26.793907+0000 osd.5 (osd.5) 39 : cluster 3 failed to encode map e129 with expected crc 2023-12-09T02:58:28.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:27 smithi023 bash[65805]: cluster 2023-12-09T02:58:26.796141+0000 osd.7 (osd.7) 29 : cluster 3 failed to encode map e129 with expected crc 2023-12-09T02:58:28.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:27 smithi023 bash[65805]: cluster 2023-12-09T02:58:26.798972+0000 osd.5 (osd.5) 40 : cluster 3 failed to encode map e129 with expected crc 2023-12-09T02:58:28.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:27 smithi023 bash[65805]: cluster 2023-12-09T02:58:26.800134+0000 osd.7 (osd.7) 30 : cluster 3 failed to encode map e129 with expected crc 2023-12-09T02:58:28.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:27 smithi023 bash[65805]: cluster 2023-12-09T02:58:26.801263+0000 osd.6 (osd.6) 28 : cluster 3 failed to encode map e129 with expected crc 2023-12-09T02:58:28.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:27 smithi023 bash[65805]: cluster 2023-12-09T02:58:26.801904+0000 osd.7 (osd.7) 31 : cluster 3 failed to encode map e129 with expected crc 2023-12-09T02:58:28.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:27 smithi023 bash[65805]: cluster 2023-12-09T02:58:26.803370+0000 osd.6 (osd.6) 29 : cluster 3 failed to encode map e129 with expected crc 2023-12-09T02:58:28.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:27 smithi023 bash[65805]: audit 2023-12-09T02:58:26.840169+0000 mgr.y (mgr.25456) 265 : audit 0 from='client.34455 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:58:28.475 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2023-12-09T02:58:28.476 INFO:teuthology.orchestra.run.smithi023.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882", 2023-12-09T02:58:28.476 INFO:teuthology.orchestra.run.smithi023.stdout: "in_progress": true, 2023-12-09T02:58:28.476 INFO:teuthology.orchestra.run.smithi023.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-09T02:58:28.476 INFO:teuthology.orchestra.run.smithi023.stdout: "services_complete": [ 2023-12-09T02:58:28.476 INFO:teuthology.orchestra.run.smithi023.stdout: "mon", 2023-12-09T02:58:28.476 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr" 2023-12-09T02:58:28.476 INFO:teuthology.orchestra.run.smithi023.stdout: ], 2023-12-09T02:58:28.476 INFO:teuthology.orchestra.run.smithi023.stdout: "progress": "10/23 daemons upgraded", 2023-12-09T02:58:28.476 INFO:teuthology.orchestra.run.smithi023.stdout: "message": "Currently upgrading osd daemons", 2023-12-09T02:58:28.476 INFO:teuthology.orchestra.run.smithi023.stdout: "is_paused": false 2023-12-09T02:58:28.476 INFO:teuthology.orchestra.run.smithi023.stdout:} 2023-12-09T02:58:28.936 INFO:teuthology.orchestra.run.smithi023.stdout:HEALTH_WARN Degraded data redundancy: 74/726 objects degraded (10.193%), 18 pgs degraded 2023-12-09T02:58:28.937 INFO:teuthology.orchestra.run.smithi023.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 74/726 objects degraded (10.193%), 18 pgs degraded 2023-12-09T02:58:28.937 INFO:teuthology.orchestra.run.smithi023.stdout: pg 2.d is active+undersized+degraded, acting [1,3] 2023-12-09T02:58:28.937 INFO:teuthology.orchestra.run.smithi023.stdout: pg 2.f is active+undersized+degraded, acting [0,7] 2023-12-09T02:58:28.937 INFO:teuthology.orchestra.run.smithi023.stdout: pg 2.13 is active+undersized+degraded, acting [0,3] 2023-12-09T02:58:28.937 INFO:teuthology.orchestra.run.smithi023.stdout: pg 3.1 is active+undersized+degraded, acting [0,3] 2023-12-09T02:58:28.937 INFO:teuthology.orchestra.run.smithi023.stdout: pg 3.3 is active+undersized+degraded, acting [0,6] 2023-12-09T02:58:28.937 INFO:teuthology.orchestra.run.smithi023.stdout: pg 3.6 is active+undersized+degraded, acting [0,1] 2023-12-09T02:58:28.937 INFO:teuthology.orchestra.run.smithi023.stdout: pg 3.9 is active+undersized+degraded, acting [2,7] 2023-12-09T02:58:28.937 INFO:teuthology.orchestra.run.smithi023.stdout: pg 3.b is active+undersized+degraded, acting [3,0] 2023-12-09T02:58:28.937 INFO:teuthology.orchestra.run.smithi023.stdout: pg 3.14 is active+undersized+degraded, acting [7,6] 2023-12-09T02:58:28.937 INFO:teuthology.orchestra.run.smithi023.stdout: pg 3.19 is active+undersized+degraded, acting [1,3] 2023-12-09T02:58:28.937 INFO:teuthology.orchestra.run.smithi023.stdout: pg 3.1a is active+undersized+degraded, acting [1,2] 2023-12-09T02:58:28.937 INFO:teuthology.orchestra.run.smithi023.stdout: pg 3.1b is active+undersized+degraded, acting [0,7] 2023-12-09T02:58:28.938 INFO:teuthology.orchestra.run.smithi023.stdout: pg 4.9 is active+undersized+degraded, acting [1,3] 2023-12-09T02:58:28.938 INFO:teuthology.orchestra.run.smithi023.stdout: pg 4.d is active+undersized+degraded, acting [2,1] 2023-12-09T02:58:28.938 INFO:teuthology.orchestra.run.smithi023.stdout: pg 4.e is active+undersized+degraded, acting [6,1] 2023-12-09T02:58:28.938 INFO:teuthology.orchestra.run.smithi023.stdout: pg 5.1c is active+undersized+degraded, acting [3,2] 2023-12-09T02:58:28.938 INFO:teuthology.orchestra.run.smithi023.stdout: pg 5.1d is active+undersized+degraded, acting [1,0] 2023-12-09T02:58:28.938 INFO:teuthology.orchestra.run.smithi023.stdout: pg 6.1a is active+undersized+degraded, acting [5,1] 2023-12-09T02:58:29.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:28 smithi172 bash[51856]: audit 2023-12-09T02:58:27.224689+0000 mgr.y (mgr.25456) 266 : audit 0 from='client.44386 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:58:29.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:28 smithi172 bash[51856]: cluster 2023-12-09T02:58:27.407337+0000 mgr.y (mgr.25456) 267 : cluster 0 pgmap v159: 161 pgs: 23 peering, 18 active+undersized+degraded, 27 active+undersized, 93 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 74/726 objects degraded (10.193%) 2023-12-09T02:58:29.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:28 smithi172 bash[51856]: audit 2023-12-09T02:58:27.606581+0000 mgr.y (mgr.25456) 268 : audit 0 from='client.44392 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:58:29.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:28 smithi172 bash[51856]: cluster 2023-12-09T02:58:27.776671+0000 mon.a (mon.0) 411 : cluster 3 Health check update: Degraded data redundancy: 74/726 objects degraded (10.193%), 18 pgs degraded (PG_DEGRADED) 2023-12-09T02:58:29.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:28 smithi172 bash[51856]: audit 2023-12-09T02:58:28.085256+0000 mon.a (mon.0) 412 : audit 0 from='client.? 172.21.15.23:0/440085622' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:58:29.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:28 smithi023 bash[65805]: audit 2023-12-09T02:58:27.224689+0000 mgr.y (mgr.25456) 266 : audit 0 from='client.44386 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:58:29.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:28 smithi023 bash[65805]: cluster 2023-12-09T02:58:27.407337+0000 mgr.y (mgr.25456) 267 : cluster 0 pgmap v159: 161 pgs: 23 peering, 18 active+undersized+degraded, 27 active+undersized, 93 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 74/726 objects degraded (10.193%) 2023-12-09T02:58:29.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:28 smithi023 bash[65805]: audit 2023-12-09T02:58:27.606581+0000 mgr.y (mgr.25456) 268 : audit 0 from='client.44392 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:58:29.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:28 smithi023 bash[65805]: cluster 2023-12-09T02:58:27.776671+0000 mon.a (mon.0) 411 : cluster 3 Health check update: Degraded data redundancy: 74/726 objects degraded (10.193%), 18 pgs degraded (PG_DEGRADED) 2023-12-09T02:58:29.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:28 smithi023 bash[65805]: audit 2023-12-09T02:58:28.085256+0000 mon.a (mon.0) 412 : audit 0 from='client.? 172.21.15.23:0/440085622' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:58:29.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:28 smithi023 bash[64415]: audit 2023-12-09T02:58:27.224689+0000 mgr.y (mgr.25456) 266 : audit 0 from='client.44386 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:58:29.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:28 smithi023 bash[64415]: cluster 2023-12-09T02:58:27.407337+0000 mgr.y (mgr.25456) 267 : cluster 0 pgmap v159: 161 pgs: 23 peering, 18 active+undersized+degraded, 27 active+undersized, 93 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 74/726 objects degraded (10.193%) 2023-12-09T02:58:29.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:28 smithi023 bash[64415]: audit 2023-12-09T02:58:27.606581+0000 mgr.y (mgr.25456) 268 : audit 0 from='client.44392 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:58:29.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:28 smithi023 bash[64415]: cluster 2023-12-09T02:58:27.776671+0000 mon.a (mon.0) 411 : cluster 3 Health check update: Degraded data redundancy: 74/726 objects degraded (10.193%), 18 pgs degraded (PG_DEGRADED) 2023-12-09T02:58:29.274 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:28 smithi023 bash[64415]: audit 2023-12-09T02:58:28.085256+0000 mon.a (mon.0) 412 : audit 0 from='client.? 172.21.15.23:0/440085622' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:58:29.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:29 smithi172 bash[51856]: audit 2023-12-09T02:58:28.466610+0000 mgr.y (mgr.25456) 269 : audit 0 from='client.34479 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:58:29.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:29 smithi172 bash[51856]: audit 2023-12-09T02:58:28.928399+0000 mon.c (mon.1) 10 : audit 0 from='client.? 172.21.15.23:0/878454598' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:58:30.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:29 smithi023 bash[65805]: audit 2023-12-09T02:58:28.466610+0000 mgr.y (mgr.25456) 269 : audit 0 from='client.34479 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:58:30.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:29 smithi023 bash[65805]: audit 2023-12-09T02:58:28.928399+0000 mon.c (mon.1) 10 : audit 0 from='client.? 172.21.15.23:0/878454598' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:58:30.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:29 smithi023 bash[64415]: audit 2023-12-09T02:58:28.466610+0000 mgr.y (mgr.25456) 269 : audit 0 from='client.34479 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:58:30.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:29 smithi023 bash[64415]: audit 2023-12-09T02:58:28.928399+0000 mon.c (mon.1) 10 : audit 0 from='client.? 172.21.15.23:0/878454598' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:58:31.188 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:30 smithi172 bash[51856]: cluster 2023-12-09T02:58:29.408568+0000 mgr.y (mgr.25456) 270 : cluster 0 pgmap v160: 161 pgs: 23 peering, 15 active+undersized+degraded, 22 active+undersized, 101 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 61/726 objects degraded (8.402%) 2023-12-09T02:58:31.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:30 smithi023 bash[65805]: cluster 2023-12-09T02:58:29.408568+0000 mgr.y (mgr.25456) 270 : cluster 0 pgmap v160: 161 pgs: 23 peering, 15 active+undersized+degraded, 22 active+undersized, 101 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 61/726 objects degraded (8.402%) 2023-12-09T02:58:31.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:30 smithi023 bash[64415]: cluster 2023-12-09T02:58:29.408568+0000 mgr.y (mgr.25456) 270 : cluster 0 pgmap v160: 161 pgs: 23 peering, 15 active+undersized+degraded, 22 active+undersized, 101 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 61/726 objects degraded (8.402%) 2023-12-09T02:58:32.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:31 smithi172 bash[51856]: cluster 2023-12-09T02:58:31.410290+0000 mgr.y (mgr.25456) 271 : cluster 0 pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 770 B/s rd, 0 op/s 2023-12-09T02:58:32.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:31 smithi172 bash[51856]: cluster 2023-12-09T02:58:31.816840+0000 mon.a (mon.0) 413 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 61/726 objects degraded (8.402%), 15 pgs degraded) 2023-12-09T02:58:32.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:31 smithi172 bash[51856]: cluster 2023-12-09T02:58:31.816912+0000 mon.a (mon.0) 414 : cluster 1 Cluster is now healthy 2023-12-09T02:58:32.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:31 smithi023 bash[65805]: cluster 2023-12-09T02:58:31.410290+0000 mgr.y (mgr.25456) 271 : cluster 0 pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 770 B/s rd, 0 op/s 2023-12-09T02:58:32.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:31 smithi023 bash[65805]: cluster 2023-12-09T02:58:31.816840+0000 mon.a (mon.0) 413 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 61/726 objects degraded (8.402%), 15 pgs degraded) 2023-12-09T02:58:32.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:31 smithi023 bash[65805]: cluster 2023-12-09T02:58:31.816912+0000 mon.a (mon.0) 414 : cluster 1 Cluster is now healthy 2023-12-09T02:58:32.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:31 smithi023 bash[64415]: cluster 2023-12-09T02:58:31.410290+0000 mgr.y (mgr.25456) 271 : cluster 0 pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 770 B/s rd, 0 op/s 2023-12-09T02:58:32.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:31 smithi023 bash[64415]: cluster 2023-12-09T02:58:31.816840+0000 mon.a (mon.0) 413 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 61/726 objects degraded (8.402%), 15 pgs degraded) 2023-12-09T02:58:32.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:31 smithi023 bash[64415]: cluster 2023-12-09T02:58:31.816912+0000 mon.a (mon.0) 414 : cluster 1 Cluster is now healthy 2023-12-09T02:58:32.772 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:58:32 smithi023 bash[61239]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:58:32] "GET /metrics HTTP/1.1" 200 38410 "" "Prometheus/2.33.4" 2023-12-09T02:58:34.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:34 smithi172 bash[51856]: cluster 2023-12-09T02:58:33.411108+0000 mgr.y (mgr.25456) 272 : cluster 0 pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2023-12-09T02:58:34.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:34 smithi023 bash[65805]: cluster 2023-12-09T02:58:33.411108+0000 mgr.y (mgr.25456) 272 : cluster 0 pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2023-12-09T02:58:34.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:34 smithi023 bash[64415]: cluster 2023-12-09T02:58:33.411108+0000 mgr.y (mgr.25456) 272 : cluster 0 pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2023-12-09T02:58:36.225 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:35 smithi172 bash[51856]: audit 2023-12-09T02:58:34.896238+0000 mon.a (mon.0) 415 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:36.225 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:35 smithi172 bash[51856]: audit 2023-12-09T02:58:34.907778+0000 mon.a (mon.0) 416 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:36.225 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:35 smithi172 bash[51856]: audit 2023-12-09T02:58:34.910230+0000 mon.a (mon.0) 417 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:58:36.225 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:35 smithi172 bash[51856]: audit 2023-12-09T02:58:34.912167+0000 mon.a (mon.0) 418 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:58:36.225 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:35 smithi172 bash[51856]: audit 2023-12-09T02:58:34.920949+0000 mon.a (mon.0) 419 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:36.225 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:35 smithi172 bash[51856]: audit 2023-12-09T02:58:35.011990+0000 mon.a (mon.0) 420 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:58:36.226 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:35 smithi172 bash[51856]: audit 2023-12-09T02:58:35.015130+0000 mon.a (mon.0) 421 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:58:36.226 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:35 smithi172 bash[51856]: audit 2023-12-09T02:58:35.017514+0000 mon.a (mon.0) 422 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:58:36.226 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:35 smithi172 bash[51856]: audit 2023-12-09T02:58:35.019346+0000 mon.a (mon.0) 423 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:58:36.226 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:35 smithi172 bash[51856]: audit 2023-12-09T02:58:35.021657+0000 mon.a (mon.0) 424 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-09T02:58:36.226 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:35 smithi172 bash[51856]: audit 2023-12-09T02:58:35.022024+0000 mgr.y (mgr.25456) 273 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-09T02:58:36.226 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:35 smithi172 bash[51856]: cephadm 2023-12-09T02:58:35.024083+0000 mgr.y (mgr.25456) 274 : cephadm 1 Upgrade: osd.5 is safe to restart 2023-12-09T02:58:36.226 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:35 smithi172 bash[51856]: audit 2023-12-09T02:58:35.387555+0000 mon.a (mon.0) 425 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:36.226 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:35 smithi172 bash[51856]: audit 2023-12-09T02:58:35.392818+0000 mon.a (mon.0) 426 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:58:36.226 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:35 smithi172 bash[51856]: cluster 2023-12-09T02:58:35.418492+0000 mgr.y (mgr.25456) 275 : cluster 0 pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2023-12-09T02:58:36.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:35 smithi023 bash[65805]: audit 2023-12-09T02:58:34.896238+0000 mon.a (mon.0) 415 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:36.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:35 smithi023 bash[65805]: audit 2023-12-09T02:58:34.907778+0000 mon.a (mon.0) 416 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:36.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:35 smithi023 bash[65805]: audit 2023-12-09T02:58:34.910230+0000 mon.a (mon.0) 417 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:58:36.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:35 smithi023 bash[65805]: audit 2023-12-09T02:58:34.912167+0000 mon.a (mon.0) 418 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:58:36.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:35 smithi023 bash[65805]: audit 2023-12-09T02:58:34.920949+0000 mon.a (mon.0) 419 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:36.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:35 smithi023 bash[65805]: audit 2023-12-09T02:58:35.011990+0000 mon.a (mon.0) 420 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:58:36.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:35 smithi023 bash[65805]: audit 2023-12-09T02:58:35.015130+0000 mon.a (mon.0) 421 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:58:36.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:35 smithi023 bash[65805]: audit 2023-12-09T02:58:35.017514+0000 mon.a (mon.0) 422 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:58:36.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:35 smithi023 bash[65805]: audit 2023-12-09T02:58:35.019346+0000 mon.a (mon.0) 423 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:58:36.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:35 smithi023 bash[65805]: audit 2023-12-09T02:58:35.021657+0000 mon.a (mon.0) 424 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-09T02:58:36.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:35 smithi023 bash[65805]: audit 2023-12-09T02:58:35.022024+0000 mgr.y (mgr.25456) 273 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-09T02:58:36.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:35 smithi023 bash[65805]: cephadm 2023-12-09T02:58:35.024083+0000 mgr.y (mgr.25456) 274 : cephadm 1 Upgrade: osd.5 is safe to restart 2023-12-09T02:58:36.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:35 smithi023 bash[65805]: audit 2023-12-09T02:58:35.387555+0000 mon.a (mon.0) 425 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:36.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:35 smithi023 bash[65805]: audit 2023-12-09T02:58:35.392818+0000 mon.a (mon.0) 426 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:58:36.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:35 smithi023 bash[65805]: cluster 2023-12-09T02:58:35.418492+0000 mgr.y (mgr.25456) 275 : cluster 0 pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2023-12-09T02:58:36.274 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:35 smithi023 bash[64415]: audit 2023-12-09T02:58:34.896238+0000 mon.a (mon.0) 415 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:36.274 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:35 smithi023 bash[64415]: audit 2023-12-09T02:58:34.907778+0000 mon.a (mon.0) 416 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:36.274 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:35 smithi023 bash[64415]: audit 2023-12-09T02:58:34.910230+0000 mon.a (mon.0) 417 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:58:36.274 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:35 smithi023 bash[64415]: audit 2023-12-09T02:58:34.912167+0000 mon.a (mon.0) 418 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:58:36.274 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:35 smithi023 bash[64415]: audit 2023-12-09T02:58:34.920949+0000 mon.a (mon.0) 419 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:36.274 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:35 smithi023 bash[64415]: audit 2023-12-09T02:58:35.011990+0000 mon.a (mon.0) 420 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:58:36.275 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:35 smithi023 bash[64415]: audit 2023-12-09T02:58:35.015130+0000 mon.a (mon.0) 421 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:58:36.275 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:35 smithi023 bash[64415]: audit 2023-12-09T02:58:35.017514+0000 mon.a (mon.0) 422 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:58:36.275 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:35 smithi023 bash[64415]: audit 2023-12-09T02:58:35.019346+0000 mon.a (mon.0) 423 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:58:36.275 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:35 smithi023 bash[64415]: audit 2023-12-09T02:58:35.021657+0000 mon.a (mon.0) 424 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-09T02:58:36.275 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:35 smithi023 bash[64415]: audit 2023-12-09T02:58:35.022024+0000 mgr.y (mgr.25456) 273 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-12-09T02:58:36.275 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:35 smithi023 bash[64415]: cephadm 2023-12-09T02:58:35.024083+0000 mgr.y (mgr.25456) 274 : cephadm 1 Upgrade: osd.5 is safe to restart 2023-12-09T02:58:36.276 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:35 smithi023 bash[64415]: audit 2023-12-09T02:58:35.387555+0000 mon.a (mon.0) 425 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:36.276 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:35 smithi023 bash[64415]: audit 2023-12-09T02:58:35.392818+0000 mon.a (mon.0) 426 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:58:36.276 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:35 smithi023 bash[64415]: cluster 2023-12-09T02:58:35.418492+0000 mgr.y (mgr.25456) 275 : cluster 0 pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2023-12-09T02:58:37.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:37 smithi172 bash[51856]: audit 2023-12-09T02:58:36.487562+0000 mgr.y (mgr.25456) 276 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:58:37.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:37 smithi172 bash[51856]: audit 2023-12-09T02:58:37.153346+0000 mon.a (mon.0) 427 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:37.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:37 smithi172 bash[51856]: audit 2023-12-09T02:58:37.158803+0000 mon.a (mon.0) 428 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-09T02:58:37.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:37 smithi172 bash[51856]: audit 2023-12-09T02:58:37.160468+0000 mon.a (mon.0) 429 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:58:37.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:37 smithi023 bash[64415]: audit 2023-12-09T02:58:36.487562+0000 mgr.y (mgr.25456) 276 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:58:37.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:37 smithi023 bash[64415]: audit 2023-12-09T02:58:37.153346+0000 mon.a (mon.0) 427 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:37.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:37 smithi023 bash[64415]: audit 2023-12-09T02:58:37.158803+0000 mon.a (mon.0) 428 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-09T02:58:37.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:37 smithi023 bash[64415]: audit 2023-12-09T02:58:37.160468+0000 mon.a (mon.0) 429 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:58:37.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:37 smithi023 bash[65805]: audit 2023-12-09T02:58:36.487562+0000 mgr.y (mgr.25456) 276 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:58:37.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:37 smithi023 bash[65805]: audit 2023-12-09T02:58:37.153346+0000 mon.a (mon.0) 427 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:37.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:37 smithi023 bash[65805]: audit 2023-12-09T02:58:37.158803+0000 mon.a (mon.0) 428 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-09T02:58:37.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:37 smithi023 bash[65805]: audit 2023-12-09T02:58:37.160468+0000 mon.a (mon.0) 429 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:58:38.712 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:38 smithi172 bash[51856]: cephadm 2023-12-09T02:58:37.143940+0000 mgr.y (mgr.25456) 277 : cephadm 1 Upgrade: Updating osd.5 2023-12-09T02:58:38.712 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:38 smithi172 bash[51856]: cephadm 2023-12-09T02:58:37.166338+0000 mgr.y (mgr.25456) 278 : cephadm 1 Deploying daemon osd.5 on smithi172 2023-12-09T02:58:38.712 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:38 smithi172 bash[51856]: cluster 2023-12-09T02:58:37.419649+0000 mgr.y (mgr.25456) 279 : cluster 0 pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 962 B/s rd, 0 op/s 2023-12-09T02:58:38.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:38 smithi023 bash[65805]: cephadm 2023-12-09T02:58:37.143940+0000 mgr.y (mgr.25456) 277 : cephadm 1 Upgrade: Updating osd.5 2023-12-09T02:58:38.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:38 smithi023 bash[65805]: cephadm 2023-12-09T02:58:37.166338+0000 mgr.y (mgr.25456) 278 : cephadm 1 Deploying daemon osd.5 on smithi172 2023-12-09T02:58:38.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:38 smithi023 bash[65805]: cluster 2023-12-09T02:58:37.419649+0000 mgr.y (mgr.25456) 279 : cluster 0 pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 962 B/s rd, 0 op/s 2023-12-09T02:58:38.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:38 smithi023 bash[64415]: cephadm 2023-12-09T02:58:37.143940+0000 mgr.y (mgr.25456) 277 : cephadm 1 Upgrade: Updating osd.5 2023-12-09T02:58:38.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:38 smithi023 bash[64415]: cephadm 2023-12-09T02:58:37.166338+0000 mgr.y (mgr.25456) 278 : cephadm 1 Deploying daemon osd.5 on smithi172 2023-12-09T02:58:38.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:38 smithi023 bash[64415]: cluster 2023-12-09T02:58:37.419649+0000 mgr.y (mgr.25456) 279 : cluster 0 pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 962 B/s rd, 0 op/s 2023-12-09T02:58:40.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:40 smithi172 bash[51856]: cluster 2023-12-09T02:58:39.420565+0000 mgr.y (mgr.25456) 280 : cluster 0 pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:58:40.772 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:40 smithi023 bash[65805]: cluster 2023-12-09T02:58:39.420565+0000 mgr.y (mgr.25456) 280 : cluster 0 pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:58:40.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:40 smithi023 bash[64415]: cluster 2023-12-09T02:58:39.420565+0000 mgr.y (mgr.25456) 280 : cluster 0 pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:58:41.497 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 09 02:58:41 smithi172 systemd[1]: Stopping Ceph osd.5 for 9eab968a-963b-11ee-95a3-87774f69a715... 2023-12-09T02:58:41.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:41 smithi172 bash[51856]: audit 2023-12-09T02:58:40.679122+0000 mon.a (mon.0) 430 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:41.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:41 smithi172 bash[51856]: cluster 2023-12-09T02:58:41.634444+0000 mon.a (mon.0) 431 : cluster 1 osd.5 marked itself down and dead 2023-12-09T02:58:41.998 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 09 02:58:41 smithi172 bash[31439]: debug 2023-12-09T02:58:41.640+0000 7fd96f9c5700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.5 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-12-09T02:58:41.998 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 09 02:58:41 smithi172 bash[31439]: debug 2023-12-09T02:58:41.640+0000 7fd96f9c5700 -1 osd.5 129 *** Got signal Terminated *** 2023-12-09T02:58:41.998 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 09 02:58:41 smithi172 bash[31439]: debug 2023-12-09T02:58:41.640+0000 7fd96f9c5700 -1 osd.5 129 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-09T02:58:42.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:41 smithi023 bash[65805]: audit 2023-12-09T02:58:40.679122+0000 mon.a (mon.0) 430 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:42.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:41 smithi023 bash[65805]: cluster 2023-12-09T02:58:41.634444+0000 mon.a (mon.0) 431 : cluster 1 osd.5 marked itself down and dead 2023-12-09T02:58:42.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:41 smithi023 bash[64415]: audit 2023-12-09T02:58:40.679122+0000 mon.a (mon.0) 430 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:42.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:41 smithi023 bash[64415]: cluster 2023-12-09T02:58:41.634444+0000 mon.a (mon.0) 431 : cluster 1 osd.5 marked itself down and dead 2023-12-09T02:58:42.714 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:58:42 smithi023 bash[61239]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:58:42] "GET /metrics HTTP/1.1" 200 38411 "" "Prometheus/2.33.4" 2023-12-09T02:58:42.717 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:42 smithi172 bash[51856]: cluster 2023-12-09T02:58:41.422236+0000 mgr.y (mgr.25456) 281 : cluster 0 pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:58:42.718 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:42 smithi172 bash[51856]: cluster 2023-12-09T02:58:41.676546+0000 mon.a (mon.0) 432 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-09T02:58:42.718 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:42 smithi172 bash[51856]: cluster 2023-12-09T02:58:41.701097+0000 mon.a (mon.0) 433 : cluster 0 osdmap e130: 8 total, 7 up, 8 in 2023-12-09T02:58:42.718 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:42 smithi172 bash[51856]: cluster 2023-12-09T02:58:41.705669+0000 osd.7 (osd.7) 32 : cluster 3 failed to encode map e130 with expected crc 2023-12-09T02:58:42.718 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:42 smithi172 bash[51856]: cluster 2023-12-09T02:58:41.709843+0000 osd.6 (osd.6) 30 : cluster 3 failed to encode map e130 with expected crc 2023-12-09T02:58:42.718 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:42 smithi172 bash[51856]: cluster 2023-12-09T02:58:41.713957+0000 osd.7 (osd.7) 33 : cluster 3 failed to encode map e130 with expected crc 2023-12-09T02:58:42.718 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:42 smithi172 bash[51856]: cluster 2023-12-09T02:58:41.715402+0000 osd.6 (osd.6) 31 : cluster 3 failed to encode map e130 with expected crc 2023-12-09T02:58:42.718 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:42 smithi172 bash[51856]: cluster 2023-12-09T02:58:41.722033+0000 osd.6 (osd.6) 32 : cluster 3 failed to encode map e130 with expected crc 2023-12-09T02:58:42.997 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 09 02:58:42 smithi172 bash[55718]: ceph-9eab968a-963b-11ee-95a3-87774f69a715-osd-5 2023-12-09T02:58:43.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:42 smithi023 bash[64415]: cluster 2023-12-09T02:58:41.422236+0000 mgr.y (mgr.25456) 281 : cluster 0 pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:58:43.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:42 smithi023 bash[64415]: cluster 2023-12-09T02:58:41.676546+0000 mon.a (mon.0) 432 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-09T02:58:43.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:42 smithi023 bash[64415]: cluster 2023-12-09T02:58:41.701097+0000 mon.a (mon.0) 433 : cluster 0 osdmap e130: 8 total, 7 up, 8 in 2023-12-09T02:58:43.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:42 smithi023 bash[64415]: cluster 2023-12-09T02:58:41.705669+0000 osd.7 (osd.7) 32 : cluster 3 failed to encode map e130 with expected crc 2023-12-09T02:58:43.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:42 smithi023 bash[64415]: cluster 2023-12-09T02:58:41.709843+0000 osd.6 (osd.6) 30 : cluster 3 failed to encode map e130 with expected crc 2023-12-09T02:58:43.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:42 smithi023 bash[64415]: cluster 2023-12-09T02:58:41.713957+0000 osd.7 (osd.7) 33 : cluster 3 failed to encode map e130 with expected crc 2023-12-09T02:58:43.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:42 smithi023 bash[64415]: cluster 2023-12-09T02:58:41.715402+0000 osd.6 (osd.6) 31 : cluster 3 failed to encode map e130 with expected crc 2023-12-09T02:58:43.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:42 smithi023 bash[64415]: cluster 2023-12-09T02:58:41.722033+0000 osd.6 (osd.6) 32 : cluster 3 failed to encode map e130 with expected crc 2023-12-09T02:58:43.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:42 smithi023 bash[65805]: cluster 2023-12-09T02:58:41.422236+0000 mgr.y (mgr.25456) 281 : cluster 0 pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:58:43.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:42 smithi023 bash[65805]: cluster 2023-12-09T02:58:41.676546+0000 mon.a (mon.0) 432 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-09T02:58:43.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:42 smithi023 bash[65805]: cluster 2023-12-09T02:58:41.701097+0000 mon.a (mon.0) 433 : cluster 0 osdmap e130: 8 total, 7 up, 8 in 2023-12-09T02:58:43.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:42 smithi023 bash[65805]: cluster 2023-12-09T02:58:41.705669+0000 osd.7 (osd.7) 32 : cluster 3 failed to encode map e130 with expected crc 2023-12-09T02:58:43.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:42 smithi023 bash[65805]: cluster 2023-12-09T02:58:41.709843+0000 osd.6 (osd.6) 30 : cluster 3 failed to encode map e130 with expected crc 2023-12-09T02:58:43.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:42 smithi023 bash[65805]: cluster 2023-12-09T02:58:41.713957+0000 osd.7 (osd.7) 33 : cluster 3 failed to encode map e130 with expected crc 2023-12-09T02:58:43.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:42 smithi023 bash[65805]: cluster 2023-12-09T02:58:41.715402+0000 osd.6 (osd.6) 31 : cluster 3 failed to encode map e130 with expected crc 2023-12-09T02:58:43.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:42 smithi023 bash[65805]: cluster 2023-12-09T02:58:41.722033+0000 osd.6 (osd.6) 32 : cluster 3 failed to encode map e130 with expected crc 2023-12-09T02:58:43.497 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 09 02:58:43 smithi172 bash[55795]: Error response from daemon: No such container: ceph-9eab968a-963b-11ee-95a3-87774f69a715-osd-5 2023-12-09T02:58:43.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:43 smithi172 bash[51856]: cluster 2023-12-09T02:58:42.701041+0000 mon.a (mon.0) 434 : cluster 0 osdmap e131: 8 total, 7 up, 8 in 2023-12-09T02:58:43.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:43 smithi172 bash[51856]: cluster 2023-12-09T02:58:42.705560+0000 osd.6 (osd.6) 33 : cluster 3 failed to encode map e131 with expected crc 2023-12-09T02:58:43.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:43 smithi172 bash[51856]: cluster 2023-12-09T02:58:42.709968+0000 osd.7 (osd.7) 34 : cluster 3 failed to encode map e131 with expected crc 2023-12-09T02:58:43.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:43 smithi172 bash[51856]: cluster 2023-12-09T02:58:42.710984+0000 osd.6 (osd.6) 34 : cluster 3 failed to encode map e131 with expected crc 2023-12-09T02:58:43.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:43 smithi172 bash[51856]: cluster 2023-12-09T02:58:42.712574+0000 osd.7 (osd.7) 35 : cluster 3 failed to encode map e131 with expected crc 2023-12-09T02:58:43.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:43 smithi172 bash[51856]: cluster 2023-12-09T02:58:42.714206+0000 osd.6 (osd.6) 35 : cluster 3 failed to encode map e131 with expected crc 2023-12-09T02:58:43.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:43 smithi172 bash[51856]: cluster 2023-12-09T02:58:42.715934+0000 osd.6 (osd.6) 36 : cluster 3 failed to encode map e131 with expected crc 2023-12-09T02:58:44.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:43 smithi023 bash[65805]: cluster 2023-12-09T02:58:42.701041+0000 mon.a (mon.0) 434 : cluster 0 osdmap e131: 8 total, 7 up, 8 in 2023-12-09T02:58:44.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:43 smithi023 bash[65805]: cluster 2023-12-09T02:58:42.705560+0000 osd.6 (osd.6) 33 : cluster 3 failed to encode map e131 with expected crc 2023-12-09T02:58:44.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:43 smithi023 bash[65805]: cluster 2023-12-09T02:58:42.709968+0000 osd.7 (osd.7) 34 : cluster 3 failed to encode map e131 with expected crc 2023-12-09T02:58:44.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:43 smithi023 bash[65805]: cluster 2023-12-09T02:58:42.710984+0000 osd.6 (osd.6) 34 : cluster 3 failed to encode map e131 with expected crc 2023-12-09T02:58:44.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:43 smithi023 bash[65805]: cluster 2023-12-09T02:58:42.712574+0000 osd.7 (osd.7) 35 : cluster 3 failed to encode map e131 with expected crc 2023-12-09T02:58:44.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:43 smithi023 bash[65805]: cluster 2023-12-09T02:58:42.714206+0000 osd.6 (osd.6) 35 : cluster 3 failed to encode map e131 with expected crc 2023-12-09T02:58:44.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:43 smithi023 bash[65805]: cluster 2023-12-09T02:58:42.715934+0000 osd.6 (osd.6) 36 : cluster 3 failed to encode map e131 with expected crc 2023-12-09T02:58:44.024 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:43 smithi023 bash[64415]: cluster 2023-12-09T02:58:42.701041+0000 mon.a (mon.0) 434 : cluster 0 osdmap e131: 8 total, 7 up, 8 in 2023-12-09T02:58:44.024 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:43 smithi023 bash[64415]: cluster 2023-12-09T02:58:42.705560+0000 osd.6 (osd.6) 33 : cluster 3 failed to encode map e131 with expected crc 2023-12-09T02:58:44.024 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:43 smithi023 bash[64415]: cluster 2023-12-09T02:58:42.709968+0000 osd.7 (osd.7) 34 : cluster 3 failed to encode map e131 with expected crc 2023-12-09T02:58:44.024 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:43 smithi023 bash[64415]: cluster 2023-12-09T02:58:42.710984+0000 osd.6 (osd.6) 34 : cluster 3 failed to encode map e131 with expected crc 2023-12-09T02:58:44.024 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:43 smithi023 bash[64415]: cluster 2023-12-09T02:58:42.712574+0000 osd.7 (osd.7) 35 : cluster 3 failed to encode map e131 with expected crc 2023-12-09T02:58:44.024 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:43 smithi023 bash[64415]: cluster 2023-12-09T02:58:42.714206+0000 osd.6 (osd.6) 35 : cluster 3 failed to encode map e131 with expected crc 2023-12-09T02:58:44.024 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:43 smithi023 bash[64415]: cluster 2023-12-09T02:58:42.715934+0000 osd.6 (osd.6) 36 : cluster 3 failed to encode map e131 with expected crc 2023-12-09T02:58:44.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:44 smithi172 bash[51856]: cluster 2023-12-09T02:58:43.423073+0000 mgr.y (mgr.25456) 282 : cluster 0 pgmap v169: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2023-12-09T02:58:44.998 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 09 02:58:44 smithi172 systemd[1]: ceph-9eab968a-963b-11ee-95a3-87774f69a715@osd.5.service: Succeeded. 2023-12-09T02:58:44.998 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 09 02:58:44 smithi172 systemd[1]: Stopped Ceph osd.5 for 9eab968a-963b-11ee-95a3-87774f69a715. 2023-12-09T02:58:45.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:44 smithi023 bash[64415]: cluster 2023-12-09T02:58:43.423073+0000 mgr.y (mgr.25456) 282 : cluster 0 pgmap v169: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2023-12-09T02:58:45.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:44 smithi023 bash[65805]: cluster 2023-12-09T02:58:43.423073+0000 mgr.y (mgr.25456) 282 : cluster 0 pgmap v169: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2023-12-09T02:58:45.498 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 09 02:58:45 smithi172 systemd[1]: Started Ceph osd.5 for 9eab968a-963b-11ee-95a3-87774f69a715. 2023-12-09T02:58:46.497 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:46 smithi172 bash[51856]: audit 2023-12-09T02:58:45.227586+0000 mon.a (mon.0) 435 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:46.497 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:46 smithi172 bash[51856]: audit 2023-12-09T02:58:45.240103+0000 mon.a (mon.0) 436 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:46.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:46 smithi172 bash[51856]: cluster 2023-12-09T02:58:45.424888+0000 mgr.y (mgr.25456) 283 : cluster 0 pgmap v170: 161 pgs: 15 active+undersized+degraded, 5 stale+active+clean, 29 active+undersized, 112 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 60/726 objects degraded (8.264%) 2023-12-09T02:58:46.503 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:46 smithi023 bash[65805]: audit 2023-12-09T02:58:45.227586+0000 mon.a (mon.0) 435 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:46.504 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:46 smithi023 bash[65805]: audit 2023-12-09T02:58:45.240103+0000 mon.a (mon.0) 436 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:46.504 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:46 smithi023 bash[65805]: cluster 2023-12-09T02:58:45.424888+0000 mgr.y (mgr.25456) 283 : cluster 0 pgmap v170: 161 pgs: 15 active+undersized+degraded, 5 stale+active+clean, 29 active+undersized, 112 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 60/726 objects degraded (8.264%) 2023-12-09T02:58:46.504 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:46 smithi023 bash[64415]: audit 2023-12-09T02:58:45.227586+0000 mon.a (mon.0) 435 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:46.504 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:46 smithi023 bash[64415]: audit 2023-12-09T02:58:45.240103+0000 mon.a (mon.0) 436 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:46.504 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:46 smithi023 bash[64415]: cluster 2023-12-09T02:58:45.424888+0000 mgr.y (mgr.25456) 283 : cluster 0 pgmap v170: 161 pgs: 15 active+undersized+degraded, 5 stale+active+clean, 29 active+undersized, 112 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 60/726 objects degraded (8.264%) 2023-12-09T02:58:46.997 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 09 02:58:46 smithi172 bash[55968]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2023-12-09T02:58:46.997 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 09 02:58:46 smithi172 bash[55968]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-5 --no-mon-config --dev /dev/mapper/vg_nvme-lv_3 2023-12-09T02:58:46.998 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 09 02:58:46 smithi172 bash[55968]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2023-12-09T02:58:46.998 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 09 02:58:46 smithi172 bash[55968]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2023-12-09T02:58:46.998 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 09 02:58:46 smithi172 bash[55968]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-5/block 2023-12-09T02:58:46.998 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 09 02:58:46 smithi172 bash[55968]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2023-12-09T02:58:46.998 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 09 02:58:46 smithi172 bash[55968]: --> ceph-volume raw activate successful for osd ID: 5 2023-12-09T02:58:47.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:47 smithi023 bash[65805]: cluster 2023-12-09T02:58:46.401474+0000 mon.a (mon.0) 437 : cluster 3 Health check failed: Degraded data redundancy: 60/726 objects degraded (8.264%), 15 pgs degraded (PG_DEGRADED) 2023-12-09T02:58:47.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:47 smithi023 bash[65805]: audit 2023-12-09T02:58:46.494770+0000 mgr.y (mgr.25456) 284 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:58:47.523 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:47 smithi023 bash[64415]: cluster 2023-12-09T02:58:46.401474+0000 mon.a (mon.0) 437 : cluster 3 Health check failed: Degraded data redundancy: 60/726 objects degraded (8.264%), 15 pgs degraded (PG_DEGRADED) 2023-12-09T02:58:47.523 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:47 smithi023 bash[64415]: audit 2023-12-09T02:58:46.494770+0000 mgr.y (mgr.25456) 284 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:58:47.754 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:47 smithi172 bash[51856]: cluster 2023-12-09T02:58:46.401474+0000 mon.a (mon.0) 437 : cluster 3 Health check failed: Degraded data redundancy: 60/726 objects degraded (8.264%), 15 pgs degraded (PG_DEGRADED) 2023-12-09T02:58:47.754 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:47 smithi172 bash[51856]: audit 2023-12-09T02:58:46.494770+0000 mgr.y (mgr.25456) 284 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:58:48.523 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:48 smithi023 bash[65805]: cluster 2023-12-09T02:58:47.426323+0000 mgr.y (mgr.25456) 285 : cluster 0 pgmap v171: 161 pgs: 21 active+undersized+degraded, 38 active+undersized, 102 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2023-12-09T02:58:48.523 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:48 smithi023 bash[64415]: cluster 2023-12-09T02:58:47.426323+0000 mgr.y (mgr.25456) 285 : cluster 0 pgmap v171: 161 pgs: 21 active+undersized+degraded, 38 active+undersized, 102 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2023-12-09T02:58:48.747 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 09 02:58:48 smithi172 bash[56242]: debug 2023-12-09T02:58:48.408+0000 7fd965828700 1 -- 172.21.15.172:0/4096539989 <== mon.2 v2:172.21.15.172:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x562af75391e0 con 0x562af75bec00 2023-12-09T02:58:48.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:48 smithi172 bash[51856]: cluster 2023-12-09T02:58:47.426323+0000 mgr.y (mgr.25456) 285 : cluster 0 pgmap v171: 161 pgs: 21 active+undersized+degraded, 38 active+undersized, 102 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2023-12-09T02:58:49.247 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 09 02:58:48 smithi172 bash[56242]: debug 2023-12-09T02:58:48.956+0000 7fd96e9ae640 -1 Falling back to public interface 2023-12-09T02:58:50.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:50 smithi023 bash[65805]: cluster 2023-12-09T02:58:49.427551+0000 mgr.y (mgr.25456) 286 : cluster 0 pgmap v172: 161 pgs: 21 active+undersized+degraded, 38 active+undersized, 102 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2023-12-09T02:58:50.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:50 smithi023 bash[65805]: audit 2023-12-09T02:58:50.387133+0000 mon.a (mon.0) 438 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:50.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:50 smithi023 bash[65805]: audit 2023-12-09T02:58:50.389556+0000 mon.a (mon.0) 439 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:58:50.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:50 smithi023 bash[64415]: cluster 2023-12-09T02:58:49.427551+0000 mgr.y (mgr.25456) 286 : cluster 0 pgmap v172: 161 pgs: 21 active+undersized+degraded, 38 active+undersized, 102 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2023-12-09T02:58:50.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:50 smithi023 bash[64415]: audit 2023-12-09T02:58:50.387133+0000 mon.a (mon.0) 438 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:50.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:50 smithi023 bash[64415]: audit 2023-12-09T02:58:50.389556+0000 mon.a (mon.0) 439 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:58:50.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:50 smithi172 bash[51856]: cluster 2023-12-09T02:58:49.427551+0000 mgr.y (mgr.25456) 286 : cluster 0 pgmap v172: 161 pgs: 21 active+undersized+degraded, 38 active+undersized, 102 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2023-12-09T02:58:50.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:50 smithi172 bash[51856]: audit 2023-12-09T02:58:50.387133+0000 mon.a (mon.0) 438 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:50.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:50 smithi172 bash[51856]: audit 2023-12-09T02:58:50.389556+0000 mon.a (mon.0) 439 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:58:52.497 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 09 02:58:52 smithi172 bash[56242]: debug 2023-12-09T02:58:51.996+0000 7fd96e9ae640 -1 osd.5 0 read_superblock omap replica is missing. 2023-12-09T02:58:52.498 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 09 02:58:52 smithi172 bash[56242]: debug 2023-12-09T02:58:52.048+0000 7fd96e9ae640 -1 osd.5 129 log_to_monitors true 2023-12-09T02:58:52.656 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:58:52 smithi023 bash[61239]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:58:52] "GET /metrics HTTP/1.1" 200 38415 "" "Prometheus/2.33.4" 2023-12-09T02:58:52.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:52 smithi172 bash[51856]: cluster 2023-12-09T02:58:51.429423+0000 mgr.y (mgr.25456) 287 : cluster 0 pgmap v173: 161 pgs: 21 active+undersized+degraded, 38 active+undersized, 102 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2023-12-09T02:58:52.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:52 smithi172 bash[51856]: audit 2023-12-09T02:58:51.644734+0000 mon.a (mon.0) 440 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:52.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:52 smithi172 bash[51856]: audit 2023-12-09T02:58:51.654421+0000 mon.a (mon.0) 441 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:52.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:52 smithi172 bash[51856]: audit 2023-12-09T02:58:52.048660+0000 mon.a (mon.0) 442 : audit 1 from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-09T02:58:52.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:52 smithi172 bash[51856]: audit 2023-12-09T02:58:52.056988+0000 mon.b (mon.2) 5 : audit 1 from='osd.5 [v2:172.21.15.172:6808/3210061222,v1:172.21.15.172:6809/3210061222]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-09T02:58:52.998 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 09 02:58:52 smithi172 bash[56242]: debug 2023-12-09T02:58:52.724+0000 7fd95fe1f700 -1 osd.5 129 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-09T02:58:53.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:52 smithi023 bash[64415]: cluster 2023-12-09T02:58:51.429423+0000 mgr.y (mgr.25456) 287 : cluster 0 pgmap v173: 161 pgs: 21 active+undersized+degraded, 38 active+undersized, 102 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2023-12-09T02:58:53.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:52 smithi023 bash[64415]: audit 2023-12-09T02:58:51.644734+0000 mon.a (mon.0) 440 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:53.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:52 smithi023 bash[64415]: audit 2023-12-09T02:58:51.654421+0000 mon.a (mon.0) 441 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:53.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:52 smithi023 bash[64415]: audit 2023-12-09T02:58:52.048660+0000 mon.a (mon.0) 442 : audit 1 from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-09T02:58:53.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:52 smithi023 bash[64415]: audit 2023-12-09T02:58:52.056988+0000 mon.b (mon.2) 5 : audit 1 from='osd.5 [v2:172.21.15.172:6808/3210061222,v1:172.21.15.172:6809/3210061222]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-09T02:58:53.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:52 smithi023 bash[65805]: cluster 2023-12-09T02:58:51.429423+0000 mgr.y (mgr.25456) 287 : cluster 0 pgmap v173: 161 pgs: 21 active+undersized+degraded, 38 active+undersized, 102 active+clean; 585 KiB data, 198 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2023-12-09T02:58:53.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:52 smithi023 bash[65805]: audit 2023-12-09T02:58:51.644734+0000 mon.a (mon.0) 440 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:53.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:52 smithi023 bash[65805]: audit 2023-12-09T02:58:51.654421+0000 mon.a (mon.0) 441 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:53.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:52 smithi023 bash[65805]: audit 2023-12-09T02:58:52.048660+0000 mon.a (mon.0) 442 : audit 1 from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-09T02:58:53.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:52 smithi023 bash[65805]: audit 2023-12-09T02:58:52.056988+0000 mon.b (mon.2) 5 : audit 1 from='osd.5 [v2:172.21.15.172:6808/3210061222,v1:172.21.15.172:6809/3210061222]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-09T02:58:53.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:53 smithi172 bash[51856]: audit 2023-12-09T02:58:52.667849+0000 mon.a (mon.0) 443 : audit 1 from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-09T02:58:53.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:53 smithi172 bash[51856]: cluster 2023-12-09T02:58:52.674233+0000 mon.a (mon.0) 444 : cluster 0 osdmap e132: 8 total, 7 up, 8 in 2023-12-09T02:58:53.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:53 smithi172 bash[51856]: audit 2023-12-09T02:58:52.676402+0000 mon.a (mon.0) 445 : audit 1 from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-09T02:58:53.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:53 smithi172 bash[51856]: audit 2023-12-09T02:58:52.684969+0000 mon.b (mon.2) 6 : audit 1 from='osd.5 [v2:172.21.15.172:6808/3210061222,v1:172.21.15.172:6809/3210061222]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-09T02:58:53.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:53 smithi172 bash[51856]: audit 2023-12-09T02:58:52.697050+0000 mon.a (mon.0) 446 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:53.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:53 smithi172 bash[51856]: audit 2023-12-09T02:58:52.707896+0000 mon.a (mon.0) 447 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:54.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:53 smithi023 bash[65805]: audit 2023-12-09T02:58:52.667849+0000 mon.a (mon.0) 443 : audit 1 from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-09T02:58:54.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:53 smithi023 bash[65805]: cluster 2023-12-09T02:58:52.674233+0000 mon.a (mon.0) 444 : cluster 0 osdmap e132: 8 total, 7 up, 8 in 2023-12-09T02:58:54.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:53 smithi023 bash[65805]: audit 2023-12-09T02:58:52.676402+0000 mon.a (mon.0) 445 : audit 1 from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-09T02:58:54.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:53 smithi023 bash[65805]: audit 2023-12-09T02:58:52.684969+0000 mon.b (mon.2) 6 : audit 1 from='osd.5 [v2:172.21.15.172:6808/3210061222,v1:172.21.15.172:6809/3210061222]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-09T02:58:54.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:53 smithi023 bash[65805]: audit 2023-12-09T02:58:52.697050+0000 mon.a (mon.0) 446 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:54.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:53 smithi023 bash[65805]: audit 2023-12-09T02:58:52.707896+0000 mon.a (mon.0) 447 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:54.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:53 smithi023 bash[64415]: audit 2023-12-09T02:58:52.667849+0000 mon.a (mon.0) 443 : audit 1 from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-09T02:58:54.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:53 smithi023 bash[64415]: cluster 2023-12-09T02:58:52.674233+0000 mon.a (mon.0) 444 : cluster 0 osdmap e132: 8 total, 7 up, 8 in 2023-12-09T02:58:54.024 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:53 smithi023 bash[64415]: audit 2023-12-09T02:58:52.676402+0000 mon.a (mon.0) 445 : audit 1 from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-09T02:58:54.024 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:53 smithi023 bash[64415]: audit 2023-12-09T02:58:52.684969+0000 mon.b (mon.2) 6 : audit 1 from='osd.5 [v2:172.21.15.172:6808/3210061222,v1:172.21.15.172:6809/3210061222]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-09T02:58:54.024 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:53 smithi023 bash[64415]: audit 2023-12-09T02:58:52.697050+0000 mon.a (mon.0) 446 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:54.024 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:53 smithi023 bash[64415]: audit 2023-12-09T02:58:52.707896+0000 mon.a (mon.0) 447 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:54.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:54 smithi172 bash[51856]: cluster 2023-12-09T02:58:53.169460+0000 osd.7 (osd.7) 36 : cluster 3 failed to encode map e132 with expected crc 2023-12-09T02:58:54.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:54 smithi172 bash[51856]: cluster 2023-12-09T02:58:53.172232+0000 osd.7 (osd.7) 37 : cluster 3 failed to encode map e132 with expected crc 2023-12-09T02:58:54.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:54 smithi172 bash[51856]: cluster 2023-12-09T02:58:53.174183+0000 osd.7 (osd.7) 38 : cluster 3 failed to encode map e132 with expected crc 2023-12-09T02:58:54.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:54 smithi172 bash[51856]: cluster 2023-12-09T02:58:53.417766+0000 osd.6 (osd.6) 37 : cluster 3 failed to encode map e132 with expected crc 2023-12-09T02:58:54.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:54 smithi172 bash[51856]: cluster 2023-12-09T02:58:53.430456+0000 mgr.y (mgr.25456) 288 : cluster 0 pgmap v175: 161 pgs: 21 active+undersized+degraded, 38 active+undersized, 102 active+clean; 585 KiB data, 209 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2023-12-09T02:58:54.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:54 smithi172 bash[51856]: cluster 2023-12-09T02:58:53.705085+0000 mon.a (mon.0) 448 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-09T02:58:54.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:54 smithi172 bash[51856]: cluster 2023-12-09T02:58:53.714430+0000 mon.a (mon.0) 449 : cluster 1 osd.5 [v2:172.21.15.172:6808/3210061222,v1:172.21.15.172:6809/3210061222] boot 2023-12-09T02:58:54.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:54 smithi172 bash[51856]: cluster 2023-12-09T02:58:53.714571+0000 mon.a (mon.0) 450 : cluster 0 osdmap e133: 8 total, 8 up, 8 in 2023-12-09T02:58:54.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:54 smithi172 bash[51856]: audit 2023-12-09T02:58:53.716799+0000 mon.a (mon.0) 451 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-09T02:58:54.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:54 smithi172 bash[51856]: cluster 2023-12-09T02:58:53.726709+0000 osd.6 (osd.6) 38 : cluster 3 failed to encode map e133 with expected crc 2023-12-09T02:58:54.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:54 smithi172 bash[51856]: cluster 2023-12-09T02:58:53.728746+0000 osd.6 (osd.6) 39 : cluster 3 failed to encode map e133 with expected crc 2023-12-09T02:58:54.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:54 smithi172 bash[51856]: cluster 2023-12-09T02:58:53.730939+0000 osd.6 (osd.6) 40 : cluster 3 failed to encode map e133 with expected crc 2023-12-09T02:58:54.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:54 smithi172 bash[51856]: cluster 2023-12-09T02:58:53.733465+0000 osd.6 (osd.6) 41 : cluster 3 failed to encode map e133 with expected crc 2023-12-09T02:58:55.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:54 smithi023 bash[64415]: cluster 2023-12-09T02:58:53.169460+0000 osd.7 (osd.7) 36 : cluster 3 failed to encode map e132 with expected crc 2023-12-09T02:58:55.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:54 smithi023 bash[64415]: cluster 2023-12-09T02:58:53.172232+0000 osd.7 (osd.7) 37 : cluster 3 failed to encode map e132 with expected crc 2023-12-09T02:58:55.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:54 smithi023 bash[64415]: cluster 2023-12-09T02:58:53.174183+0000 osd.7 (osd.7) 38 : cluster 3 failed to encode map e132 with expected crc 2023-12-09T02:58:55.024 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:54 smithi023 bash[64415]: cluster 2023-12-09T02:58:53.417766+0000 osd.6 (osd.6) 37 : cluster 3 failed to encode map e132 with expected crc 2023-12-09T02:58:55.024 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:54 smithi023 bash[64415]: cluster 2023-12-09T02:58:53.430456+0000 mgr.y (mgr.25456) 288 : cluster 0 pgmap v175: 161 pgs: 21 active+undersized+degraded, 38 active+undersized, 102 active+clean; 585 KiB data, 209 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2023-12-09T02:58:55.024 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:54 smithi023 bash[64415]: cluster 2023-12-09T02:58:53.705085+0000 mon.a (mon.0) 448 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-09T02:58:55.024 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:54 smithi023 bash[64415]: cluster 2023-12-09T02:58:53.714430+0000 mon.a (mon.0) 449 : cluster 1 osd.5 [v2:172.21.15.172:6808/3210061222,v1:172.21.15.172:6809/3210061222] boot 2023-12-09T02:58:55.024 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:54 smithi023 bash[64415]: cluster 2023-12-09T02:58:53.714571+0000 mon.a (mon.0) 450 : cluster 0 osdmap e133: 8 total, 8 up, 8 in 2023-12-09T02:58:55.024 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:54 smithi023 bash[64415]: audit 2023-12-09T02:58:53.716799+0000 mon.a (mon.0) 451 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-09T02:58:55.025 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:54 smithi023 bash[64415]: cluster 2023-12-09T02:58:53.726709+0000 osd.6 (osd.6) 38 : cluster 3 failed to encode map e133 with expected crc 2023-12-09T02:58:55.025 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:54 smithi023 bash[64415]: cluster 2023-12-09T02:58:53.728746+0000 osd.6 (osd.6) 39 : cluster 3 failed to encode map e133 with expected crc 2023-12-09T02:58:55.025 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:54 smithi023 bash[64415]: cluster 2023-12-09T02:58:53.730939+0000 osd.6 (osd.6) 40 : cluster 3 failed to encode map e133 with expected crc 2023-12-09T02:58:55.025 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:54 smithi023 bash[64415]: cluster 2023-12-09T02:58:53.733465+0000 osd.6 (osd.6) 41 : cluster 3 failed to encode map e133 with expected crc 2023-12-09T02:58:55.025 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:54 smithi023 bash[65805]: cluster 2023-12-09T02:58:53.169460+0000 osd.7 (osd.7) 36 : cluster 3 failed to encode map e132 with expected crc 2023-12-09T02:58:55.025 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:54 smithi023 bash[65805]: cluster 2023-12-09T02:58:53.172232+0000 osd.7 (osd.7) 37 : cluster 3 failed to encode map e132 with expected crc 2023-12-09T02:58:55.025 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:54 smithi023 bash[65805]: cluster 2023-12-09T02:58:53.174183+0000 osd.7 (osd.7) 38 : cluster 3 failed to encode map e132 with expected crc 2023-12-09T02:58:55.026 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:54 smithi023 bash[65805]: cluster 2023-12-09T02:58:53.417766+0000 osd.6 (osd.6) 37 : cluster 3 failed to encode map e132 with expected crc 2023-12-09T02:58:55.026 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:54 smithi023 bash[65805]: cluster 2023-12-09T02:58:53.430456+0000 mgr.y (mgr.25456) 288 : cluster 0 pgmap v175: 161 pgs: 21 active+undersized+degraded, 38 active+undersized, 102 active+clean; 585 KiB data, 209 MiB used, 715 GiB / 715 GiB avail; 79/726 objects degraded (10.882%) 2023-12-09T02:58:55.026 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:54 smithi023 bash[65805]: cluster 2023-12-09T02:58:53.705085+0000 mon.a (mon.0) 448 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-09T02:58:55.026 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:54 smithi023 bash[65805]: cluster 2023-12-09T02:58:53.714430+0000 mon.a (mon.0) 449 : cluster 1 osd.5 [v2:172.21.15.172:6808/3210061222,v1:172.21.15.172:6809/3210061222] boot 2023-12-09T02:58:55.026 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:54 smithi023 bash[65805]: cluster 2023-12-09T02:58:53.714571+0000 mon.a (mon.0) 450 : cluster 0 osdmap e133: 8 total, 8 up, 8 in 2023-12-09T02:58:55.026 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:54 smithi023 bash[65805]: audit 2023-12-09T02:58:53.716799+0000 mon.a (mon.0) 451 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-09T02:58:55.026 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:54 smithi023 bash[65805]: cluster 2023-12-09T02:58:53.726709+0000 osd.6 (osd.6) 38 : cluster 3 failed to encode map e133 with expected crc 2023-12-09T02:58:55.027 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:54 smithi023 bash[65805]: cluster 2023-12-09T02:58:53.728746+0000 osd.6 (osd.6) 39 : cluster 3 failed to encode map e133 with expected crc 2023-12-09T02:58:55.027 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:54 smithi023 bash[65805]: cluster 2023-12-09T02:58:53.730939+0000 osd.6 (osd.6) 40 : cluster 3 failed to encode map e133 with expected crc 2023-12-09T02:58:55.027 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:54 smithi023 bash[65805]: cluster 2023-12-09T02:58:53.733465+0000 osd.6 (osd.6) 41 : cluster 3 failed to encode map e133 with expected crc 2023-12-09T02:58:55.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:55 smithi172 bash[51856]: cluster 2023-12-09T02:58:53.724303+0000 osd.7 (osd.7) 39 : cluster 3 failed to encode map e133 with expected crc 2023-12-09T02:58:55.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:55 smithi172 bash[51856]: cluster 2023-12-09T02:58:54.717974+0000 mon.a (mon.0) 452 : cluster 0 osdmap e134: 8 total, 8 up, 8 in 2023-12-09T02:58:55.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:55 smithi172 bash[51856]: cluster 2023-12-09T02:58:54.729560+0000 osd.6 (osd.6) 42 : cluster 3 failed to encode map e134 with expected crc 2023-12-09T02:58:55.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:55 smithi172 bash[51856]: cluster 2023-12-09T02:58:54.734826+0000 osd.6 (osd.6) 43 : cluster 3 failed to encode map e134 with expected crc 2023-12-09T02:58:55.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:55 smithi172 bash[51856]: cluster 2023-12-09T02:58:55.397902+0000 mon.a (mon.0) 453 : cluster 3 Health check update: Degraded data redundancy: 79/726 objects degraded (10.882%), 21 pgs degraded (PG_DEGRADED) 2023-12-09T02:58:56.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:55 smithi023 bash[64415]: cluster 2023-12-09T02:58:53.724303+0000 osd.7 (osd.7) 39 : cluster 3 failed to encode map e133 with expected crc 2023-12-09T02:58:56.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:55 smithi023 bash[64415]: cluster 2023-12-09T02:58:54.717974+0000 mon.a (mon.0) 452 : cluster 0 osdmap e134: 8 total, 8 up, 8 in 2023-12-09T02:58:56.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:55 smithi023 bash[64415]: cluster 2023-12-09T02:58:54.729560+0000 osd.6 (osd.6) 42 : cluster 3 failed to encode map e134 with expected crc 2023-12-09T02:58:56.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:55 smithi023 bash[64415]: cluster 2023-12-09T02:58:54.734826+0000 osd.6 (osd.6) 43 : cluster 3 failed to encode map e134 with expected crc 2023-12-09T02:58:56.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:55 smithi023 bash[64415]: cluster 2023-12-09T02:58:55.397902+0000 mon.a (mon.0) 453 : cluster 3 Health check update: Degraded data redundancy: 79/726 objects degraded (10.882%), 21 pgs degraded (PG_DEGRADED) 2023-12-09T02:58:56.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:55 smithi023 bash[65805]: cluster 2023-12-09T02:58:53.724303+0000 osd.7 (osd.7) 39 : cluster 3 failed to encode map e133 with expected crc 2023-12-09T02:58:56.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:55 smithi023 bash[65805]: cluster 2023-12-09T02:58:54.717974+0000 mon.a (mon.0) 452 : cluster 0 osdmap e134: 8 total, 8 up, 8 in 2023-12-09T02:58:56.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:55 smithi023 bash[65805]: cluster 2023-12-09T02:58:54.729560+0000 osd.6 (osd.6) 42 : cluster 3 failed to encode map e134 with expected crc 2023-12-09T02:58:56.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:55 smithi023 bash[65805]: cluster 2023-12-09T02:58:54.734826+0000 osd.6 (osd.6) 43 : cluster 3 failed to encode map e134 with expected crc 2023-12-09T02:58:56.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:55 smithi023 bash[65805]: cluster 2023-12-09T02:58:55.397902+0000 mon.a (mon.0) 453 : cluster 3 Health check update: Degraded data redundancy: 79/726 objects degraded (10.882%), 21 pgs degraded (PG_DEGRADED) 2023-12-09T02:58:56.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:56 smithi023 bash[64415]: cluster 2023-12-09T02:58:54.723378+0000 osd.7 (osd.7) 40 : cluster 3 failed to encode map e134 with expected crc 2023-12-09T02:58:56.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:56 smithi023 bash[64415]: cluster 2023-12-09T02:58:54.728145+0000 osd.7 (osd.7) 41 : cluster 3 failed to encode map e134 with expected crc 2023-12-09T02:58:56.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:56 smithi023 bash[64415]: cluster 2023-12-09T02:58:54.736749+0000 osd.7 (osd.7) 42 : cluster 3 failed to encode map e134 with expected crc 2023-12-09T02:58:56.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:56 smithi023 bash[64415]: cluster 2023-12-09T02:58:54.743526+0000 osd.7 (osd.7) 43 : cluster 3 failed to encode map e134 with expected crc 2023-12-09T02:58:56.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:56 smithi023 bash[64415]: cluster 2023-12-09T02:58:55.432158+0000 mgr.y (mgr.25456) 289 : cluster 0 pgmap v178: 161 pgs: 12 peering, 12 active+undersized+degraded, 19 active+undersized, 118 active+clean; 585 KiB data, 209 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s; 47/726 objects degraded (6.474%) 2023-12-09T02:58:56.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:56 smithi023 bash[64415]: audit 2023-12-09T02:58:55.709312+0000 mon.a (mon.0) 454 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:56.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:56 smithi023 bash[65805]: cluster 2023-12-09T02:58:54.723378+0000 osd.7 (osd.7) 40 : cluster 3 failed to encode map e134 with expected crc 2023-12-09T02:58:56.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:56 smithi023 bash[65805]: cluster 2023-12-09T02:58:54.728145+0000 osd.7 (osd.7) 41 : cluster 3 failed to encode map e134 with expected crc 2023-12-09T02:58:56.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:56 smithi023 bash[65805]: cluster 2023-12-09T02:58:54.736749+0000 osd.7 (osd.7) 42 : cluster 3 failed to encode map e134 with expected crc 2023-12-09T02:58:56.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:56 smithi023 bash[65805]: cluster 2023-12-09T02:58:54.743526+0000 osd.7 (osd.7) 43 : cluster 3 failed to encode map e134 with expected crc 2023-12-09T02:58:56.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:56 smithi023 bash[65805]: cluster 2023-12-09T02:58:55.432158+0000 mgr.y (mgr.25456) 289 : cluster 0 pgmap v178: 161 pgs: 12 peering, 12 active+undersized+degraded, 19 active+undersized, 118 active+clean; 585 KiB data, 209 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s; 47/726 objects degraded (6.474%) 2023-12-09T02:58:56.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:56 smithi023 bash[65805]: audit 2023-12-09T02:58:55.709312+0000 mon.a (mon.0) 454 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:56.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:56 smithi172 bash[51856]: cluster 2023-12-09T02:58:54.723378+0000 osd.7 (osd.7) 40 : cluster 3 failed to encode map e134 with expected crc 2023-12-09T02:58:56.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:56 smithi172 bash[51856]: cluster 2023-12-09T02:58:54.728145+0000 osd.7 (osd.7) 41 : cluster 3 failed to encode map e134 with expected crc 2023-12-09T02:58:56.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:56 smithi172 bash[51856]: cluster 2023-12-09T02:58:54.736749+0000 osd.7 (osd.7) 42 : cluster 3 failed to encode map e134 with expected crc 2023-12-09T02:58:56.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:56 smithi172 bash[51856]: cluster 2023-12-09T02:58:54.743526+0000 osd.7 (osd.7) 43 : cluster 3 failed to encode map e134 with expected crc 2023-12-09T02:58:56.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:56 smithi172 bash[51856]: cluster 2023-12-09T02:58:55.432158+0000 mgr.y (mgr.25456) 289 : cluster 0 pgmap v178: 161 pgs: 12 peering, 12 active+undersized+degraded, 19 active+undersized, 118 active+clean; 585 KiB data, 209 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s; 47/726 objects degraded (6.474%) 2023-12-09T02:58:56.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:56 smithi172 bash[51856]: audit 2023-12-09T02:58:55.709312+0000 mon.a (mon.0) 454 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:58:57.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:57 smithi172 bash[51856]: audit 2023-12-09T02:58:56.506091+0000 mgr.y (mgr.25456) 290 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:58:58.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:57 smithi023 bash[64415]: audit 2023-12-09T02:58:56.506091+0000 mgr.y (mgr.25456) 290 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:58:58.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:57 smithi023 bash[65805]: audit 2023-12-09T02:58:56.506091+0000 mgr.y (mgr.25456) 290 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:58:58.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:58 smithi172 bash[51856]: cluster 2023-12-09T02:58:57.433397+0000 mgr.y (mgr.25456) 291 : cluster 0 pgmap v179: 161 pgs: 12 peering, 8 active+undersized+degraded, 13 active+undersized, 128 active+clean; 585 KiB data, 210 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 35/726 objects degraded (4.821%) 2023-12-09T02:58:59.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:58 smithi023 bash[64415]: cluster 2023-12-09T02:58:57.433397+0000 mgr.y (mgr.25456) 291 : cluster 0 pgmap v179: 161 pgs: 12 peering, 8 active+undersized+degraded, 13 active+undersized, 128 active+clean; 585 KiB data, 210 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 35/726 objects degraded (4.821%) 2023-12-09T02:58:59.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:58 smithi023 bash[65805]: cluster 2023-12-09T02:58:57.433397+0000 mgr.y (mgr.25456) 291 : cluster 0 pgmap v179: 161 pgs: 12 peering, 8 active+undersized+degraded, 13 active+undersized, 128 active+clean; 585 KiB data, 210 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 35/726 objects degraded (4.821%) 2023-12-09T02:58:59.351 INFO:teuthology.orchestra.run.smithi023.stdout:true 2023-12-09T02:58:59.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:59 smithi172 bash[51856]: cluster 2023-12-09T02:58:59.709473+0000 mon.a (mon.0) 455 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 35/726 objects degraded (4.821%), 8 pgs degraded) 2023-12-09T02:58:59.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:58:59 smithi172 bash[51856]: cluster 2023-12-09T02:58:59.709524+0000 mon.a (mon.0) 456 : cluster 1 Cluster is now healthy 2023-12-09T02:59:00.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:59 smithi023 bash[64415]: cluster 2023-12-09T02:58:59.709473+0000 mon.a (mon.0) 455 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 35/726 objects degraded (4.821%), 8 pgs degraded) 2023-12-09T02:59:00.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:58:59 smithi023 bash[64415]: cluster 2023-12-09T02:58:59.709524+0000 mon.a (mon.0) 456 : cluster 1 Cluster is now healthy 2023-12-09T02:59:00.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:59 smithi023 bash[65805]: cluster 2023-12-09T02:58:59.709473+0000 mon.a (mon.0) 455 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 35/726 objects degraded (4.821%), 8 pgs degraded) 2023-12-09T02:59:00.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:58:59 smithi023 bash[65805]: cluster 2023-12-09T02:58:59.709524+0000 mon.a (mon.0) 456 : cluster 1 Cluster is now healthy 2023-12-09T02:59:00.131 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-09T02:59:00.132 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7m) 65s ago 14m 16.0M - 0.23.0 ba2b418f427c 3b4091a6361f 2023-12-09T02:59:00.132 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi172 *:3000 running (6m) 8s ago 14m 44.3M - 8.3.5 dad864ee21e9 b146a6fad367 2023-12-09T02:59:00.132 INFO:teuthology.orchestra.run.smithi023.stdout:iscsi.foo.smithi023.vcvunr smithi023 running (5m) 65s ago 12m 46.8M - 3.5 e1d6a67b021e cab96a54a200 2023-12-09T02:59:00.132 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi172 *:8443,9283,8765 running (5m) 8s ago 20m 435M - 19.0.0-44-g9dcc13bb f28f2b94f153 997a6e266d78 2023-12-09T02:59:00.132 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:8443,9283,8765 running (6m) 65s ago 22m 493M - 19.0.0-44-g9dcc13bb f28f2b94f153 f635daf405b8 2023-12-09T02:59:00.132 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5m) 65s ago 22m 52.8M 2048M 19.0.0-44-g9dcc13bb f28f2b94f153 aa99792ae0fd 2023-12-09T02:59:00.132 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi172 running (4m) 8s ago 20m 42.8M 2048M 19.0.0-44-g9dcc13bb f28f2b94f153 aa13b48f02bc 2023-12-09T02:59:00.132 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (4m) 65s ago 20m 44.5M 2048M 19.0.0-44-g9dcc13bb f28f2b94f153 6eb3e7afe9c1 2023-12-09T02:59:00.132 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (7m) 65s ago 14m 12.3M - 1.3.1 1dbe0e931976 11aaca649943 2023-12-09T02:59:00.132 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi172 *:9100 running (6m) 8s ago 14m 11.8M - 1.3.1 1dbe0e931976 7938141dc8d6 2023-12-09T02:59:00.132 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (2m) 65s ago 19m 52.7M 2781M 19.0.0-44-g9dcc13bb f28f2b94f153 5a768836da38 2023-12-09T02:59:00.132 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2m) 65s ago 19m 51.7M 2781M 19.0.0-44-g9dcc13bb f28f2b94f153 1ce77f0aaf3e 2023-12-09T02:59:00.133 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (100s) 65s ago 18m 47.5M 2781M 19.0.0-44-g9dcc13bb f28f2b94f153 4b8ac3729448 2023-12-09T02:59:00.133 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (70s) 65s ago 18m - 2781M 19.0.0-44-g9dcc13bb f28f2b94f153 a75e9030f217 2023-12-09T02:59:00.133 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi172 running (40s) 8s ago 17m 51.1M 3037M 19.0.0-44-g9dcc13bb f28f2b94f153 262923821e93 2023-12-09T02:59:00.133 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi172 running (12s) 8s ago 16m - 3037M 19.0.0-44-g9dcc13bb f28f2b94f153 dbd40c32da47 2023-12-09T02:59:00.133 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi172 running (16m) 8s ago 16m 64.8M 3037M 17.2.0 e1d6a67b021e a1dc1e893a48 2023-12-09T02:59:00.133 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi172 running (15m) 8s ago 15m 68.0M 3037M 17.2.0 e1d6a67b021e f5bf1afe0d7c 2023-12-09T02:59:00.133 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi172 *:9095 running (5m) 8s ago 14m 64.0M - 2.33.4 514e6a882f6e 506724a1b8e0 2023-12-09T02:59:00.133 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.foo.smithi023.mllipj smithi023 *:8000 running (12m) 65s ago 12m 89.2M - 17.2.0 e1d6a67b021e 110d5ba1c152 2023-12-09T02:59:00.133 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.foo.smithi172.aqpemq smithi172 *:8000 running (12m) 8s ago 12m 89.7M - 17.2.0 e1d6a67b021e c9a58e322a85 2023-12-09T02:59:00.133 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.smpl.smithi023.ikvhaq smithi023 *:80 running (12m) 65s ago 12m 89.5M - 17.2.0 e1d6a67b021e 9fb31f23b01c 2023-12-09T02:59:00.133 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.smpl.smithi172.ysxvfy smithi172 *:80 running (12m) 8s ago 12m 89.6M - 17.2.0 e1d6a67b021e 3c13f0c0b020 2023-12-09T02:59:00.586 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2023-12-09T02:59:00.586 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2023-12-09T02:59:00.586 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 3 2023-12-09T02:59:00.586 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:59:00.586 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2023-12-09T02:59:00.586 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 2 2023-12-09T02:59:00.586 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:59:00.586 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2023-12-09T02:59:00.586 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2, 2023-12-09T02:59:00.586 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 6 2023-12-09T02:59:00.587 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:59:00.587 INFO:teuthology.orchestra.run.smithi023.stdout: "rgw": { 2023-12-09T02:59:00.587 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-09T02:59:00.587 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:59:00.587 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2023-12-09T02:59:00.587 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 6, 2023-12-09T02:59:00.587 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 11 2023-12-09T02:59:00.587 INFO:teuthology.orchestra.run.smithi023.stdout: } 2023-12-09T02:59:00.587 INFO:teuthology.orchestra.run.smithi023.stdout:} 2023-12-09T02:59:00.982 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2023-12-09T02:59:00.982 INFO:teuthology.orchestra.run.smithi023.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882", 2023-12-09T02:59:00.982 INFO:teuthology.orchestra.run.smithi023.stdout: "in_progress": true, 2023-12-09T02:59:00.982 INFO:teuthology.orchestra.run.smithi023.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-09T02:59:00.982 INFO:teuthology.orchestra.run.smithi023.stdout: "services_complete": [ 2023-12-09T02:59:00.982 INFO:teuthology.orchestra.run.smithi023.stdout: "mon", 2023-12-09T02:59:00.982 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr" 2023-12-09T02:59:00.982 INFO:teuthology.orchestra.run.smithi023.stdout: ], 2023-12-09T02:59:00.983 INFO:teuthology.orchestra.run.smithi023.stdout: "progress": "11/23 daemons upgraded", 2023-12-09T02:59:00.983 INFO:teuthology.orchestra.run.smithi023.stdout: "message": "Currently upgrading osd daemons", 2023-12-09T02:59:00.983 INFO:teuthology.orchestra.run.smithi023.stdout: "is_paused": false 2023-12-09T02:59:00.983 INFO:teuthology.orchestra.run.smithi023.stdout:} 2023-12-09T02:59:01.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:00 smithi172 bash[51856]: audit 2023-12-09T02:58:59.326394+0000 mgr.y (mgr.25456) 292 : audit 0 from='client.34497 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:59:01.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:00 smithi172 bash[51856]: cluster 2023-12-09T02:58:59.434432+0000 mgr.y (mgr.25456) 293 : cluster 0 pgmap v180: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 210 MiB used, 715 GiB / 715 GiB avail; 454 B/s rd, 0 op/s 2023-12-09T02:59:01.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:00 smithi172 bash[51856]: audit 2023-12-09T02:58:59.718052+0000 mgr.y (mgr.25456) 294 : audit 0 from='client.44428 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:59:01.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:00 smithi172 bash[51856]: audit 2023-12-09T02:59:00.577087+0000 mon.c (mon.1) 11 : audit 0 from='client.? 172.21.15.23:0/1198279497' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:59:01.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:00 smithi023 bash[65805]: audit 2023-12-09T02:58:59.326394+0000 mgr.y (mgr.25456) 292 : audit 0 from='client.34497 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:59:01.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:00 smithi023 bash[65805]: cluster 2023-12-09T02:58:59.434432+0000 mgr.y (mgr.25456) 293 : cluster 0 pgmap v180: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 210 MiB used, 715 GiB / 715 GiB avail; 454 B/s rd, 0 op/s 2023-12-09T02:59:01.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:00 smithi023 bash[65805]: audit 2023-12-09T02:58:59.718052+0000 mgr.y (mgr.25456) 294 : audit 0 from='client.44428 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:59:01.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:00 smithi023 bash[65805]: audit 2023-12-09T02:59:00.577087+0000 mon.c (mon.1) 11 : audit 0 from='client.? 172.21.15.23:0/1198279497' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:59:01.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:00 smithi023 bash[64415]: audit 2023-12-09T02:58:59.326394+0000 mgr.y (mgr.25456) 292 : audit 0 from='client.34497 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:59:01.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:00 smithi023 bash[64415]: cluster 2023-12-09T02:58:59.434432+0000 mgr.y (mgr.25456) 293 : cluster 0 pgmap v180: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 210 MiB used, 715 GiB / 715 GiB avail; 454 B/s rd, 0 op/s 2023-12-09T02:59:01.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:00 smithi023 bash[64415]: audit 2023-12-09T02:58:59.718052+0000 mgr.y (mgr.25456) 294 : audit 0 from='client.44428 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:59:01.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:00 smithi023 bash[64415]: audit 2023-12-09T02:59:00.577087+0000 mon.c (mon.1) 11 : audit 0 from='client.? 172.21.15.23:0/1198279497' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:59:01.432 INFO:teuthology.orchestra.run.smithi023.stdout:HEALTH_OK 2023-12-09T02:59:01.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:01 smithi172 bash[51856]: audit 2023-12-09T02:59:00.098543+0000 mgr.y (mgr.25456) 295 : audit 0 from='client.44434 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:59:01.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:01 smithi172 bash[51856]: audit 2023-12-09T02:59:01.423427+0000 mon.a (mon.0) 457 : audit 0 from='client.? 172.21.15.23:0/1729541026' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:59:02.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:01 smithi023 bash[65805]: audit 2023-12-09T02:59:00.098543+0000 mgr.y (mgr.25456) 295 : audit 0 from='client.44434 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:59:02.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:01 smithi023 bash[65805]: audit 2023-12-09T02:59:01.423427+0000 mon.a (mon.0) 457 : audit 0 from='client.? 172.21.15.23:0/1729541026' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:59:02.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:01 smithi023 bash[64415]: audit 2023-12-09T02:59:00.098543+0000 mgr.y (mgr.25456) 295 : audit 0 from='client.44434 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:59:02.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:01 smithi023 bash[64415]: audit 2023-12-09T02:59:01.423427+0000 mon.a (mon.0) 457 : audit 0 from='client.? 172.21.15.23:0/1729541026' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:59:02.773 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:59:02 smithi023 bash[61239]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:59:02] "GET /metrics HTTP/1.1" 200 38415 "" "Prometheus/2.33.4" 2023-12-09T02:59:03.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:02 smithi172 bash[51856]: audit 2023-12-09T02:59:00.972439+0000 mgr.y (mgr.25456) 296 : audit 0 from='client.44446 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:59:03.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:02 smithi172 bash[51856]: cluster 2023-12-09T02:59:01.435955+0000 mgr.y (mgr.25456) 297 : cluster 0 pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 210 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-09T02:59:03.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:02 smithi172 bash[51856]: audit 2023-12-09T02:59:02.415776+0000 mon.a (mon.0) 458 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:03.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:02 smithi172 bash[51856]: audit 2023-12-09T02:59:02.428151+0000 mon.a (mon.0) 459 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:03.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:02 smithi172 bash[51856]: audit 2023-12-09T02:59:02.430182+0000 mon.a (mon.0) 460 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:59:03.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:02 smithi172 bash[51856]: audit 2023-12-09T02:59:02.431516+0000 mon.a (mon.0) 461 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:59:03.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:02 smithi172 bash[51856]: audit 2023-12-09T02:59:02.439213+0000 mon.a (mon.0) 462 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:03.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:02 smithi172 bash[51856]: audit 2023-12-09T02:59:02.525170+0000 mon.a (mon.0) 463 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:59:03.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:02 smithi172 bash[51856]: audit 2023-12-09T02:59:02.528633+0000 mon.a (mon.0) 464 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:59:03.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:02 smithi172 bash[51856]: audit 2023-12-09T02:59:02.531560+0000 mon.a (mon.0) 465 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:59:03.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:02 smithi172 bash[51856]: audit 2023-12-09T02:59:02.533671+0000 mon.a (mon.0) 466 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:59:03.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:02 smithi172 bash[51856]: audit 2023-12-09T02:59:02.536326+0000 mon.a (mon.0) 467 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-09T02:59:03.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:02 smithi023 bash[65805]: audit 2023-12-09T02:59:00.972439+0000 mgr.y (mgr.25456) 296 : audit 0 from='client.44446 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:59:03.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:02 smithi023 bash[65805]: cluster 2023-12-09T02:59:01.435955+0000 mgr.y (mgr.25456) 297 : cluster 0 pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 210 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-09T02:59:03.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:02 smithi023 bash[65805]: audit 2023-12-09T02:59:02.415776+0000 mon.a (mon.0) 458 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:03.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:02 smithi023 bash[65805]: audit 2023-12-09T02:59:02.428151+0000 mon.a (mon.0) 459 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:03.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:02 smithi023 bash[65805]: audit 2023-12-09T02:59:02.430182+0000 mon.a (mon.0) 460 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:59:03.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:02 smithi023 bash[65805]: audit 2023-12-09T02:59:02.431516+0000 mon.a (mon.0) 461 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:59:03.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:02 smithi023 bash[65805]: audit 2023-12-09T02:59:02.439213+0000 mon.a (mon.0) 462 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:03.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:02 smithi023 bash[65805]: audit 2023-12-09T02:59:02.525170+0000 mon.a (mon.0) 463 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:59:03.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:02 smithi023 bash[65805]: audit 2023-12-09T02:59:02.528633+0000 mon.a (mon.0) 464 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:59:03.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:02 smithi023 bash[65805]: audit 2023-12-09T02:59:02.531560+0000 mon.a (mon.0) 465 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:59:03.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:02 smithi023 bash[65805]: audit 2023-12-09T02:59:02.533671+0000 mon.a (mon.0) 466 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:59:03.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:02 smithi023 bash[65805]: audit 2023-12-09T02:59:02.536326+0000 mon.a (mon.0) 467 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-09T02:59:03.274 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:02 smithi023 bash[64415]: audit 2023-12-09T02:59:00.972439+0000 mgr.y (mgr.25456) 296 : audit 0 from='client.44446 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:59:03.274 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:02 smithi023 bash[64415]: cluster 2023-12-09T02:59:01.435955+0000 mgr.y (mgr.25456) 297 : cluster 0 pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 210 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-09T02:59:03.274 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:02 smithi023 bash[64415]: audit 2023-12-09T02:59:02.415776+0000 mon.a (mon.0) 458 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:03.274 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:02 smithi023 bash[64415]: audit 2023-12-09T02:59:02.428151+0000 mon.a (mon.0) 459 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:03.274 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:02 smithi023 bash[64415]: audit 2023-12-09T02:59:02.430182+0000 mon.a (mon.0) 460 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:59:03.274 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:02 smithi023 bash[64415]: audit 2023-12-09T02:59:02.431516+0000 mon.a (mon.0) 461 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:59:03.275 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:02 smithi023 bash[64415]: audit 2023-12-09T02:59:02.439213+0000 mon.a (mon.0) 462 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:03.275 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:02 smithi023 bash[64415]: audit 2023-12-09T02:59:02.525170+0000 mon.a (mon.0) 463 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:59:03.275 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:02 smithi023 bash[64415]: audit 2023-12-09T02:59:02.528633+0000 mon.a (mon.0) 464 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:59:03.275 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:02 smithi023 bash[64415]: audit 2023-12-09T02:59:02.531560+0000 mon.a (mon.0) 465 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:59:03.275 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:02 smithi023 bash[64415]: audit 2023-12-09T02:59:02.533671+0000 mon.a (mon.0) 466 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:59:03.275 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:02 smithi023 bash[64415]: audit 2023-12-09T02:59:02.536326+0000 mon.a (mon.0) 467 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-09T02:59:04.165 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:03 smithi172 bash[51856]: audit 2023-12-09T02:59:02.536728+0000 mgr.y (mgr.25456) 298 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-09T02:59:04.166 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:03 smithi172 bash[51856]: cephadm 2023-12-09T02:59:02.538706+0000 mgr.y (mgr.25456) 299 : cephadm 1 Upgrade: osd.6 is safe to restart 2023-12-09T02:59:04.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:03 smithi023 bash[65805]: audit 2023-12-09T02:59:02.536728+0000 mgr.y (mgr.25456) 298 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-09T02:59:04.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:03 smithi023 bash[65805]: cephadm 2023-12-09T02:59:02.538706+0000 mgr.y (mgr.25456) 299 : cephadm 1 Upgrade: osd.6 is safe to restart 2023-12-09T02:59:04.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:03 smithi023 bash[64415]: audit 2023-12-09T02:59:02.536728+0000 mgr.y (mgr.25456) 298 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-12-09T02:59:04.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:03 smithi023 bash[64415]: cephadm 2023-12-09T02:59:02.538706+0000 mgr.y (mgr.25456) 299 : cephadm 1 Upgrade: osd.6 is safe to restart 2023-12-09T02:59:05.158 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:04 smithi172 bash[51856]: cluster 2023-12-09T02:59:03.436853+0000 mgr.y (mgr.25456) 300 : cluster 0 pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 210 MiB used, 715 GiB / 715 GiB avail; 842 B/s rd, 0 op/s 2023-12-09T02:59:05.158 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:04 smithi172 bash[51856]: audit 2023-12-09T02:59:04.719256+0000 mon.a (mon.0) 468 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:05.158 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:04 smithi172 bash[51856]: audit 2023-12-09T02:59:04.725032+0000 mon.a (mon.0) 469 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-09T02:59:05.159 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:04 smithi172 bash[51856]: audit 2023-12-09T02:59:04.726243+0000 mon.a (mon.0) 470 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:59:05.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:04 smithi023 bash[65805]: cluster 2023-12-09T02:59:03.436853+0000 mgr.y (mgr.25456) 300 : cluster 0 pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 210 MiB used, 715 GiB / 715 GiB avail; 842 B/s rd, 0 op/s 2023-12-09T02:59:05.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:04 smithi023 bash[65805]: audit 2023-12-09T02:59:04.719256+0000 mon.a (mon.0) 468 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:05.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:04 smithi023 bash[65805]: audit 2023-12-09T02:59:04.725032+0000 mon.a (mon.0) 469 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-09T02:59:05.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:04 smithi023 bash[65805]: audit 2023-12-09T02:59:04.726243+0000 mon.a (mon.0) 470 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:59:05.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:04 smithi023 bash[64415]: cluster 2023-12-09T02:59:03.436853+0000 mgr.y (mgr.25456) 300 : cluster 0 pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 210 MiB used, 715 GiB / 715 GiB avail; 842 B/s rd, 0 op/s 2023-12-09T02:59:05.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:04 smithi023 bash[64415]: audit 2023-12-09T02:59:04.719256+0000 mon.a (mon.0) 468 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:05.274 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:04 smithi023 bash[64415]: audit 2023-12-09T02:59:04.725032+0000 mon.a (mon.0) 469 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-09T02:59:05.274 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:04 smithi023 bash[64415]: audit 2023-12-09T02:59:04.726243+0000 mon.a (mon.0) 470 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:59:06.099 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:05 smithi172 bash[51856]: cephadm 2023-12-09T02:59:04.708728+0000 mgr.y (mgr.25456) 301 : cephadm 1 Upgrade: Updating osd.6 2023-12-09T02:59:06.099 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:05 smithi172 bash[51856]: cephadm 2023-12-09T02:59:04.731542+0000 mgr.y (mgr.25456) 302 : cephadm 1 Deploying daemon osd.6 on smithi172 2023-12-09T02:59:06.099 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:05 smithi172 bash[51856]: audit 2023-12-09T02:59:05.387753+0000 mon.a (mon.0) 471 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:06.099 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:05 smithi172 bash[51856]: audit 2023-12-09T02:59:05.390187+0000 mon.a (mon.0) 472 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:59:06.099 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:05 smithi172 bash[51856]: audit 2023-12-09T02:59:05.734779+0000 mon.a (mon.0) 473 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:06.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:05 smithi023 bash[65805]: cephadm 2023-12-09T02:59:04.708728+0000 mgr.y (mgr.25456) 301 : cephadm 1 Upgrade: Updating osd.6 2023-12-09T02:59:06.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:05 smithi023 bash[65805]: cephadm 2023-12-09T02:59:04.731542+0000 mgr.y (mgr.25456) 302 : cephadm 1 Deploying daemon osd.6 on smithi172 2023-12-09T02:59:06.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:05 smithi023 bash[65805]: audit 2023-12-09T02:59:05.387753+0000 mon.a (mon.0) 471 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:06.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:05 smithi023 bash[65805]: audit 2023-12-09T02:59:05.390187+0000 mon.a (mon.0) 472 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:59:06.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:05 smithi023 bash[65805]: audit 2023-12-09T02:59:05.734779+0000 mon.a (mon.0) 473 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:06.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:05 smithi023 bash[64415]: cephadm 2023-12-09T02:59:04.708728+0000 mgr.y (mgr.25456) 301 : cephadm 1 Upgrade: Updating osd.6 2023-12-09T02:59:06.274 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:05 smithi023 bash[64415]: cephadm 2023-12-09T02:59:04.731542+0000 mgr.y (mgr.25456) 302 : cephadm 1 Deploying daemon osd.6 on smithi172 2023-12-09T02:59:06.274 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:05 smithi023 bash[64415]: audit 2023-12-09T02:59:05.387753+0000 mon.a (mon.0) 471 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:06.274 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:05 smithi023 bash[64415]: audit 2023-12-09T02:59:05.390187+0000 mon.a (mon.0) 472 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:59:06.274 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:05 smithi023 bash[64415]: audit 2023-12-09T02:59:05.734779+0000 mon.a (mon.0) 473 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:07.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:06 smithi172 bash[51856]: cluster 2023-12-09T02:59:05.438139+0000 mgr.y (mgr.25456) 303 : cluster 0 pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 210 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:59:07.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:06 smithi023 bash[64415]: cluster 2023-12-09T02:59:05.438139+0000 mgr.y (mgr.25456) 303 : cluster 0 pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 210 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:59:07.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:06 smithi023 bash[65805]: cluster 2023-12-09T02:59:05.438139+0000 mgr.y (mgr.25456) 303 : cluster 0 pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 210 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:59:08.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:07 smithi172 bash[51856]: audit 2023-12-09T02:59:06.516327+0000 mgr.y (mgr.25456) 304 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:59:08.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:07 smithi023 bash[64415]: audit 2023-12-09T02:59:06.516327+0000 mgr.y (mgr.25456) 304 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:59:08.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:07 smithi023 bash[65805]: audit 2023-12-09T02:59:06.516327+0000 mgr.y (mgr.25456) 304 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:59:09.212 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:08 smithi172 bash[51856]: cluster 2023-12-09T02:59:07.439145+0000 mgr.y (mgr.25456) 305 : cluster 0 pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 210 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:59:09.212 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 02:59:09 smithi172 systemd[1]: Stopping Ceph osd.6 for 9eab968a-963b-11ee-95a3-87774f69a715... 2023-12-09T02:59:09.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:08 smithi023 bash[64415]: cluster 2023-12-09T02:59:07.439145+0000 mgr.y (mgr.25456) 305 : cluster 0 pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 210 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:59:09.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:08 smithi023 bash[65805]: cluster 2023-12-09T02:59:07.439145+0000 mgr.y (mgr.25456) 305 : cluster 0 pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 210 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:59:09.497 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 02:59:09 smithi172 bash[34539]: debug 2023-12-09T02:59:09.207+0000 7f8609139700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.6 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-12-09T02:59:09.497 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 02:59:09 smithi172 bash[34539]: debug 2023-12-09T02:59:09.207+0000 7f8609139700 -1 osd.6 134 *** Got signal Terminated *** 2023-12-09T02:59:09.497 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 02:59:09 smithi172 bash[34539]: debug 2023-12-09T02:59:09.207+0000 7f8609139700 -1 osd.6 134 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-09T02:59:10.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:09 smithi172 bash[51856]: cluster 2023-12-09T02:59:09.203656+0000 mon.a (mon.0) 474 : cluster 1 osd.6 marked itself down and dead 2023-12-09T02:59:10.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:09 smithi023 bash[64415]: cluster 2023-12-09T02:59:09.203656+0000 mon.a (mon.0) 474 : cluster 1 osd.6 marked itself down and dead 2023-12-09T02:59:10.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:09 smithi023 bash[65805]: cluster 2023-12-09T02:59:09.203656+0000 mon.a (mon.0) 474 : cluster 1 osd.6 marked itself down and dead 2023-12-09T02:59:11.185 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 02:59:10 smithi172 bash[57719]: ceph-9eab968a-963b-11ee-95a3-87774f69a715-osd-6 2023-12-09T02:59:11.185 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 02:59:11 smithi172 bash[57788]: Error response from daemon: No such container: ceph-9eab968a-963b-11ee-95a3-87774f69a715-osd-6 2023-12-09T02:59:11.185 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:10 smithi172 bash[51856]: cluster 2023-12-09T02:59:09.440239+0000 mgr.y (mgr.25456) 306 : cluster 0 pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 210 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:59:11.186 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:10 smithi172 bash[51856]: cluster 2023-12-09T02:59:09.866260+0000 mon.a (mon.0) 475 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-09T02:59:11.186 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:10 smithi172 bash[51856]: cluster 2023-12-09T02:59:09.892792+0000 mon.a (mon.0) 476 : cluster 0 osdmap e135: 8 total, 7 up, 8 in 2023-12-09T02:59:11.186 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:10 smithi172 bash[51856]: cluster 2023-12-09T02:59:09.904033+0000 osd.7 (osd.7) 44 : cluster 3 failed to encode map e135 with expected crc 2023-12-09T02:59:11.186 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:10 smithi172 bash[51856]: cluster 2023-12-09T02:59:09.908504+0000 osd.7 (osd.7) 45 : cluster 3 failed to encode map e135 with expected crc 2023-12-09T02:59:11.186 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:10 smithi172 bash[51856]: cluster 2023-12-09T02:59:09.910276+0000 osd.7 (osd.7) 46 : cluster 3 failed to encode map e135 with expected crc 2023-12-09T02:59:11.186 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:10 smithi172 bash[51856]: cluster 2023-12-09T02:59:09.912066+0000 osd.7 (osd.7) 47 : cluster 3 failed to encode map e135 with expected crc 2023-12-09T02:59:11.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:10 smithi023 bash[64415]: cluster 2023-12-09T02:59:09.440239+0000 mgr.y (mgr.25456) 306 : cluster 0 pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 210 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:59:11.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:10 smithi023 bash[64415]: cluster 2023-12-09T02:59:09.866260+0000 mon.a (mon.0) 475 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-09T02:59:11.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:10 smithi023 bash[64415]: cluster 2023-12-09T02:59:09.892792+0000 mon.a (mon.0) 476 : cluster 0 osdmap e135: 8 total, 7 up, 8 in 2023-12-09T02:59:11.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:10 smithi023 bash[64415]: cluster 2023-12-09T02:59:09.904033+0000 osd.7 (osd.7) 44 : cluster 3 failed to encode map e135 with expected crc 2023-12-09T02:59:11.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:10 smithi023 bash[64415]: cluster 2023-12-09T02:59:09.908504+0000 osd.7 (osd.7) 45 : cluster 3 failed to encode map e135 with expected crc 2023-12-09T02:59:11.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:10 smithi023 bash[64415]: cluster 2023-12-09T02:59:09.910276+0000 osd.7 (osd.7) 46 : cluster 3 failed to encode map e135 with expected crc 2023-12-09T02:59:11.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:10 smithi023 bash[64415]: cluster 2023-12-09T02:59:09.912066+0000 osd.7 (osd.7) 47 : cluster 3 failed to encode map e135 with expected crc 2023-12-09T02:59:11.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:10 smithi023 bash[65805]: cluster 2023-12-09T02:59:09.440239+0000 mgr.y (mgr.25456) 306 : cluster 0 pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 210 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T02:59:11.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:10 smithi023 bash[65805]: cluster 2023-12-09T02:59:09.866260+0000 mon.a (mon.0) 475 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-09T02:59:11.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:10 smithi023 bash[65805]: cluster 2023-12-09T02:59:09.892792+0000 mon.a (mon.0) 476 : cluster 0 osdmap e135: 8 total, 7 up, 8 in 2023-12-09T02:59:11.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:10 smithi023 bash[65805]: cluster 2023-12-09T02:59:09.904033+0000 osd.7 (osd.7) 44 : cluster 3 failed to encode map e135 with expected crc 2023-12-09T02:59:11.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:10 smithi023 bash[65805]: cluster 2023-12-09T02:59:09.908504+0000 osd.7 (osd.7) 45 : cluster 3 failed to encode map e135 with expected crc 2023-12-09T02:59:11.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:10 smithi023 bash[65805]: cluster 2023-12-09T02:59:09.910276+0000 osd.7 (osd.7) 46 : cluster 3 failed to encode map e135 with expected crc 2023-12-09T02:59:11.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:10 smithi023 bash[65805]: cluster 2023-12-09T02:59:09.912066+0000 osd.7 (osd.7) 47 : cluster 3 failed to encode map e135 with expected crc 2023-12-09T02:59:12.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:11 smithi172 bash[51856]: cluster 2023-12-09T02:59:10.904081+0000 mon.a (mon.0) 477 : cluster 0 osdmap e136: 8 total, 7 up, 8 in 2023-12-09T02:59:12.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:11 smithi172 bash[51856]: cluster 2023-12-09T02:59:10.913926+0000 osd.7 (osd.7) 48 : cluster 3 failed to encode map e136 with expected crc 2023-12-09T02:59:12.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:11 smithi172 bash[51856]: cluster 2023-12-09T02:59:10.917015+0000 osd.7 (osd.7) 49 : cluster 3 failed to encode map e136 with expected crc 2023-12-09T02:59:12.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:11 smithi172 bash[51856]: cluster 2023-12-09T02:59:10.918560+0000 osd.7 (osd.7) 50 : cluster 3 failed to encode map e136 with expected crc 2023-12-09T02:59:12.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:11 smithi172 bash[51856]: cluster 2023-12-09T02:59:10.920031+0000 osd.7 (osd.7) 51 : cluster 3 failed to encode map e136 with expected crc 2023-12-09T02:59:12.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:11 smithi172 bash[51856]: cluster 2023-12-09T02:59:11.441248+0000 mgr.y (mgr.25456) 307 : cluster 0 pgmap v188: 161 pgs: 3 active+undersized+degraded, 12 stale+active+clean, 7 active+undersized, 139 active+clean; 585 KiB data, 210 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 16/726 objects degraded (2.204%) 2023-12-09T02:59:12.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:11 smithi023 bash[64415]: cluster 2023-12-09T02:59:10.904081+0000 mon.a (mon.0) 477 : cluster 0 osdmap e136: 8 total, 7 up, 8 in 2023-12-09T02:59:12.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:11 smithi023 bash[64415]: cluster 2023-12-09T02:59:10.913926+0000 osd.7 (osd.7) 48 : cluster 3 failed to encode map e136 with expected crc 2023-12-09T02:59:12.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:11 smithi023 bash[64415]: cluster 2023-12-09T02:59:10.917015+0000 osd.7 (osd.7) 49 : cluster 3 failed to encode map e136 with expected crc 2023-12-09T02:59:12.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:11 smithi023 bash[64415]: cluster 2023-12-09T02:59:10.918560+0000 osd.7 (osd.7) 50 : cluster 3 failed to encode map e136 with expected crc 2023-12-09T02:59:12.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:11 smithi023 bash[64415]: cluster 2023-12-09T02:59:10.920031+0000 osd.7 (osd.7) 51 : cluster 3 failed to encode map e136 with expected crc 2023-12-09T02:59:12.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:11 smithi023 bash[64415]: cluster 2023-12-09T02:59:11.441248+0000 mgr.y (mgr.25456) 307 : cluster 0 pgmap v188: 161 pgs: 3 active+undersized+degraded, 12 stale+active+clean, 7 active+undersized, 139 active+clean; 585 KiB data, 210 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 16/726 objects degraded (2.204%) 2023-12-09T02:59:12.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:11 smithi023 bash[65805]: cluster 2023-12-09T02:59:10.904081+0000 mon.a (mon.0) 477 : cluster 0 osdmap e136: 8 total, 7 up, 8 in 2023-12-09T02:59:12.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:11 smithi023 bash[65805]: cluster 2023-12-09T02:59:10.913926+0000 osd.7 (osd.7) 48 : cluster 3 failed to encode map e136 with expected crc 2023-12-09T02:59:12.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:11 smithi023 bash[65805]: cluster 2023-12-09T02:59:10.917015+0000 osd.7 (osd.7) 49 : cluster 3 failed to encode map e136 with expected crc 2023-12-09T02:59:12.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:11 smithi023 bash[65805]: cluster 2023-12-09T02:59:10.918560+0000 osd.7 (osd.7) 50 : cluster 3 failed to encode map e136 with expected crc 2023-12-09T02:59:12.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:11 smithi023 bash[65805]: cluster 2023-12-09T02:59:10.920031+0000 osd.7 (osd.7) 51 : cluster 3 failed to encode map e136 with expected crc 2023-12-09T02:59:12.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:11 smithi023 bash[65805]: cluster 2023-12-09T02:59:11.441248+0000 mgr.y (mgr.25456) 307 : cluster 0 pgmap v188: 161 pgs: 3 active+undersized+degraded, 12 stale+active+clean, 7 active+undersized, 139 active+clean; 585 KiB data, 210 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 16/726 objects degraded (2.204%) 2023-12-09T02:59:12.773 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:59:12 smithi023 bash[61239]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:59:12] "GET /metrics HTTP/1.1" 200 38423 "" "Prometheus/2.33.4" 2023-12-09T02:59:13.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:12 smithi172 bash[51856]: cluster 2023-12-09T02:59:11.895315+0000 mon.a (mon.0) 478 : cluster 3 Health check failed: Degraded data redundancy: 16/726 objects degraded (2.204%), 3 pgs degraded (PG_DEGRADED) 2023-12-09T02:59:13.247 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 02:59:13 smithi172 systemd[1]: ceph-9eab968a-963b-11ee-95a3-87774f69a715@osd.6.service: Succeeded. 2023-12-09T02:59:13.247 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 02:59:13 smithi172 systemd[1]: Stopped Ceph osd.6 for 9eab968a-963b-11ee-95a3-87774f69a715. 2023-12-09T02:59:13.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:12 smithi023 bash[64415]: cluster 2023-12-09T02:59:11.895315+0000 mon.a (mon.0) 478 : cluster 3 Health check failed: Degraded data redundancy: 16/726 objects degraded (2.204%), 3 pgs degraded (PG_DEGRADED) 2023-12-09T02:59:13.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:12 smithi023 bash[65805]: cluster 2023-12-09T02:59:11.895315+0000 mon.a (mon.0) 478 : cluster 3 Health check failed: Degraded data redundancy: 16/726 objects degraded (2.204%), 3 pgs degraded (PG_DEGRADED) 2023-12-09T02:59:13.747 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 02:59:13 smithi172 systemd[1]: Started Ceph osd.6 for 9eab968a-963b-11ee-95a3-87774f69a715. 2023-12-09T02:59:14.497 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:14 smithi172 bash[51856]: audit 2023-12-09T02:59:13.423896+0000 mon.a (mon.0) 479 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:14.497 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:14 smithi172 bash[51856]: audit 2023-12-09T02:59:13.437169+0000 mon.a (mon.0) 480 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:14.497 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:14 smithi172 bash[51856]: cluster 2023-12-09T02:59:13.442165+0000 mgr.y (mgr.25456) 308 : cluster 0 pgmap v189: 161 pgs: 7 active+undersized+degraded, 10 stale+active+clean, 12 active+undersized, 132 active+clean; 585 KiB data, 210 MiB used, 715 GiB / 715 GiB avail; 29/726 objects degraded (3.994%) 2023-12-09T02:59:14.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:14 smithi172 bash[51856]: audit 2023-12-09T02:59:13.997094+0000 mon.a (mon.0) 481 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:14.498 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:14 smithi172 bash[51856]: audit 2023-12-09T02:59:14.010841+0000 mon.a (mon.0) 482 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:14.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:14 smithi023 bash[64415]: audit 2023-12-09T02:59:13.423896+0000 mon.a (mon.0) 479 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:14.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:14 smithi023 bash[64415]: audit 2023-12-09T02:59:13.437169+0000 mon.a (mon.0) 480 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:14.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:14 smithi023 bash[64415]: cluster 2023-12-09T02:59:13.442165+0000 mgr.y (mgr.25456) 308 : cluster 0 pgmap v189: 161 pgs: 7 active+undersized+degraded, 10 stale+active+clean, 12 active+undersized, 132 active+clean; 585 KiB data, 210 MiB used, 715 GiB / 715 GiB avail; 29/726 objects degraded (3.994%) 2023-12-09T02:59:14.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:14 smithi023 bash[64415]: audit 2023-12-09T02:59:13.997094+0000 mon.a (mon.0) 481 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:14.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:14 smithi023 bash[64415]: audit 2023-12-09T02:59:14.010841+0000 mon.a (mon.0) 482 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:14.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:14 smithi023 bash[65805]: audit 2023-12-09T02:59:13.423896+0000 mon.a (mon.0) 479 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:14.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:14 smithi023 bash[65805]: audit 2023-12-09T02:59:13.437169+0000 mon.a (mon.0) 480 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:14.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:14 smithi023 bash[65805]: cluster 2023-12-09T02:59:13.442165+0000 mgr.y (mgr.25456) 308 : cluster 0 pgmap v189: 161 pgs: 7 active+undersized+degraded, 10 stale+active+clean, 12 active+undersized, 132 active+clean; 585 KiB data, 210 MiB used, 715 GiB / 715 GiB avail; 29/726 objects degraded (3.994%) 2023-12-09T02:59:14.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:14 smithi023 bash[65805]: audit 2023-12-09T02:59:13.997094+0000 mon.a (mon.0) 481 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:14.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:14 smithi023 bash[65805]: audit 2023-12-09T02:59:14.010841+0000 mon.a (mon.0) 482 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:15.247 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 02:59:14 smithi172 bash[57962]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2023-12-09T02:59:15.248 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 02:59:14 smithi172 bash[57962]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-6 --no-mon-config --dev /dev/mapper/vg_nvme-lv_2 2023-12-09T02:59:15.248 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 02:59:14 smithi172 bash[57962]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2023-12-09T02:59:15.248 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 02:59:14 smithi172 bash[57962]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2023-12-09T02:59:15.248 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 02:59:14 smithi172 bash[57962]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-6/block 2023-12-09T02:59:15.248 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 02:59:14 smithi172 bash[57962]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2023-12-09T02:59:15.248 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 02:59:14 smithi172 bash[57962]: --> ceph-volume raw activate successful for osd ID: 6 2023-12-09T02:59:16.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:16 smithi172 bash[51856]: cluster 2023-12-09T02:59:15.443909+0000 mgr.y (mgr.25456) 309 : cluster 0 pgmap v190: 161 pgs: 17 active+undersized+degraded, 36 active+undersized, 108 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 83/726 objects degraded (11.433%) 2023-12-09T02:59:16.748 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 02:59:16 smithi172 bash[58285]: debug 2023-12-09T02:59:16.459+0000 7f844906f700 1 -- 172.21.15.172:0/3998935932 <== mon.2 v2:172.21.15.172:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5612172fd1e0 con 0x561217382c00 2023-12-09T02:59:16.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:16 smithi023 bash[64415]: cluster 2023-12-09T02:59:15.443909+0000 mgr.y (mgr.25456) 309 : cluster 0 pgmap v190: 161 pgs: 17 active+undersized+degraded, 36 active+undersized, 108 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 83/726 objects degraded (11.433%) 2023-12-09T02:59:16.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:16 smithi023 bash[65805]: cluster 2023-12-09T02:59:15.443909+0000 mgr.y (mgr.25456) 309 : cluster 0 pgmap v190: 161 pgs: 17 active+undersized+degraded, 36 active+undersized, 108 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 83/726 objects degraded (11.433%) 2023-12-09T02:59:17.435 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 02:59:17 smithi172 bash[58285]: debug 2023-12-09T02:59:16.999+0000 7f84521f5640 -1 Falling back to public interface 2023-12-09T02:59:17.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:17 smithi172 bash[51856]: audit 2023-12-09T02:59:16.526171+0000 mgr.y (mgr.25456) 310 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:59:17.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:17 smithi023 bash[64415]: audit 2023-12-09T02:59:16.526171+0000 mgr.y (mgr.25456) 310 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:59:17.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:17 smithi023 bash[65805]: audit 2023-12-09T02:59:16.526171+0000 mgr.y (mgr.25456) 310 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:59:18.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:18 smithi172 bash[51856]: cluster 2023-12-09T02:59:17.444890+0000 mgr.y (mgr.25456) 311 : cluster 0 pgmap v191: 161 pgs: 17 active+undersized+degraded, 36 active+undersized, 108 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 83/726 objects degraded (11.433%) 2023-12-09T02:59:18.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:18 smithi023 bash[65805]: cluster 2023-12-09T02:59:17.444890+0000 mgr.y (mgr.25456) 311 : cluster 0 pgmap v191: 161 pgs: 17 active+undersized+degraded, 36 active+undersized, 108 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 83/726 objects degraded (11.433%) 2023-12-09T02:59:18.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:18 smithi023 bash[64415]: cluster 2023-12-09T02:59:17.444890+0000 mgr.y (mgr.25456) 311 : cluster 0 pgmap v191: 161 pgs: 17 active+undersized+degraded, 36 active+undersized, 108 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 83/726 objects degraded (11.433%) 2023-12-09T02:59:20.497 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 02:59:20 smithi172 bash[58285]: debug 2023-12-09T02:59:19.995+0000 7f84521f5640 -1 osd.6 0 read_superblock omap replica is missing. 2023-12-09T02:59:20.497 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 02:59:20 smithi172 bash[58285]: debug 2023-12-09T02:59:20.039+0000 7f84521f5640 -1 osd.6 134 log_to_monitors true 2023-12-09T02:59:20.997 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 02:59:20 smithi172 bash[58285]: debug 2023-12-09T02:59:20.575+0000 7f8442664700 -1 osd.6 134 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-09T02:59:20.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:20 smithi172 bash[51856]: cluster 2023-12-09T02:59:19.446167+0000 mgr.y (mgr.25456) 312 : cluster 0 pgmap v192: 161 pgs: 17 active+undersized+degraded, 36 active+undersized, 108 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 83/726 objects degraded (11.433%) 2023-12-09T02:59:20.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:20 smithi172 bash[51856]: audit 2023-12-09T02:59:20.039082+0000 mon.a (mon.0) 483 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-09T02:59:20.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:20 smithi172 bash[51856]: audit 2023-12-09T02:59:20.047885+0000 mon.b (mon.2) 7 : audit 1 from='osd.6 [v2:172.21.15.172:6816/2773073361,v1:172.21.15.172:6817/2773073361]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-09T02:59:20.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:20 smithi172 bash[51856]: audit 2023-12-09T02:59:20.386449+0000 mon.a (mon.0) 484 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:20.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:20 smithi172 bash[51856]: audit 2023-12-09T02:59:20.388937+0000 mon.a (mon.0) 485 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:59:20.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:20 smithi172 bash[51856]: cluster 2023-12-09T02:59:20.406338+0000 mon.a (mon.0) 486 : cluster 3 Health check update: Degraded data redundancy: 83/726 objects degraded (11.433%), 17 pgs degraded (PG_DEGRADED) 2023-12-09T02:59:21.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:20 smithi023 bash[65805]: cluster 2023-12-09T02:59:19.446167+0000 mgr.y (mgr.25456) 312 : cluster 0 pgmap v192: 161 pgs: 17 active+undersized+degraded, 36 active+undersized, 108 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 83/726 objects degraded (11.433%) 2023-12-09T02:59:21.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:20 smithi023 bash[65805]: audit 2023-12-09T02:59:20.039082+0000 mon.a (mon.0) 483 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-09T02:59:21.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:20 smithi023 bash[65805]: audit 2023-12-09T02:59:20.047885+0000 mon.b (mon.2) 7 : audit 1 from='osd.6 [v2:172.21.15.172:6816/2773073361,v1:172.21.15.172:6817/2773073361]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-09T02:59:21.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:20 smithi023 bash[65805]: audit 2023-12-09T02:59:20.386449+0000 mon.a (mon.0) 484 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:21.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:20 smithi023 bash[65805]: audit 2023-12-09T02:59:20.388937+0000 mon.a (mon.0) 485 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:59:21.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:20 smithi023 bash[65805]: cluster 2023-12-09T02:59:20.406338+0000 mon.a (mon.0) 486 : cluster 3 Health check update: Degraded data redundancy: 83/726 objects degraded (11.433%), 17 pgs degraded (PG_DEGRADED) 2023-12-09T02:59:21.024 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:20 smithi023 bash[64415]: cluster 2023-12-09T02:59:19.446167+0000 mgr.y (mgr.25456) 312 : cluster 0 pgmap v192: 161 pgs: 17 active+undersized+degraded, 36 active+undersized, 108 active+clean; 585 KiB data, 214 MiB used, 715 GiB / 715 GiB avail; 83/726 objects degraded (11.433%) 2023-12-09T02:59:21.024 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:20 smithi023 bash[64415]: audit 2023-12-09T02:59:20.039082+0000 mon.a (mon.0) 483 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-09T02:59:21.024 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:20 smithi023 bash[64415]: audit 2023-12-09T02:59:20.047885+0000 mon.b (mon.2) 7 : audit 1 from='osd.6 [v2:172.21.15.172:6816/2773073361,v1:172.21.15.172:6817/2773073361]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-09T02:59:21.024 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:20 smithi023 bash[64415]: audit 2023-12-09T02:59:20.386449+0000 mon.a (mon.0) 484 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:21.024 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:20 smithi023 bash[64415]: audit 2023-12-09T02:59:20.388937+0000 mon.a (mon.0) 485 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:59:21.024 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:20 smithi023 bash[64415]: cluster 2023-12-09T02:59:20.406338+0000 mon.a (mon.0) 486 : cluster 3 Health check update: Degraded data redundancy: 83/726 objects degraded (11.433%), 17 pgs degraded (PG_DEGRADED) 2023-12-09T02:59:21.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:21 smithi172 bash[51856]: audit 2023-12-09T02:59:20.506591+0000 mon.a (mon.0) 487 : audit 1 from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-09T02:59:21.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:21 smithi172 bash[51856]: cluster 2023-12-09T02:59:20.513470+0000 mon.a (mon.0) 488 : cluster 0 osdmap e137: 8 total, 7 up, 8 in 2023-12-09T02:59:21.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:21 smithi172 bash[51856]: cluster 2023-12-09T02:59:20.518245+0000 osd.7 (osd.7) 52 : cluster 3 failed to encode map e137 with expected crc 2023-12-09T02:59:21.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:21 smithi172 bash[51856]: audit 2023-12-09T02:59:20.525856+0000 mon.b (mon.2) 8 : audit 1 from='osd.6 [v2:172.21.15.172:6816/2773073361,v1:172.21.15.172:6817/2773073361]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-09T02:59:21.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:21 smithi172 bash[51856]: audit 2023-12-09T02:59:20.529100+0000 mon.a (mon.0) 489 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-09T02:59:22.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:21 smithi023 bash[64415]: audit 2023-12-09T02:59:20.506591+0000 mon.a (mon.0) 487 : audit 1 from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-09T02:59:22.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:21 smithi023 bash[64415]: cluster 2023-12-09T02:59:20.513470+0000 mon.a (mon.0) 488 : cluster 0 osdmap e137: 8 total, 7 up, 8 in 2023-12-09T02:59:22.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:21 smithi023 bash[64415]: cluster 2023-12-09T02:59:20.518245+0000 osd.7 (osd.7) 52 : cluster 3 failed to encode map e137 with expected crc 2023-12-09T02:59:22.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:21 smithi023 bash[64415]: audit 2023-12-09T02:59:20.525856+0000 mon.b (mon.2) 8 : audit 1 from='osd.6 [v2:172.21.15.172:6816/2773073361,v1:172.21.15.172:6817/2773073361]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-09T02:59:22.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:21 smithi023 bash[64415]: audit 2023-12-09T02:59:20.529100+0000 mon.a (mon.0) 489 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-09T02:59:22.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:21 smithi023 bash[65805]: audit 2023-12-09T02:59:20.506591+0000 mon.a (mon.0) 487 : audit 1 from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-09T02:59:22.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:21 smithi023 bash[65805]: cluster 2023-12-09T02:59:20.513470+0000 mon.a (mon.0) 488 : cluster 0 osdmap e137: 8 total, 7 up, 8 in 2023-12-09T02:59:22.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:21 smithi023 bash[65805]: cluster 2023-12-09T02:59:20.518245+0000 osd.7 (osd.7) 52 : cluster 3 failed to encode map e137 with expected crc 2023-12-09T02:59:22.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:21 smithi023 bash[65805]: audit 2023-12-09T02:59:20.525856+0000 mon.b (mon.2) 8 : audit 1 from='osd.6 [v2:172.21.15.172:6816/2773073361,v1:172.21.15.172:6817/2773073361]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-09T02:59:22.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:21 smithi023 bash[65805]: audit 2023-12-09T02:59:20.529100+0000 mon.a (mon.0) 489 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-09T02:59:22.544 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:59:22 smithi023 bash[61239]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:59:22] "GET /metrics HTTP/1.1" 200 38424 "" "Prometheus/2.33.4" 2023-12-09T02:59:22.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:22 smithi172 bash[51856]: cluster 2023-12-09T02:59:21.447322+0000 mgr.y (mgr.25456) 313 : cluster 0 pgmap v194: 161 pgs: 17 active+undersized+degraded, 36 active+undersized, 108 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 83/726 objects degraded (11.433%) 2023-12-09T02:59:22.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:22 smithi172 bash[51856]: cluster 2023-12-09T02:59:21.518752+0000 mon.a (mon.0) 490 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-09T02:59:22.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:22 smithi172 bash[51856]: cluster 2023-12-09T02:59:21.553477+0000 mon.a (mon.0) 491 : cluster 1 osd.6 [v2:172.21.15.172:6816/2773073361,v1:172.21.15.172:6817/2773073361] boot 2023-12-09T02:59:22.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:22 smithi172 bash[51856]: cluster 2023-12-09T02:59:21.553601+0000 mon.a (mon.0) 492 : cluster 0 osdmap e138: 8 total, 8 up, 8 in 2023-12-09T02:59:22.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:22 smithi172 bash[51856]: audit 2023-12-09T02:59:21.558873+0000 mon.a (mon.0) 493 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-09T02:59:22.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:22 smithi172 bash[51856]: cluster 2023-12-09T02:59:21.570916+0000 osd.7 (osd.7) 53 : cluster 3 failed to encode map e138 with expected crc 2023-12-09T02:59:22.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:22 smithi172 bash[51856]: audit 2023-12-09T02:59:21.572878+0000 mon.a (mon.0) 494 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:22.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:22 smithi172 bash[51856]: audit 2023-12-09T02:59:21.582068+0000 mon.a (mon.0) 495 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:23.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:22 smithi023 bash[64415]: cluster 2023-12-09T02:59:21.447322+0000 mgr.y (mgr.25456) 313 : cluster 0 pgmap v194: 161 pgs: 17 active+undersized+degraded, 36 active+undersized, 108 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 83/726 objects degraded (11.433%) 2023-12-09T02:59:23.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:22 smithi023 bash[64415]: cluster 2023-12-09T02:59:21.518752+0000 mon.a (mon.0) 490 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-09T02:59:23.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:22 smithi023 bash[64415]: cluster 2023-12-09T02:59:21.553477+0000 mon.a (mon.0) 491 : cluster 1 osd.6 [v2:172.21.15.172:6816/2773073361,v1:172.21.15.172:6817/2773073361] boot 2023-12-09T02:59:23.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:22 smithi023 bash[64415]: cluster 2023-12-09T02:59:21.553601+0000 mon.a (mon.0) 492 : cluster 0 osdmap e138: 8 total, 8 up, 8 in 2023-12-09T02:59:23.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:22 smithi023 bash[64415]: audit 2023-12-09T02:59:21.558873+0000 mon.a (mon.0) 493 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-09T02:59:23.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:22 smithi023 bash[64415]: cluster 2023-12-09T02:59:21.570916+0000 osd.7 (osd.7) 53 : cluster 3 failed to encode map e138 with expected crc 2023-12-09T02:59:23.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:22 smithi023 bash[64415]: audit 2023-12-09T02:59:21.572878+0000 mon.a (mon.0) 494 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:23.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:22 smithi023 bash[64415]: audit 2023-12-09T02:59:21.582068+0000 mon.a (mon.0) 495 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:23.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:22 smithi023 bash[65805]: cluster 2023-12-09T02:59:21.447322+0000 mgr.y (mgr.25456) 313 : cluster 0 pgmap v194: 161 pgs: 17 active+undersized+degraded, 36 active+undersized, 108 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 83/726 objects degraded (11.433%) 2023-12-09T02:59:23.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:22 smithi023 bash[65805]: cluster 2023-12-09T02:59:21.518752+0000 mon.a (mon.0) 490 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-09T02:59:23.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:22 smithi023 bash[65805]: cluster 2023-12-09T02:59:21.553477+0000 mon.a (mon.0) 491 : cluster 1 osd.6 [v2:172.21.15.172:6816/2773073361,v1:172.21.15.172:6817/2773073361] boot 2023-12-09T02:59:23.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:22 smithi023 bash[65805]: cluster 2023-12-09T02:59:21.553601+0000 mon.a (mon.0) 492 : cluster 0 osdmap e138: 8 total, 8 up, 8 in 2023-12-09T02:59:23.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:22 smithi023 bash[65805]: audit 2023-12-09T02:59:21.558873+0000 mon.a (mon.0) 493 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-09T02:59:23.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:22 smithi023 bash[65805]: cluster 2023-12-09T02:59:21.570916+0000 osd.7 (osd.7) 53 : cluster 3 failed to encode map e138 with expected crc 2023-12-09T02:59:23.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:22 smithi023 bash[65805]: audit 2023-12-09T02:59:21.572878+0000 mon.a (mon.0) 494 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:23.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:22 smithi023 bash[65805]: audit 2023-12-09T02:59:21.582068+0000 mon.a (mon.0) 495 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:23.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:23 smithi172 bash[51856]: cluster 2023-12-09T02:59:22.555959+0000 mon.a (mon.0) 496 : cluster 0 osdmap e139: 8 total, 8 up, 8 in 2023-12-09T02:59:23.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:23 smithi172 bash[51856]: cluster 2023-12-09T02:59:22.560727+0000 osd.7 (osd.7) 54 : cluster 3 failed to encode map e139 with expected crc 2023-12-09T02:59:23.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:23 smithi172 bash[51856]: cluster 2023-12-09T02:59:22.565952+0000 osd.7 (osd.7) 55 : cluster 3 failed to encode map e139 with expected crc 2023-12-09T02:59:23.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:23 smithi172 bash[51856]: cluster 2023-12-09T02:59:22.569819+0000 osd.7 (osd.7) 56 : cluster 3 failed to encode map e139 with expected crc 2023-12-09T02:59:23.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:23 smithi172 bash[51856]: cluster 2023-12-09T02:59:22.572994+0000 osd.7 (osd.7) 57 : cluster 3 failed to encode map e139 with expected crc 2023-12-09T02:59:23.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:23 smithi172 bash[51856]: cluster 2023-12-09T02:59:22.574450+0000 osd.7 (osd.7) 58 : cluster 3 failed to encode map e139 with expected crc 2023-12-09T02:59:23.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:23 smithi172 bash[51856]: cluster 2023-12-09T02:59:22.576261+0000 osd.7 (osd.7) 59 : cluster 3 failed to encode map e139 with expected crc 2023-12-09T02:59:23.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:23 smithi172 bash[51856]: cluster 2023-12-09T02:59:22.578346+0000 osd.7 (osd.7) 60 : cluster 3 failed to encode map e139 with expected crc 2023-12-09T02:59:23.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:23 smithi172 bash[51856]: cluster 2023-12-09T02:59:22.580234+0000 osd.7 (osd.7) 61 : cluster 3 failed to encode map e139 with expected crc 2023-12-09T02:59:23.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:23 smithi172 bash[51856]: audit 2023-12-09T02:59:22.630272+0000 mon.a (mon.0) 497 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:23.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:23 smithi172 bash[51856]: audit 2023-12-09T02:59:22.641509+0000 mon.a (mon.0) 498 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:24.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:23 smithi023 bash[64415]: cluster 2023-12-09T02:59:22.555959+0000 mon.a (mon.0) 496 : cluster 0 osdmap e139: 8 total, 8 up, 8 in 2023-12-09T02:59:24.024 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:23 smithi023 bash[64415]: cluster 2023-12-09T02:59:22.560727+0000 osd.7 (osd.7) 54 : cluster 3 failed to encode map e139 with expected crc 2023-12-09T02:59:24.024 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:23 smithi023 bash[64415]: cluster 2023-12-09T02:59:22.565952+0000 osd.7 (osd.7) 55 : cluster 3 failed to encode map e139 with expected crc 2023-12-09T02:59:24.024 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:23 smithi023 bash[64415]: cluster 2023-12-09T02:59:22.569819+0000 osd.7 (osd.7) 56 : cluster 3 failed to encode map e139 with expected crc 2023-12-09T02:59:24.024 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:23 smithi023 bash[64415]: cluster 2023-12-09T02:59:22.572994+0000 osd.7 (osd.7) 57 : cluster 3 failed to encode map e139 with expected crc 2023-12-09T02:59:24.024 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:23 smithi023 bash[64415]: cluster 2023-12-09T02:59:22.574450+0000 osd.7 (osd.7) 58 : cluster 3 failed to encode map e139 with expected crc 2023-12-09T02:59:24.024 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:23 smithi023 bash[64415]: cluster 2023-12-09T02:59:22.576261+0000 osd.7 (osd.7) 59 : cluster 3 failed to encode map e139 with expected crc 2023-12-09T02:59:24.024 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:23 smithi023 bash[64415]: cluster 2023-12-09T02:59:22.578346+0000 osd.7 (osd.7) 60 : cluster 3 failed to encode map e139 with expected crc 2023-12-09T02:59:24.024 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:23 smithi023 bash[64415]: cluster 2023-12-09T02:59:22.580234+0000 osd.7 (osd.7) 61 : cluster 3 failed to encode map e139 with expected crc 2023-12-09T02:59:24.024 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:23 smithi023 bash[64415]: audit 2023-12-09T02:59:22.630272+0000 mon.a (mon.0) 497 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:24.024 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:23 smithi023 bash[64415]: audit 2023-12-09T02:59:22.641509+0000 mon.a (mon.0) 498 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:24.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:23 smithi023 bash[65805]: cluster 2023-12-09T02:59:22.555959+0000 mon.a (mon.0) 496 : cluster 0 osdmap e139: 8 total, 8 up, 8 in 2023-12-09T02:59:24.025 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:23 smithi023 bash[65805]: cluster 2023-12-09T02:59:22.560727+0000 osd.7 (osd.7) 54 : cluster 3 failed to encode map e139 with expected crc 2023-12-09T02:59:24.025 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:23 smithi023 bash[65805]: cluster 2023-12-09T02:59:22.565952+0000 osd.7 (osd.7) 55 : cluster 3 failed to encode map e139 with expected crc 2023-12-09T02:59:24.025 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:23 smithi023 bash[65805]: cluster 2023-12-09T02:59:22.569819+0000 osd.7 (osd.7) 56 : cluster 3 failed to encode map e139 with expected crc 2023-12-09T02:59:24.025 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:23 smithi023 bash[65805]: cluster 2023-12-09T02:59:22.572994+0000 osd.7 (osd.7) 57 : cluster 3 failed to encode map e139 with expected crc 2023-12-09T02:59:24.025 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:23 smithi023 bash[65805]: cluster 2023-12-09T02:59:22.574450+0000 osd.7 (osd.7) 58 : cluster 3 failed to encode map e139 with expected crc 2023-12-09T02:59:24.025 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:23 smithi023 bash[65805]: cluster 2023-12-09T02:59:22.576261+0000 osd.7 (osd.7) 59 : cluster 3 failed to encode map e139 with expected crc 2023-12-09T02:59:24.025 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:23 smithi023 bash[65805]: cluster 2023-12-09T02:59:22.578346+0000 osd.7 (osd.7) 60 : cluster 3 failed to encode map e139 with expected crc 2023-12-09T02:59:24.025 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:23 smithi023 bash[65805]: cluster 2023-12-09T02:59:22.580234+0000 osd.7 (osd.7) 61 : cluster 3 failed to encode map e139 with expected crc 2023-12-09T02:59:24.025 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:23 smithi023 bash[65805]: audit 2023-12-09T02:59:22.630272+0000 mon.a (mon.0) 497 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:24.025 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:23 smithi023 bash[65805]: audit 2023-12-09T02:59:22.641509+0000 mon.a (mon.0) 498 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:24.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:24 smithi172 bash[51856]: cluster 2023-12-09T02:59:23.448465+0000 mgr.y (mgr.25456) 314 : cluster 0 pgmap v197: 161 pgs: 15 active+undersized+degraded, 31 active+undersized, 115 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 72/726 objects degraded (9.917%) 2023-12-09T02:59:25.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:24 smithi023 bash[64415]: cluster 2023-12-09T02:59:23.448465+0000 mgr.y (mgr.25456) 314 : cluster 0 pgmap v197: 161 pgs: 15 active+undersized+degraded, 31 active+undersized, 115 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 72/726 objects degraded (9.917%) 2023-12-09T02:59:25.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:24 smithi023 bash[65805]: cluster 2023-12-09T02:59:23.448465+0000 mgr.y (mgr.25456) 314 : cluster 0 pgmap v197: 161 pgs: 15 active+undersized+degraded, 31 active+undersized, 115 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 72/726 objects degraded (9.917%) 2023-12-09T02:59:25.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:25 smithi172 bash[51856]: cluster 2023-12-09T02:59:25.407931+0000 mon.a (mon.0) 499 : cluster 3 Health check update: Degraded data redundancy: 72/726 objects degraded (9.917%), 15 pgs degraded (PG_DEGRADED) 2023-12-09T02:59:26.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:25 smithi023 bash[64415]: cluster 2023-12-09T02:59:25.407931+0000 mon.a (mon.0) 499 : cluster 3 Health check update: Degraded data redundancy: 72/726 objects degraded (9.917%), 15 pgs degraded (PG_DEGRADED) 2023-12-09T02:59:26.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:25 smithi023 bash[65805]: cluster 2023-12-09T02:59:25.407931+0000 mon.a (mon.0) 499 : cluster 3 Health check update: Degraded data redundancy: 72/726 objects degraded (9.917%), 15 pgs degraded (PG_DEGRADED) 2023-12-09T02:59:26.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:26 smithi172 bash[51856]: cluster 2023-12-09T02:59:25.450149+0000 mgr.y (mgr.25456) 315 : cluster 0 pgmap v198: 161 pgs: 7 active+undersized+degraded, 15 active+undersized, 139 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s; 30/726 objects degraded (4.132%) 2023-12-09T02:59:27.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:26 smithi023 bash[64415]: cluster 2023-12-09T02:59:25.450149+0000 mgr.y (mgr.25456) 315 : cluster 0 pgmap v198: 161 pgs: 7 active+undersized+degraded, 15 active+undersized, 139 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s; 30/726 objects degraded (4.132%) 2023-12-09T02:59:27.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:26 smithi023 bash[65805]: cluster 2023-12-09T02:59:25.450149+0000 mgr.y (mgr.25456) 315 : cluster 0 pgmap v198: 161 pgs: 7 active+undersized+degraded, 15 active+undersized, 139 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s; 30/726 objects degraded (4.132%) 2023-12-09T02:59:27.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:27 smithi172 bash[51856]: audit 2023-12-09T02:59:26.535585+0000 mgr.y (mgr.25456) 316 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:59:28.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:27 smithi023 bash[64415]: audit 2023-12-09T02:59:26.535585+0000 mgr.y (mgr.25456) 316 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:59:28.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:27 smithi023 bash[65805]: audit 2023-12-09T02:59:26.535585+0000 mgr.y (mgr.25456) 316 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:59:28.945 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:28 smithi172 bash[51856]: cluster 2023-12-09T02:59:27.451231+0000 mgr.y (mgr.25456) 317 : cluster 0 pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 737 B/s rd, 0 op/s 2023-12-09T02:59:28.945 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:28 smithi172 bash[51856]: cluster 2023-12-09T02:59:27.645775+0000 mon.a (mon.0) 500 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 30/726 objects degraded (4.132%), 7 pgs degraded) 2023-12-09T02:59:28.945 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:28 smithi172 bash[51856]: cluster 2023-12-09T02:59:27.645863+0000 mon.a (mon.0) 501 : cluster 1 Cluster is now healthy 2023-12-09T02:59:29.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:28 smithi023 bash[65805]: cluster 2023-12-09T02:59:27.451231+0000 mgr.y (mgr.25456) 317 : cluster 0 pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 737 B/s rd, 0 op/s 2023-12-09T02:59:29.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:28 smithi023 bash[65805]: cluster 2023-12-09T02:59:27.645775+0000 mon.a (mon.0) 500 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 30/726 objects degraded (4.132%), 7 pgs degraded) 2023-12-09T02:59:29.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:28 smithi023 bash[65805]: cluster 2023-12-09T02:59:27.645863+0000 mon.a (mon.0) 501 : cluster 1 Cluster is now healthy 2023-12-09T02:59:29.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:28 smithi023 bash[64415]: cluster 2023-12-09T02:59:27.451231+0000 mgr.y (mgr.25456) 317 : cluster 0 pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 737 B/s rd, 0 op/s 2023-12-09T02:59:29.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:28 smithi023 bash[64415]: cluster 2023-12-09T02:59:27.645775+0000 mon.a (mon.0) 500 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 30/726 objects degraded (4.132%), 7 pgs degraded) 2023-12-09T02:59:29.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:28 smithi023 bash[64415]: cluster 2023-12-09T02:59:27.645863+0000 mon.a (mon.0) 501 : cluster 1 Cluster is now healthy 2023-12-09T02:59:30.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:30 smithi172 bash[51856]: cluster 2023-12-09T02:59:29.452311+0000 mgr.y (mgr.25456) 318 : cluster 0 pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2023-12-09T02:59:31.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:30 smithi023 bash[64415]: cluster 2023-12-09T02:59:29.452311+0000 mgr.y (mgr.25456) 318 : cluster 0 pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2023-12-09T02:59:31.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:30 smithi023 bash[65805]: cluster 2023-12-09T02:59:29.452311+0000 mgr.y (mgr.25456) 318 : cluster 0 pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2023-12-09T02:59:31.846 INFO:teuthology.orchestra.run.smithi023.stdout:true 2023-12-09T02:59:32.641 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-09T02:59:32.641 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (7m) 98s ago 14m 16.0M - 0.23.0 ba2b418f427c 3b4091a6361f 2023-12-09T02:59:32.641 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi172 *:3000 running (7m) 11s ago 14m 44.9M - 8.3.5 dad864ee21e9 b146a6fad367 2023-12-09T02:59:32.641 INFO:teuthology.orchestra.run.smithi023.stdout:iscsi.foo.smithi023.vcvunr smithi023 running (6m) 98s ago 12m 46.8M - 3.5 e1d6a67b021e cab96a54a200 2023-12-09T02:59:32.641 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi172 *:8443,9283,8765 running (6m) 11s ago 20m 435M - 19.0.0-44-g9dcc13bb f28f2b94f153 997a6e266d78 2023-12-09T02:59:32.641 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:8443,9283,8765 running (6m) 98s ago 22m 493M - 19.0.0-44-g9dcc13bb f28f2b94f153 f635daf405b8 2023-12-09T02:59:32.642 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (5m) 98s ago 23m 52.8M 2048M 19.0.0-44-g9dcc13bb f28f2b94f153 aa99792ae0fd 2023-12-09T02:59:32.642 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi172 running (4m) 11s ago 21m 44.7M 2048M 19.0.0-44-g9dcc13bb f28f2b94f153 aa13b48f02bc 2023-12-09T02:59:32.642 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5m) 98s ago 21m 44.5M 2048M 19.0.0-44-g9dcc13bb f28f2b94f153 6eb3e7afe9c1 2023-12-09T02:59:32.642 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8m) 98s ago 15m 12.3M - 1.3.1 1dbe0e931976 11aaca649943 2023-12-09T02:59:32.642 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi172 *:9100 running (7m) 11s ago 15m 11.8M - 1.3.1 1dbe0e931976 7938141dc8d6 2023-12-09T02:59:32.642 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3m) 98s ago 20m 52.7M 2781M 19.0.0-44-g9dcc13bb f28f2b94f153 5a768836da38 2023-12-09T02:59:32.642 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (2m) 98s ago 19m 51.7M 2781M 19.0.0-44-g9dcc13bb f28f2b94f153 1ce77f0aaf3e 2023-12-09T02:59:32.642 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2m) 98s ago 19m 47.5M 2781M 19.0.0-44-g9dcc13bb f28f2b94f153 4b8ac3729448 2023-12-09T02:59:32.642 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (103s) 98s ago 18m - 2781M 19.0.0-44-g9dcc13bb f28f2b94f153 a75e9030f217 2023-12-09T02:59:32.642 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi172 running (73s) 11s ago 18m 52.1M 3037M 19.0.0-44-g9dcc13bb f28f2b94f153 262923821e93 2023-12-09T02:59:32.642 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi172 running (45s) 11s ago 17m 48.8M 3037M 19.0.0-44-g9dcc13bb f28f2b94f153 dbd40c32da47 2023-12-09T02:59:32.642 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi172 running (16s) 11s ago 16m 13.0M 3037M 19.0.0-44-g9dcc13bb f28f2b94f153 81734dc66a66 2023-12-09T02:59:32.642 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi172 running (16m) 11s ago 16m 70.1M 3037M 17.2.0 e1d6a67b021e f5bf1afe0d7c 2023-12-09T02:59:32.642 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi172 *:9095 running (6m) 11s ago 15m 64.5M - 2.33.4 514e6a882f6e 506724a1b8e0 2023-12-09T02:59:32.643 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.foo.smithi023.mllipj smithi023 *:8000 running (13m) 98s ago 13m 89.2M - 17.2.0 e1d6a67b021e 110d5ba1c152 2023-12-09T02:59:32.643 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.foo.smithi172.aqpemq smithi172 *:8000 running (13m) 11s ago 13m 89.9M - 17.2.0 e1d6a67b021e c9a58e322a85 2023-12-09T02:59:32.643 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.smpl.smithi023.ikvhaq smithi023 *:80 running (12m) 98s ago 12m 89.5M - 17.2.0 e1d6a67b021e 9fb31f23b01c 2023-12-09T02:59:32.643 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.smpl.smithi172.ysxvfy smithi172 *:80 running (12m) 11s ago 12m 89.8M - 17.2.0 e1d6a67b021e 3c13f0c0b020 2023-12-09T02:59:32.710 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:59:32 smithi023 bash[61239]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:59:32] "GET /metrics HTTP/1.1" 200 38424 "" "Prometheus/2.33.4" 2023-12-09T02:59:32.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:32 smithi172 bash[51856]: cluster 2023-12-09T02:59:31.453331+0000 mgr.y (mgr.25456) 319 : cluster 0 pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2023-12-09T02:59:32.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:32 smithi172 bash[51856]: audit 2023-12-09T02:59:31.820715+0000 mgr.y (mgr.25456) 320 : audit 0 from='client.34539 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:59:32.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:32 smithi172 bash[51856]: audit 2023-12-09T02:59:32.093445+0000 mon.a (mon.0) 502 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:32.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:32 smithi172 bash[51856]: audit 2023-12-09T02:59:32.106284+0000 mon.a (mon.0) 503 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:32.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:32 smithi172 bash[51856]: audit 2023-12-09T02:59:32.108407+0000 mon.a (mon.0) 504 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:59:32.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:32 smithi172 bash[51856]: audit 2023-12-09T02:59:32.109981+0000 mon.a (mon.0) 505 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:59:32.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:32 smithi172 bash[51856]: audit 2023-12-09T02:59:32.121393+0000 mon.a (mon.0) 506 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:32.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:32 smithi172 bash[51856]: audit 2023-12-09T02:59:32.208293+0000 mon.a (mon.0) 507 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:59:32.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:32 smithi172 bash[51856]: audit 2023-12-09T02:59:32.211800+0000 mon.a (mon.0) 508 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:59:32.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:32 smithi172 bash[51856]: audit 2023-12-09T02:59:32.215769+0000 mon.a (mon.0) 509 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:59:32.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:32 smithi172 bash[51856]: audit 2023-12-09T02:59:32.218553+0000 mon.a (mon.0) 510 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:59:32.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:32 smithi172 bash[51856]: audit 2023-12-09T02:59:32.221100+0000 mon.a (mon.0) 511 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-09T02:59:33.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:32 smithi023 bash[64415]: cluster 2023-12-09T02:59:31.453331+0000 mgr.y (mgr.25456) 319 : cluster 0 pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2023-12-09T02:59:33.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:32 smithi023 bash[64415]: audit 2023-12-09T02:59:31.820715+0000 mgr.y (mgr.25456) 320 : audit 0 from='client.34539 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:59:33.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:32 smithi023 bash[64415]: audit 2023-12-09T02:59:32.093445+0000 mon.a (mon.0) 502 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:33.024 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:32 smithi023 bash[64415]: audit 2023-12-09T02:59:32.106284+0000 mon.a (mon.0) 503 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:33.024 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:32 smithi023 bash[64415]: audit 2023-12-09T02:59:32.108407+0000 mon.a (mon.0) 504 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:59:33.024 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:32 smithi023 bash[64415]: audit 2023-12-09T02:59:32.109981+0000 mon.a (mon.0) 505 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:59:33.024 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:32 smithi023 bash[64415]: audit 2023-12-09T02:59:32.121393+0000 mon.a (mon.0) 506 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:33.024 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:32 smithi023 bash[64415]: audit 2023-12-09T02:59:32.208293+0000 mon.a (mon.0) 507 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:59:33.024 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:32 smithi023 bash[64415]: audit 2023-12-09T02:59:32.211800+0000 mon.a (mon.0) 508 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:59:33.024 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:32 smithi023 bash[64415]: audit 2023-12-09T02:59:32.215769+0000 mon.a (mon.0) 509 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:59:33.024 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:32 smithi023 bash[64415]: audit 2023-12-09T02:59:32.218553+0000 mon.a (mon.0) 510 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:59:33.024 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:32 smithi023 bash[64415]: audit 2023-12-09T02:59:32.221100+0000 mon.a (mon.0) 511 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-09T02:59:33.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:32 smithi023 bash[65805]: cluster 2023-12-09T02:59:31.453331+0000 mgr.y (mgr.25456) 319 : cluster 0 pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2023-12-09T02:59:33.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:32 smithi023 bash[65805]: audit 2023-12-09T02:59:31.820715+0000 mgr.y (mgr.25456) 320 : audit 0 from='client.34539 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:59:33.025 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:32 smithi023 bash[65805]: audit 2023-12-09T02:59:32.093445+0000 mon.a (mon.0) 502 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:33.025 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:32 smithi023 bash[65805]: audit 2023-12-09T02:59:32.106284+0000 mon.a (mon.0) 503 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:33.025 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:32 smithi023 bash[65805]: audit 2023-12-09T02:59:32.108407+0000 mon.a (mon.0) 504 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:59:33.025 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:32 smithi023 bash[65805]: audit 2023-12-09T02:59:32.109981+0000 mon.a (mon.0) 505 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T02:59:33.025 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:32 smithi023 bash[65805]: audit 2023-12-09T02:59:32.121393+0000 mon.a (mon.0) 506 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:33.025 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:32 smithi023 bash[65805]: audit 2023-12-09T02:59:32.208293+0000 mon.a (mon.0) 507 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T02:59:33.025 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:32 smithi023 bash[65805]: audit 2023-12-09T02:59:32.211800+0000 mon.a (mon.0) 508 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:59:33.025 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:32 smithi023 bash[65805]: audit 2023-12-09T02:59:32.215769+0000 mon.a (mon.0) 509 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:59:33.025 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:32 smithi023 bash[65805]: audit 2023-12-09T02:59:32.218553+0000 mon.a (mon.0) 510 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:59:33.025 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:32 smithi023 bash[65805]: audit 2023-12-09T02:59:32.221100+0000 mon.a (mon.0) 511 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-09T02:59:33.105 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2023-12-09T02:59:33.105 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2023-12-09T02:59:33.105 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 3 2023-12-09T02:59:33.105 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:59:33.105 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2023-12-09T02:59:33.106 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 2 2023-12-09T02:59:33.106 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:59:33.106 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2023-12-09T02:59:33.106 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-12-09T02:59:33.106 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 7 2023-12-09T02:59:33.106 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:59:33.106 INFO:teuthology.orchestra.run.smithi023.stdout: "rgw": { 2023-12-09T02:59:33.106 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-09T02:59:33.106 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T02:59:33.106 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2023-12-09T02:59:33.106 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 5, 2023-12-09T02:59:33.106 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 12 2023-12-09T02:59:33.107 INFO:teuthology.orchestra.run.smithi023.stdout: } 2023-12-09T02:59:33.107 INFO:teuthology.orchestra.run.smithi023.stdout:} 2023-12-09T02:59:33.486 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2023-12-09T02:59:33.486 INFO:teuthology.orchestra.run.smithi023.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882", 2023-12-09T02:59:33.486 INFO:teuthology.orchestra.run.smithi023.stdout: "in_progress": true, 2023-12-09T02:59:33.486 INFO:teuthology.orchestra.run.smithi023.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-09T02:59:33.487 INFO:teuthology.orchestra.run.smithi023.stdout: "services_complete": [ 2023-12-09T02:59:33.487 INFO:teuthology.orchestra.run.smithi023.stdout: "mon", 2023-12-09T02:59:33.487 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr" 2023-12-09T02:59:33.487 INFO:teuthology.orchestra.run.smithi023.stdout: ], 2023-12-09T02:59:33.487 INFO:teuthology.orchestra.run.smithi023.stdout: "progress": "12/23 daemons upgraded", 2023-12-09T02:59:33.487 INFO:teuthology.orchestra.run.smithi023.stdout: "message": "Currently upgrading osd daemons", 2023-12-09T02:59:33.487 INFO:teuthology.orchestra.run.smithi023.stdout: "is_paused": false 2023-12-09T02:59:33.487 INFO:teuthology.orchestra.run.smithi023.stdout:} 2023-12-09T02:59:33.950 INFO:teuthology.orchestra.run.smithi023.stdout:HEALTH_OK 2023-12-09T02:59:33.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:33 smithi172 bash[51856]: audit 2023-12-09T02:59:32.221384+0000 mgr.y (mgr.25456) 321 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-09T02:59:33.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:33 smithi172 bash[51856]: cephadm 2023-12-09T02:59:32.222773+0000 mgr.y (mgr.25456) 322 : cephadm 1 Upgrade: osd.7 is safe to restart 2023-12-09T02:59:33.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:33 smithi172 bash[51856]: audit 2023-12-09T02:59:32.231207+0000 mgr.y (mgr.25456) 323 : audit 0 from='client.34545 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:59:33.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:33 smithi172 bash[51856]: audit 2023-12-09T02:59:32.608198+0000 mgr.y (mgr.25456) 324 : audit 0 from='client.44476 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:59:33.999 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:33 smithi172 bash[51856]: audit 2023-12-09T02:59:33.096165+0000 mon.c (mon.1) 12 : audit 0 from='client.? 172.21.15.23:0/3400477969' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:59:34.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:33 smithi023 bash[64415]: audit 2023-12-09T02:59:32.221384+0000 mgr.y (mgr.25456) 321 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-09T02:59:34.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:33 smithi023 bash[64415]: cephadm 2023-12-09T02:59:32.222773+0000 mgr.y (mgr.25456) 322 : cephadm 1 Upgrade: osd.7 is safe to restart 2023-12-09T02:59:34.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:33 smithi023 bash[64415]: audit 2023-12-09T02:59:32.231207+0000 mgr.y (mgr.25456) 323 : audit 0 from='client.34545 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:59:34.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:33 smithi023 bash[64415]: audit 2023-12-09T02:59:32.608198+0000 mgr.y (mgr.25456) 324 : audit 0 from='client.44476 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:59:34.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:33 smithi023 bash[64415]: audit 2023-12-09T02:59:33.096165+0000 mon.c (mon.1) 12 : audit 0 from='client.? 172.21.15.23:0/3400477969' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:59:34.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:33 smithi023 bash[65805]: audit 2023-12-09T02:59:32.221384+0000 mgr.y (mgr.25456) 321 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-12-09T02:59:34.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:33 smithi023 bash[65805]: cephadm 2023-12-09T02:59:32.222773+0000 mgr.y (mgr.25456) 322 : cephadm 1 Upgrade: osd.7 is safe to restart 2023-12-09T02:59:34.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:33 smithi023 bash[65805]: audit 2023-12-09T02:59:32.231207+0000 mgr.y (mgr.25456) 323 : audit 0 from='client.34545 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:59:34.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:33 smithi023 bash[65805]: audit 2023-12-09T02:59:32.608198+0000 mgr.y (mgr.25456) 324 : audit 0 from='client.44476 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:59:34.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:33 smithi023 bash[65805]: audit 2023-12-09T02:59:33.096165+0000 mon.c (mon.1) 12 : audit 0 from='client.? 172.21.15.23:0/3400477969' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T02:59:34.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:34 smithi172 bash[51856]: cluster 2023-12-09T02:59:33.454198+0000 mgr.y (mgr.25456) 325 : cluster 0 pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 939 B/s rd, 0 op/s 2023-12-09T02:59:34.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:34 smithi172 bash[51856]: audit 2023-12-09T02:59:33.477028+0000 mgr.y (mgr.25456) 326 : audit 0 from='client.34563 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:59:34.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:34 smithi172 bash[51856]: audit 2023-12-09T02:59:33.941094+0000 mon.c (mon.1) 13 : audit 0 from='client.? 172.21.15.23:0/2977032065' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:59:34.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:34 smithi172 bash[51856]: audit 2023-12-09T02:59:34.407530+0000 mon.a (mon.0) 512 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:34.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:34 smithi172 bash[51856]: audit 2023-12-09T02:59:34.411449+0000 mon.a (mon.0) 513 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-09T02:59:34.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:34 smithi172 bash[51856]: audit 2023-12-09T02:59:34.413163+0000 mon.a (mon.0) 514 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:59:35.025 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:34 smithi023 bash[64415]: cluster 2023-12-09T02:59:33.454198+0000 mgr.y (mgr.25456) 325 : cluster 0 pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 939 B/s rd, 0 op/s 2023-12-09T02:59:35.026 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:34 smithi023 bash[64415]: audit 2023-12-09T02:59:33.477028+0000 mgr.y (mgr.25456) 326 : audit 0 from='client.34563 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:59:35.026 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:34 smithi023 bash[64415]: audit 2023-12-09T02:59:33.941094+0000 mon.c (mon.1) 13 : audit 0 from='client.? 172.21.15.23:0/2977032065' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:59:35.026 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:34 smithi023 bash[64415]: audit 2023-12-09T02:59:34.407530+0000 mon.a (mon.0) 512 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:35.026 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:34 smithi023 bash[64415]: audit 2023-12-09T02:59:34.411449+0000 mon.a (mon.0) 513 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-09T02:59:35.026 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:34 smithi023 bash[64415]: audit 2023-12-09T02:59:34.413163+0000 mon.a (mon.0) 514 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:59:35.026 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:34 smithi023 bash[65805]: cluster 2023-12-09T02:59:33.454198+0000 mgr.y (mgr.25456) 325 : cluster 0 pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 939 B/s rd, 0 op/s 2023-12-09T02:59:35.027 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:34 smithi023 bash[65805]: audit 2023-12-09T02:59:33.477028+0000 mgr.y (mgr.25456) 326 : audit 0 from='client.34563 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T02:59:35.027 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:34 smithi023 bash[65805]: audit 2023-12-09T02:59:33.941094+0000 mon.c (mon.1) 13 : audit 0 from='client.? 172.21.15.23:0/2977032065' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T02:59:35.027 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:34 smithi023 bash[65805]: audit 2023-12-09T02:59:34.407530+0000 mon.a (mon.0) 512 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:35.027 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:34 smithi023 bash[65805]: audit 2023-12-09T02:59:34.411449+0000 mon.a (mon.0) 513 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-09T02:59:35.027 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:34 smithi023 bash[65805]: audit 2023-12-09T02:59:34.413163+0000 mon.a (mon.0) 514 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T02:59:35.993 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:35 smithi172 bash[51856]: cephadm 2023-12-09T02:59:34.391548+0000 mgr.y (mgr.25456) 327 : cephadm 1 Upgrade: Updating osd.7 2023-12-09T02:59:35.994 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:35 smithi172 bash[51856]: cephadm 2023-12-09T02:59:34.419001+0000 mgr.y (mgr.25456) 328 : cephadm 1 Deploying daemon osd.7 on smithi172 2023-12-09T02:59:35.994 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:35 smithi172 bash[51856]: audit 2023-12-09T02:59:35.394479+0000 mon.a (mon.0) 515 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:35.994 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:35 smithi172 bash[51856]: audit 2023-12-09T02:59:35.397030+0000 mon.a (mon.0) 516 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:59:36.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:35 smithi023 bash[64415]: cephadm 2023-12-09T02:59:34.391548+0000 mgr.y (mgr.25456) 327 : cephadm 1 Upgrade: Updating osd.7 2023-12-09T02:59:36.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:35 smithi023 bash[64415]: cephadm 2023-12-09T02:59:34.419001+0000 mgr.y (mgr.25456) 328 : cephadm 1 Deploying daemon osd.7 on smithi172 2023-12-09T02:59:36.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:35 smithi023 bash[64415]: audit 2023-12-09T02:59:35.394479+0000 mon.a (mon.0) 515 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:36.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:35 smithi023 bash[64415]: audit 2023-12-09T02:59:35.397030+0000 mon.a (mon.0) 516 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:59:36.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:35 smithi023 bash[65805]: cephadm 2023-12-09T02:59:34.391548+0000 mgr.y (mgr.25456) 327 : cephadm 1 Upgrade: Updating osd.7 2023-12-09T02:59:36.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:35 smithi023 bash[65805]: cephadm 2023-12-09T02:59:34.419001+0000 mgr.y (mgr.25456) 328 : cephadm 1 Deploying daemon osd.7 on smithi172 2023-12-09T02:59:36.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:35 smithi023 bash[65805]: audit 2023-12-09T02:59:35.394479+0000 mon.a (mon.0) 515 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:36.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:35 smithi023 bash[65805]: audit 2023-12-09T02:59:35.397030+0000 mon.a (mon.0) 516 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:59:36.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:36 smithi172 bash[51856]: cluster 2023-12-09T02:59:35.455560+0000 mgr.y (mgr.25456) 329 : cluster 0 pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:59:36.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:36 smithi172 bash[51856]: audit 2023-12-09T02:59:35.770068+0000 mon.a (mon.0) 517 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:37.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:36 smithi023 bash[65805]: cluster 2023-12-09T02:59:35.455560+0000 mgr.y (mgr.25456) 329 : cluster 0 pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:59:37.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:36 smithi023 bash[65805]: audit 2023-12-09T02:59:35.770068+0000 mon.a (mon.0) 517 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:37.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:36 smithi023 bash[64415]: cluster 2023-12-09T02:59:35.455560+0000 mgr.y (mgr.25456) 329 : cluster 0 pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T02:59:37.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:36 smithi023 bash[64415]: audit 2023-12-09T02:59:35.770068+0000 mon.a (mon.0) 517 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:37.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:37 smithi172 bash[51856]: audit 2023-12-09T02:59:36.546304+0000 mgr.y (mgr.25456) 330 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:59:38.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:37 smithi023 bash[64415]: audit 2023-12-09T02:59:36.546304+0000 mgr.y (mgr.25456) 330 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:59:38.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:37 smithi023 bash[65805]: audit 2023-12-09T02:59:36.546304+0000 mgr.y (mgr.25456) 330 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:59:38.747 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 02:59:38 smithi172 systemd[1]: Stopping Ceph osd.7 for 9eab968a-963b-11ee-95a3-87774f69a715... 2023-12-09T02:59:39.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:38 smithi172 bash[51856]: cluster 2023-12-09T02:59:37.456576+0000 mgr.y (mgr.25456) 331 : cluster 0 pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 0 op/s 2023-12-09T02:59:39.248 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 02:59:38 smithi172 bash[37689]: debug 2023-12-09T02:59:38.803+0000 7f337c0b3700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.7 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-12-09T02:59:39.248 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 02:59:38 smithi172 bash[37689]: debug 2023-12-09T02:59:38.803+0000 7f337c0b3700 -1 osd.7 139 *** Got signal Terminated *** 2023-12-09T02:59:39.248 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 02:59:38 smithi172 bash[37689]: debug 2023-12-09T02:59:38.803+0000 7f337c0b3700 -1 osd.7 139 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-09T02:59:39.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:38 smithi023 bash[64415]: cluster 2023-12-09T02:59:37.456576+0000 mgr.y (mgr.25456) 331 : cluster 0 pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 0 op/s 2023-12-09T02:59:39.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:38 smithi023 bash[65805]: cluster 2023-12-09T02:59:37.456576+0000 mgr.y (mgr.25456) 331 : cluster 0 pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 0 op/s 2023-12-09T02:59:40.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:39 smithi172 bash[51856]: cluster 2023-12-09T02:59:38.798112+0000 mon.a (mon.0) 518 : cluster 1 osd.7 marked itself down and dead 2023-12-09T02:59:40.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:39 smithi172 bash[51856]: cluster 2023-12-09T02:59:38.849400+0000 mon.a (mon.0) 519 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-09T02:59:40.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:39 smithi172 bash[51856]: cluster 2023-12-09T02:59:38.862256+0000 mon.a (mon.0) 520 : cluster 0 osdmap e140: 8 total, 7 up, 8 in 2023-12-09T02:59:40.248 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 02:59:39 smithi172 bash[59763]: ceph-9eab968a-963b-11ee-95a3-87774f69a715-osd-7 2023-12-09T02:59:40.248 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 02:59:40 smithi172 bash[59838]: Error response from daemon: No such container: ceph-9eab968a-963b-11ee-95a3-87774f69a715-osd-7 2023-12-09T02:59:40.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:39 smithi023 bash[65805]: cluster 2023-12-09T02:59:38.798112+0000 mon.a (mon.0) 518 : cluster 1 osd.7 marked itself down and dead 2023-12-09T02:59:40.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:39 smithi023 bash[65805]: cluster 2023-12-09T02:59:38.849400+0000 mon.a (mon.0) 519 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-09T02:59:40.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:39 smithi023 bash[65805]: cluster 2023-12-09T02:59:38.862256+0000 mon.a (mon.0) 520 : cluster 0 osdmap e140: 8 total, 7 up, 8 in 2023-12-09T02:59:40.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:39 smithi023 bash[64415]: cluster 2023-12-09T02:59:38.798112+0000 mon.a (mon.0) 518 : cluster 1 osd.7 marked itself down and dead 2023-12-09T02:59:40.274 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:39 smithi023 bash[64415]: cluster 2023-12-09T02:59:38.849400+0000 mon.a (mon.0) 519 : cluster 3 Health check failed: 1 osds down (OSD_DOWN) 2023-12-09T02:59:40.274 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:39 smithi023 bash[64415]: cluster 2023-12-09T02:59:38.862256+0000 mon.a (mon.0) 520 : cluster 0 osdmap e140: 8 total, 7 up, 8 in 2023-12-09T02:59:41.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:40 smithi172 bash[51856]: cluster 2023-12-09T02:59:39.457624+0000 mgr.y (mgr.25456) 332 : cluster 0 pgmap v206: 161 pgs: 5 peering, 22 stale+active+clean, 134 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-09T02:59:41.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:40 smithi172 bash[51856]: cluster 2023-12-09T02:59:39.852916+0000 mon.a (mon.0) 521 : cluster 3 Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2023-12-09T02:59:41.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:40 smithi172 bash[51856]: cluster 2023-12-09T02:59:39.860625+0000 mon.a (mon.0) 522 : cluster 0 osdmap e141: 8 total, 7 up, 8 in 2023-12-09T02:59:41.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:40 smithi023 bash[65805]: cluster 2023-12-09T02:59:39.457624+0000 mgr.y (mgr.25456) 332 : cluster 0 pgmap v206: 161 pgs: 5 peering, 22 stale+active+clean, 134 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-09T02:59:41.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:40 smithi023 bash[65805]: cluster 2023-12-09T02:59:39.852916+0000 mon.a (mon.0) 521 : cluster 3 Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2023-12-09T02:59:41.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:40 smithi023 bash[65805]: cluster 2023-12-09T02:59:39.860625+0000 mon.a (mon.0) 522 : cluster 0 osdmap e141: 8 total, 7 up, 8 in 2023-12-09T02:59:41.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:40 smithi023 bash[64415]: cluster 2023-12-09T02:59:39.457624+0000 mgr.y (mgr.25456) 332 : cluster 0 pgmap v206: 161 pgs: 5 peering, 22 stale+active+clean, 134 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-12-09T02:59:41.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:40 smithi023 bash[64415]: cluster 2023-12-09T02:59:39.852916+0000 mon.a (mon.0) 521 : cluster 3 Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2023-12-09T02:59:41.274 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:40 smithi023 bash[64415]: cluster 2023-12-09T02:59:39.860625+0000 mon.a (mon.0) 522 : cluster 0 osdmap e141: 8 total, 7 up, 8 in 2023-12-09T02:59:42.163 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 02:59:41 smithi172 systemd[1]: ceph-9eab968a-963b-11ee-95a3-87774f69a715@osd.7.service: Succeeded. 2023-12-09T02:59:42.164 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 02:59:41 smithi172 systemd[1]: Stopped Ceph osd.7 for 9eab968a-963b-11ee-95a3-87774f69a715. 2023-12-09T02:59:42.164 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 02:59:42 smithi172 systemd[1]: Started Ceph osd.7 for 9eab968a-963b-11ee-95a3-87774f69a715. 2023-12-09T02:59:42.773 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:59:42 smithi023 bash[61239]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:59:42] "GET /metrics HTTP/1.1" 200 38426 "" "Prometheus/2.33.4" 2023-12-09T02:59:43.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:42 smithi172 bash[51856]: cluster 2023-12-09T02:59:41.459177+0000 mgr.y (mgr.25456) 333 : cluster 0 pgmap v208: 161 pgs: 48 peering, 3 stale+active+clean, 11 active+undersized, 99 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:59:43.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:42 smithi172 bash[51856]: audit 2023-12-09T02:59:42.140689+0000 mon.a (mon.0) 523 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:43.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:42 smithi172 bash[51856]: audit 2023-12-09T02:59:42.152197+0000 mon.a (mon.0) 524 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:43.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:42 smithi023 bash[65805]: cluster 2023-12-09T02:59:41.459177+0000 mgr.y (mgr.25456) 333 : cluster 0 pgmap v208: 161 pgs: 48 peering, 3 stale+active+clean, 11 active+undersized, 99 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:59:43.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:42 smithi023 bash[65805]: audit 2023-12-09T02:59:42.140689+0000 mon.a (mon.0) 523 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:43.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:42 smithi023 bash[65805]: audit 2023-12-09T02:59:42.152197+0000 mon.a (mon.0) 524 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:43.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:42 smithi023 bash[64415]: cluster 2023-12-09T02:59:41.459177+0000 mgr.y (mgr.25456) 333 : cluster 0 pgmap v208: 161 pgs: 48 peering, 3 stale+active+clean, 11 active+undersized, 99 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail 2023-12-09T02:59:43.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:42 smithi023 bash[64415]: audit 2023-12-09T02:59:42.140689+0000 mon.a (mon.0) 523 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:43.274 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:42 smithi023 bash[64415]: audit 2023-12-09T02:59:42.152197+0000 mon.a (mon.0) 524 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:43.877 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 02:59:43 smithi172 bash[60005]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2023-12-09T02:59:43.877 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 02:59:43 smithi172 bash[60005]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-7 --no-mon-config --dev /dev/mapper/vg_nvme-lv_1 2023-12-09T02:59:43.877 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 02:59:43 smithi172 bash[60005]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2023-12-09T02:59:43.877 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 02:59:43 smithi172 bash[60005]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2023-12-09T02:59:43.877 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 02:59:43 smithi172 bash[60005]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-7/block 2023-12-09T02:59:43.877 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 02:59:43 smithi172 bash[60005]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2023-12-09T02:59:43.877 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 02:59:43 smithi172 bash[60005]: --> ceph-volume raw activate successful for osd ID: 7 2023-12-09T02:59:44.250 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:43 smithi172 bash[51856]: cluster 2023-12-09T02:59:43.814229+0000 mon.a (mon.0) 525 : cluster 3 Health check failed: Degraded data redundancy: 17/726 objects degraded (2.342%), 5 pgs degraded (PG_DEGRADED) 2023-12-09T02:59:44.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:43 smithi023 bash[64415]: cluster 2023-12-09T02:59:43.814229+0000 mon.a (mon.0) 525 : cluster 3 Health check failed: Degraded data redundancy: 17/726 objects degraded (2.342%), 5 pgs degraded (PG_DEGRADED) 2023-12-09T02:59:44.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:43 smithi023 bash[65805]: cluster 2023-12-09T02:59:43.814229+0000 mon.a (mon.0) 525 : cluster 3 Health check failed: Degraded data redundancy: 17/726 objects degraded (2.342%), 5 pgs degraded (PG_DEGRADED) 2023-12-09T02:59:45.181 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:44 smithi172 bash[51856]: cluster 2023-12-09T02:59:43.460591+0000 mgr.y (mgr.25456) 334 : cluster 0 pgmap v209: 161 pgs: 5 active+undersized+degraded, 48 peering, 16 active+undersized, 92 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 17/726 objects degraded (2.342%) 2023-12-09T02:59:45.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:44 smithi023 bash[64415]: cluster 2023-12-09T02:59:43.460591+0000 mgr.y (mgr.25456) 334 : cluster 0 pgmap v209: 161 pgs: 5 active+undersized+degraded, 48 peering, 16 active+undersized, 92 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 17/726 objects degraded (2.342%) 2023-12-09T02:59:45.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:44 smithi023 bash[65805]: cluster 2023-12-09T02:59:43.460591+0000 mgr.y (mgr.25456) 334 : cluster 0 pgmap v209: 161 pgs: 5 active+undersized+degraded, 48 peering, 16 active+undersized, 92 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 17/726 objects degraded (2.342%) 2023-12-09T02:59:45.497 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 02:59:45 smithi172 bash[60291]: debug 2023-12-09T02:59:45.286+0000 7fa99eeb9700 1 -- 172.21.15.172:0/1507111141 <== mon.2 v2:172.21.15.172:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x559f2f5fb1e0 con 0x559f2f680c00 2023-12-09T02:59:46.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:45 smithi172 bash[51856]: cluster 2023-12-09T02:59:45.415184+0000 mon.a (mon.0) 526 : cluster 3 Health check update: Reduced data availability: 6 pgs inactive, 12 pgs peering (PG_AVAILABILITY) 2023-12-09T02:59:46.248 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 02:59:45 smithi172 bash[60291]: debug 2023-12-09T02:59:45.830+0000 7fa9a803f640 -1 Falling back to public interface 2023-12-09T02:59:46.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:45 smithi023 bash[64415]: cluster 2023-12-09T02:59:45.415184+0000 mon.a (mon.0) 526 : cluster 3 Health check update: Reduced data availability: 6 pgs inactive, 12 pgs peering (PG_AVAILABILITY) 2023-12-09T02:59:46.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:45 smithi023 bash[65805]: cluster 2023-12-09T02:59:45.415184+0000 mon.a (mon.0) 526 : cluster 3 Health check update: Reduced data availability: 6 pgs inactive, 12 pgs peering (PG_AVAILABILITY) 2023-12-09T02:59:47.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:46 smithi172 bash[51856]: cluster 2023-12-09T02:59:45.462442+0000 mgr.y (mgr.25456) 335 : cluster 0 pgmap v210: 161 pgs: 24 active+undersized+degraded, 45 active+undersized, 92 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2023-12-09T02:59:47.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:46 smithi172 bash[51856]: cluster 2023-12-09T02:59:46.420647+0000 mon.a (mon.0) 527 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 6 pgs inactive, 12 pgs peering) 2023-12-09T02:59:47.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:46 smithi172 bash[51856]: audit 2023-12-09T02:59:46.556267+0000 mgr.y (mgr.25456) 336 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:59:47.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:46 smithi023 bash[64415]: cluster 2023-12-09T02:59:45.462442+0000 mgr.y (mgr.25456) 335 : cluster 0 pgmap v210: 161 pgs: 24 active+undersized+degraded, 45 active+undersized, 92 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2023-12-09T02:59:47.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:46 smithi023 bash[64415]: cluster 2023-12-09T02:59:46.420647+0000 mon.a (mon.0) 527 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 6 pgs inactive, 12 pgs peering) 2023-12-09T02:59:47.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:46 smithi023 bash[64415]: audit 2023-12-09T02:59:46.556267+0000 mgr.y (mgr.25456) 336 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:59:47.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:46 smithi023 bash[65805]: cluster 2023-12-09T02:59:45.462442+0000 mgr.y (mgr.25456) 335 : cluster 0 pgmap v210: 161 pgs: 24 active+undersized+degraded, 45 active+undersized, 92 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2023-12-09T02:59:47.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:46 smithi023 bash[65805]: cluster 2023-12-09T02:59:46.420647+0000 mon.a (mon.0) 527 : cluster 1 Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 6 pgs inactive, 12 pgs peering) 2023-12-09T02:59:47.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:46 smithi023 bash[65805]: audit 2023-12-09T02:59:46.556267+0000 mgr.y (mgr.25456) 336 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:59:48.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:47 smithi172 bash[51856]: cluster 2023-12-09T02:59:47.463629+0000 mgr.y (mgr.25456) 337 : cluster 0 pgmap v211: 161 pgs: 24 active+undersized+degraded, 45 active+undersized, 92 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2023-12-09T02:59:48.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:47 smithi023 bash[64415]: cluster 2023-12-09T02:59:47.463629+0000 mgr.y (mgr.25456) 337 : cluster 0 pgmap v211: 161 pgs: 24 active+undersized+degraded, 45 active+undersized, 92 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2023-12-09T02:59:48.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:47 smithi023 bash[65805]: cluster 2023-12-09T02:59:47.463629+0000 mgr.y (mgr.25456) 337 : cluster 0 pgmap v211: 161 pgs: 24 active+undersized+degraded, 45 active+undersized, 92 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2023-12-09T02:59:49.247 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 02:59:48 smithi172 bash[60291]: debug 2023-12-09T02:59:48.842+0000 7fa9a803f640 -1 osd.7 0 read_superblock omap replica is missing. 2023-12-09T02:59:49.247 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 02:59:48 smithi172 bash[60291]: debug 2023-12-09T02:59:48.878+0000 7fa9a803f640 -1 osd.7 139 log_to_monitors true 2023-12-09T02:59:49.997 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 02:59:49 smithi172 bash[60291]: debug 2023-12-09T02:59:49.710+0000 7fa9954a8700 -1 osd.7 139 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-09T02:59:49.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:49 smithi172 bash[51856]: audit 2023-12-09T02:59:48.604094+0000 mon.a (mon.0) 528 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:49.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:49 smithi172 bash[51856]: audit 2023-12-09T02:59:48.619329+0000 mon.a (mon.0) 529 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:49.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:49 smithi172 bash[51856]: audit 2023-12-09T02:59:48.878619+0000 mon.a (mon.0) 530 : audit 1 from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-09T02:59:49.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:49 smithi172 bash[51856]: audit 2023-12-09T02:59:48.887583+0000 mon.b (mon.2) 9 : audit 1 from='osd.7 [v2:172.21.15.172:6824/3127079723,v1:172.21.15.172:6825/3127079723]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-09T02:59:50.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:49 smithi023 bash[64415]: audit 2023-12-09T02:59:48.604094+0000 mon.a (mon.0) 528 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:50.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:49 smithi023 bash[64415]: audit 2023-12-09T02:59:48.619329+0000 mon.a (mon.0) 529 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:50.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:49 smithi023 bash[64415]: audit 2023-12-09T02:59:48.878619+0000 mon.a (mon.0) 530 : audit 1 from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-09T02:59:50.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:49 smithi023 bash[64415]: audit 2023-12-09T02:59:48.887583+0000 mon.b (mon.2) 9 : audit 1 from='osd.7 [v2:172.21.15.172:6824/3127079723,v1:172.21.15.172:6825/3127079723]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-09T02:59:50.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:49 smithi023 bash[65805]: audit 2023-12-09T02:59:48.604094+0000 mon.a (mon.0) 528 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:50.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:49 smithi023 bash[65805]: audit 2023-12-09T02:59:48.619329+0000 mon.a (mon.0) 529 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:50.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:49 smithi023 bash[65805]: audit 2023-12-09T02:59:48.878619+0000 mon.a (mon.0) 530 : audit 1 from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-09T02:59:50.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:49 smithi023 bash[65805]: audit 2023-12-09T02:59:48.887583+0000 mon.b (mon.2) 9 : audit 1 from='osd.7 [v2:172.21.15.172:6824/3127079723,v1:172.21.15.172:6825/3127079723]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-09T02:59:50.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:50 smithi172 bash[51856]: cluster 2023-12-09T02:59:49.465091+0000 mgr.y (mgr.25456) 338 : cluster 0 pgmap v212: 161 pgs: 24 active+undersized+degraded, 45 active+undersized, 92 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2023-12-09T02:59:50.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:50 smithi172 bash[51856]: audit 2023-12-09T02:59:49.638425+0000 mon.a (mon.0) 531 : audit 1 from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-09T02:59:50.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:50 smithi172 bash[51856]: cluster 2023-12-09T02:59:49.643803+0000 mon.a (mon.0) 532 : cluster 0 osdmap e142: 8 total, 7 up, 8 in 2023-12-09T02:59:50.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:50 smithi172 bash[51856]: audit 2023-12-09T02:59:49.656368+0000 mon.a (mon.0) 533 : audit 1 from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-09T02:59:50.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:50 smithi172 bash[51856]: audit 2023-12-09T02:59:49.658923+0000 mon.b (mon.2) 10 : audit 1 from='osd.7 [v2:172.21.15.172:6824/3127079723,v1:172.21.15.172:6825/3127079723]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-09T02:59:50.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:50 smithi172 bash[51856]: audit 2023-12-09T02:59:49.718735+0000 mon.a (mon.0) 534 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:50.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:50 smithi172 bash[51856]: audit 2023-12-09T02:59:49.730824+0000 mon.a (mon.0) 535 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:50.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:50 smithi172 bash[51856]: audit 2023-12-09T02:59:50.388658+0000 mon.a (mon.0) 536 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:50.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:50 smithi172 bash[51856]: audit 2023-12-09T02:59:50.391117+0000 mon.a (mon.0) 537 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:59:50.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:50 smithi172 bash[51856]: cluster 2023-12-09T02:59:50.417013+0000 mon.a (mon.0) 538 : cluster 3 Health check update: Degraded data redundancy: 94/726 objects degraded (12.948%), 24 pgs degraded (PG_DEGRADED) 2023-12-09T02:59:51.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:50 smithi023 bash[64415]: cluster 2023-12-09T02:59:49.465091+0000 mgr.y (mgr.25456) 338 : cluster 0 pgmap v212: 161 pgs: 24 active+undersized+degraded, 45 active+undersized, 92 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2023-12-09T02:59:51.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:50 smithi023 bash[64415]: audit 2023-12-09T02:59:49.638425+0000 mon.a (mon.0) 531 : audit 1 from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-09T02:59:51.024 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:50 smithi023 bash[64415]: cluster 2023-12-09T02:59:49.643803+0000 mon.a (mon.0) 532 : cluster 0 osdmap e142: 8 total, 7 up, 8 in 2023-12-09T02:59:51.024 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:50 smithi023 bash[64415]: audit 2023-12-09T02:59:49.656368+0000 mon.a (mon.0) 533 : audit 1 from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-09T02:59:51.024 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:50 smithi023 bash[64415]: audit 2023-12-09T02:59:49.658923+0000 mon.b (mon.2) 10 : audit 1 from='osd.7 [v2:172.21.15.172:6824/3127079723,v1:172.21.15.172:6825/3127079723]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-09T02:59:51.024 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:50 smithi023 bash[64415]: audit 2023-12-09T02:59:49.718735+0000 mon.a (mon.0) 534 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:51.024 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:50 smithi023 bash[64415]: audit 2023-12-09T02:59:49.730824+0000 mon.a (mon.0) 535 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:51.024 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:50 smithi023 bash[64415]: audit 2023-12-09T02:59:50.388658+0000 mon.a (mon.0) 536 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:51.024 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:50 smithi023 bash[64415]: audit 2023-12-09T02:59:50.391117+0000 mon.a (mon.0) 537 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:59:51.024 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:50 smithi023 bash[64415]: cluster 2023-12-09T02:59:50.417013+0000 mon.a (mon.0) 538 : cluster 3 Health check update: Degraded data redundancy: 94/726 objects degraded (12.948%), 24 pgs degraded (PG_DEGRADED) 2023-12-09T02:59:51.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:50 smithi023 bash[65805]: cluster 2023-12-09T02:59:49.465091+0000 mgr.y (mgr.25456) 338 : cluster 0 pgmap v212: 161 pgs: 24 active+undersized+degraded, 45 active+undersized, 92 active+clean; 585 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 94/726 objects degraded (12.948%) 2023-12-09T02:59:51.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:50 smithi023 bash[65805]: audit 2023-12-09T02:59:49.638425+0000 mon.a (mon.0) 531 : audit 1 from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-09T02:59:51.025 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:50 smithi023 bash[65805]: cluster 2023-12-09T02:59:49.643803+0000 mon.a (mon.0) 532 : cluster 0 osdmap e142: 8 total, 7 up, 8 in 2023-12-09T02:59:51.025 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:50 smithi023 bash[65805]: audit 2023-12-09T02:59:49.656368+0000 mon.a (mon.0) 533 : audit 1 from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-09T02:59:51.025 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:50 smithi023 bash[65805]: audit 2023-12-09T02:59:49.658923+0000 mon.b (mon.2) 10 : audit 1 from='osd.7 [v2:172.21.15.172:6824/3127079723,v1:172.21.15.172:6825/3127079723]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2023-12-09T02:59:51.025 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:50 smithi023 bash[65805]: audit 2023-12-09T02:59:49.718735+0000 mon.a (mon.0) 534 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:51.025 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:50 smithi023 bash[65805]: audit 2023-12-09T02:59:49.730824+0000 mon.a (mon.0) 535 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:51.025 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:50 smithi023 bash[65805]: audit 2023-12-09T02:59:50.388658+0000 mon.a (mon.0) 536 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:51.025 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:50 smithi023 bash[65805]: audit 2023-12-09T02:59:50.391117+0000 mon.a (mon.0) 537 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T02:59:51.025 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:50 smithi023 bash[65805]: cluster 2023-12-09T02:59:50.417013+0000 mon.a (mon.0) 538 : cluster 3 Health check update: Degraded data redundancy: 94/726 objects degraded (12.948%), 24 pgs degraded (PG_DEGRADED) 2023-12-09T02:59:51.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:51 smithi172 bash[51856]: cluster 2023-12-09T02:59:50.650664+0000 mon.a (mon.0) 539 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-09T02:59:51.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:51 smithi172 bash[51856]: cluster 2023-12-09T02:59:50.662323+0000 mon.a (mon.0) 540 : cluster 1 osd.7 [v2:172.21.15.172:6824/3127079723,v1:172.21.15.172:6825/3127079723] boot 2023-12-09T02:59:51.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:51 smithi172 bash[51856]: cluster 2023-12-09T02:59:50.662425+0000 mon.a (mon.0) 541 : cluster 0 osdmap e143: 8 total, 8 up, 8 in 2023-12-09T02:59:51.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:51 smithi172 bash[51856]: audit 2023-12-09T02:59:50.663424+0000 mon.a (mon.0) 542 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-09T02:59:51.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:51 smithi172 bash[51856]: audit 2023-12-09T02:59:50.803845+0000 mon.a (mon.0) 543 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:52.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:51 smithi023 bash[64415]: cluster 2023-12-09T02:59:50.650664+0000 mon.a (mon.0) 539 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-09T02:59:52.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:51 smithi023 bash[64415]: cluster 2023-12-09T02:59:50.662323+0000 mon.a (mon.0) 540 : cluster 1 osd.7 [v2:172.21.15.172:6824/3127079723,v1:172.21.15.172:6825/3127079723] boot 2023-12-09T02:59:52.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:51 smithi023 bash[64415]: cluster 2023-12-09T02:59:50.662425+0000 mon.a (mon.0) 541 : cluster 0 osdmap e143: 8 total, 8 up, 8 in 2023-12-09T02:59:52.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:51 smithi023 bash[64415]: audit 2023-12-09T02:59:50.663424+0000 mon.a (mon.0) 542 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-09T02:59:52.024 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:51 smithi023 bash[64415]: audit 2023-12-09T02:59:50.803845+0000 mon.a (mon.0) 543 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:52.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:51 smithi023 bash[65805]: cluster 2023-12-09T02:59:50.650664+0000 mon.a (mon.0) 539 : cluster 1 Health check cleared: OSD_DOWN (was: 1 osds down) 2023-12-09T02:59:52.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:51 smithi023 bash[65805]: cluster 2023-12-09T02:59:50.662323+0000 mon.a (mon.0) 540 : cluster 1 osd.7 [v2:172.21.15.172:6824/3127079723,v1:172.21.15.172:6825/3127079723] boot 2023-12-09T02:59:52.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:51 smithi023 bash[65805]: cluster 2023-12-09T02:59:50.662425+0000 mon.a (mon.0) 541 : cluster 0 osdmap e143: 8 total, 8 up, 8 in 2023-12-09T02:59:52.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:51 smithi023 bash[65805]: audit 2023-12-09T02:59:50.663424+0000 mon.a (mon.0) 542 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-09T02:59:52.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:51 smithi023 bash[65805]: audit 2023-12-09T02:59:50.803845+0000 mon.a (mon.0) 543 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T02:59:52.671 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:59:52 smithi023 bash[61239]: ::ffff:172.21.15.172 - - [09/Dec/2023:02:59:52] "GET /metrics HTTP/1.1" 200 38289 "" "Prometheus/2.33.4" 2023-12-09T02:59:52.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:52 smithi172 bash[51856]: cluster 2023-12-09T02:59:51.466201+0000 mgr.y (mgr.25456) 339 : cluster 0 pgmap v215: 161 pgs: 24 active+undersized+degraded, 45 active+undersized, 92 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 94/726 objects degraded (12.948%) 2023-12-09T02:59:52.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:52 smithi172 bash[51856]: cluster 2023-12-09T02:59:51.661965+0000 mon.a (mon.0) 544 : cluster 0 osdmap e144: 8 total, 8 up, 8 in 2023-12-09T02:59:53.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:52 smithi023 bash[64415]: cluster 2023-12-09T02:59:51.466201+0000 mgr.y (mgr.25456) 339 : cluster 0 pgmap v215: 161 pgs: 24 active+undersized+degraded, 45 active+undersized, 92 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 94/726 objects degraded (12.948%) 2023-12-09T02:59:53.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:52 smithi023 bash[64415]: cluster 2023-12-09T02:59:51.661965+0000 mon.a (mon.0) 544 : cluster 0 osdmap e144: 8 total, 8 up, 8 in 2023-12-09T02:59:53.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:52 smithi023 bash[65805]: cluster 2023-12-09T02:59:51.466201+0000 mgr.y (mgr.25456) 339 : cluster 0 pgmap v215: 161 pgs: 24 active+undersized+degraded, 45 active+undersized, 92 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 94/726 objects degraded (12.948%) 2023-12-09T02:59:53.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:52 smithi023 bash[65805]: cluster 2023-12-09T02:59:51.661965+0000 mon.a (mon.0) 544 : cluster 0 osdmap e144: 8 total, 8 up, 8 in 2023-12-09T02:59:54.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:54 smithi172 bash[51856]: cluster 2023-12-09T02:59:53.467422+0000 mgr.y (mgr.25456) 340 : cluster 0 pgmap v217: 161 pgs: 20 active+undersized+degraded, 42 active+undersized, 99 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 85/726 objects degraded (11.708%) 2023-12-09T02:59:55.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:54 smithi023 bash[64415]: cluster 2023-12-09T02:59:53.467422+0000 mgr.y (mgr.25456) 340 : cluster 0 pgmap v217: 161 pgs: 20 active+undersized+degraded, 42 active+undersized, 99 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 85/726 objects degraded (11.708%) 2023-12-09T02:59:55.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:54 smithi023 bash[65805]: cluster 2023-12-09T02:59:53.467422+0000 mgr.y (mgr.25456) 340 : cluster 0 pgmap v217: 161 pgs: 20 active+undersized+degraded, 42 active+undersized, 99 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s; 85/726 objects degraded (11.708%) 2023-12-09T02:59:55.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:55 smithi172 bash[51856]: cluster 2023-12-09T02:59:55.419211+0000 mon.a (mon.0) 545 : cluster 3 Health check update: Degraded data redundancy: 85/726 objects degraded (11.708%), 20 pgs degraded (PG_DEGRADED) 2023-12-09T02:59:56.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:55 smithi023 bash[65805]: cluster 2023-12-09T02:59:55.419211+0000 mon.a (mon.0) 545 : cluster 3 Health check update: Degraded data redundancy: 85/726 objects degraded (11.708%), 20 pgs degraded (PG_DEGRADED) 2023-12-09T02:59:56.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:55 smithi023 bash[64415]: cluster 2023-12-09T02:59:55.419211+0000 mon.a (mon.0) 545 : cluster 3 Health check update: Degraded data redundancy: 85/726 objects degraded (11.708%), 20 pgs degraded (PG_DEGRADED) 2023-12-09T02:59:56.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:56 smithi172 bash[51856]: cluster 2023-12-09T02:59:55.469030+0000 mgr.y (mgr.25456) 341 : cluster 0 pgmap v218: 161 pgs: 6 active+undersized, 155 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-09T02:59:56.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:56 smithi172 bash[51856]: cluster 2023-12-09T02:59:56.430396+0000 mon.a (mon.0) 546 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 85/726 objects degraded (11.708%), 20 pgs degraded) 2023-12-09T02:59:56.998 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:56 smithi172 bash[51856]: cluster 2023-12-09T02:59:56.430466+0000 mon.a (mon.0) 547 : cluster 1 Cluster is now healthy 2023-12-09T02:59:57.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:56 smithi023 bash[65805]: cluster 2023-12-09T02:59:55.469030+0000 mgr.y (mgr.25456) 341 : cluster 0 pgmap v218: 161 pgs: 6 active+undersized, 155 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-09T02:59:57.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:56 smithi023 bash[65805]: cluster 2023-12-09T02:59:56.430396+0000 mon.a (mon.0) 546 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 85/726 objects degraded (11.708%), 20 pgs degraded) 2023-12-09T02:59:57.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:56 smithi023 bash[65805]: cluster 2023-12-09T02:59:56.430466+0000 mon.a (mon.0) 547 : cluster 1 Cluster is now healthy 2023-12-09T02:59:57.024 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:56 smithi023 bash[64415]: cluster 2023-12-09T02:59:55.469030+0000 mgr.y (mgr.25456) 341 : cluster 0 pgmap v218: 161 pgs: 6 active+undersized, 155 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-12-09T02:59:57.024 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:56 smithi023 bash[64415]: cluster 2023-12-09T02:59:56.430396+0000 mon.a (mon.0) 546 : cluster 1 Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 85/726 objects degraded (11.708%), 20 pgs degraded) 2023-12-09T02:59:57.024 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:56 smithi023 bash[64415]: cluster 2023-12-09T02:59:56.430466+0000 mon.a (mon.0) 547 : cluster 1 Cluster is now healthy 2023-12-09T02:59:57.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:57 smithi172 bash[51856]: audit 2023-12-09T02:59:56.567621+0000 mgr.y (mgr.25456) 342 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:59:58.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:57 smithi023 bash[64415]: audit 2023-12-09T02:59:56.567621+0000 mgr.y (mgr.25456) 342 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:59:58.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:57 smithi023 bash[65805]: audit 2023-12-09T02:59:56.567621+0000 mgr.y (mgr.25456) 342 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T02:59:58.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 02:59:58 smithi172 bash[51856]: cluster 2023-12-09T02:59:57.469890+0000 mgr.y (mgr.25456) 343 : cluster 0 pgmap v219: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-09T02:59:59.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:58 smithi023 bash[64415]: cluster 2023-12-09T02:59:57.469890+0000 mgr.y (mgr.25456) 343 : cluster 0 pgmap v219: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-09T02:59:59.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 02:59:58 smithi023 bash[65805]: cluster 2023-12-09T02:59:57.469890+0000 mgr.y (mgr.25456) 343 : cluster 0 pgmap v219: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2023-12-09T03:00:00.009 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 02:59:59 smithi023 bash[64415]: debug 2023-12-09T02:59:59.722+0000 7f6e6a251700 -1 log_channel(cluster) log [ERR] : Health check failed: Upgrade: failed due to an unexpected exception (UPGRADE_EXCEPTION) 2023-12-09T03:00:00.009 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 02:59:59 smithi023 bash[61239]: debug 2023-12-09T02:59:59.694+0000 7fd2f3dd7700 -1 log_channel(cephadm) log [ERR] : Upgrade: Paused due to UPGRADE_EXCEPTION: Upgrade: failed due to an unexpected exception 2023-12-09T03:00:00.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[64415]: debug 2023-12-09T02:59:59.998+0000 7f6e6a251700 -1 log_channel(cluster) log [ERR] : Health detail: HEALTH_ERR Upgrade: failed due to an unexpected exception 2023-12-09T03:00:00.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[64415]: debug 2023-12-09T02:59:59.998+0000 7f6e6a251700 -1 log_channel(cluster) log [ERR] : [ERR] UPGRADE_EXCEPTION: Upgrade: failed due to an unexpected exception 2023-12-09T03:00:00.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[64415]: debug 2023-12-09T02:59:59.998+0000 7f6e6a251700 -1 log_channel(cluster) log [ERR] : Unexpected exception occurred during upgrade process: osd require-osd-release failed: unrecognized release unknown retval: -22 2023-12-09T03:00:00.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:00 smithi172 bash[51856]: cluster 2023-12-09T02:59:59.470949+0000 mgr.y (mgr.25456) 344 : cluster 0 pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 697 B/s rd, 0 op/s 2023-12-09T03:00:00.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:00 smithi172 bash[51856]: audit 2023-12-09T02:59:59.487946+0000 mon.a (mon.0) 548 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T03:00:00.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:00 smithi172 bash[51856]: audit 2023-12-09T02:59:59.497018+0000 mon.a (mon.0) 549 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T03:00:00.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:00 smithi172 bash[51856]: audit 2023-12-09T02:59:59.499282+0000 mon.a (mon.0) 550 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T03:00:00.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:00 smithi172 bash[51856]: audit 2023-12-09T02:59:59.500984+0000 mon.a (mon.0) 551 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T03:00:00.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:00 smithi172 bash[51856]: audit 2023-12-09T02:59:59.510898+0000 mon.a (mon.0) 552 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T03:00:00.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:00 smithi172 bash[51856]: audit 2023-12-09T02:59:59.598352+0000 mon.a (mon.0) 553 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T03:00:00.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:00 smithi172 bash[51856]: audit 2023-12-09T02:59:59.602082+0000 mon.a (mon.0) 554 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T03:00:00.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:00 smithi172 bash[51856]: audit 2023-12-09T02:59:59.604876+0000 mon.a (mon.0) 555 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T03:00:00.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:00 smithi172 bash[51856]: audit 2023-12-09T02:59:59.607083+0000 mon.a (mon.0) 556 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T03:00:00.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:00 smithi172 bash[51856]: audit 2023-12-09T02:59:59.610484+0000 mon.a (mon.0) 557 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T03:00:00.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:00 smithi172 bash[51856]: cephadm 2023-12-09T02:59:59.612010+0000 mgr.y (mgr.25456) 345 : cephadm 1 Upgrade: Setting container_image for all osd 2023-12-09T03:00:00.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:00 smithi172 bash[51856]: audit 2023-12-09T02:59:59.618527+0000 mon.a (mon.0) 558 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T03:00:00.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:00 smithi172 bash[51856]: audit 2023-12-09T02:59:59.621714+0000 mon.a (mon.0) 559 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2023-12-09T03:00:00.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:00 smithi172 bash[51856]: audit 2023-12-09T02:59:59.629324+0000 mon.a (mon.0) 560 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2023-12-09T03:00:00.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:00 smithi172 bash[51856]: audit 2023-12-09T02:59:59.634229+0000 mon.a (mon.0) 561 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2023-12-09T03:00:00.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:00 smithi172 bash[51856]: audit 2023-12-09T02:59:59.640209+0000 mon.a (mon.0) 562 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2023-12-09T03:00:00.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:00 smithi172 bash[51856]: audit 2023-12-09T02:59:59.643545+0000 mon.a (mon.0) 563 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2023-12-09T03:00:00.749 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:00 smithi172 bash[51856]: audit 2023-12-09T02:59:59.648559+0000 mon.a (mon.0) 564 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2023-12-09T03:00:00.750 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:00 smithi172 bash[51856]: audit 2023-12-09T02:59:59.651978+0000 mon.a (mon.0) 565 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2023-12-09T03:00:00.750 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:00 smithi172 bash[51856]: audit 2023-12-09T02:59:59.657175+0000 mon.a (mon.0) 566 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2023-12-09T03:00:00.750 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:00 smithi172 bash[51856]: audit 2023-12-09T02:59:59.660607+0000 mon.a (mon.0) 567 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2023-12-09T03:00:00.750 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:00 smithi172 bash[51856]: audit 2023-12-09T02:59:59.665700+0000 mon.a (mon.0) 568 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2023-12-09T03:00:00.750 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:00 smithi172 bash[51856]: audit 2023-12-09T02:59:59.669205+0000 mon.a (mon.0) 569 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2023-12-09T03:00:00.750 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:00 smithi172 bash[51856]: audit 2023-12-09T02:59:59.673308+0000 mon.a (mon.0) 570 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2023-12-09T03:00:00.750 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:00 smithi172 bash[51856]: audit 2023-12-09T02:59:59.676033+0000 mon.a (mon.0) 571 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2023-12-09T03:00:00.750 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:00 smithi172 bash[51856]: audit 2023-12-09T02:59:59.681653+0000 mon.a (mon.0) 572 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2023-12-09T03:00:00.750 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:00 smithi172 bash[51856]: audit 2023-12-09T02:59:59.684922+0000 mon.a (mon.0) 573 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2023-12-09T03:00:00.750 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:00 smithi172 bash[51856]: audit 2023-12-09T02:59:59.689262+0000 mon.a (mon.0) 574 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2023-12-09T03:00:00.750 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:00 smithi172 bash[51856]: cephadm 2023-12-09T02:59:59.696337+0000 mgr.y (mgr.25456) 346 : cephadm 1 Upgrade: Setting require_osd_release to 19 unknown 2023-12-09T03:00:00.750 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:00 smithi172 bash[51856]: audit 2023-12-09T02:59:59.696814+0000 mon.a (mon.0) 575 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "unknown"}]: dispatch 2023-12-09T03:00:00.750 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:00 smithi172 bash[51856]: cephadm 2023-12-09T02:59:59.697914+0000 mgr.y (mgr.25456) 347 : cephadm 4 Upgrade: Paused due to UPGRADE_EXCEPTION: Upgrade: failed due to an unexpected exception 2023-12-09T03:00:00.750 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:00 smithi172 bash[51856]: audit 2023-12-09T02:59:59.702757+0000 mon.a (mon.0) 576 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T03:00:00.751 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:00 smithi172 bash[51856]: cluster 2023-12-09T02:59:59.703578+0000 mgr.y (mgr.25456) 348 : cluster 0 pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 745 B/s rd, 0 op/s 2023-12-09T03:00:00.751 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:00 smithi172 bash[51856]: audit 2023-12-09T02:59:59.704692+0000 mon.a (mon.0) 577 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T03:00:00.751 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:00 smithi172 bash[51856]: audit 2023-12-09T02:59:59.705748+0000 mon.a (mon.0) 578 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T03:00:00.751 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:00 smithi172 bash[51856]: audit 2023-12-09T02:59:59.711632+0000 mon.a (mon.0) 579 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T03:00:00.751 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:00 smithi172 bash[51856]: cluster 2023-12-09T02:59:59.725987+0000 mon.a (mon.0) 580 : cluster 4 Health check failed: Upgrade: failed due to an unexpected exception (UPGRADE_EXCEPTION) 2023-12-09T03:00:00.751 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:00 smithi172 bash[51856]: cluster 2023-12-09T03:00:00.000134+0000 mon.a (mon.0) 581 : cluster 4 Health detail: HEALTH_ERR Upgrade: failed due to an unexpected exception 2023-12-09T03:00:00.751 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:00 smithi172 bash[51856]: cluster 2023-12-09T03:00:00.000182+0000 mon.a (mon.0) 582 : cluster 4 [ERR] UPGRADE_EXCEPTION: Upgrade: failed due to an unexpected exception 2023-12-09T03:00:00.751 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:00 smithi172 bash[51856]: cluster 2023-12-09T03:00:00.000203+0000 mon.a (mon.0) 583 : cluster 4 Unexpected exception occurred during upgrade process: osd require-osd-release failed: unrecognized release unknown retval: -22 2023-12-09T03:00:00.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[64415]: cluster 2023-12-09T02:59:59.470949+0000 mgr.y (mgr.25456) 344 : cluster 0 pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 697 B/s rd, 0 op/s 2023-12-09T03:00:00.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[64415]: audit 2023-12-09T02:59:59.487946+0000 mon.a (mon.0) 548 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T03:00:00.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[64415]: audit 2023-12-09T02:59:59.497018+0000 mon.a (mon.0) 549 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T03:00:00.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[64415]: audit 2023-12-09T02:59:59.499282+0000 mon.a (mon.0) 550 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T03:00:00.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[64415]: audit 2023-12-09T02:59:59.500984+0000 mon.a (mon.0) 551 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T03:00:00.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[64415]: audit 2023-12-09T02:59:59.510898+0000 mon.a (mon.0) 552 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T03:00:00.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[64415]: audit 2023-12-09T02:59:59.598352+0000 mon.a (mon.0) 553 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T03:00:00.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[64415]: audit 2023-12-09T02:59:59.602082+0000 mon.a (mon.0) 554 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T03:00:00.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[64415]: audit 2023-12-09T02:59:59.604876+0000 mon.a (mon.0) 555 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T03:00:00.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[64415]: audit 2023-12-09T02:59:59.607083+0000 mon.a (mon.0) 556 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T03:00:00.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[64415]: audit 2023-12-09T02:59:59.610484+0000 mon.a (mon.0) 557 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T03:00:00.775 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[64415]: cephadm 2023-12-09T02:59:59.612010+0000 mgr.y (mgr.25456) 345 : cephadm 1 Upgrade: Setting container_image for all osd 2023-12-09T03:00:00.775 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[64415]: audit 2023-12-09T02:59:59.618527+0000 mon.a (mon.0) 558 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T03:00:00.775 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[64415]: audit 2023-12-09T02:59:59.621714+0000 mon.a (mon.0) 559 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2023-12-09T03:00:00.775 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[64415]: audit 2023-12-09T02:59:59.629324+0000 mon.a (mon.0) 560 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2023-12-09T03:00:00.775 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[64415]: audit 2023-12-09T02:59:59.634229+0000 mon.a (mon.0) 561 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2023-12-09T03:00:00.775 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[64415]: audit 2023-12-09T02:59:59.640209+0000 mon.a (mon.0) 562 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2023-12-09T03:00:00.775 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[64415]: audit 2023-12-09T02:59:59.643545+0000 mon.a (mon.0) 563 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2023-12-09T03:00:00.775 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[64415]: audit 2023-12-09T02:59:59.648559+0000 mon.a (mon.0) 564 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2023-12-09T03:00:00.777 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[65805]: cluster 2023-12-09T02:59:59.470949+0000 mgr.y (mgr.25456) 344 : cluster 0 pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 697 B/s rd, 0 op/s 2023-12-09T03:00:00.777 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[65805]: audit 2023-12-09T02:59:59.487946+0000 mon.a (mon.0) 548 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T03:00:00.777 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[65805]: audit 2023-12-09T02:59:59.497018+0000 mon.a (mon.0) 549 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T03:00:00.777 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[65805]: audit 2023-12-09T02:59:59.499282+0000 mon.a (mon.0) 550 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T03:00:00.777 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[65805]: audit 2023-12-09T02:59:59.500984+0000 mon.a (mon.0) 551 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T03:00:00.778 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[65805]: audit 2023-12-09T02:59:59.510898+0000 mon.a (mon.0) 552 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T03:00:00.778 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[65805]: audit 2023-12-09T02:59:59.598352+0000 mon.a (mon.0) 553 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-09T03:00:00.778 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[65805]: audit 2023-12-09T02:59:59.602082+0000 mon.a (mon.0) 554 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T03:00:00.778 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[65805]: audit 2023-12-09T02:59:59.604876+0000 mon.a (mon.0) 555 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T03:00:00.778 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[65805]: audit 2023-12-09T02:59:59.607083+0000 mon.a (mon.0) 556 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T03:00:00.778 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[65805]: audit 2023-12-09T02:59:59.610484+0000 mon.a (mon.0) 557 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T03:00:00.778 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[65805]: cephadm 2023-12-09T02:59:59.612010+0000 mgr.y (mgr.25456) 345 : cephadm 1 Upgrade: Setting container_image for all osd 2023-12-09T03:00:00.778 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[65805]: audit 2023-12-09T02:59:59.618527+0000 mon.a (mon.0) 558 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T03:00:00.778 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[65805]: audit 2023-12-09T02:59:59.621714+0000 mon.a (mon.0) 559 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2023-12-09T03:00:00.778 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[65805]: audit 2023-12-09T02:59:59.629324+0000 mon.a (mon.0) 560 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2023-12-09T03:00:00.778 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[65805]: audit 2023-12-09T02:59:59.634229+0000 mon.a (mon.0) 561 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2023-12-09T03:00:00.778 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[65805]: audit 2023-12-09T02:59:59.640209+0000 mon.a (mon.0) 562 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2023-12-09T03:00:00.778 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[65805]: audit 2023-12-09T02:59:59.643545+0000 mon.a (mon.0) 563 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2023-12-09T03:00:00.778 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[65805]: audit 2023-12-09T02:59:59.648559+0000 mon.a (mon.0) 564 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2023-12-09T03:00:00.779 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[64415]: audit 2023-12-09T02:59:59.651978+0000 mon.a (mon.0) 565 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2023-12-09T03:00:00.779 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[64415]: audit 2023-12-09T02:59:59.657175+0000 mon.a (mon.0) 566 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2023-12-09T03:00:00.779 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[64415]: audit 2023-12-09T02:59:59.660607+0000 mon.a (mon.0) 567 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2023-12-09T03:00:00.779 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[64415]: audit 2023-12-09T02:59:59.665700+0000 mon.a (mon.0) 568 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2023-12-09T03:00:00.779 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[64415]: audit 2023-12-09T02:59:59.669205+0000 mon.a (mon.0) 569 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2023-12-09T03:00:00.779 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[64415]: audit 2023-12-09T02:59:59.673308+0000 mon.a (mon.0) 570 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2023-12-09T03:00:00.779 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[64415]: audit 2023-12-09T02:59:59.676033+0000 mon.a (mon.0) 571 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2023-12-09T03:00:00.779 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[64415]: audit 2023-12-09T02:59:59.681653+0000 mon.a (mon.0) 572 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2023-12-09T03:00:00.779 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[64415]: audit 2023-12-09T02:59:59.684922+0000 mon.a (mon.0) 573 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2023-12-09T03:00:00.779 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[64415]: audit 2023-12-09T02:59:59.689262+0000 mon.a (mon.0) 574 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2023-12-09T03:00:00.780 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[64415]: cephadm 2023-12-09T02:59:59.696337+0000 mgr.y (mgr.25456) 346 : cephadm 1 Upgrade: Setting require_osd_release to 19 unknown 2023-12-09T03:00:00.780 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[64415]: audit 2023-12-09T02:59:59.696814+0000 mon.a (mon.0) 575 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "unknown"}]: dispatch 2023-12-09T03:00:00.780 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[64415]: cephadm 2023-12-09T02:59:59.697914+0000 mgr.y (mgr.25456) 347 : cephadm 4 Upgrade: Paused due to UPGRADE_EXCEPTION: Upgrade: failed due to an unexpected exception 2023-12-09T03:00:00.780 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[64415]: audit 2023-12-09T02:59:59.702757+0000 mon.a (mon.0) 576 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T03:00:00.780 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[64415]: cluster 2023-12-09T02:59:59.703578+0000 mgr.y (mgr.25456) 348 : cluster 0 pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 745 B/s rd, 0 op/s 2023-12-09T03:00:00.780 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[64415]: audit 2023-12-09T02:59:59.704692+0000 mon.a (mon.0) 577 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T03:00:00.780 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[64415]: audit 2023-12-09T02:59:59.705748+0000 mon.a (mon.0) 578 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T03:00:00.780 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[64415]: audit 2023-12-09T02:59:59.711632+0000 mon.a (mon.0) 579 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T03:00:00.780 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[65805]: audit 2023-12-09T02:59:59.651978+0000 mon.a (mon.0) 565 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2023-12-09T03:00:00.780 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[65805]: audit 2023-12-09T02:59:59.657175+0000 mon.a (mon.0) 566 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2023-12-09T03:00:00.780 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[65805]: audit 2023-12-09T02:59:59.660607+0000 mon.a (mon.0) 567 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2023-12-09T03:00:00.780 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[65805]: audit 2023-12-09T02:59:59.665700+0000 mon.a (mon.0) 568 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2023-12-09T03:00:00.781 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[65805]: audit 2023-12-09T02:59:59.669205+0000 mon.a (mon.0) 569 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2023-12-09T03:00:00.781 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[65805]: audit 2023-12-09T02:59:59.673308+0000 mon.a (mon.0) 570 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2023-12-09T03:00:00.781 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[65805]: audit 2023-12-09T02:59:59.676033+0000 mon.a (mon.0) 571 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2023-12-09T03:00:00.781 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[65805]: audit 2023-12-09T02:59:59.681653+0000 mon.a (mon.0) 572 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2023-12-09T03:00:00.781 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[65805]: audit 2023-12-09T02:59:59.684922+0000 mon.a (mon.0) 573 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2023-12-09T03:00:00.781 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[65805]: audit 2023-12-09T02:59:59.689262+0000 mon.a (mon.0) 574 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2023-12-09T03:00:00.781 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[65805]: cephadm 2023-12-09T02:59:59.696337+0000 mgr.y (mgr.25456) 346 : cephadm 1 Upgrade: Setting require_osd_release to 19 unknown 2023-12-09T03:00:00.781 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[65805]: audit 2023-12-09T02:59:59.696814+0000 mon.a (mon.0) 575 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd require-osd-release", "release": "unknown"}]: dispatch 2023-12-09T03:00:00.781 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[65805]: cephadm 2023-12-09T02:59:59.697914+0000 mgr.y (mgr.25456) 347 : cephadm 4 Upgrade: Paused due to UPGRADE_EXCEPTION: Upgrade: failed due to an unexpected exception 2023-12-09T03:00:00.781 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[65805]: audit 2023-12-09T02:59:59.702757+0000 mon.a (mon.0) 576 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T03:00:00.781 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[65805]: cluster 2023-12-09T02:59:59.703578+0000 mgr.y (mgr.25456) 348 : cluster 0 pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 745 B/s rd, 0 op/s 2023-12-09T03:00:00.781 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[65805]: audit 2023-12-09T02:59:59.704692+0000 mon.a (mon.0) 577 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T03:00:00.781 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[65805]: audit 2023-12-09T02:59:59.705748+0000 mon.a (mon.0) 578 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T03:00:00.782 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[65805]: audit 2023-12-09T02:59:59.711632+0000 mon.a (mon.0) 579 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T03:00:00.782 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[64415]: cluster 2023-12-09T02:59:59.725987+0000 mon.a (mon.0) 580 : cluster 4 Health check failed: Upgrade: failed due to an unexpected exception (UPGRADE_EXCEPTION) 2023-12-09T03:00:00.782 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[64415]: cluster 2023-12-09T03:00:00.000134+0000 mon.a (mon.0) 581 : cluster 4 Health detail: HEALTH_ERR Upgrade: failed due to an unexpected exception 2023-12-09T03:00:00.782 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[64415]: cluster 2023-12-09T03:00:00.000182+0000 mon.a (mon.0) 582 : cluster 4 [ERR] UPGRADE_EXCEPTION: Upgrade: failed due to an unexpected exception 2023-12-09T03:00:00.782 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[64415]: cluster 2023-12-09T03:00:00.000203+0000 mon.a (mon.0) 583 : cluster 4 Unexpected exception occurred during upgrade process: osd require-osd-release failed: unrecognized release unknown retval: -22 2023-12-09T03:00:00.782 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[65805]: cluster 2023-12-09T02:59:59.725987+0000 mon.a (mon.0) 580 : cluster 4 Health check failed: Upgrade: failed due to an unexpected exception (UPGRADE_EXCEPTION) 2023-12-09T03:00:00.782 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[65805]: cluster 2023-12-09T03:00:00.000134+0000 mon.a (mon.0) 581 : cluster 4 Health detail: HEALTH_ERR Upgrade: failed due to an unexpected exception 2023-12-09T03:00:00.782 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[65805]: cluster 2023-12-09T03:00:00.000182+0000 mon.a (mon.0) 582 : cluster 4 [ERR] UPGRADE_EXCEPTION: Upgrade: failed due to an unexpected exception 2023-12-09T03:00:00.783 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:00 smithi023 bash[65805]: cluster 2023-12-09T03:00:00.000203+0000 mon.a (mon.0) 583 : cluster 4 Unexpected exception occurred during upgrade process: osd require-osd-release failed: unrecognized release unknown retval: -22 2023-12-09T03:00:02.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:01 smithi172 bash[51856]: audit 2023-12-09T03:00:00.828533+0000 mon.a (mon.0) 584 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T03:00:02.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:01 smithi023 bash[64415]: audit 2023-12-09T03:00:00.828533+0000 mon.a (mon.0) 584 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T03:00:02.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:01 smithi023 bash[65805]: audit 2023-12-09T03:00:00.828533+0000 mon.a (mon.0) 584 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T03:00:02.773 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 03:00:02 smithi023 bash[61239]: ::ffff:172.21.15.172 - - [09/Dec/2023:03:00:02] "GET /metrics HTTP/1.1" 200 38289 "" "Prometheus/2.33.4" 2023-12-09T03:00:03.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:02 smithi172 bash[51856]: cluster 2023-12-09T03:00:01.704906+0000 mgr.y (mgr.25456) 349 : cluster 0 pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-09T03:00:03.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:02 smithi023 bash[64415]: cluster 2023-12-09T03:00:01.704906+0000 mgr.y (mgr.25456) 349 : cluster 0 pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-09T03:00:03.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:02 smithi023 bash[65805]: cluster 2023-12-09T03:00:01.704906+0000 mgr.y (mgr.25456) 349 : cluster 0 pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-09T03:00:04.362 INFO:teuthology.orchestra.run.smithi023.stdout:true 2023-12-09T03:00:04.762 INFO:teuthology.orchestra.run.smithi023.stdout:"Error: UPGRADE_EXCEPTION: Upgrade: failed due to an unexpected exception" 2023-12-09T03:00:05.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:04 smithi172 bash[51856]: cluster 2023-12-09T03:00:03.705870+0000 mgr.y (mgr.25456) 350 : cluster 0 pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-09T03:00:05.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:04 smithi023 bash[64415]: cluster 2023-12-09T03:00:03.705870+0000 mgr.y (mgr.25456) 350 : cluster 0 pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-09T03:00:05.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:04 smithi023 bash[65805]: cluster 2023-12-09T03:00:03.705870+0000 mgr.y (mgr.25456) 350 : cluster 0 pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-09T03:00:05.704 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -e sha1=9dcc13bb80dcc1cdea72b04d80505b4649a2b882 -- bash -c 'ceph orch ps' 2023-12-09T03:00:06.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:05 smithi023 bash[64415]: audit 2023-12-09T03:00:04.337905+0000 mgr.y (mgr.25456) 351 : audit 0 from='client.34578 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T03:00:06.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:05 smithi023 bash[64415]: audit 2023-12-09T03:00:04.737846+0000 mgr.y (mgr.25456) 352 : audit 0 from='client.44512 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T03:00:06.024 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:05 smithi023 bash[64415]: audit 2023-12-09T03:00:05.388239+0000 mon.a (mon.0) 585 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T03:00:06.024 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:05 smithi023 bash[64415]: audit 2023-12-09T03:00:05.390604+0000 mon.a (mon.0) 586 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T03:00:06.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:05 smithi023 bash[65805]: audit 2023-12-09T03:00:04.337905+0000 mgr.y (mgr.25456) 351 : audit 0 from='client.34578 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T03:00:06.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:05 smithi023 bash[65805]: audit 2023-12-09T03:00:04.737846+0000 mgr.y (mgr.25456) 352 : audit 0 from='client.44512 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T03:00:06.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:05 smithi023 bash[65805]: audit 2023-12-09T03:00:05.388239+0000 mon.a (mon.0) 585 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T03:00:06.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:05 smithi023 bash[65805]: audit 2023-12-09T03:00:05.390604+0000 mon.a (mon.0) 586 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T03:00:06.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:05 smithi172 bash[51856]: audit 2023-12-09T03:00:04.337905+0000 mgr.y (mgr.25456) 351 : audit 0 from='client.34578 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T03:00:06.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:05 smithi172 bash[51856]: audit 2023-12-09T03:00:04.737846+0000 mgr.y (mgr.25456) 352 : audit 0 from='client.44512 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T03:00:06.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:05 smithi172 bash[51856]: audit 2023-12-09T03:00:05.388239+0000 mon.a (mon.0) 585 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T03:00:06.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:05 smithi172 bash[51856]: audit 2023-12-09T03:00:05.390604+0000 mon.a (mon.0) 586 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T03:00:07.151 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:06 smithi023 bash[65805]: cluster 2023-12-09T03:00:05.707586+0000 mgr.y (mgr.25456) 353 : cluster 0 pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1000 B/s rd, 0 op/s 2023-12-09T03:00:07.151 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:06 smithi023 bash[64415]: cluster 2023-12-09T03:00:05.707586+0000 mgr.y (mgr.25456) 353 : cluster 0 pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1000 B/s rd, 0 op/s 2023-12-09T03:00:07.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:06 smithi172 bash[51856]: cluster 2023-12-09T03:00:05.707586+0000 mgr.y (mgr.25456) 353 : cluster 0 pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1000 B/s rd, 0 op/s 2023-12-09T03:00:08.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:07 smithi172 bash[51856]: audit 2023-12-09T03:00:06.578012+0000 mgr.y (mgr.25456) 354 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T03:00:08.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:07 smithi023 bash[64415]: audit 2023-12-09T03:00:06.578012+0000 mgr.y (mgr.25456) 354 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T03:00:08.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:07 smithi023 bash[65805]: audit 2023-12-09T03:00:06.578012+0000 mgr.y (mgr.25456) 354 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T03:00:09.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:08 smithi172 bash[51856]: cluster 2023-12-09T03:00:07.708274+0000 mgr.y (mgr.25456) 355 : cluster 0 pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1000 B/s rd, 0 op/s 2023-12-09T03:00:09.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:08 smithi023 bash[65805]: cluster 2023-12-09T03:00:07.708274+0000 mgr.y (mgr.25456) 355 : cluster 0 pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1000 B/s rd, 0 op/s 2023-12-09T03:00:09.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:08 smithi023 bash[64415]: cluster 2023-12-09T03:00:07.708274+0000 mgr.y (mgr.25456) 355 : cluster 0 pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1000 B/s rd, 0 op/s 2023-12-09T03:00:09.331 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-09T03:00:09.332 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (8m) 2m ago 15m 16.0M - 0.23.0 ba2b418f427c 3b4091a6361f 2023-12-09T03:00:09.332 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi172 *:3000 running (7m) 20s ago 15m 44.2M - 8.3.5 dad864ee21e9 b146a6fad367 2023-12-09T03:00:09.332 INFO:teuthology.orchestra.run.smithi023.stdout:iscsi.foo.smithi023.vcvunr smithi023 running (6m) 2m ago 13m 46.8M - 3.5 e1d6a67b021e cab96a54a200 2023-12-09T03:00:09.332 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi172 *:8443,9283,8765 running (6m) 20s ago 21m 435M - 19.0.0-44-g9dcc13bb f28f2b94f153 997a6e266d78 2023-12-09T03:00:09.332 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:8443,9283,8765 running (7m) 2m ago 23m 493M - 19.0.0-44-g9dcc13bb f28f2b94f153 f635daf405b8 2023-12-09T03:00:09.332 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (6m) 2m ago 23m 52.8M 2048M 19.0.0-44-g9dcc13bb f28f2b94f153 aa99792ae0fd 2023-12-09T03:00:09.333 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi172 running (5m) 20s ago 21m 46.8M 2048M 19.0.0-44-g9dcc13bb f28f2b94f153 aa13b48f02bc 2023-12-09T03:00:09.333 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (5m) 2m ago 21m 44.5M 2048M 19.0.0-44-g9dcc13bb f28f2b94f153 6eb3e7afe9c1 2023-12-09T03:00:09.333 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (8m) 2m ago 15m 12.3M - 1.3.1 1dbe0e931976 11aaca649943 2023-12-09T03:00:09.333 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi172 *:9100 running (8m) 20s ago 15m 12.7M - 1.3.1 1dbe0e931976 7938141dc8d6 2023-12-09T03:00:09.333 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (3m) 2m ago 21m 52.7M 2781M 19.0.0-44-g9dcc13bb f28f2b94f153 5a768836da38 2023-12-09T03:00:09.333 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (3m) 2m ago 20m 51.7M 2781M 19.0.0-44-g9dcc13bb f28f2b94f153 1ce77f0aaf3e 2023-12-09T03:00:09.333 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (2m) 2m ago 19m 47.5M 2781M 19.0.0-44-g9dcc13bb f28f2b94f153 4b8ac3729448 2023-12-09T03:00:09.334 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (2m) 2m ago 19m - 2781M 19.0.0-44-g9dcc13bb f28f2b94f153 a75e9030f217 2023-12-09T03:00:09.334 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi172 running (109s) 20s ago 18m 54.3M 3037M 19.0.0-44-g9dcc13bb f28f2b94f153 262923821e93 2023-12-09T03:00:09.334 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi172 running (81s) 20s ago 17m 49.5M 3037M 19.0.0-44-g9dcc13bb f28f2b94f153 dbd40c32da47 2023-12-09T03:00:09.334 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi172 running (53s) 20s ago 17m 49.1M 3037M 19.0.0-44-g9dcc13bb f28f2b94f153 81734dc66a66 2023-12-09T03:00:09.334 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi172 running (24s) 20s ago 16m - 3037M 19.0.0-44-g9dcc13bb f28f2b94f153 0691c211b43f 2023-12-09T03:00:09.335 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi172 *:9095 running (6m) 20s ago 15m 64.6M - 2.33.4 514e6a882f6e 506724a1b8e0 2023-12-09T03:00:09.335 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.foo.smithi023.mllipj smithi023 *:8000 running (13m) 2m ago 13m 89.2M - 17.2.0 e1d6a67b021e 110d5ba1c152 2023-12-09T03:00:09.335 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.foo.smithi172.aqpemq smithi172 *:8000 running (13m) 20s ago 13m 90.1M - 17.2.0 e1d6a67b021e c9a58e322a85 2023-12-09T03:00:09.335 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.smpl.smithi023.ikvhaq smithi023 *:80 running (13m) 2m ago 13m 89.5M - 17.2.0 e1d6a67b021e 9fb31f23b01c 2023-12-09T03:00:09.335 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.smpl.smithi172.ysxvfy smithi172 *:80 running (13m) 20s ago 13m 89.9M - 17.2.0 e1d6a67b021e 3c13f0c0b020 2023-12-09T03:00:10.205 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:09 smithi023 bash[64415]: audit 2023-12-09T03:00:09.305509+0000 mgr.y (mgr.25456) 356 : audit 0 from='client.34590 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T03:00:10.206 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:09 smithi023 bash[64415]: cluster 2023-12-09T03:00:09.709650+0000 mgr.y (mgr.25456) 357 : cluster 0 pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1000 B/s rd, 0 op/s 2023-12-09T03:00:10.206 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:09 smithi023 bash[65805]: audit 2023-12-09T03:00:09.305509+0000 mgr.y (mgr.25456) 356 : audit 0 from='client.34590 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T03:00:10.206 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:09 smithi023 bash[65805]: cluster 2023-12-09T03:00:09.709650+0000 mgr.y (mgr.25456) 357 : cluster 0 pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1000 B/s rd, 0 op/s 2023-12-09T03:00:10.207 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -e sha1=9dcc13bb80dcc1cdea72b04d80505b4649a2b882 -- bash -c 'ceph versions' 2023-12-09T03:00:10.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:09 smithi172 bash[51856]: audit 2023-12-09T03:00:09.305509+0000 mgr.y (mgr.25456) 356 : audit 0 from='client.34590 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T03:00:10.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:09 smithi172 bash[51856]: cluster 2023-12-09T03:00:09.709650+0000 mgr.y (mgr.25456) 357 : cluster 0 pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1000 B/s rd, 0 op/s 2023-12-09T03:00:12.773 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 03:00:12 smithi023 bash[61239]: ::ffff:172.21.15.172 - - [09/Dec/2023:03:00:12] "GET /metrics HTTP/1.1" 200 38504 "" "Prometheus/2.33.4" 2023-12-09T03:00:13.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:12 smithi172 bash[51856]: cluster 2023-12-09T03:00:11.711119+0000 mgr.y (mgr.25456) 358 : cluster 0 pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T03:00:13.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:12 smithi023 bash[64415]: cluster 2023-12-09T03:00:11.711119+0000 mgr.y (mgr.25456) 358 : cluster 0 pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T03:00:13.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:12 smithi023 bash[65805]: cluster 2023-12-09T03:00:11.711119+0000 mgr.y (mgr.25456) 358 : cluster 0 pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T03:00:13.927 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2023-12-09T03:00:13.928 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2023-12-09T03:00:13.928 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 3 2023-12-09T03:00:13.928 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T03:00:13.928 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2023-12-09T03:00:13.928 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 2 2023-12-09T03:00:13.928 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T03:00:13.928 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2023-12-09T03:00:13.928 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 8 2023-12-09T03:00:13.928 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T03:00:13.928 INFO:teuthology.orchestra.run.smithi023.stdout: "rgw": { 2023-12-09T03:00:13.928 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-09T03:00:13.928 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T03:00:13.928 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2023-12-09T03:00:13.928 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4, 2023-12-09T03:00:13.929 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 13 2023-12-09T03:00:13.929 INFO:teuthology.orchestra.run.smithi023.stdout: } 2023-12-09T03:00:13.929 INFO:teuthology.orchestra.run.smithi023.stdout:} 2023-12-09T03:00:14.724 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -e sha1=9dcc13bb80dcc1cdea72b04d80505b4649a2b882 -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2023-12-09T03:00:15.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:14 smithi023 bash[64415]: cluster 2023-12-09T03:00:13.712074+0000 mgr.y (mgr.25456) 359 : cluster 0 pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T03:00:15.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:14 smithi023 bash[64415]: audit 2023-12-09T03:00:13.918017+0000 mon.c (mon.1) 14 : audit 0 from='client.? 172.21.15.23:0/2556068273' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T03:00:15.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:14 smithi023 bash[65805]: cluster 2023-12-09T03:00:13.712074+0000 mgr.y (mgr.25456) 359 : cluster 0 pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T03:00:15.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:14 smithi023 bash[65805]: audit 2023-12-09T03:00:13.918017+0000 mon.c (mon.1) 14 : audit 0 from='client.? 172.21.15.23:0/2556068273' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T03:00:15.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:14 smithi172 bash[51856]: cluster 2023-12-09T03:00:13.712074+0000 mgr.y (mgr.25456) 359 : cluster 0 pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T03:00:15.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:14 smithi172 bash[51856]: audit 2023-12-09T03:00:13.918017+0000 mon.c (mon.1) 14 : audit 0 from='client.? 172.21.15.23:0/2556068273' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T03:00:16.523 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:16 smithi023 bash[64415]: cluster 2023-12-09T03:00:15.713430+0000 mgr.y (mgr.25456) 360 : cluster 0 pgmap v229: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T03:00:16.524 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:16 smithi023 bash[65805]: cluster 2023-12-09T03:00:15.713430+0000 mgr.y (mgr.25456) 360 : cluster 0 pgmap v229: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T03:00:16.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:16 smithi172 bash[51856]: cluster 2023-12-09T03:00:15.713430+0000 mgr.y (mgr.25456) 360 : cluster 0 pgmap v229: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T03:00:17.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:17 smithi172 bash[51856]: audit 2023-12-09T03:00:16.588379+0000 mgr.y (mgr.25456) 361 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T03:00:17.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:17 smithi023 bash[64415]: audit 2023-12-09T03:00:16.588379+0000 mgr.y (mgr.25456) 361 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T03:00:17.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:17 smithi023 bash[65805]: audit 2023-12-09T03:00:16.588379+0000 mgr.y (mgr.25456) 361 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T03:00:17.885 INFO:teuthology.orchestra.run.smithi023.stdout:wait for servicemap items w/ changing names to refresh 2023-12-09T03:00:18.733 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:18 smithi023 bash[64415]: cluster 2023-12-09T03:00:17.714358+0000 mgr.y (mgr.25456) 362 : cluster 0 pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T03:00:18.733 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:18 smithi023 bash[65805]: cluster 2023-12-09T03:00:17.714358+0000 mgr.y (mgr.25456) 362 : cluster 0 pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T03:00:18.734 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -e sha1=9dcc13bb80dcc1cdea72b04d80505b4649a2b882 -- bash -c 'sleep 60' 2023-12-09T03:00:18.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:18 smithi172 bash[51856]: cluster 2023-12-09T03:00:17.714358+0000 mgr.y (mgr.25456) 362 : cluster 0 pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T03:00:21.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:20 smithi172 bash[51856]: cluster 2023-12-09T03:00:19.715521+0000 mgr.y (mgr.25456) 363 : cluster 0 pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T03:00:21.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:20 smithi172 bash[51856]: audit 2023-12-09T03:00:20.381206+0000 mon.a (mon.0) 587 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T03:00:21.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:20 smithi023 bash[65805]: cluster 2023-12-09T03:00:19.715521+0000 mgr.y (mgr.25456) 363 : cluster 0 pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T03:00:21.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:20 smithi023 bash[65805]: audit 2023-12-09T03:00:20.381206+0000 mon.a (mon.0) 587 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T03:00:21.274 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:20 smithi023 bash[64415]: cluster 2023-12-09T03:00:19.715521+0000 mgr.y (mgr.25456) 363 : cluster 0 pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T03:00:21.274 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:20 smithi023 bash[64415]: audit 2023-12-09T03:00:20.381206+0000 mon.a (mon.0) 587 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T03:00:22.773 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 03:00:22 smithi023 bash[61239]: ::ffff:172.21.15.172 - - [09/Dec/2023:03:00:22] "GET /metrics HTTP/1.1" 200 38505 "" "Prometheus/2.33.4" 2023-12-09T03:00:23.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:22 smithi172 bash[51856]: cluster 2023-12-09T03:00:21.716948+0000 mgr.y (mgr.25456) 364 : cluster 0 pgmap v232: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T03:00:23.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:22 smithi023 bash[64415]: cluster 2023-12-09T03:00:21.716948+0000 mgr.y (mgr.25456) 364 : cluster 0 pgmap v232: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T03:00:23.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:22 smithi023 bash[65805]: cluster 2023-12-09T03:00:21.716948+0000 mgr.y (mgr.25456) 364 : cluster 0 pgmap v232: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T03:00:25.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:24 smithi172 bash[51856]: cluster 2023-12-09T03:00:23.717892+0000 mgr.y (mgr.25456) 365 : cluster 0 pgmap v233: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T03:00:25.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:24 smithi023 bash[64415]: cluster 2023-12-09T03:00:23.717892+0000 mgr.y (mgr.25456) 365 : cluster 0 pgmap v233: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T03:00:25.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:24 smithi023 bash[65805]: cluster 2023-12-09T03:00:23.717892+0000 mgr.y (mgr.25456) 365 : cluster 0 pgmap v233: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T03:00:26.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:26 smithi172 bash[51856]: cluster 2023-12-09T03:00:25.719569+0000 mgr.y (mgr.25456) 366 : cluster 0 pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T03:00:26.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:26 smithi023 bash[64415]: cluster 2023-12-09T03:00:25.719569+0000 mgr.y (mgr.25456) 366 : cluster 0 pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T03:00:26.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:26 smithi023 bash[65805]: cluster 2023-12-09T03:00:25.719569+0000 mgr.y (mgr.25456) 366 : cluster 0 pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T03:00:27.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:27 smithi172 bash[51856]: audit 2023-12-09T03:00:26.597044+0000 mgr.y (mgr.25456) 367 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T03:00:27.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:27 smithi023 bash[64415]: audit 2023-12-09T03:00:26.597044+0000 mgr.y (mgr.25456) 367 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T03:00:27.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:27 smithi023 bash[65805]: audit 2023-12-09T03:00:26.597044+0000 mgr.y (mgr.25456) 367 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T03:00:28.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:28 smithi172 bash[51856]: cluster 2023-12-09T03:00:27.720506+0000 mgr.y (mgr.25456) 368 : cluster 0 pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T03:00:28.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:28 smithi023 bash[64415]: cluster 2023-12-09T03:00:27.720506+0000 mgr.y (mgr.25456) 368 : cluster 0 pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T03:00:28.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:28 smithi023 bash[65805]: cluster 2023-12-09T03:00:27.720506+0000 mgr.y (mgr.25456) 368 : cluster 0 pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T03:00:31.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:30 smithi172 bash[51856]: cluster 2023-12-09T03:00:29.721639+0000 mgr.y (mgr.25456) 369 : cluster 0 pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T03:00:31.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:30 smithi023 bash[64415]: cluster 2023-12-09T03:00:29.721639+0000 mgr.y (mgr.25456) 369 : cluster 0 pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T03:00:31.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:30 smithi023 bash[65805]: cluster 2023-12-09T03:00:29.721639+0000 mgr.y (mgr.25456) 369 : cluster 0 pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T03:00:32.773 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 03:00:32 smithi023 bash[61239]: ::ffff:172.21.15.172 - - [09/Dec/2023:03:00:32] "GET /metrics HTTP/1.1" 200 38505 "" "Prometheus/2.33.4" 2023-12-09T03:00:33.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:32 smithi172 bash[51856]: cluster 2023-12-09T03:00:31.722829+0000 mgr.y (mgr.25456) 370 : cluster 0 pgmap v237: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T03:00:33.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:32 smithi023 bash[64415]: cluster 2023-12-09T03:00:31.722829+0000 mgr.y (mgr.25456) 370 : cluster 0 pgmap v237: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T03:00:33.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:32 smithi023 bash[65805]: cluster 2023-12-09T03:00:31.722829+0000 mgr.y (mgr.25456) 370 : cluster 0 pgmap v237: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T03:00:35.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:34 smithi172 bash[51856]: cluster 2023-12-09T03:00:33.723795+0000 mgr.y (mgr.25456) 371 : cluster 0 pgmap v238: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T03:00:35.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:34 smithi023 bash[64415]: cluster 2023-12-09T03:00:33.723795+0000 mgr.y (mgr.25456) 371 : cluster 0 pgmap v238: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T03:00:35.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:34 smithi023 bash[65805]: cluster 2023-12-09T03:00:33.723795+0000 mgr.y (mgr.25456) 371 : cluster 0 pgmap v238: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T03:00:36.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:35 smithi172 bash[51856]: audit 2023-12-09T03:00:35.381578+0000 mon.a (mon.0) 588 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T03:00:36.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:35 smithi023 bash[65805]: audit 2023-12-09T03:00:35.381578+0000 mon.a (mon.0) 588 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T03:00:36.274 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:35 smithi023 bash[64415]: audit 2023-12-09T03:00:35.381578+0000 mon.a (mon.0) 588 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T03:00:37.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:36 smithi023 bash[64415]: cluster 2023-12-09T03:00:35.725473+0000 mgr.y (mgr.25456) 372 : cluster 0 pgmap v239: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T03:00:37.024 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:36 smithi023 bash[65805]: cluster 2023-12-09T03:00:35.725473+0000 mgr.y (mgr.25456) 372 : cluster 0 pgmap v239: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T03:00:37.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:36 smithi172 bash[51856]: cluster 2023-12-09T03:00:35.725473+0000 mgr.y (mgr.25456) 372 : cluster 0 pgmap v239: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T03:00:38.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:37 smithi172 bash[51856]: audit 2023-12-09T03:00:36.608271+0000 mgr.y (mgr.25456) 373 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T03:00:38.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:37 smithi023 bash[64415]: audit 2023-12-09T03:00:36.608271+0000 mgr.y (mgr.25456) 373 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T03:00:38.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:37 smithi023 bash[65805]: audit 2023-12-09T03:00:36.608271+0000 mgr.y (mgr.25456) 373 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T03:00:39.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:38 smithi172 bash[51856]: cluster 2023-12-09T03:00:37.726483+0000 mgr.y (mgr.25456) 374 : cluster 0 pgmap v240: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T03:00:39.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:38 smithi023 bash[64415]: cluster 2023-12-09T03:00:37.726483+0000 mgr.y (mgr.25456) 374 : cluster 0 pgmap v240: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T03:00:39.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:38 smithi023 bash[65805]: cluster 2023-12-09T03:00:37.726483+0000 mgr.y (mgr.25456) 374 : cluster 0 pgmap v240: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T03:00:41.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:40 smithi172 bash[51856]: cluster 2023-12-09T03:00:39.727696+0000 mgr.y (mgr.25456) 375 : cluster 0 pgmap v241: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T03:00:41.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:40 smithi023 bash[64415]: cluster 2023-12-09T03:00:39.727696+0000 mgr.y (mgr.25456) 375 : cluster 0 pgmap v241: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T03:00:41.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:40 smithi023 bash[65805]: cluster 2023-12-09T03:00:39.727696+0000 mgr.y (mgr.25456) 375 : cluster 0 pgmap v241: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T03:00:42.773 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 03:00:42 smithi023 bash[61239]: ::ffff:172.21.15.172 - - [09/Dec/2023:03:00:42] "GET /metrics HTTP/1.1" 200 38506 "" "Prometheus/2.33.4" 2023-12-09T03:00:43.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:42 smithi172 bash[51856]: cluster 2023-12-09T03:00:41.729112+0000 mgr.y (mgr.25456) 376 : cluster 0 pgmap v242: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T03:00:43.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:42 smithi023 bash[64415]: cluster 2023-12-09T03:00:41.729112+0000 mgr.y (mgr.25456) 376 : cluster 0 pgmap v242: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T03:00:43.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:42 smithi023 bash[65805]: cluster 2023-12-09T03:00:41.729112+0000 mgr.y (mgr.25456) 376 : cluster 0 pgmap v242: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T03:00:45.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:44 smithi172 bash[51856]: cluster 2023-12-09T03:00:43.730226+0000 mgr.y (mgr.25456) 377 : cluster 0 pgmap v243: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T03:00:45.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:44 smithi023 bash[64415]: cluster 2023-12-09T03:00:43.730226+0000 mgr.y (mgr.25456) 377 : cluster 0 pgmap v243: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T03:00:45.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:44 smithi023 bash[65805]: cluster 2023-12-09T03:00:43.730226+0000 mgr.y (mgr.25456) 377 : cluster 0 pgmap v243: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T03:00:46.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:46 smithi172 bash[51856]: cluster 2023-12-09T03:00:45.732057+0000 mgr.y (mgr.25456) 378 : cluster 0 pgmap v244: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T03:00:46.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:46 smithi023 bash[64415]: cluster 2023-12-09T03:00:45.732057+0000 mgr.y (mgr.25456) 378 : cluster 0 pgmap v244: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T03:00:46.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:46 smithi023 bash[65805]: cluster 2023-12-09T03:00:45.732057+0000 mgr.y (mgr.25456) 378 : cluster 0 pgmap v244: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T03:00:47.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:47 smithi172 bash[51856]: audit 2023-12-09T03:00:46.619592+0000 mgr.y (mgr.25456) 379 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T03:00:47.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:47 smithi023 bash[64415]: audit 2023-12-09T03:00:46.619592+0000 mgr.y (mgr.25456) 379 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T03:00:47.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:47 smithi023 bash[65805]: audit 2023-12-09T03:00:46.619592+0000 mgr.y (mgr.25456) 379 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T03:00:48.748 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:48 smithi172 bash[51856]: cluster 2023-12-09T03:00:47.732917+0000 mgr.y (mgr.25456) 380 : cluster 0 pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T03:00:48.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:48 smithi023 bash[64415]: cluster 2023-12-09T03:00:47.732917+0000 mgr.y (mgr.25456) 380 : cluster 0 pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T03:00:48.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:48 smithi023 bash[65805]: cluster 2023-12-09T03:00:47.732917+0000 mgr.y (mgr.25456) 380 : cluster 0 pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T03:00:51.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:50 smithi172 bash[51856]: cluster 2023-12-09T03:00:49.734100+0000 mgr.y (mgr.25456) 381 : cluster 0 pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T03:00:51.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:50 smithi172 bash[51856]: audit 2023-12-09T03:00:50.381871+0000 mon.a (mon.0) 589 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T03:00:51.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:50 smithi023 bash[64415]: cluster 2023-12-09T03:00:49.734100+0000 mgr.y (mgr.25456) 381 : cluster 0 pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T03:00:51.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:50 smithi023 bash[64415]: audit 2023-12-09T03:00:50.381871+0000 mon.a (mon.0) 589 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T03:00:51.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:50 smithi023 bash[65805]: cluster 2023-12-09T03:00:49.734100+0000 mgr.y (mgr.25456) 381 : cluster 0 pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T03:00:51.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:50 smithi023 bash[65805]: audit 2023-12-09T03:00:50.381871+0000 mon.a (mon.0) 589 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T03:00:52.773 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 03:00:52 smithi023 bash[61239]: ::ffff:172.21.15.172 - - [09/Dec/2023:03:00:52] "GET /metrics HTTP/1.1" 200 38506 "" "Prometheus/2.33.4" 2023-12-09T03:00:53.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:52 smithi172 bash[51856]: cluster 2023-12-09T03:00:51.735464+0000 mgr.y (mgr.25456) 382 : cluster 0 pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T03:00:53.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:52 smithi023 bash[64415]: cluster 2023-12-09T03:00:51.735464+0000 mgr.y (mgr.25456) 382 : cluster 0 pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T03:00:53.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:52 smithi023 bash[65805]: cluster 2023-12-09T03:00:51.735464+0000 mgr.y (mgr.25456) 382 : cluster 0 pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T03:00:55.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:54 smithi172 bash[51856]: cluster 2023-12-09T03:00:53.736463+0000 mgr.y (mgr.25456) 383 : cluster 0 pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T03:00:55.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:54 smithi023 bash[65805]: cluster 2023-12-09T03:00:53.736463+0000 mgr.y (mgr.25456) 383 : cluster 0 pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T03:00:55.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:54 smithi023 bash[64415]: cluster 2023-12-09T03:00:53.736463+0000 mgr.y (mgr.25456) 383 : cluster 0 pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T03:00:56.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:56 smithi172 bash[51856]: cluster 2023-12-09T03:00:55.738142+0000 mgr.y (mgr.25456) 384 : cluster 0 pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T03:00:56.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:56 smithi023 bash[64415]: cluster 2023-12-09T03:00:55.738142+0000 mgr.y (mgr.25456) 384 : cluster 0 pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T03:00:56.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:56 smithi023 bash[65805]: cluster 2023-12-09T03:00:55.738142+0000 mgr.y (mgr.25456) 384 : cluster 0 pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T03:00:57.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:57 smithi172 bash[51856]: audit 2023-12-09T03:00:56.627648+0000 mgr.y (mgr.25456) 385 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T03:00:57.774 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:57 smithi023 bash[64415]: audit 2023-12-09T03:00:56.627648+0000 mgr.y (mgr.25456) 385 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T03:00:57.774 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:57 smithi023 bash[65805]: audit 2023-12-09T03:00:56.627648+0000 mgr.y (mgr.25456) 385 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T03:00:58.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:00:58 smithi172 bash[51856]: cluster 2023-12-09T03:00:57.739091+0000 mgr.y (mgr.25456) 386 : cluster 0 pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T03:00:58.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:00:58 smithi023 bash[64415]: cluster 2023-12-09T03:00:57.739091+0000 mgr.y (mgr.25456) 386 : cluster 0 pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T03:00:58.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:00:58 smithi023 bash[65805]: cluster 2023-12-09T03:00:57.739091+0000 mgr.y (mgr.25456) 386 : cluster 0 pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T03:01:01.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:01:00 smithi172 bash[51856]: cluster 2023-12-09T03:00:59.740272+0000 mgr.y (mgr.25456) 387 : cluster 0 pgmap v251: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T03:01:01.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:01:00 smithi172 bash[51856]: audit 2023-12-09T03:01:00.471147+0000 mon.a (mon.0) 590 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T03:01:01.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:01:00 smithi172 bash[51856]: audit 2023-12-09T03:01:00.473329+0000 mon.a (mon.0) 591 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T03:01:01.249 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:01:00 smithi172 bash[51856]: audit 2023-12-09T03:01:00.484003+0000 mon.a (mon.0) 592 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T03:01:01.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:01:00 smithi023 bash[64415]: cluster 2023-12-09T03:00:59.740272+0000 mgr.y (mgr.25456) 387 : cluster 0 pgmap v251: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T03:01:01.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:01:00 smithi023 bash[64415]: audit 2023-12-09T03:01:00.471147+0000 mon.a (mon.0) 590 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T03:01:01.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:01:00 smithi023 bash[64415]: audit 2023-12-09T03:01:00.473329+0000 mon.a (mon.0) 591 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T03:01:01.274 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:01:00 smithi023 bash[64415]: audit 2023-12-09T03:01:00.484003+0000 mon.a (mon.0) 592 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T03:01:01.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:01:00 smithi023 bash[65805]: cluster 2023-12-09T03:00:59.740272+0000 mgr.y (mgr.25456) 387 : cluster 0 pgmap v251: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T03:01:01.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:01:00 smithi023 bash[65805]: audit 2023-12-09T03:01:00.471147+0000 mon.a (mon.0) 590 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-09T03:01:01.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:01:00 smithi023 bash[65805]: audit 2023-12-09T03:01:00.473329+0000 mon.a (mon.0) 591 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-09T03:01:01.274 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:01:00 smithi023 bash[65805]: audit 2023-12-09T03:01:00.484003+0000 mon.a (mon.0) 592 : audit 1 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' 2023-12-09T03:01:02.773 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 03:01:02 smithi023 bash[61239]: ::ffff:172.21.15.172 - - [09/Dec/2023:03:01:02] "GET /metrics HTTP/1.1" 200 38506 "" "Prometheus/2.33.4" 2023-12-09T03:01:03.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:01:02 smithi172 bash[51856]: cluster 2023-12-09T03:01:01.741653+0000 mgr.y (mgr.25456) 388 : cluster 0 pgmap v252: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T03:01:03.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:01:02 smithi023 bash[64415]: cluster 2023-12-09T03:01:01.741653+0000 mgr.y (mgr.25456) 388 : cluster 0 pgmap v252: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T03:01:03.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:01:02 smithi023 bash[65805]: cluster 2023-12-09T03:01:01.741653+0000 mgr.y (mgr.25456) 388 : cluster 0 pgmap v252: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T03:01:05.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:01:04 smithi172 bash[51856]: cluster 2023-12-09T03:01:03.742624+0000 mgr.y (mgr.25456) 389 : cluster 0 pgmap v253: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T03:01:05.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:01:04 smithi023 bash[64415]: cluster 2023-12-09T03:01:03.742624+0000 mgr.y (mgr.25456) 389 : cluster 0 pgmap v253: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T03:01:05.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:01:04 smithi023 bash[65805]: cluster 2023-12-09T03:01:03.742624+0000 mgr.y (mgr.25456) 389 : cluster 0 pgmap v253: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T03:01:06.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:01:05 smithi172 bash[51856]: audit 2023-12-09T03:01:05.382281+0000 mon.a (mon.0) 593 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T03:01:06.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:01:05 smithi023 bash[64415]: audit 2023-12-09T03:01:05.382281+0000 mon.a (mon.0) 593 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T03:01:06.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:01:05 smithi023 bash[65805]: audit 2023-12-09T03:01:05.382281+0000 mon.a (mon.0) 593 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T03:01:07.023 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:01:06 smithi023 bash[64415]: cluster 2023-12-09T03:01:05.744473+0000 mgr.y (mgr.25456) 390 : cluster 0 pgmap v254: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T03:01:07.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:01:06 smithi023 bash[65805]: cluster 2023-12-09T03:01:05.744473+0000 mgr.y (mgr.25456) 390 : cluster 0 pgmap v254: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T03:01:07.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:01:06 smithi172 bash[51856]: cluster 2023-12-09T03:01:05.744473+0000 mgr.y (mgr.25456) 390 : cluster 0 pgmap v254: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T03:01:08.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:01:07 smithi172 bash[51856]: audit 2023-12-09T03:01:06.636403+0000 mgr.y (mgr.25456) 391 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T03:01:08.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:01:07 smithi023 bash[64415]: audit 2023-12-09T03:01:06.636403+0000 mgr.y (mgr.25456) 391 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T03:01:08.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:01:07 smithi023 bash[65805]: audit 2023-12-09T03:01:06.636403+0000 mgr.y (mgr.25456) 391 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T03:01:09.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:01:08 smithi172 bash[51856]: cluster 2023-12-09T03:01:07.745473+0000 mgr.y (mgr.25456) 392 : cluster 0 pgmap v255: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T03:01:09.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:01:08 smithi023 bash[64415]: cluster 2023-12-09T03:01:07.745473+0000 mgr.y (mgr.25456) 392 : cluster 0 pgmap v255: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T03:01:09.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:01:08 smithi023 bash[65805]: cluster 2023-12-09T03:01:07.745473+0000 mgr.y (mgr.25456) 392 : cluster 0 pgmap v255: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T03:01:11.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:01:10 smithi172 bash[51856]: cluster 2023-12-09T03:01:09.746639+0000 mgr.y (mgr.25456) 393 : cluster 0 pgmap v256: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T03:01:11.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:01:10 smithi023 bash[64415]: cluster 2023-12-09T03:01:09.746639+0000 mgr.y (mgr.25456) 393 : cluster 0 pgmap v256: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T03:01:11.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:01:10 smithi023 bash[65805]: cluster 2023-12-09T03:01:09.746639+0000 mgr.y (mgr.25456) 393 : cluster 0 pgmap v256: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T03:01:12.773 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 03:01:12 smithi023 bash[61239]: ::ffff:172.21.15.172 - - [09/Dec/2023:03:01:12] "GET /metrics HTTP/1.1" 200 38503 "" "Prometheus/2.33.4" 2023-12-09T03:01:13.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:01:12 smithi172 bash[51856]: cluster 2023-12-09T03:01:11.748049+0000 mgr.y (mgr.25456) 394 : cluster 0 pgmap v257: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T03:01:13.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:01:12 smithi023 bash[64415]: cluster 2023-12-09T03:01:11.748049+0000 mgr.y (mgr.25456) 394 : cluster 0 pgmap v257: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T03:01:13.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:01:12 smithi023 bash[65805]: cluster 2023-12-09T03:01:11.748049+0000 mgr.y (mgr.25456) 394 : cluster 0 pgmap v257: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T03:01:14.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:01:13 smithi172 bash[51856]: cluster 2023-12-09T03:01:13.749014+0000 mgr.y (mgr.25456) 395 : cluster 0 pgmap v258: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T03:01:14.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:01:13 smithi023 bash[64415]: cluster 2023-12-09T03:01:13.749014+0000 mgr.y (mgr.25456) 395 : cluster 0 pgmap v258: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T03:01:14.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:01:13 smithi023 bash[65805]: cluster 2023-12-09T03:01:13.749014+0000 mgr.y (mgr.25456) 395 : cluster 0 pgmap v258: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T03:01:16.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:01:16 smithi172 bash[51856]: cluster 2023-12-09T03:01:15.750705+0000 mgr.y (mgr.25456) 396 : cluster 0 pgmap v259: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T03:01:16.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:01:16 smithi023 bash[65805]: cluster 2023-12-09T03:01:15.750705+0000 mgr.y (mgr.25456) 396 : cluster 0 pgmap v259: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T03:01:16.773 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:01:16 smithi023 bash[64415]: cluster 2023-12-09T03:01:15.750705+0000 mgr.y (mgr.25456) 396 : cluster 0 pgmap v259: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T03:01:17.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:01:17 smithi172 bash[51856]: audit 2023-12-09T03:01:16.640469+0000 mgr.y (mgr.25456) 397 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T03:01:17.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:01:17 smithi023 bash[64415]: audit 2023-12-09T03:01:16.640469+0000 mgr.y (mgr.25456) 397 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T03:01:17.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:01:17 smithi023 bash[65805]: audit 2023-12-09T03:01:16.640469+0000 mgr.y (mgr.25456) 397 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T03:01:18.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:01:18 smithi023 bash[64415]: cluster 2023-12-09T03:01:17.751635+0000 mgr.y (mgr.25456) 398 : cluster 0 pgmap v260: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T03:01:18.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:01:18 smithi023 bash[65805]: cluster 2023-12-09T03:01:17.751635+0000 mgr.y (mgr.25456) 398 : cluster 0 pgmap v260: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T03:01:18.997 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:01:18 smithi172 bash[51856]: cluster 2023-12-09T03:01:17.751635+0000 mgr.y (mgr.25456) 398 : cluster 0 pgmap v260: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T03:01:21.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:01:20 smithi172 bash[51856]: cluster 2023-12-09T03:01:19.752797+0000 mgr.y (mgr.25456) 399 : cluster 0 pgmap v261: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T03:01:21.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:01:20 smithi172 bash[51856]: audit 2023-12-09T03:01:20.382627+0000 mon.a (mon.0) 594 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T03:01:21.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:01:20 smithi023 bash[64415]: cluster 2023-12-09T03:01:19.752797+0000 mgr.y (mgr.25456) 399 : cluster 0 pgmap v261: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T03:01:21.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:01:20 smithi023 bash[64415]: audit 2023-12-09T03:01:20.382627+0000 mon.a (mon.0) 594 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T03:01:21.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:01:20 smithi023 bash[65805]: cluster 2023-12-09T03:01:19.752797+0000 mgr.y (mgr.25456) 399 : cluster 0 pgmap v261: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T03:01:21.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:01:20 smithi023 bash[65805]: audit 2023-12-09T03:01:20.382627+0000 mon.a (mon.0) 594 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T03:01:22.522 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 03:01:22 smithi023 bash[61239]: ::ffff:172.21.15.172 - - [09/Dec/2023:03:01:22] "GET /metrics HTTP/1.1" 200 38506 "" "Prometheus/2.33.4" 2023-12-09T03:01:23.147 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:01:22 smithi023 bash[64415]: cluster 2023-12-09T03:01:21.754181+0000 mgr.y (mgr.25456) 400 : cluster 0 pgmap v262: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T03:01:23.147 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:01:22 smithi023 bash[65805]: cluster 2023-12-09T03:01:21.754181+0000 mgr.y (mgr.25456) 400 : cluster 0 pgmap v262: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T03:01:23.148 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -e sha1=9dcc13bb80dcc1cdea72b04d80505b4649a2b882 -- bash -c 'ceph orch ps' 2023-12-09T03:01:23.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:01:22 smithi172 bash[51856]: cluster 2023-12-09T03:01:21.754181+0000 mgr.y (mgr.25456) 400 : cluster 0 pgmap v262: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T03:01:25.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:01:24 smithi023 bash[64415]: cluster 2023-12-09T03:01:23.755118+0000 mgr.y (mgr.25456) 401 : cluster 0 pgmap v263: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-09T03:01:25.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:01:24 smithi023 bash[65805]: cluster 2023-12-09T03:01:23.755118+0000 mgr.y (mgr.25456) 401 : cluster 0 pgmap v263: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-09T03:01:25.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:01:24 smithi172 bash[51856]: cluster 2023-12-09T03:01:23.755118+0000 mgr.y (mgr.25456) 401 : cluster 0 pgmap v263: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-09T03:01:26.658 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:01:26 smithi023 bash[64415]: cluster 2023-12-09T03:01:25.756879+0000 mgr.y (mgr.25456) 402 : cluster 0 pgmap v264: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T03:01:26.658 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:01:26 smithi023 bash[65805]: cluster 2023-12-09T03:01:25.756879+0000 mgr.y (mgr.25456) 402 : cluster 0 pgmap v264: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T03:01:26.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:01:26 smithi172 bash[51856]: cluster 2023-12-09T03:01:25.756879+0000 mgr.y (mgr.25456) 402 : cluster 0 pgmap v264: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T03:01:26.774 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-09T03:01:26.775 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.a smithi023 *:9093,9094 running (9m) 3m ago 16m 16.0M - 0.23.0 ba2b418f427c 3b4091a6361f 2023-12-09T03:01:26.775 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.a smithi172 *:3000 running (8m) 98s ago 16m 44.2M - 8.3.5 dad864ee21e9 b146a6fad367 2023-12-09T03:01:26.775 INFO:teuthology.orchestra.run.smithi023.stdout:iscsi.foo.smithi023.vcvunr smithi023 running (8m) 3m ago 14m 46.8M - 3.5 e1d6a67b021e cab96a54a200 2023-12-09T03:01:26.775 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.x smithi172 *:8443,9283,8765 running (7m) 98s ago 22m 435M - 19.0.0-44-g9dcc13bb f28f2b94f153 997a6e266d78 2023-12-09T03:01:26.775 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.y smithi023 *:8443,9283,8765 running (8m) 3m ago 24m 493M - 19.0.0-44-g9dcc13bb f28f2b94f153 f635daf405b8 2023-12-09T03:01:26.775 INFO:teuthology.orchestra.run.smithi023.stdout:mon.a smithi023 running (7m) 3m ago 24m 52.8M 2048M 19.0.0-44-g9dcc13bb f28f2b94f153 aa99792ae0fd 2023-12-09T03:01:26.775 INFO:teuthology.orchestra.run.smithi023.stdout:mon.b smithi172 running (6m) 98s ago 23m 46.8M 2048M 19.0.0-44-g9dcc13bb f28f2b94f153 aa13b48f02bc 2023-12-09T03:01:26.775 INFO:teuthology.orchestra.run.smithi023.stdout:mon.c smithi023 running (6m) 3m ago 23m 44.5M 2048M 19.0.0-44-g9dcc13bb f28f2b94f153 6eb3e7afe9c1 2023-12-09T03:01:26.775 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.a smithi023 *:9100 running (9m) 3m ago 17m 12.3M - 1.3.1 1dbe0e931976 11aaca649943 2023-12-09T03:01:26.775 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.b smithi172 *:9100 running (9m) 98s ago 17m 12.7M - 1.3.1 1dbe0e931976 7938141dc8d6 2023-12-09T03:01:26.775 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi023 running (5m) 3m ago 22m 52.7M 2781M 19.0.0-44-g9dcc13bb f28f2b94f153 5a768836da38 2023-12-09T03:01:26.775 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4m) 3m ago 21m 51.7M 2781M 19.0.0-44-g9dcc13bb f28f2b94f153 1ce77f0aaf3e 2023-12-09T03:01:26.775 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi023 running (4m) 3m ago 21m 47.5M 2781M 19.0.0-44-g9dcc13bb f28f2b94f153 4b8ac3729448 2023-12-09T03:01:26.775 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (3m) 3m ago 20m - 2781M 19.0.0-44-g9dcc13bb f28f2b94f153 a75e9030f217 2023-12-09T03:01:26.776 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi172 running (3m) 98s ago 19m 54.3M 3037M 19.0.0-44-g9dcc13bb f28f2b94f153 262923821e93 2023-12-09T03:01:26.776 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi172 running (2m) 98s ago 19m 49.5M 3037M 19.0.0-44-g9dcc13bb f28f2b94f153 dbd40c32da47 2023-12-09T03:01:26.776 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi172 running (2m) 98s ago 18m 49.1M 3037M 19.0.0-44-g9dcc13bb f28f2b94f153 81734dc66a66 2023-12-09T03:01:26.776 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi172 running (102s) 98s ago 18m - 3037M 19.0.0-44-g9dcc13bb f28f2b94f153 0691c211b43f 2023-12-09T03:01:26.776 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.a smithi172 *:9095 running (8m) 98s ago 17m 64.6M - 2.33.4 514e6a882f6e 506724a1b8e0 2023-12-09T03:01:26.776 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.foo.smithi023.mllipj smithi023 *:8000 running (15m) 3m ago 15m 89.2M - 17.2.0 e1d6a67b021e 110d5ba1c152 2023-12-09T03:01:26.776 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.foo.smithi172.aqpemq smithi172 *:8000 running (14m) 98s ago 14m 90.1M - 17.2.0 e1d6a67b021e c9a58e322a85 2023-12-09T03:01:26.776 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.smpl.smithi023.ikvhaq smithi023 *:80 running (14m) 3m ago 14m 89.5M - 17.2.0 e1d6a67b021e 9fb31f23b01c 2023-12-09T03:01:26.776 INFO:teuthology.orchestra.run.smithi023.stdout:rgw.smpl.smithi172.ysxvfy smithi172 *:80 running (14m) 98s ago 14m 89.9M - 17.2.0 e1d6a67b021e 3c13f0c0b020 2023-12-09T03:01:27.642 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -e sha1=9dcc13bb80dcc1cdea72b04d80505b4649a2b882 -- bash -c 'ceph versions' 2023-12-09T03:01:27.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:01:27 smithi172 bash[51856]: audit 2023-12-09T03:01:26.649096+0000 mgr.y (mgr.25456) 403 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T03:01:27.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:01:27 smithi172 bash[51856]: audit 2023-12-09T03:01:26.742876+0000 mgr.y (mgr.25456) 404 : audit 0 from='client.34602 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T03:01:27.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:01:27 smithi023 bash[64415]: audit 2023-12-09T03:01:26.649096+0000 mgr.y (mgr.25456) 403 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T03:01:27.772 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:01:27 smithi023 bash[64415]: audit 2023-12-09T03:01:26.742876+0000 mgr.y (mgr.25456) 404 : audit 0 from='client.34602 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T03:01:27.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:01:27 smithi023 bash[65805]: audit 2023-12-09T03:01:26.649096+0000 mgr.y (mgr.25456) 403 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T03:01:27.773 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:01:27 smithi023 bash[65805]: audit 2023-12-09T03:01:26.742876+0000 mgr.y (mgr.25456) 404 : audit 0 from='client.34602 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T03:01:28.747 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:01:28 smithi172 bash[51856]: cluster 2023-12-09T03:01:27.757906+0000 mgr.y (mgr.25456) 405 : cluster 0 pgmap v265: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-09T03:01:28.758 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:01:28 smithi023 bash[65805]: cluster 2023-12-09T03:01:27.757906+0000 mgr.y (mgr.25456) 405 : cluster 0 pgmap v265: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-09T03:01:28.758 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:01:28 smithi023 bash[64415]: cluster 2023-12-09T03:01:27.757906+0000 mgr.y (mgr.25456) 405 : cluster 0 pgmap v265: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-09T03:01:31.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:01:30 smithi023 bash[64415]: cluster 2023-12-09T03:01:29.758752+0000 mgr.y (mgr.25456) 406 : cluster 0 pgmap v266: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-09T03:01:31.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:01:30 smithi023 bash[65805]: cluster 2023-12-09T03:01:29.758752+0000 mgr.y (mgr.25456) 406 : cluster 0 pgmap v266: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-09T03:01:31.166 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2023-12-09T03:01:31.166 INFO:teuthology.orchestra.run.smithi023.stdout: "mon": { 2023-12-09T03:01:31.166 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 3 2023-12-09T03:01:31.166 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T03:01:31.166 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr": { 2023-12-09T03:01:31.166 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 2 2023-12-09T03:01:31.166 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T03:01:31.166 INFO:teuthology.orchestra.run.smithi023.stdout: "osd": { 2023-12-09T03:01:31.166 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 8 2023-12-09T03:01:31.166 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T03:01:31.166 INFO:teuthology.orchestra.run.smithi023.stdout: "rgw": { 2023-12-09T03:01:31.167 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4 2023-12-09T03:01:31.167 INFO:teuthology.orchestra.run.smithi023.stdout: }, 2023-12-09T03:01:31.167 INFO:teuthology.orchestra.run.smithi023.stdout: "overall": { 2023-12-09T03:01:31.167 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 4, 2023-12-09T03:01:31.167 INFO:teuthology.orchestra.run.smithi023.stdout: "ceph version 19.0.0-44-g9dcc13bb (9dcc13bb80dcc1cdea72b04d80505b4649a2b882) reef (dev)": 13 2023-12-09T03:01:31.167 INFO:teuthology.orchestra.run.smithi023.stdout: } 2023-12-09T03:01:31.167 INFO:teuthology.orchestra.run.smithi023.stdout:} 2023-12-09T03:01:31.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:01:30 smithi172 bash[51856]: cluster 2023-12-09T03:01:29.758752+0000 mgr.y (mgr.25456) 406 : cluster 0 pgmap v266: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-09T03:01:32.037 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -e sha1=9dcc13bb80dcc1cdea72b04d80505b4649a2b882 -- bash -c 'ceph orch upgrade status' 2023-12-09T03:01:32.224 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:01:31 smithi023 bash[65805]: audit 2023-12-09T03:01:31.157261+0000 mon.a (mon.0) 595 : audit 0 from='client.? 172.21.15.23:0/3233337161' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T03:01:32.224 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:01:31 smithi023 bash[64415]: audit 2023-12-09T03:01:31.157261+0000 mon.a (mon.0) 595 : audit 0 from='client.? 172.21.15.23:0/3233337161' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T03:01:32.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:01:31 smithi172 bash[51856]: audit 2023-12-09T03:01:31.157261+0000 mon.a (mon.0) 595 : audit 0 from='client.? 172.21.15.23:0/3233337161' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T03:01:32.522 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 03:01:32 smithi023 bash[61239]: ::ffff:172.21.15.172 - - [09/Dec/2023:03:01:32] "GET /metrics HTTP/1.1" 200 38506 "" "Prometheus/2.33.4" 2023-12-09T03:01:33.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:01:32 smithi172 bash[51856]: cluster 2023-12-09T03:01:31.760159+0000 mgr.y (mgr.25456) 407 : cluster 0 pgmap v267: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T03:01:33.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:01:32 smithi023 bash[64415]: cluster 2023-12-09T03:01:31.760159+0000 mgr.y (mgr.25456) 407 : cluster 0 pgmap v267: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T03:01:33.273 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:01:32 smithi023 bash[65805]: cluster 2023-12-09T03:01:31.760159+0000 mgr.y (mgr.25456) 407 : cluster 0 pgmap v267: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T03:01:35.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:01:34 smithi172 bash[51856]: cluster 2023-12-09T03:01:33.761145+0000 mgr.y (mgr.25456) 408 : cluster 0 pgmap v268: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T03:01:35.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:01:34 smithi023 bash[64415]: cluster 2023-12-09T03:01:33.761145+0000 mgr.y (mgr.25456) 408 : cluster 0 pgmap v268: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T03:01:35.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:01:34 smithi023 bash[65805]: cluster 2023-12-09T03:01:33.761145+0000 mgr.y (mgr.25456) 408 : cluster 0 pgmap v268: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T03:01:35.738 INFO:teuthology.orchestra.run.smithi023.stdout:{ 2023-12-09T03:01:35.739 INFO:teuthology.orchestra.run.smithi023.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:9dcc13bb80dcc1cdea72b04d80505b4649a2b882", 2023-12-09T03:01:35.739 INFO:teuthology.orchestra.run.smithi023.stdout: "in_progress": true, 2023-12-09T03:01:35.739 INFO:teuthology.orchestra.run.smithi023.stdout: "which": "Upgrading all daemon types on all hosts", 2023-12-09T03:01:35.739 INFO:teuthology.orchestra.run.smithi023.stdout: "services_complete": [ 2023-12-09T03:01:35.739 INFO:teuthology.orchestra.run.smithi023.stdout: "mon", 2023-12-09T03:01:35.739 INFO:teuthology.orchestra.run.smithi023.stdout: "mgr", 2023-12-09T03:01:35.739 INFO:teuthology.orchestra.run.smithi023.stdout: "osd" 2023-12-09T03:01:35.739 INFO:teuthology.orchestra.run.smithi023.stdout: ], 2023-12-09T03:01:35.739 INFO:teuthology.orchestra.run.smithi023.stdout: "progress": "13/23 daemons upgraded", 2023-12-09T03:01:35.739 INFO:teuthology.orchestra.run.smithi023.stdout: "message": "Error: UPGRADE_EXCEPTION: Upgrade: failed due to an unexpected exception", 2023-12-09T03:01:35.739 INFO:teuthology.orchestra.run.smithi023.stdout: "is_paused": true 2023-12-09T03:01:35.739 INFO:teuthology.orchestra.run.smithi023.stdout:} 2023-12-09T03:01:36.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:01:35 smithi023 bash[64415]: audit 2023-12-09T03:01:35.382887+0000 mon.a (mon.0) 596 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T03:01:36.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:01:35 smithi023 bash[65805]: audit 2023-12-09T03:01:35.382887+0000 mon.a (mon.0) 596 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T03:01:36.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:01:35 smithi172 bash[51856]: audit 2023-12-09T03:01:35.382887+0000 mon.a (mon.0) 596 : audit 0 from='mgr.25456 172.21.15.23:0/3126604586' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-12-09T03:01:36.629 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -e sha1=9dcc13bb80dcc1cdea72b04d80505b4649a2b882 -- bash -c 'ceph health detail' 2023-12-09T03:01:37.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:01:36 smithi023 bash[64415]: audit 2023-12-09T03:01:35.730252+0000 mgr.y (mgr.25456) 409 : audit 0 from='client.34614 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T03:01:37.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:01:36 smithi023 bash[64415]: cluster 2023-12-09T03:01:35.762032+0000 mgr.y (mgr.25456) 410 : cluster 0 pgmap v269: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T03:01:37.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:01:36 smithi023 bash[65805]: audit 2023-12-09T03:01:35.730252+0000 mgr.y (mgr.25456) 409 : audit 0 from='client.34614 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T03:01:37.023 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:01:36 smithi023 bash[65805]: cluster 2023-12-09T03:01:35.762032+0000 mgr.y (mgr.25456) 410 : cluster 0 pgmap v269: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T03:01:37.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:01:36 smithi172 bash[51856]: audit 2023-12-09T03:01:35.730252+0000 mgr.y (mgr.25456) 409 : audit 0 from='client.34614 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-09T03:01:37.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:01:36 smithi172 bash[51856]: cluster 2023-12-09T03:01:35.762032+0000 mgr.y (mgr.25456) 410 : cluster 0 pgmap v269: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T03:01:38.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:01:37 smithi172 bash[51856]: audit 2023-12-09T03:01:36.656229+0000 mgr.y (mgr.25456) 411 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T03:01:38.253 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:01:37 smithi023 bash[64415]: audit 2023-12-09T03:01:36.656229+0000 mgr.y (mgr.25456) 411 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T03:01:38.253 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:01:37 smithi023 bash[65805]: audit 2023-12-09T03:01:36.656229+0000 mgr.y (mgr.25456) 411 : audit 0 from='client.25402 -' entity='client.iscsi.foo.smithi023.vcvunr' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2023-12-09T03:01:39.248 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:01:38 smithi172 bash[51856]: cluster 2023-12-09T03:01:37.762943+0000 mgr.y (mgr.25456) 412 : cluster 0 pgmap v270: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T03:01:39.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:01:38 smithi023 bash[64415]: cluster 2023-12-09T03:01:37.762943+0000 mgr.y (mgr.25456) 412 : cluster 0 pgmap v270: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T03:01:39.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:01:38 smithi023 bash[65805]: cluster 2023-12-09T03:01:37.762943+0000 mgr.y (mgr.25456) 412 : cluster 0 pgmap v270: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T03:01:40.314 INFO:teuthology.orchestra.run.smithi023.stdout:HEALTH_ERR Upgrade: failed due to an unexpected exception 2023-12-09T03:01:40.314 INFO:teuthology.orchestra.run.smithi023.stdout:[ERR] UPGRADE_EXCEPTION: Upgrade: failed due to an unexpected exception 2023-12-09T03:01:40.314 INFO:teuthology.orchestra.run.smithi023.stdout: Unexpected exception occurred during upgrade process: osd require-osd-release failed: unrecognized release unknown retval: -22 2023-12-09T03:01:41.125 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -e sha1=9dcc13bb80dcc1cdea72b04d80505b4649a2b882 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2023-12-09T03:01:41.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:01:40 smithi172 bash[51856]: cluster 2023-12-09T03:01:39.764218+0000 mgr.y (mgr.25456) 413 : cluster 0 pgmap v271: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T03:01:41.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:01:40 smithi172 bash[51856]: audit 2023-12-09T03:01:40.305963+0000 mon.a (mon.0) 597 : audit 0 from='client.? 172.21.15.23:0/2623290979' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T03:01:41.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:01:40 smithi023 bash[65805]: cluster 2023-12-09T03:01:39.764218+0000 mgr.y (mgr.25456) 413 : cluster 0 pgmap v271: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T03:01:41.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:01:40 smithi023 bash[65805]: audit 2023-12-09T03:01:40.305963+0000 mon.a (mon.0) 597 : audit 0 from='client.? 172.21.15.23:0/2623290979' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T03:01:41.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:01:40 smithi023 bash[64415]: cluster 2023-12-09T03:01:39.764218+0000 mgr.y (mgr.25456) 413 : cluster 0 pgmap v271: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T03:01:41.273 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:01:40 smithi023 bash[64415]: audit 2023-12-09T03:01:40.305963+0000 mon.a (mon.0) 597 : audit 0 from='client.? 172.21.15.23:0/2623290979' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-12-09T03:01:42.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:01:41 smithi172 bash[51856]: cluster 2023-12-09T03:01:41.765718+0000 mgr.y (mgr.25456) 414 : cluster 0 pgmap v272: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T03:01:42.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:01:41 smithi023 bash[64415]: cluster 2023-12-09T03:01:41.765718+0000 mgr.y (mgr.25456) 414 : cluster 0 pgmap v272: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T03:01:42.272 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:01:41 smithi023 bash[65805]: cluster 2023-12-09T03:01:41.765718+0000 mgr.y (mgr.25456) 414 : cluster 0 pgmap v272: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-09T03:01:42.685 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 03:01:42 smithi023 bash[61239]: ::ffff:172.21.15.172 - - [09/Dec/2023:03:01:42] "GET /metrics HTTP/1.1" 200 38507 "" "Prometheus/2.33.4" 2023-12-09T03:01:44.707 INFO:teuthology.orchestra.run.smithi023.stdout:false 2023-12-09T03:01:45.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:01:44 smithi023 bash[65805]: cluster 2023-12-09T03:01:43.766681+0000 mgr.y (mgr.25456) 415 : cluster 0 pgmap v273: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T03:01:45.022 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:01:44 smithi023 bash[65805]: audit 2023-12-09T03:01:44.684183+0000 mon.c (mon.1) 15 : audit 0 from='client.? 172.21.15.23:0/1044631062' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T03:01:45.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:01:44 smithi023 bash[64415]: cluster 2023-12-09T03:01:43.766681+0000 mgr.y (mgr.25456) 415 : cluster 0 pgmap v273: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T03:01:45.022 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:01:44 smithi023 bash[64415]: audit 2023-12-09T03:01:44.684183+0000 mon.c (mon.1) 15 : audit 0 from='client.? 172.21.15.23:0/1044631062' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T03:01:45.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:01:44 smithi172 bash[51856]: cluster 2023-12-09T03:01:43.766681+0000 mgr.y (mgr.25456) 415 : cluster 0 pgmap v273: 161 pgs: 161 active+clean; 585 KiB data, 236 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2023-12-09T03:01:45.247 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:01:44 smithi172 bash[51856]: audit 2023-12-09T03:01:44.684183+0000 mon.c (mon.1) 15 : audit 0 from='client.? 172.21.15.23:0/1044631062' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-12-09T03:01:45.562 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T03:01:45.562 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_9dcc13bb80dcc1cdea72b04d80505b4649a2b882/qa/tasks/cephadm.py", line 1351, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/github.com_ceph_ceph-c_9dcc13bb80dcc1cdea72b04d80505b4649a2b882/qa/tasks/cephadm.py", line 40, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi023 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -e sha1=9dcc13bb80dcc1cdea72b04d80505b4649a2b882 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-12-09T03:01:45.640 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=0222283ca5d14a31ac63ffb29f84b40b Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_9dcc13bb80dcc1cdea72b04d80505b4649a2b882/qa/tasks/cephadm.py", line 1351, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/github.com_ceph_ceph-c_9dcc13bb80dcc1cdea72b04d80505b4649a2b882/qa/tasks/cephadm.py", line 40, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi023 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -e sha1=9dcc13bb80dcc1cdea72b04d80505b4649a2b882 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-12-09T03:01:45.643 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-12-09T03:01:45.653 INFO:tasks.cephadm:Teardown begin 2023-12-09T03:01:45.654 DEBUG:teuthology.orchestra.run.smithi023:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-09T03:01:45.675 DEBUG:teuthology.orchestra.run.smithi172:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-09T03:01:45.694 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-12-09T03:01:45.694 DEBUG:teuthology.orchestra.run.smithi023:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-09T03:01:45.725 DEBUG:teuthology.orchestra.run.smithi172:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-09T03:01:45.731 INFO:tasks.cephadm:Stopping all daemons... 2023-12-09T03:01:45.731 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2023-12-09T03:01:45.732 DEBUG:teuthology.orchestra.run.smithi023:> sudo systemctl stop ceph-9eab968a-963b-11ee-95a3-87774f69a715@mon.a 2023-12-09T03:01:45.965 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:01:45 smithi023 systemd[1]: Stopping Ceph mon.a for 9eab968a-963b-11ee-95a3-87774f69a715... 2023-12-09T03:01:46.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:01:45 smithi023 bash[64415]: debug 2023-12-09T03:01:45.955+0000 7f6e6d257700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-12-09T03:01:46.272 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:01:45 smithi023 bash[64415]: debug 2023-12-09T03:01:45.955+0000 7f6e6d257700 -1 mon.a@0(leader) e4 *** Got Signal Terminated *** 2023-12-09T03:01:46.273 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 03:01:45 smithi023 bash[61239]: [09/Dec/2023:03:01:45] ENGINE Bus STOPPING 2023-12-09T03:01:46.273 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 03:01:45 smithi023 bash[61239]: [09/Dec/2023:03:01:45] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-12-09T03:01:46.273 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 03:01:45 smithi023 bash[61239]: [09/Dec/2023:03:01:45] ENGINE Bus STOPPED 2023-12-09T03:01:46.273 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 03:01:45 smithi023 bash[61239]: [09/Dec/2023:03:01:45] ENGINE Bus STARTING 2023-12-09T03:01:46.273 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 03:01:46 smithi023 bash[61239]: [09/Dec/2023:03:01:46] ENGINE Serving on http://:::9283 2023-12-09T03:01:46.273 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 03:01:46 smithi023 bash[61239]: [09/Dec/2023:03:01:46] ENGINE Bus STARTED 2023-12-09T03:01:46.926 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:01:46 smithi023 bash[78725]: ceph-9eab968a-963b-11ee-95a3-87774f69a715-mon-a 2023-12-09T03:01:46.926 INFO:journalctl@ceph.mon.a.smithi023.stdout:Dec 09 03:01:46 smithi023 bash[78800]: Error response from daemon: No such container: ceph-9eab968a-963b-11ee-95a3-87774f69a715-mon-a 2023-12-09T03:01:46.929 DEBUG:teuthology.orchestra.run.smithi023:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9eab968a-963b-11ee-95a3-87774f69a715@mon.a.service' 2023-12-09T03:01:46.971 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-09T03:01:46.971 INFO:tasks.cephadm.mon.a:Stopped mon.a 2023-12-09T03:01:46.971 INFO:tasks.cephadm.mon.b:Stopping mon.c... 2023-12-09T03:01:46.971 DEBUG:teuthology.orchestra.run.smithi023:> sudo systemctl stop ceph-9eab968a-963b-11ee-95a3-87774f69a715@mon.c 2023-12-09T03:01:47.181 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 03:01:47 smithi023 bash[61239]: [09/Dec/2023:03:01:47] ENGINE Bus STOPPING 2023-12-09T03:01:47.181 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:01:46 smithi023 systemd[1]: Stopping Ceph mon.c for 9eab968a-963b-11ee-95a3-87774f69a715... 2023-12-09T03:01:47.182 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:01:47 smithi023 bash[65805]: debug 2023-12-09T03:01:47.143+0000 7f5194a65700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.c -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-12-09T03:01:47.182 INFO:journalctl@ceph.mon.c.smithi023.stdout:Dec 09 03:01:47 smithi023 bash[65805]: debug 2023-12-09T03:01:47.143+0000 7f5194a65700 -1 mon.c@1(peon) e4 *** Got Signal Terminated *** 2023-12-09T03:01:47.522 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 03:01:47 smithi023 bash[61239]: [09/Dec/2023:03:01:47] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2023-12-09T03:01:47.522 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 03:01:47 smithi023 bash[61239]: [09/Dec/2023:03:01:47] ENGINE Bus STOPPED 2023-12-09T03:01:47.522 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 03:01:47 smithi023 bash[61239]: [09/Dec/2023:03:01:47] ENGINE Bus STARTING 2023-12-09T03:01:47.523 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 03:01:47 smithi023 bash[61239]: [09/Dec/2023:03:01:47] ENGINE Serving on http://:::9283 2023-12-09T03:01:47.523 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 03:01:47 smithi023 bash[61239]: [09/Dec/2023:03:01:47] ENGINE Bus STARTED 2023-12-09T03:01:48.271 DEBUG:teuthology.orchestra.run.smithi023:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9eab968a-963b-11ee-95a3-87774f69a715@mon.c.service' 2023-12-09T03:01:48.307 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-09T03:01:48.308 INFO:tasks.cephadm.mon.b:Stopped mon.c 2023-12-09T03:01:48.308 INFO:tasks.cephadm.mon.b:Stopping mon.b... 2023-12-09T03:01:48.308 DEBUG:teuthology.orchestra.run.smithi172:> sudo systemctl stop ceph-9eab968a-963b-11ee-95a3-87774f69a715@mon.b 2023-12-09T03:01:48.629 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:01:48 smithi172 systemd[1]: Stopping Ceph mon.b for 9eab968a-963b-11ee-95a3-87774f69a715... 2023-12-09T03:01:48.629 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:01:48 smithi172 bash[51856]: debug 2023-12-09T03:01:48.479+0000 7efe7bbcc700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-12-09T03:01:48.629 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:01:48 smithi172 bash[51856]: debug 2023-12-09T03:01:48.479+0000 7efe7bbcc700 -1 mon.b@2(peon) e4 *** Got Signal Terminated *** 2023-12-09T03:01:49.430 DEBUG:teuthology.orchestra.run.smithi172:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9eab968a-963b-11ee-95a3-87774f69a715@mon.b.service' 2023-12-09T03:01:49.438 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:01:49 smithi172 bash[61507]: ceph-9eab968a-963b-11ee-95a3-87774f69a715-mon-b 2023-12-09T03:01:49.438 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:01:49 smithi172 bash[61579]: Error response from daemon: No such container: ceph-9eab968a-963b-11ee-95a3-87774f69a715-mon-b 2023-12-09T03:01:49.438 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:01:49 smithi172 systemd[1]: ceph-9eab968a-963b-11ee-95a3-87774f69a715@mon.b.service: Succeeded. 2023-12-09T03:01:49.438 INFO:journalctl@ceph.mon.b.smithi172.stdout:Dec 09 03:01:49 smithi172 systemd[1]: Stopped Ceph mon.b for 9eab968a-963b-11ee-95a3-87774f69a715. 2023-12-09T03:01:49.462 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-09T03:01:49.463 INFO:tasks.cephadm.mon.b:Stopped mon.b 2023-12-09T03:01:49.463 INFO:tasks.cephadm.mgr.y:Stopping mgr.y... 2023-12-09T03:01:49.463 DEBUG:teuthology.orchestra.run.smithi023:> sudo systemctl stop ceph-9eab968a-963b-11ee-95a3-87774f69a715@mgr.y 2023-12-09T03:01:49.772 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 03:01:49 smithi023 systemd[1]: Stopping Ceph mgr.y for 9eab968a-963b-11ee-95a3-87774f69a715... 2023-12-09T03:01:49.772 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 03:01:49 smithi023 bash[61239]: debug 2023-12-09T03:01:49.643+0000 7fd361899700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mgr -n mgr.y -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-12-09T03:01:49.772 INFO:journalctl@ceph.mgr.y.smithi023.stdout:Dec 09 03:01:49 smithi023 bash[61239]: debug 2023-12-09T03:01:49.643+0000 7fd361899700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2023-12-09T03:01:50.526 DEBUG:teuthology.orchestra.run.smithi023:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9eab968a-963b-11ee-95a3-87774f69a715@mgr.y.service' 2023-12-09T03:01:50.563 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-09T03:01:50.563 INFO:tasks.cephadm.mgr.y:Stopped mgr.y 2023-12-09T03:01:50.563 INFO:tasks.cephadm.mgr.x:Stopping mgr.x... 2023-12-09T03:01:50.564 DEBUG:teuthology.orchestra.run.smithi172:> sudo systemctl stop ceph-9eab968a-963b-11ee-95a3-87774f69a715@mgr.x 2023-12-09T03:01:50.962 INFO:journalctl@ceph.mgr.x.smithi172.stdout:Dec 09 03:01:50 smithi172 systemd[1]: Stopping Ceph mgr.x for 9eab968a-963b-11ee-95a3-87774f69a715... 2023-12-09T03:01:51.516 DEBUG:teuthology.orchestra.run.smithi172:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9eab968a-963b-11ee-95a3-87774f69a715@mgr.x.service' 2023-12-09T03:01:51.545 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-09T03:01:51.545 INFO:tasks.cephadm.mgr.x:Stopped mgr.x 2023-12-09T03:01:51.545 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2023-12-09T03:01:51.545 DEBUG:teuthology.orchestra.run.smithi023:> sudo systemctl stop ceph-9eab968a-963b-11ee-95a3-87774f69a715@osd.0 2023-12-09T03:01:52.022 INFO:journalctl@ceph.osd.0.smithi023.stdout:Dec 09 03:01:51 smithi023 systemd[1]: Stopping Ceph osd.0 for 9eab968a-963b-11ee-95a3-87774f69a715... 2023-12-09T03:01:52.023 INFO:journalctl@ceph.osd.0.smithi023.stdout:Dec 09 03:01:51 smithi023 bash[68811]: debug 2023-12-09T03:01:51.751+0000 7f774833c700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-12-09T03:01:52.023 INFO:journalctl@ceph.osd.0.smithi023.stdout:Dec 09 03:01:51 smithi023 bash[68811]: debug 2023-12-09T03:01:51.751+0000 7f774833c700 -1 osd.0 144 *** Got signal Terminated *** 2023-12-09T03:01:52.023 INFO:journalctl@ceph.osd.0.smithi023.stdout:Dec 09 03:01:51 smithi023 bash[68811]: debug 2023-12-09T03:01:51.751+0000 7f774833c700 -1 osd.0 144 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-09T03:01:58.252 INFO:journalctl@ceph.osd.0.smithi023.stdout:Dec 09 03:01:57 smithi023 bash[79051]: ceph-9eab968a-963b-11ee-95a3-87774f69a715-osd-0 2023-12-09T03:01:58.253 INFO:journalctl@ceph.osd.0.smithi023.stdout:Dec 09 03:01:58 smithi023 bash[79126]: Error response from daemon: No such container: ceph-9eab968a-963b-11ee-95a3-87774f69a715-osd-0 2023-12-09T03:02:00.379 DEBUG:teuthology.orchestra.run.smithi023:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9eab968a-963b-11ee-95a3-87774f69a715@osd.0.service' 2023-12-09T03:02:00.417 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-09T03:02:00.417 INFO:tasks.cephadm.osd.0:Stopped osd.0 2023-12-09T03:02:00.417 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2023-12-09T03:02:00.418 DEBUG:teuthology.orchestra.run.smithi023:> sudo systemctl stop ceph-9eab968a-963b-11ee-95a3-87774f69a715@osd.1 2023-12-09T03:02:00.625 INFO:journalctl@ceph.osd.1.smithi023.stdout:Dec 09 03:02:00 smithi023 systemd[1]: Stopping Ceph osd.1 for 9eab968a-963b-11ee-95a3-87774f69a715... 2023-12-09T03:02:01.022 INFO:journalctl@ceph.osd.1.smithi023.stdout:Dec 09 03:02:00 smithi023 bash[70847]: debug 2023-12-09T03:02:00.615+0000 7f433be44700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-12-09T03:02:01.022 INFO:journalctl@ceph.osd.1.smithi023.stdout:Dec 09 03:02:00 smithi023 bash[70847]: debug 2023-12-09T03:02:00.615+0000 7f433be44700 -1 osd.1 144 *** Got signal Terminated *** 2023-12-09T03:02:01.022 INFO:journalctl@ceph.osd.1.smithi023.stdout:Dec 09 03:02:00 smithi023 bash[70847]: debug 2023-12-09T03:02:00.615+0000 7f433be44700 -1 osd.1 144 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-09T03:02:06.817 INFO:journalctl@ceph.osd.1.smithi023.stdout:Dec 09 03:02:06 smithi023 bash[79274]: ceph-9eab968a-963b-11ee-95a3-87774f69a715-osd-1 2023-12-09T03:02:06.817 INFO:journalctl@ceph.osd.1.smithi023.stdout:Dec 09 03:02:06 smithi023 bash[79347]: Error response from daemon: No such container: ceph-9eab968a-963b-11ee-95a3-87774f69a715-osd-1 2023-12-09T03:02:08.772 DEBUG:teuthology.orchestra.run.smithi023:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9eab968a-963b-11ee-95a3-87774f69a715@osd.1.service' 2023-12-09T03:02:08.807 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-09T03:02:08.807 INFO:tasks.cephadm.osd.1:Stopped osd.1 2023-12-09T03:02:08.807 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2023-12-09T03:02:08.807 DEBUG:teuthology.orchestra.run.smithi023:> sudo systemctl stop ceph-9eab968a-963b-11ee-95a3-87774f69a715@osd.2 2023-12-09T03:02:09.022 INFO:journalctl@ceph.osd.2.smithi023.stdout:Dec 09 03:02:08 smithi023 systemd[1]: Stopping Ceph osd.2 for 9eab968a-963b-11ee-95a3-87774f69a715... 2023-12-09T03:02:09.022 INFO:journalctl@ceph.osd.2.smithi023.stdout:Dec 09 03:02:08 smithi023 bash[73010]: debug 2023-12-09T03:02:08.971+0000 7f58bd1b2700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-12-09T03:02:09.022 INFO:journalctl@ceph.osd.2.smithi023.stdout:Dec 09 03:02:08 smithi023 bash[73010]: debug 2023-12-09T03:02:08.971+0000 7f58bd1b2700 -1 osd.2 144 *** Got signal Terminated *** 2023-12-09T03:02:09.023 INFO:journalctl@ceph.osd.2.smithi023.stdout:Dec 09 03:02:08 smithi023 bash[73010]: debug 2023-12-09T03:02:08.971+0000 7f58bd1b2700 -1 osd.2 144 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-09T03:02:11.272 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 03:02:10 smithi023 bash[59931]: level=warn ts=2023-12-09T03:02:10.965Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi023.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.23:8443: connect: connection refused" 2023-12-09T03:02:11.272 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 03:02:10 smithi023 bash[59931]: level=warn ts=2023-12-09T03:02:10.966Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi172.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.172:8443: connect: connection refused" 2023-12-09T03:02:15.485 INFO:journalctl@ceph.osd.2.smithi023.stdout:Dec 09 03:02:15 smithi023 bash[79489]: ceph-9eab968a-963b-11ee-95a3-87774f69a715-osd-2 2023-12-09T03:02:15.485 INFO:journalctl@ceph.osd.2.smithi023.stdout:Dec 09 03:02:15 smithi023 bash[79565]: Error response from daemon: No such container: ceph-9eab968a-963b-11ee-95a3-87774f69a715-osd-2 2023-12-09T03:02:17.533 DEBUG:teuthology.orchestra.run.smithi023:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9eab968a-963b-11ee-95a3-87774f69a715@osd.2.service' 2023-12-09T03:02:17.572 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-09T03:02:17.572 INFO:tasks.cephadm.osd.2:Stopped osd.2 2023-12-09T03:02:17.573 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2023-12-09T03:02:17.573 DEBUG:teuthology.orchestra.run.smithi023:> sudo systemctl stop ceph-9eab968a-963b-11ee-95a3-87774f69a715@osd.3 2023-12-09T03:02:18.022 INFO:journalctl@ceph.osd.3.smithi023.stdout:Dec 09 03:02:17 smithi023 systemd[1]: Stopping Ceph osd.3 for 9eab968a-963b-11ee-95a3-87774f69a715... 2023-12-09T03:02:18.022 INFO:journalctl@ceph.osd.3.smithi023.stdout:Dec 09 03:02:17 smithi023 bash[75203]: debug 2023-12-09T03:02:17.731+0000 7fcbe6353700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.3 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-12-09T03:02:18.022 INFO:journalctl@ceph.osd.3.smithi023.stdout:Dec 09 03:02:17 smithi023 bash[75203]: debug 2023-12-09T03:02:17.731+0000 7fcbe6353700 -1 osd.3 144 *** Got signal Terminated *** 2023-12-09T03:02:18.022 INFO:journalctl@ceph.osd.3.smithi023.stdout:Dec 09 03:02:17 smithi023 bash[75203]: debug 2023-12-09T03:02:17.731+0000 7fcbe6353700 -1 osd.3 144 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-09T03:02:18.247 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 09 03:02:17 smithi172 bash[54237]: debug 2023-12-09T03:02:17.827+0000 7fcc5dd8e700 -1 osd.4 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:54.040836+0000 front 2023-12-09T03:01:54.040532+0000 (oldest deadline 2023-12-09T03:02:17.441476+0000) 2023-12-09T03:02:19.247 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 09 03:02:18 smithi172 bash[54237]: debug 2023-12-09T03:02:18.811+0000 7fcc5dd8e700 -1 osd.4 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:54.040836+0000 front 2023-12-09T03:01:54.040532+0000 (oldest deadline 2023-12-09T03:02:17.441476+0000) 2023-12-09T03:02:19.247 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:18 smithi172 bash[60291]: debug 2023-12-09T03:02:18.823+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:55.717678+0000 front 2023-12-09T03:01:55.717571+0000 (oldest deadline 2023-12-09T03:02:18.617133+0000) 2023-12-09T03:02:20.250 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 09 03:02:19 smithi172 bash[54237]: debug 2023-12-09T03:02:19.799+0000 7fcc5dd8e700 -1 osd.4 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:54.040836+0000 front 2023-12-09T03:01:54.040532+0000 (oldest deadline 2023-12-09T03:02:17.441476+0000) 2023-12-09T03:02:20.250 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 03:02:19 smithi172 bash[58285]: debug 2023-12-09T03:02:19.751+0000 7f8443e67700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:53.084142+0000 front 2023-12-09T03:01:53.084220+0000 (oldest deadline 2023-12-09T03:02:18.983537+0000) 2023-12-09T03:02:20.251 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:19 smithi172 bash[60291]: debug 2023-12-09T03:02:19.847+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:55.717678+0000 front 2023-12-09T03:01:55.717571+0000 (oldest deadline 2023-12-09T03:02:18.617133+0000) 2023-12-09T03:02:20.521 INFO:journalctl@ceph.osd.3.smithi023.stdout:Dec 09 03:02:20 smithi023 bash[75203]: debug 2023-12-09T03:02:20.147+0000 7fcbe114b700 -1 osd.3 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:53.987872+0000 front 2023-12-09T03:01:53.987995+0000 (oldest deadline 2023-12-09T03:02:19.287667+0000) 2023-12-09T03:02:20.997 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 03:02:20 smithi172 bash[58285]: debug 2023-12-09T03:02:20.711+0000 7f8443e67700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:53.084142+0000 front 2023-12-09T03:01:53.084220+0000 (oldest deadline 2023-12-09T03:02:18.983537+0000) 2023-12-09T03:02:20.998 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 09 03:02:20 smithi172 bash[54237]: debug 2023-12-09T03:02:20.827+0000 7fcc5dd8e700 -1 osd.4 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:54.040836+0000 front 2023-12-09T03:01:54.040532+0000 (oldest deadline 2023-12-09T03:02:17.441476+0000) 2023-12-09T03:02:20.998 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:20 smithi172 bash[60291]: debug 2023-12-09T03:02:20.823+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:55.717678+0000 front 2023-12-09T03:01:55.717571+0000 (oldest deadline 2023-12-09T03:02:18.617133+0000) 2023-12-09T03:02:21.272 INFO:journalctl@ceph.osd.3.smithi023.stdout:Dec 09 03:02:21 smithi023 bash[75203]: debug 2023-12-09T03:02:21.195+0000 7fcbe114b700 -1 osd.3 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:53.987872+0000 front 2023-12-09T03:01:53.987995+0000 (oldest deadline 2023-12-09T03:02:19.287667+0000) 2023-12-09T03:02:21.272 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 03:02:20 smithi023 bash[59931]: level=error ts=2023-12-09T03:02:20.964Z 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://smithi172.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.172:8443: connect: connection refused; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://smithi023.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.23:8443: connect: connection refused" 2023-12-09T03:02:21.272 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 03:02:20 smithi023 bash[59931]: level=warn ts=2023-12-09T03:02:20.966Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi023.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.23:8443: connect: connection refused" 2023-12-09T03:02:21.272 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 03:02:20 smithi023 bash[59931]: level=warn ts=2023-12-09T03:02:20.967Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi172.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.172:8443: connect: connection refused" 2023-12-09T03:02:22.247 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 09 03:02:21 smithi172 bash[54237]: debug 2023-12-09T03:02:21.799+0000 7fcc5dd8e700 -1 osd.4 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:54.040836+0000 front 2023-12-09T03:01:54.040532+0000 (oldest deadline 2023-12-09T03:02:17.441476+0000) 2023-12-09T03:02:22.248 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 03:02:21 smithi172 bash[58285]: debug 2023-12-09T03:02:21.755+0000 7f8443e67700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:53.084142+0000 front 2023-12-09T03:01:53.084220+0000 (oldest deadline 2023-12-09T03:02:18.983537+0000) 2023-12-09T03:02:22.248 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:21 smithi172 bash[60291]: debug 2023-12-09T03:02:21.831+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:55.717678+0000 front 2023-12-09T03:01:55.717571+0000 (oldest deadline 2023-12-09T03:02:18.617133+0000) 2023-12-09T03:02:22.521 INFO:journalctl@ceph.osd.3.smithi023.stdout:Dec 09 03:02:22 smithi023 bash[75203]: debug 2023-12-09T03:02:22.167+0000 7fcbe114b700 -1 osd.3 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:53.987872+0000 front 2023-12-09T03:01:53.987995+0000 (oldest deadline 2023-12-09T03:02:19.287667+0000) 2023-12-09T03:02:22.737 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 09 03:02:22 smithi172 bash[56242]: debug 2023-12-09T03:02:22.351+0000 7fd961622700 -1 osd.5 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:54.703133+0000 front 2023-12-09T03:01:54.703040+0000 (oldest deadline 2023-12-09T03:02:21.703700+0000) 2023-12-09T03:02:22.997 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 03:02:22 smithi172 bash[58285]: debug 2023-12-09T03:02:22.735+0000 7f8443e67700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:53.084142+0000 front 2023-12-09T03:01:53.084220+0000 (oldest deadline 2023-12-09T03:02:18.983537+0000) 2023-12-09T03:02:22.998 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 09 03:02:22 smithi172 bash[54237]: debug 2023-12-09T03:02:22.843+0000 7fcc5dd8e700 -1 osd.4 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:54.040836+0000 front 2023-12-09T03:01:54.040532+0000 (oldest deadline 2023-12-09T03:02:17.441476+0000) 2023-12-09T03:02:22.998 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:22 smithi172 bash[60291]: debug 2023-12-09T03:02:22.875+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:55.717678+0000 front 2023-12-09T03:01:55.717571+0000 (oldest deadline 2023-12-09T03:02:18.617133+0000) 2023-12-09T03:02:23.735 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 09 03:02:23 smithi172 bash[56242]: debug 2023-12-09T03:02:23.335+0000 7fd961622700 -1 osd.5 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:54.703133+0000 front 2023-12-09T03:01:54.703040+0000 (oldest deadline 2023-12-09T03:02:21.703700+0000) 2023-12-09T03:02:23.997 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 09 03:02:23 smithi172 bash[54237]: debug 2023-12-09T03:02:23.823+0000 7fcc5dd8e700 -1 osd.4 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:54.040836+0000 front 2023-12-09T03:01:54.040532+0000 (oldest deadline 2023-12-09T03:02:17.441476+0000) 2023-12-09T03:02:23.998 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 03:02:23 smithi172 bash[58285]: debug 2023-12-09T03:02:23.731+0000 7f8443e67700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:53.084142+0000 front 2023-12-09T03:01:53.084220+0000 (oldest deadline 2023-12-09T03:02:18.983537+0000) 2023-12-09T03:02:23.998 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:23 smithi172 bash[60291]: debug 2023-12-09T03:02:23.847+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:55.717678+0000 front 2023-12-09T03:01:55.717571+0000 (oldest deadline 2023-12-09T03:02:18.617133+0000) 2023-12-09T03:02:24.272 INFO:journalctl@ceph.osd.3.smithi023.stdout:Dec 09 03:02:23 smithi023 bash[79709]: ceph-9eab968a-963b-11ee-95a3-87774f69a715-osd-3 2023-12-09T03:02:24.273 INFO:journalctl@ceph.osd.3.smithi023.stdout:Dec 09 03:02:24 smithi023 bash[79784]: Error response from daemon: No such container: ceph-9eab968a-963b-11ee-95a3-87774f69a715-osd-3 2023-12-09T03:02:24.617 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 09 03:02:24 smithi172 bash[56242]: debug 2023-12-09T03:02:24.311+0000 7fd961622700 -1 osd.5 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:54.703133+0000 front 2023-12-09T03:01:54.703040+0000 (oldest deadline 2023-12-09T03:02:21.703700+0000) 2023-12-09T03:02:24.872 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 09 03:02:24 smithi172 bash[54237]: debug 2023-12-09T03:02:24.783+0000 7fcc5dd8e700 -1 osd.4 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:54.040836+0000 front 2023-12-09T03:01:54.040532+0000 (oldest deadline 2023-12-09T03:02:17.441476+0000) 2023-12-09T03:02:24.872 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 03:02:24 smithi172 bash[58285]: debug 2023-12-09T03:02:24.751+0000 7f8443e67700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:53.084142+0000 front 2023-12-09T03:01:53.084220+0000 (oldest deadline 2023-12-09T03:02:18.983537+0000) 2023-12-09T03:02:24.873 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 03:02:24 smithi172 bash[49296]: ts=2023-12-09T03:02:24.618Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.23:8765/sd/prometheus/sd-config?service=ceph-exporter\": dial tcp 172.21.15.23:8765: connect: connection refused" 2023-12-09T03:02:24.873 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 03:02:24 smithi172 bash[49296]: ts=2023-12-09T03:02:24.618Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.23:8765/sd/prometheus/sd-config?service=node-exporter\": dial tcp 172.21.15.23:8765: connect: connection refused" 2023-12-09T03:02:24.873 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 03:02:24 smithi172 bash[49296]: ts=2023-12-09T03:02:24.623Z caller=refresh.go:98 level=error component="discovery manager notify" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.23:8765/sd/prometheus/sd-config?service=alertmanager\": dial tcp 172.21.15.23:8765: connect: connection refused" 2023-12-09T03:02:24.873 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 03:02:24 smithi172 bash[49296]: ts=2023-12-09T03:02:24.625Z caller=refresh.go:98 level=error component="discovery manager scrape" discovery=http msg="Unable to refresh target groups" err="Get \"http://172.21.15.23:8765/sd/prometheus/sd-config?service=mgr-prometheus\": dial tcp 172.21.15.23:8765: connect: connection refused" 2023-12-09T03:02:25.247 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:24 smithi172 bash[60291]: debug 2023-12-09T03:02:24.871+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:55.717678+0000 front 2023-12-09T03:01:55.717571+0000 (oldest deadline 2023-12-09T03:02:18.617133+0000) 2023-12-09T03:02:25.742 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 09 03:02:25 smithi172 bash[56242]: debug 2023-12-09T03:02:25.279+0000 7fd961622700 -1 osd.5 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:54.703133+0000 front 2023-12-09T03:01:54.703040+0000 (oldest deadline 2023-12-09T03:02:21.703700+0000) 2023-12-09T03:02:25.997 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 09 03:02:25 smithi172 bash[54237]: debug 2023-12-09T03:02:25.739+0000 7fcc5dd8e700 -1 osd.4 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:54.040836+0000 front 2023-12-09T03:01:54.040532+0000 (oldest deadline 2023-12-09T03:02:17.441476+0000) 2023-12-09T03:02:25.998 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 03:02:25 smithi172 bash[58285]: debug 2023-12-09T03:02:25.795+0000 7f8443e67700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:53.084142+0000 front 2023-12-09T03:01:53.084220+0000 (oldest deadline 2023-12-09T03:02:18.983537+0000) 2023-12-09T03:02:25.998 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:25 smithi172 bash[60291]: debug 2023-12-09T03:02:25.887+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:55.717678+0000 front 2023-12-09T03:01:55.717571+0000 (oldest deadline 2023-12-09T03:02:18.617133+0000) 2023-12-09T03:02:26.069 DEBUG:teuthology.orchestra.run.smithi023:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9eab968a-963b-11ee-95a3-87774f69a715@osd.3.service' 2023-12-09T03:02:26.105 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-09T03:02:26.106 INFO:tasks.cephadm.osd.3:Stopped osd.3 2023-12-09T03:02:26.106 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2023-12-09T03:02:26.106 DEBUG:teuthology.orchestra.run.smithi172:> sudo systemctl stop ceph-9eab968a-963b-11ee-95a3-87774f69a715@osd.4 2023-12-09T03:02:26.497 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 09 03:02:26 smithi172 bash[56242]: debug 2023-12-09T03:02:26.255+0000 7fd961622700 -1 osd.5 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:54.703133+0000 front 2023-12-09T03:01:54.703040+0000 (oldest deadline 2023-12-09T03:02:21.703700+0000) 2023-12-09T03:02:26.498 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 09 03:02:26 smithi172 systemd[1]: Stopping Ceph osd.4 for 9eab968a-963b-11ee-95a3-87774f69a715... 2023-12-09T03:02:26.498 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 09 03:02:26 smithi172 bash[54237]: debug 2023-12-09T03:02:26.283+0000 7fcc62f96700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.4 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-12-09T03:02:26.498 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 09 03:02:26 smithi172 bash[54237]: debug 2023-12-09T03:02:26.283+0000 7fcc62f96700 -1 osd.4 144 *** Got signal Terminated *** 2023-12-09T03:02:26.498 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 09 03:02:26 smithi172 bash[54237]: debug 2023-12-09T03:02:26.283+0000 7fcc62f96700 -1 osd.4 144 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-09T03:02:27.210 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 09 03:02:26 smithi172 bash[54237]: debug 2023-12-09T03:02:26.755+0000 7fcc5dd8e700 -1 osd.4 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:54.040836+0000 front 2023-12-09T03:01:54.040532+0000 (oldest deadline 2023-12-09T03:02:17.441476+0000) 2023-12-09T03:02:27.210 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 03:02:26 smithi172 bash[58285]: debug 2023-12-09T03:02:26.763+0000 7f8443e67700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:53.084142+0000 front 2023-12-09T03:01:53.084220+0000 (oldest deadline 2023-12-09T03:02:18.983537+0000) 2023-12-09T03:02:27.210 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:26 smithi172 bash[60291]: debug 2023-12-09T03:02:26.891+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:55.717678+0000 front 2023-12-09T03:01:55.717571+0000 (oldest deadline 2023-12-09T03:02:18.617133+0000) 2023-12-09T03:02:27.497 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 09 03:02:27 smithi172 bash[56242]: debug 2023-12-09T03:02:27.206+0000 7fd961622700 -1 osd.5 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:54.703133+0000 front 2023-12-09T03:01:54.703040+0000 (oldest deadline 2023-12-09T03:02:21.703700+0000) 2023-12-09T03:02:27.997 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 03:02:27 smithi172 bash[58285]: debug 2023-12-09T03:02:27.738+0000 7f8443e67700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:53.084142+0000 front 2023-12-09T03:01:53.084220+0000 (oldest deadline 2023-12-09T03:02:18.983537+0000) 2023-12-09T03:02:27.998 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:27 smithi172 bash[60291]: debug 2023-12-09T03:02:27.878+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:55.717678+0000 front 2023-12-09T03:01:55.717571+0000 (oldest deadline 2023-12-09T03:02:18.617133+0000) 2023-12-09T03:02:27.998 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 09 03:02:27 smithi172 bash[54237]: debug 2023-12-09T03:02:27.750+0000 7fcc5dd8e700 -1 osd.4 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:54.040836+0000 front 2023-12-09T03:01:54.040532+0000 (oldest deadline 2023-12-09T03:02:17.441476+0000) 2023-12-09T03:02:27.998 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 09 03:02:27 smithi172 bash[54237]: debug 2023-12-09T03:02:27.750+0000 7fcc5dd8e700 -1 osd.4 144 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-09T03:02:02.044116+0000 front 2023-12-09T03:02:02.044070+0000 (oldest deadline 2023-12-09T03:02:27.343991+0000) 2023-12-09T03:02:28.718 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 09 03:02:28 smithi172 bash[56242]: debug 2023-12-09T03:02:28.258+0000 7fd961622700 -1 osd.5 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:54.703133+0000 front 2023-12-09T03:01:54.703040+0000 (oldest deadline 2023-12-09T03:02:21.703700+0000) 2023-12-09T03:02:28.997 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 03:02:28 smithi172 bash[58285]: debug 2023-12-09T03:02:28.714+0000 7f8443e67700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:53.084142+0000 front 2023-12-09T03:01:53.084220+0000 (oldest deadline 2023-12-09T03:02:18.983537+0000) 2023-12-09T03:02:28.997 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 09 03:02:28 smithi172 bash[54237]: debug 2023-12-09T03:02:28.766+0000 7fcc5dd8e700 -1 osd.4 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:54.040836+0000 front 2023-12-09T03:01:54.040532+0000 (oldest deadline 2023-12-09T03:02:17.441476+0000) 2023-12-09T03:02:28.998 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 09 03:02:28 smithi172 bash[54237]: debug 2023-12-09T03:02:28.766+0000 7fcc5dd8e700 -1 osd.4 144 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-09T03:02:02.044116+0000 front 2023-12-09T03:02:02.044070+0000 (oldest deadline 2023-12-09T03:02:27.343991+0000) 2023-12-09T03:02:28.998 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:28 smithi172 bash[60291]: debug 2023-12-09T03:02:28.854+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:55.717678+0000 front 2023-12-09T03:01:55.717571+0000 (oldest deadline 2023-12-09T03:02:18.617133+0000) 2023-12-09T03:02:28.998 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:28 smithi172 bash[60291]: debug 2023-12-09T03:02:28.854+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-09T03:02:04.519494+0000 front 2023-12-09T03:02:04.519195+0000 (oldest deadline 2023-12-09T03:02:28.018910+0000) 2023-12-09T03:02:29.735 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 09 03:02:29 smithi172 bash[56242]: debug 2023-12-09T03:02:29.270+0000 7fd961622700 -1 osd.5 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:54.703133+0000 front 2023-12-09T03:01:54.703040+0000 (oldest deadline 2023-12-09T03:02:21.703700+0000) 2023-12-09T03:02:29.997 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 03:02:29 smithi172 bash[58285]: debug 2023-12-09T03:02:29.734+0000 7f8443e67700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:53.084142+0000 front 2023-12-09T03:01:53.084220+0000 (oldest deadline 2023-12-09T03:02:18.983537+0000) 2023-12-09T03:02:29.998 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 09 03:02:29 smithi172 bash[54237]: debug 2023-12-09T03:02:29.746+0000 7fcc5dd8e700 -1 osd.4 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:54.040836+0000 front 2023-12-09T03:01:54.040532+0000 (oldest deadline 2023-12-09T03:02:17.441476+0000) 2023-12-09T03:02:29.998 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 09 03:02:29 smithi172 bash[54237]: debug 2023-12-09T03:02:29.746+0000 7fcc5dd8e700 -1 osd.4 144 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-09T03:02:02.044116+0000 front 2023-12-09T03:02:02.044070+0000 (oldest deadline 2023-12-09T03:02:27.343991+0000) 2023-12-09T03:02:29.999 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:29 smithi172 bash[60291]: debug 2023-12-09T03:02:29.814+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:55.717678+0000 front 2023-12-09T03:01:55.717571+0000 (oldest deadline 2023-12-09T03:02:18.617133+0000) 2023-12-09T03:02:29.999 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:29 smithi172 bash[60291]: debug 2023-12-09T03:02:29.814+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-09T03:02:04.519494+0000 front 2023-12-09T03:02:04.519195+0000 (oldest deadline 2023-12-09T03:02:28.018910+0000) 2023-12-09T03:02:30.691 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 09 03:02:30 smithi172 bash[56242]: debug 2023-12-09T03:02:30.258+0000 7fd961622700 -1 osd.5 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:54.703133+0000 front 2023-12-09T03:01:54.703040+0000 (oldest deadline 2023-12-09T03:02:21.703700+0000) 2023-12-09T03:02:30.691 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 09 03:02:30 smithi172 bash[56242]: debug 2023-12-09T03:02:30.258+0000 7fd961622700 -1 osd.5 144 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-09T03:02:05.106245+0000 front 2023-12-09T03:02:05.106010+0000 (oldest deadline 2023-12-09T03:02:29.805587+0000) 2023-12-09T03:02:30.997 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 03:02:30 smithi172 bash[58285]: debug 2023-12-09T03:02:30.686+0000 7f8443e67700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:53.084142+0000 front 2023-12-09T03:01:53.084220+0000 (oldest deadline 2023-12-09T03:02:18.983537+0000) 2023-12-09T03:02:30.999 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 09 03:02:30 smithi172 bash[54237]: debug 2023-12-09T03:02:30.778+0000 7fcc5dd8e700 -1 osd.4 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:54.040836+0000 front 2023-12-09T03:01:54.040532+0000 (oldest deadline 2023-12-09T03:02:17.441476+0000) 2023-12-09T03:02:30.999 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 09 03:02:30 smithi172 bash[54237]: debug 2023-12-09T03:02:30.778+0000 7fcc5dd8e700 -1 osd.4 144 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-09T03:02:02.044116+0000 front 2023-12-09T03:02:02.044070+0000 (oldest deadline 2023-12-09T03:02:27.343991+0000) 2023-12-09T03:02:30.999 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:30 smithi172 bash[60291]: debug 2023-12-09T03:02:30.842+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:55.717678+0000 front 2023-12-09T03:01:55.717571+0000 (oldest deadline 2023-12-09T03:02:18.617133+0000) 2023-12-09T03:02:30.999 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:30 smithi172 bash[60291]: debug 2023-12-09T03:02:30.842+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-09T03:02:04.519494+0000 front 2023-12-09T03:02:04.519195+0000 (oldest deadline 2023-12-09T03:02:28.018910+0000) 2023-12-09T03:02:31.272 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 03:02:30 smithi023 bash[59931]: level=error ts=2023-12-09T03:02:30.965Z 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://smithi172.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.172:8443: connect: connection refused; ceph-dashboard/webhook[1]: notify retry canceled after 7 attempts: Post \"https://smithi023.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.23:8443: connect: connection refused" 2023-12-09T03:02:31.272 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 03:02:30 smithi023 bash[59931]: level=warn ts=2023-12-09T03:02:30.967Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi023.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.23:8443: connect: connection refused" 2023-12-09T03:02:31.272 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 03:02:30 smithi023 bash[59931]: level=warn ts=2023-12-09T03:02:30.968Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi172.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.172:8443: connect: connection refused" 2023-12-09T03:02:31.679 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 09 03:02:31 smithi172 bash[56242]: debug 2023-12-09T03:02:31.306+0000 7fd961622700 -1 osd.5 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:54.703133+0000 front 2023-12-09T03:01:54.703040+0000 (oldest deadline 2023-12-09T03:02:21.703700+0000) 2023-12-09T03:02:31.679 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 09 03:02:31 smithi172 bash[56242]: debug 2023-12-09T03:02:31.306+0000 7fd961622700 -1 osd.5 144 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-09T03:02:05.106245+0000 front 2023-12-09T03:02:05.106010+0000 (oldest deadline 2023-12-09T03:02:29.805587+0000) 2023-12-09T03:02:31.930 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:31 smithi172 bash[60291]: debug 2023-12-09T03:02:31.822+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:55.717678+0000 front 2023-12-09T03:01:55.717571+0000 (oldest deadline 2023-12-09T03:02:18.617133+0000) 2023-12-09T03:02:31.931 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:31 smithi172 bash[60291]: debug 2023-12-09T03:02:31.822+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-09T03:02:04.519494+0000 front 2023-12-09T03:02:04.519195+0000 (oldest deadline 2023-12-09T03:02:28.018910+0000) 2023-12-09T03:02:31.931 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 03:02:31 smithi172 bash[58285]: debug 2023-12-09T03:02:31.674+0000 7f8443e67700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:53.084142+0000 front 2023-12-09T03:01:53.084220+0000 (oldest deadline 2023-12-09T03:02:18.983537+0000) 2023-12-09T03:02:32.440 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 09 03:02:32 smithi172 bash[56242]: debug 2023-12-09T03:02:32.342+0000 7fd961622700 -1 osd.5 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:54.703133+0000 front 2023-12-09T03:01:54.703040+0000 (oldest deadline 2023-12-09T03:02:21.703700+0000) 2023-12-09T03:02:32.440 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 09 03:02:32 smithi172 bash[56242]: debug 2023-12-09T03:02:32.342+0000 7fd961622700 -1 osd.5 144 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-09T03:02:05.106245+0000 front 2023-12-09T03:02:05.106010+0000 (oldest deadline 2023-12-09T03:02:29.805587+0000) 2023-12-09T03:02:32.624 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 09 03:02:32 smithi172 bash[61737]: ceph-9eab968a-963b-11ee-95a3-87774f69a715-osd-4 2023-12-09T03:02:32.997 INFO:journalctl@ceph.osd.4.smithi172.stdout:Dec 09 03:02:32 smithi172 bash[61815]: Error response from daemon: No such container: ceph-9eab968a-963b-11ee-95a3-87774f69a715-osd-4 2023-12-09T03:02:32.998 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 03:02:32 smithi172 bash[58285]: debug 2023-12-09T03:02:32.646+0000 7f8443e67700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:53.084142+0000 front 2023-12-09T03:01:53.084220+0000 (oldest deadline 2023-12-09T03:02:18.983537+0000) 2023-12-09T03:02:32.998 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 03:02:32 smithi172 bash[58285]: debug 2023-12-09T03:02:32.646+0000 7f8443e67700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-09T03:02:01.285246+0000 front 2023-12-09T03:02:01.285285+0000 (oldest deadline 2023-12-09T03:02:31.885869+0000) 2023-12-09T03:02:32.998 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:32 smithi172 bash[60291]: debug 2023-12-09T03:02:32.822+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:55.717678+0000 front 2023-12-09T03:01:55.717571+0000 (oldest deadline 2023-12-09T03:02:18.617133+0000) 2023-12-09T03:02:32.998 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:32 smithi172 bash[60291]: debug 2023-12-09T03:02:32.822+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-09T03:02:04.519494+0000 front 2023-12-09T03:02:04.519195+0000 (oldest deadline 2023-12-09T03:02:28.018910+0000) 2023-12-09T03:02:33.747 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 09 03:02:33 smithi172 bash[56242]: debug 2023-12-09T03:02:33.378+0000 7fd961622700 -1 osd.5 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:54.703133+0000 front 2023-12-09T03:01:54.703040+0000 (oldest deadline 2023-12-09T03:02:21.703700+0000) 2023-12-09T03:02:33.747 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 09 03:02:33 smithi172 bash[56242]: debug 2023-12-09T03:02:33.378+0000 7fd961622700 -1 osd.5 144 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-09T03:02:05.106245+0000 front 2023-12-09T03:02:05.106010+0000 (oldest deadline 2023-12-09T03:02:29.805587+0000) 2023-12-09T03:02:33.748 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 03:02:33 smithi172 bash[58285]: debug 2023-12-09T03:02:33.618+0000 7f8443e67700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:53.084142+0000 front 2023-12-09T03:01:53.084220+0000 (oldest deadline 2023-12-09T03:02:18.983537+0000) 2023-12-09T03:02:33.748 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 03:02:33 smithi172 bash[58285]: debug 2023-12-09T03:02:33.618+0000 7f8443e67700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-09T03:02:01.285246+0000 front 2023-12-09T03:02:01.285285+0000 (oldest deadline 2023-12-09T03:02:31.885869+0000) 2023-12-09T03:02:34.195 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:33 smithi172 bash[60291]: debug 2023-12-09T03:02:33.818+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:55.717678+0000 front 2023-12-09T03:01:55.717571+0000 (oldest deadline 2023-12-09T03:02:18.617133+0000) 2023-12-09T03:02:34.195 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:33 smithi172 bash[60291]: debug 2023-12-09T03:02:33.818+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-09T03:02:04.519494+0000 front 2023-12-09T03:02:04.519195+0000 (oldest deadline 2023-12-09T03:02:28.018910+0000) 2023-12-09T03:02:34.497 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 09 03:02:34 smithi172 bash[56242]: debug 2023-12-09T03:02:34.390+0000 7fd961622700 -1 osd.5 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:54.703133+0000 front 2023-12-09T03:01:54.703040+0000 (oldest deadline 2023-12-09T03:02:21.703700+0000) 2023-12-09T03:02:34.498 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 09 03:02:34 smithi172 bash[56242]: debug 2023-12-09T03:02:34.390+0000 7fd961622700 -1 osd.5 144 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-09T03:02:05.106245+0000 front 2023-12-09T03:02:05.106010+0000 (oldest deadline 2023-12-09T03:02:29.805587+0000) 2023-12-09T03:02:34.683 DEBUG:teuthology.orchestra.run.smithi172:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9eab968a-963b-11ee-95a3-87774f69a715@osd.4.service' 2023-12-09T03:02:34.716 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-09T03:02:34.716 INFO:tasks.cephadm.osd.4:Stopped osd.4 2023-12-09T03:02:34.717 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2023-12-09T03:02:34.717 DEBUG:teuthology.orchestra.run.smithi172:> sudo systemctl stop ceph-9eab968a-963b-11ee-95a3-87774f69a715@osd.5 2023-12-09T03:02:34.997 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 03:02:34 smithi172 bash[58285]: debug 2023-12-09T03:02:34.638+0000 7f8443e67700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:53.084142+0000 front 2023-12-09T03:01:53.084220+0000 (oldest deadline 2023-12-09T03:02:18.983537+0000) 2023-12-09T03:02:34.998 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 03:02:34 smithi172 bash[58285]: debug 2023-12-09T03:02:34.638+0000 7f8443e67700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-09T03:02:01.285246+0000 front 2023-12-09T03:02:01.285285+0000 (oldest deadline 2023-12-09T03:02:31.885869+0000) 2023-12-09T03:02:34.998 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:34 smithi172 bash[60291]: debug 2023-12-09T03:02:34.794+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:55.717678+0000 front 2023-12-09T03:01:55.717571+0000 (oldest deadline 2023-12-09T03:02:18.617133+0000) 2023-12-09T03:02:34.998 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:34 smithi172 bash[60291]: debug 2023-12-09T03:02:34.794+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-09T03:02:04.519494+0000 front 2023-12-09T03:02:04.519195+0000 (oldest deadline 2023-12-09T03:02:28.018910+0000) 2023-12-09T03:02:34.999 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 09 03:02:34 smithi172 systemd[1]: Stopping Ceph osd.5 for 9eab968a-963b-11ee-95a3-87774f69a715... 2023-12-09T03:02:34.999 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 09 03:02:34 smithi172 bash[56242]: debug 2023-12-09T03:02:34.870+0000 7fd965027700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.5 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-12-09T03:02:34.999 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 09 03:02:34 smithi172 bash[56242]: debug 2023-12-09T03:02:34.870+0000 7fd965027700 -1 osd.5 144 *** Got signal Terminated *** 2023-12-09T03:02:34.999 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 09 03:02:34 smithi172 bash[56242]: debug 2023-12-09T03:02:34.870+0000 7fd965027700 -1 osd.5 144 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-09T03:02:35.684 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 09 03:02:35 smithi172 bash[56242]: debug 2023-12-09T03:02:35.346+0000 7fd961622700 -1 osd.5 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:54.703133+0000 front 2023-12-09T03:01:54.703040+0000 (oldest deadline 2023-12-09T03:02:21.703700+0000) 2023-12-09T03:02:35.684 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 09 03:02:35 smithi172 bash[56242]: debug 2023-12-09T03:02:35.346+0000 7fd961622700 -1 osd.5 144 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-09T03:02:05.106245+0000 front 2023-12-09T03:02:05.106010+0000 (oldest deadline 2023-12-09T03:02:29.805587+0000) 2023-12-09T03:02:35.997 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 03:02:35 smithi172 bash[58285]: debug 2023-12-09T03:02:35.678+0000 7f8443e67700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:53.084142+0000 front 2023-12-09T03:01:53.084220+0000 (oldest deadline 2023-12-09T03:02:18.983537+0000) 2023-12-09T03:02:35.997 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 03:02:35 smithi172 bash[58285]: debug 2023-12-09T03:02:35.678+0000 7f8443e67700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-09T03:02:01.285246+0000 front 2023-12-09T03:02:01.285285+0000 (oldest deadline 2023-12-09T03:02:31.885869+0000) 2023-12-09T03:02:35.997 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:35 smithi172 bash[60291]: debug 2023-12-09T03:02:35.782+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:55.717678+0000 front 2023-12-09T03:01:55.717571+0000 (oldest deadline 2023-12-09T03:02:18.617133+0000) 2023-12-09T03:02:35.998 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:35 smithi172 bash[60291]: debug 2023-12-09T03:02:35.782+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-09T03:02:04.519494+0000 front 2023-12-09T03:02:04.519195+0000 (oldest deadline 2023-12-09T03:02:28.018910+0000) 2023-12-09T03:02:36.727 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 09 03:02:36 smithi172 bash[56242]: debug 2023-12-09T03:02:36.390+0000 7fd961622700 -1 osd.5 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:54.703133+0000 front 2023-12-09T03:01:54.703040+0000 (oldest deadline 2023-12-09T03:02:21.703700+0000) 2023-12-09T03:02:36.727 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 09 03:02:36 smithi172 bash[56242]: debug 2023-12-09T03:02:36.390+0000 7fd961622700 -1 osd.5 144 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-09T03:02:05.106245+0000 front 2023-12-09T03:02:05.106010+0000 (oldest deadline 2023-12-09T03:02:29.805587+0000) 2023-12-09T03:02:36.727 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 09 03:02:36 smithi172 bash[56242]: debug 2023-12-09T03:02:36.390+0000 7fd961622700 -1 osd.5 144 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2023-12-09T03:02:12.107060+0000 front 2023-12-09T03:02:12.107028+0000 (oldest deadline 2023-12-09T03:02:36.206803+0000) 2023-12-09T03:02:36.997 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:36 smithi172 bash[60291]: debug 2023-12-09T03:02:36.734+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:55.717678+0000 front 2023-12-09T03:01:55.717571+0000 (oldest deadline 2023-12-09T03:02:18.617133+0000) 2023-12-09T03:02:36.997 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:36 smithi172 bash[60291]: debug 2023-12-09T03:02:36.734+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-09T03:02:04.519494+0000 front 2023-12-09T03:02:04.519195+0000 (oldest deadline 2023-12-09T03:02:28.018910+0000) 2023-12-09T03:02:36.998 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 03:02:36 smithi172 bash[58285]: debug 2023-12-09T03:02:36.726+0000 7f8443e67700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:53.084142+0000 front 2023-12-09T03:01:53.084220+0000 (oldest deadline 2023-12-09T03:02:18.983537+0000) 2023-12-09T03:02:36.998 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 03:02:36 smithi172 bash[58285]: debug 2023-12-09T03:02:36.726+0000 7f8443e67700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-09T03:02:01.285246+0000 front 2023-12-09T03:02:01.285285+0000 (oldest deadline 2023-12-09T03:02:31.885869+0000) 2023-12-09T03:02:36.998 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 03:02:36 smithi172 bash[58285]: debug 2023-12-09T03:02:36.726+0000 7f8443e67700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2023-12-09T03:02:11.886845+0000 front 2023-12-09T03:02:11.886999+0000 (oldest deadline 2023-12-09T03:02:35.986686+0000) 2023-12-09T03:02:37.744 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 09 03:02:37 smithi172 bash[56242]: debug 2023-12-09T03:02:37.390+0000 7fd961622700 -1 osd.5 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:54.703133+0000 front 2023-12-09T03:01:54.703040+0000 (oldest deadline 2023-12-09T03:02:21.703700+0000) 2023-12-09T03:02:37.744 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 09 03:02:37 smithi172 bash[56242]: debug 2023-12-09T03:02:37.390+0000 7fd961622700 -1 osd.5 144 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-09T03:02:05.106245+0000 front 2023-12-09T03:02:05.106010+0000 (oldest deadline 2023-12-09T03:02:29.805587+0000) 2023-12-09T03:02:37.745 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 09 03:02:37 smithi172 bash[56242]: debug 2023-12-09T03:02:37.390+0000 7fd961622700 -1 osd.5 144 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2023-12-09T03:02:12.107060+0000 front 2023-12-09T03:02:12.107028+0000 (oldest deadline 2023-12-09T03:02:36.206803+0000) 2023-12-09T03:02:37.999 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:37 smithi172 bash[60291]: debug 2023-12-09T03:02:37.750+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:55.717678+0000 front 2023-12-09T03:01:55.717571+0000 (oldest deadline 2023-12-09T03:02:18.617133+0000) 2023-12-09T03:02:37.999 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:37 smithi172 bash[60291]: debug 2023-12-09T03:02:37.750+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-09T03:02:04.519494+0000 front 2023-12-09T03:02:04.519195+0000 (oldest deadline 2023-12-09T03:02:28.018910+0000) 2023-12-09T03:02:37.999 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 03:02:37 smithi172 bash[58285]: debug 2023-12-09T03:02:37.738+0000 7f8443e67700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:53.084142+0000 front 2023-12-09T03:01:53.084220+0000 (oldest deadline 2023-12-09T03:02:18.983537+0000) 2023-12-09T03:02:37.999 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 03:02:37 smithi172 bash[58285]: debug 2023-12-09T03:02:37.738+0000 7f8443e67700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-09T03:02:01.285246+0000 front 2023-12-09T03:02:01.285285+0000 (oldest deadline 2023-12-09T03:02:31.885869+0000) 2023-12-09T03:02:37.999 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 03:02:37 smithi172 bash[58285]: debug 2023-12-09T03:02:37.738+0000 7f8443e67700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2023-12-09T03:02:11.886845+0000 front 2023-12-09T03:02:11.886999+0000 (oldest deadline 2023-12-09T03:02:35.986686+0000) 2023-12-09T03:02:38.747 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 09 03:02:38 smithi172 bash[56242]: debug 2023-12-09T03:02:38.342+0000 7fd961622700 -1 osd.5 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:54.703133+0000 front 2023-12-09T03:01:54.703040+0000 (oldest deadline 2023-12-09T03:02:21.703700+0000) 2023-12-09T03:02:38.747 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 09 03:02:38 smithi172 bash[56242]: debug 2023-12-09T03:02:38.342+0000 7fd961622700 -1 osd.5 144 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-09T03:02:05.106245+0000 front 2023-12-09T03:02:05.106010+0000 (oldest deadline 2023-12-09T03:02:29.805587+0000) 2023-12-09T03:02:38.748 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 09 03:02:38 smithi172 bash[56242]: debug 2023-12-09T03:02:38.342+0000 7fd961622700 -1 osd.5 144 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2023-12-09T03:02:12.107060+0000 front 2023-12-09T03:02:12.107028+0000 (oldest deadline 2023-12-09T03:02:36.206803+0000) 2023-12-09T03:02:39.247 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:38 smithi172 bash[60291]: debug 2023-12-09T03:02:38.754+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:55.717678+0000 front 2023-12-09T03:01:55.717571+0000 (oldest deadline 2023-12-09T03:02:18.617133+0000) 2023-12-09T03:02:39.247 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:38 smithi172 bash[60291]: debug 2023-12-09T03:02:38.754+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-09T03:02:04.519494+0000 front 2023-12-09T03:02:04.519195+0000 (oldest deadline 2023-12-09T03:02:28.018910+0000) 2023-12-09T03:02:39.248 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 03:02:38 smithi172 bash[58285]: debug 2023-12-09T03:02:38.778+0000 7f8443e67700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:53.084142+0000 front 2023-12-09T03:01:53.084220+0000 (oldest deadline 2023-12-09T03:02:18.983537+0000) 2023-12-09T03:02:39.248 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 03:02:38 smithi172 bash[58285]: debug 2023-12-09T03:02:38.778+0000 7f8443e67700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-09T03:02:01.285246+0000 front 2023-12-09T03:02:01.285285+0000 (oldest deadline 2023-12-09T03:02:31.885869+0000) 2023-12-09T03:02:39.248 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 03:02:38 smithi172 bash[58285]: debug 2023-12-09T03:02:38.778+0000 7f8443e67700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2023-12-09T03:02:11.886845+0000 front 2023-12-09T03:02:11.886999+0000 (oldest deadline 2023-12-09T03:02:35.986686+0000) 2023-12-09T03:02:39.747 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 09 03:02:39 smithi172 bash[56242]: debug 2023-12-09T03:02:39.298+0000 7fd961622700 -1 osd.5 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:54.703133+0000 front 2023-12-09T03:01:54.703040+0000 (oldest deadline 2023-12-09T03:02:21.703700+0000) 2023-12-09T03:02:39.748 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 09 03:02:39 smithi172 bash[56242]: debug 2023-12-09T03:02:39.298+0000 7fd961622700 -1 osd.5 144 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-09T03:02:05.106245+0000 front 2023-12-09T03:02:05.106010+0000 (oldest deadline 2023-12-09T03:02:29.805587+0000) 2023-12-09T03:02:39.748 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 09 03:02:39 smithi172 bash[56242]: debug 2023-12-09T03:02:39.298+0000 7fd961622700 -1 osd.5 144 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2023-12-09T03:02:12.107060+0000 front 2023-12-09T03:02:12.107028+0000 (oldest deadline 2023-12-09T03:02:36.206803+0000) 2023-12-09T03:02:40.247 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 03:02:39 smithi172 bash[58285]: debug 2023-12-09T03:02:39.830+0000 7f8443e67700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:53.084142+0000 front 2023-12-09T03:01:53.084220+0000 (oldest deadline 2023-12-09T03:02:18.983537+0000) 2023-12-09T03:02:40.248 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 03:02:39 smithi172 bash[58285]: debug 2023-12-09T03:02:39.830+0000 7f8443e67700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-09T03:02:01.285246+0000 front 2023-12-09T03:02:01.285285+0000 (oldest deadline 2023-12-09T03:02:31.885869+0000) 2023-12-09T03:02:40.248 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 03:02:39 smithi172 bash[58285]: debug 2023-12-09T03:02:39.830+0000 7f8443e67700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2023-12-09T03:02:11.886845+0000 front 2023-12-09T03:02:11.886999+0000 (oldest deadline 2023-12-09T03:02:35.986686+0000) 2023-12-09T03:02:40.248 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:39 smithi172 bash[60291]: debug 2023-12-09T03:02:39.798+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:55.717678+0000 front 2023-12-09T03:01:55.717571+0000 (oldest deadline 2023-12-09T03:02:18.617133+0000) 2023-12-09T03:02:40.248 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:39 smithi172 bash[60291]: debug 2023-12-09T03:02:39.798+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-09T03:02:04.519494+0000 front 2023-12-09T03:02:04.519195+0000 (oldest deadline 2023-12-09T03:02:28.018910+0000) 2023-12-09T03:02:40.248 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:39 smithi172 bash[60291]: debug 2023-12-09T03:02:39.798+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2023-12-09T03:02:09.120631+0000 front 2023-12-09T03:02:09.120732+0000 (oldest deadline 2023-12-09T03:02:39.721214+0000) 2023-12-09T03:02:41.087 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:40 smithi172 bash[60291]: debug 2023-12-09T03:02:40.846+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:55.717678+0000 front 2023-12-09T03:01:55.717571+0000 (oldest deadline 2023-12-09T03:02:18.617133+0000) 2023-12-09T03:02:41.088 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:40 smithi172 bash[60291]: debug 2023-12-09T03:02:40.846+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-09T03:02:04.519494+0000 front 2023-12-09T03:02:04.519195+0000 (oldest deadline 2023-12-09T03:02:28.018910+0000) 2023-12-09T03:02:41.088 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:40 smithi172 bash[60291]: debug 2023-12-09T03:02:40.846+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2023-12-09T03:02:09.120631+0000 front 2023-12-09T03:02:09.120732+0000 (oldest deadline 2023-12-09T03:02:39.721214+0000) 2023-12-09T03:02:41.088 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 09 03:02:40 smithi172 bash[61961]: ceph-9eab968a-963b-11ee-95a3-87774f69a715-osd-5 2023-12-09T03:02:41.088 INFO:journalctl@ceph.osd.5.smithi172.stdout:Dec 09 03:02:41 smithi172 bash[62035]: Error response from daemon: No such container: ceph-9eab968a-963b-11ee-95a3-87774f69a715-osd-5 2023-12-09T03:02:41.089 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 03:02:40 smithi172 bash[58285]: debug 2023-12-09T03:02:40.834+0000 7f8443e67700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:53.084142+0000 front 2023-12-09T03:01:53.084220+0000 (oldest deadline 2023-12-09T03:02:18.983537+0000) 2023-12-09T03:02:41.089 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 03:02:40 smithi172 bash[58285]: debug 2023-12-09T03:02:40.834+0000 7f8443e67700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-09T03:02:01.285246+0000 front 2023-12-09T03:02:01.285285+0000 (oldest deadline 2023-12-09T03:02:31.885869+0000) 2023-12-09T03:02:41.089 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 03:02:40 smithi172 bash[58285]: debug 2023-12-09T03:02:40.834+0000 7f8443e67700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2023-12-09T03:02:11.886845+0000 front 2023-12-09T03:02:11.886999+0000 (oldest deadline 2023-12-09T03:02:35.986686+0000) 2023-12-09T03:02:41.271 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 03:02:40 smithi023 bash[59931]: level=error ts=2023-12-09T03:02:40.966Z 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://smithi023.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.23:8443: connect: connection refused; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://smithi172.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.172:8443: connect: connection refused" 2023-12-09T03:02:41.272 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 03:02:40 smithi023 bash[59931]: level=warn ts=2023-12-09T03:02:40.967Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi023.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.23:8443: connect: connection refused" 2023-12-09T03:02:41.272 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 03:02:40 smithi023 bash[59931]: level=warn ts=2023-12-09T03:02:40.969Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi172.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.172:8443: connect: connection refused" 2023-12-09T03:02:42.247 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:41 smithi172 bash[60291]: debug 2023-12-09T03:02:41.850+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:55.717678+0000 front 2023-12-09T03:01:55.717571+0000 (oldest deadline 2023-12-09T03:02:18.617133+0000) 2023-12-09T03:02:42.247 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:41 smithi172 bash[60291]: debug 2023-12-09T03:02:41.850+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-09T03:02:04.519494+0000 front 2023-12-09T03:02:04.519195+0000 (oldest deadline 2023-12-09T03:02:28.018910+0000) 2023-12-09T03:02:42.247 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:41 smithi172 bash[60291]: debug 2023-12-09T03:02:41.850+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2023-12-09T03:02:09.120631+0000 front 2023-12-09T03:02:09.120732+0000 (oldest deadline 2023-12-09T03:02:39.721214+0000) 2023-12-09T03:02:42.248 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 03:02:41 smithi172 bash[58285]: debug 2023-12-09T03:02:41.838+0000 7f8443e67700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:53.084142+0000 front 2023-12-09T03:01:53.084220+0000 (oldest deadline 2023-12-09T03:02:18.983537+0000) 2023-12-09T03:02:42.248 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 03:02:41 smithi172 bash[58285]: debug 2023-12-09T03:02:41.838+0000 7f8443e67700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-09T03:02:01.285246+0000 front 2023-12-09T03:02:01.285285+0000 (oldest deadline 2023-12-09T03:02:31.885869+0000) 2023-12-09T03:02:42.248 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 03:02:41 smithi172 bash[58285]: debug 2023-12-09T03:02:41.838+0000 7f8443e67700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2023-12-09T03:02:11.886845+0000 front 2023-12-09T03:02:11.886999+0000 (oldest deadline 2023-12-09T03:02:35.986686+0000) 2023-12-09T03:02:42.940 DEBUG:teuthology.orchestra.run.smithi172:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9eab968a-963b-11ee-95a3-87774f69a715@osd.5.service' 2023-12-09T03:02:42.973 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-09T03:02:42.974 INFO:tasks.cephadm.osd.5:Stopped osd.5 2023-12-09T03:02:42.974 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2023-12-09T03:02:42.974 DEBUG:teuthology.orchestra.run.smithi172:> sudo systemctl stop ceph-9eab968a-963b-11ee-95a3-87774f69a715@osd.6 2023-12-09T03:02:43.176 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:42 smithi172 bash[60291]: debug 2023-12-09T03:02:42.870+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:55.717678+0000 front 2023-12-09T03:01:55.717571+0000 (oldest deadline 2023-12-09T03:02:18.617133+0000) 2023-12-09T03:02:43.176 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:42 smithi172 bash[60291]: debug 2023-12-09T03:02:42.870+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-09T03:02:04.519494+0000 front 2023-12-09T03:02:04.519195+0000 (oldest deadline 2023-12-09T03:02:28.018910+0000) 2023-12-09T03:02:43.176 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:42 smithi172 bash[60291]: debug 2023-12-09T03:02:42.870+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2023-12-09T03:02:09.120631+0000 front 2023-12-09T03:02:09.120732+0000 (oldest deadline 2023-12-09T03:02:39.721214+0000) 2023-12-09T03:02:43.177 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 03:02:42 smithi172 bash[58285]: debug 2023-12-09T03:02:42.858+0000 7f8443e67700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:53.084142+0000 front 2023-12-09T03:01:53.084220+0000 (oldest deadline 2023-12-09T03:02:18.983537+0000) 2023-12-09T03:02:43.177 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 03:02:42 smithi172 bash[58285]: debug 2023-12-09T03:02:42.858+0000 7f8443e67700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-09T03:02:01.285246+0000 front 2023-12-09T03:02:01.285285+0000 (oldest deadline 2023-12-09T03:02:31.885869+0000) 2023-12-09T03:02:43.177 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 03:02:42 smithi172 bash[58285]: debug 2023-12-09T03:02:42.858+0000 7f8443e67700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2023-12-09T03:02:11.886845+0000 front 2023-12-09T03:02:11.886999+0000 (oldest deadline 2023-12-09T03:02:35.986686+0000) 2023-12-09T03:02:43.177 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 03:02:43 smithi172 systemd[1]: Stopping Ceph osd.6 for 9eab968a-963b-11ee-95a3-87774f69a715... 2023-12-09T03:02:43.178 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 03:02:43 smithi172 bash[58285]: debug 2023-12-09T03:02:43.170+0000 7f844886e700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.6 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-12-09T03:02:43.178 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 03:02:43 smithi172 bash[58285]: debug 2023-12-09T03:02:43.170+0000 7f844886e700 -1 osd.6 144 *** Got signal Terminated *** 2023-12-09T03:02:43.178 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 03:02:43 smithi172 bash[58285]: debug 2023-12-09T03:02:43.170+0000 7f844886e700 -1 osd.6 144 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-09T03:02:44.247 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 03:02:43 smithi172 bash[58285]: debug 2023-12-09T03:02:43.870+0000 7f8443e67700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:53.084142+0000 front 2023-12-09T03:01:53.084220+0000 (oldest deadline 2023-12-09T03:02:18.983537+0000) 2023-12-09T03:02:44.247 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 03:02:43 smithi172 bash[58285]: debug 2023-12-09T03:02:43.870+0000 7f8443e67700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-09T03:02:01.285246+0000 front 2023-12-09T03:02:01.285285+0000 (oldest deadline 2023-12-09T03:02:31.885869+0000) 2023-12-09T03:02:44.248 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 03:02:43 smithi172 bash[58285]: debug 2023-12-09T03:02:43.870+0000 7f8443e67700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2023-12-09T03:02:11.886845+0000 front 2023-12-09T03:02:11.886999+0000 (oldest deadline 2023-12-09T03:02:35.986686+0000) 2023-12-09T03:02:44.248 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:43 smithi172 bash[60291]: debug 2023-12-09T03:02:43.826+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:55.717678+0000 front 2023-12-09T03:01:55.717571+0000 (oldest deadline 2023-12-09T03:02:18.617133+0000) 2023-12-09T03:02:44.248 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:43 smithi172 bash[60291]: debug 2023-12-09T03:02:43.826+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-09T03:02:04.519494+0000 front 2023-12-09T03:02:04.519195+0000 (oldest deadline 2023-12-09T03:02:28.018910+0000) 2023-12-09T03:02:44.248 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:43 smithi172 bash[60291]: debug 2023-12-09T03:02:43.826+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2023-12-09T03:02:09.120631+0000 front 2023-12-09T03:02:09.120732+0000 (oldest deadline 2023-12-09T03:02:39.721214+0000) 2023-12-09T03:02:45.247 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:44 smithi172 bash[60291]: debug 2023-12-09T03:02:44.842+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:55.717678+0000 front 2023-12-09T03:01:55.717571+0000 (oldest deadline 2023-12-09T03:02:18.617133+0000) 2023-12-09T03:02:45.248 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:44 smithi172 bash[60291]: debug 2023-12-09T03:02:44.842+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-09T03:02:04.519494+0000 front 2023-12-09T03:02:04.519195+0000 (oldest deadline 2023-12-09T03:02:28.018910+0000) 2023-12-09T03:02:45.248 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:44 smithi172 bash[60291]: debug 2023-12-09T03:02:44.842+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2023-12-09T03:02:09.120631+0000 front 2023-12-09T03:02:09.120732+0000 (oldest deadline 2023-12-09T03:02:39.721214+0000) 2023-12-09T03:02:45.248 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 03:02:44 smithi172 bash[58285]: debug 2023-12-09T03:02:44.874+0000 7f8443e67700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:53.084142+0000 front 2023-12-09T03:01:53.084220+0000 (oldest deadline 2023-12-09T03:02:18.983537+0000) 2023-12-09T03:02:45.248 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 03:02:44 smithi172 bash[58285]: debug 2023-12-09T03:02:44.874+0000 7f8443e67700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-09T03:02:01.285246+0000 front 2023-12-09T03:02:01.285285+0000 (oldest deadline 2023-12-09T03:02:31.885869+0000) 2023-12-09T03:02:45.248 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 03:02:44 smithi172 bash[58285]: debug 2023-12-09T03:02:44.874+0000 7f8443e67700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2023-12-09T03:02:11.886845+0000 front 2023-12-09T03:02:11.886999+0000 (oldest deadline 2023-12-09T03:02:35.986686+0000) 2023-12-09T03:02:45.248 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 03:02:44 smithi172 bash[58285]: debug 2023-12-09T03:02:44.874+0000 7f8443e67700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.23:6830 osd.3 since back 2023-12-09T03:02:19.388589+0000 front 2023-12-09T03:02:19.388787+0000 (oldest deadline 2023-12-09T03:02:44.688450+0000) 2023-12-09T03:02:46.247 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:45 smithi172 bash[60291]: debug 2023-12-09T03:02:45.838+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:55.717678+0000 front 2023-12-09T03:01:55.717571+0000 (oldest deadline 2023-12-09T03:02:18.617133+0000) 2023-12-09T03:02:46.247 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:45 smithi172 bash[60291]: debug 2023-12-09T03:02:45.838+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-09T03:02:04.519494+0000 front 2023-12-09T03:02:04.519195+0000 (oldest deadline 2023-12-09T03:02:28.018910+0000) 2023-12-09T03:02:46.248 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:45 smithi172 bash[60291]: debug 2023-12-09T03:02:45.838+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2023-12-09T03:02:09.120631+0000 front 2023-12-09T03:02:09.120732+0000 (oldest deadline 2023-12-09T03:02:39.721214+0000) 2023-12-09T03:02:46.248 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:45 smithi172 bash[60291]: debug 2023-12-09T03:02:45.838+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6830 osd.3 since back 2023-12-09T03:02:22.523520+0000 front 2023-12-09T03:02:22.523683+0000 (oldest deadline 2023-12-09T03:02:45.423184+0000) 2023-12-09T03:02:46.248 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 03:02:45 smithi172 bash[58285]: debug 2023-12-09T03:02:45.886+0000 7f8443e67700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:53.084142+0000 front 2023-12-09T03:01:53.084220+0000 (oldest deadline 2023-12-09T03:02:18.983537+0000) 2023-12-09T03:02:46.248 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 03:02:45 smithi172 bash[58285]: debug 2023-12-09T03:02:45.886+0000 7f8443e67700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-09T03:02:01.285246+0000 front 2023-12-09T03:02:01.285285+0000 (oldest deadline 2023-12-09T03:02:31.885869+0000) 2023-12-09T03:02:46.248 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 03:02:45 smithi172 bash[58285]: debug 2023-12-09T03:02:45.886+0000 7f8443e67700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2023-12-09T03:02:11.886845+0000 front 2023-12-09T03:02:11.886999+0000 (oldest deadline 2023-12-09T03:02:35.986686+0000) 2023-12-09T03:02:46.248 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 03:02:45 smithi172 bash[58285]: debug 2023-12-09T03:02:45.886+0000 7f8443e67700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.23:6830 osd.3 since back 2023-12-09T03:02:19.388589+0000 front 2023-12-09T03:02:19.388787+0000 (oldest deadline 2023-12-09T03:02:44.688450+0000) 2023-12-09T03:02:47.247 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 03:02:46 smithi172 bash[58285]: debug 2023-12-09T03:02:46.866+0000 7f8443e67700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:53.084142+0000 front 2023-12-09T03:01:53.084220+0000 (oldest deadline 2023-12-09T03:02:18.983537+0000) 2023-12-09T03:02:47.248 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 03:02:46 smithi172 bash[58285]: debug 2023-12-09T03:02:46.866+0000 7f8443e67700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-09T03:02:01.285246+0000 front 2023-12-09T03:02:01.285285+0000 (oldest deadline 2023-12-09T03:02:31.885869+0000) 2023-12-09T03:02:47.248 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 03:02:46 smithi172 bash[58285]: debug 2023-12-09T03:02:46.866+0000 7f8443e67700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2023-12-09T03:02:11.886845+0000 front 2023-12-09T03:02:11.886999+0000 (oldest deadline 2023-12-09T03:02:35.986686+0000) 2023-12-09T03:02:47.248 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 03:02:46 smithi172 bash[58285]: debug 2023-12-09T03:02:46.866+0000 7f8443e67700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.23:6830 osd.3 since back 2023-12-09T03:02:19.388589+0000 front 2023-12-09T03:02:19.388787+0000 (oldest deadline 2023-12-09T03:02:44.688450+0000) 2023-12-09T03:02:47.249 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:46 smithi172 bash[60291]: debug 2023-12-09T03:02:46.878+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:55.717678+0000 front 2023-12-09T03:01:55.717571+0000 (oldest deadline 2023-12-09T03:02:18.617133+0000) 2023-12-09T03:02:47.249 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:46 smithi172 bash[60291]: debug 2023-12-09T03:02:46.878+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-09T03:02:04.519494+0000 front 2023-12-09T03:02:04.519195+0000 (oldest deadline 2023-12-09T03:02:28.018910+0000) 2023-12-09T03:02:47.249 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:46 smithi172 bash[60291]: debug 2023-12-09T03:02:46.878+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2023-12-09T03:02:09.120631+0000 front 2023-12-09T03:02:09.120732+0000 (oldest deadline 2023-12-09T03:02:39.721214+0000) 2023-12-09T03:02:47.250 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:46 smithi172 bash[60291]: debug 2023-12-09T03:02:46.878+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6830 osd.3 since back 2023-12-09T03:02:22.523520+0000 front 2023-12-09T03:02:22.523683+0000 (oldest deadline 2023-12-09T03:02:45.423184+0000) 2023-12-09T03:02:48.247 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 03:02:47 smithi172 bash[58285]: debug 2023-12-09T03:02:47.914+0000 7f8443e67700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:53.084142+0000 front 2023-12-09T03:01:53.084220+0000 (oldest deadline 2023-12-09T03:02:18.983537+0000) 2023-12-09T03:02:48.248 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 03:02:47 smithi172 bash[58285]: debug 2023-12-09T03:02:47.914+0000 7f8443e67700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-09T03:02:01.285246+0000 front 2023-12-09T03:02:01.285285+0000 (oldest deadline 2023-12-09T03:02:31.885869+0000) 2023-12-09T03:02:48.248 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 03:02:47 smithi172 bash[58285]: debug 2023-12-09T03:02:47.914+0000 7f8443e67700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2023-12-09T03:02:11.886845+0000 front 2023-12-09T03:02:11.886999+0000 (oldest deadline 2023-12-09T03:02:35.986686+0000) 2023-12-09T03:02:48.248 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 03:02:47 smithi172 bash[58285]: debug 2023-12-09T03:02:47.914+0000 7f8443e67700 -1 osd.6 144 heartbeat_check: no reply from 172.21.15.23:6830 osd.3 since back 2023-12-09T03:02:19.388589+0000 front 2023-12-09T03:02:19.388787+0000 (oldest deadline 2023-12-09T03:02:44.688450+0000) 2023-12-09T03:02:48.248 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:47 smithi172 bash[60291]: debug 2023-12-09T03:02:47.850+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:55.717678+0000 front 2023-12-09T03:01:55.717571+0000 (oldest deadline 2023-12-09T03:02:18.617133+0000) 2023-12-09T03:02:48.248 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:47 smithi172 bash[60291]: debug 2023-12-09T03:02:47.850+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-09T03:02:04.519494+0000 front 2023-12-09T03:02:04.519195+0000 (oldest deadline 2023-12-09T03:02:28.018910+0000) 2023-12-09T03:02:48.248 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:47 smithi172 bash[60291]: debug 2023-12-09T03:02:47.850+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2023-12-09T03:02:09.120631+0000 front 2023-12-09T03:02:09.120732+0000 (oldest deadline 2023-12-09T03:02:39.721214+0000) 2023-12-09T03:02:48.249 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:47 smithi172 bash[60291]: debug 2023-12-09T03:02:47.850+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6830 osd.3 since back 2023-12-09T03:02:22.523520+0000 front 2023-12-09T03:02:22.523683+0000 (oldest deadline 2023-12-09T03:02:45.423184+0000) 2023-12-09T03:02:49.247 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:48 smithi172 bash[60291]: debug 2023-12-09T03:02:48.842+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:55.717678+0000 front 2023-12-09T03:01:55.717571+0000 (oldest deadline 2023-12-09T03:02:18.617133+0000) 2023-12-09T03:02:49.247 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:48 smithi172 bash[60291]: debug 2023-12-09T03:02:48.842+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-09T03:02:04.519494+0000 front 2023-12-09T03:02:04.519195+0000 (oldest deadline 2023-12-09T03:02:28.018910+0000) 2023-12-09T03:02:49.248 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:48 smithi172 bash[60291]: debug 2023-12-09T03:02:48.842+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2023-12-09T03:02:09.120631+0000 front 2023-12-09T03:02:09.120732+0000 (oldest deadline 2023-12-09T03:02:39.721214+0000) 2023-12-09T03:02:49.248 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:48 smithi172 bash[60291]: debug 2023-12-09T03:02:48.842+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6830 osd.3 since back 2023-12-09T03:02:22.523520+0000 front 2023-12-09T03:02:22.523683+0000 (oldest deadline 2023-12-09T03:02:45.423184+0000) 2023-12-09T03:02:49.545 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 03:02:49 smithi172 bash[62178]: ceph-9eab968a-963b-11ee-95a3-87774f69a715-osd-6 2023-12-09T03:02:49.545 INFO:journalctl@ceph.osd.6.smithi172.stdout:Dec 09 03:02:49 smithi172 bash[62253]: Error response from daemon: No such container: ceph-9eab968a-963b-11ee-95a3-87774f69a715-osd-6 2023-12-09T03:02:50.247 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:49 smithi172 bash[60291]: debug 2023-12-09T03:02:49.846+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:55.717678+0000 front 2023-12-09T03:01:55.717571+0000 (oldest deadline 2023-12-09T03:02:18.617133+0000) 2023-12-09T03:02:50.247 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:49 smithi172 bash[60291]: debug 2023-12-09T03:02:49.846+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-09T03:02:04.519494+0000 front 2023-12-09T03:02:04.519195+0000 (oldest deadline 2023-12-09T03:02:28.018910+0000) 2023-12-09T03:02:50.248 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:49 smithi172 bash[60291]: debug 2023-12-09T03:02:49.846+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2023-12-09T03:02:09.120631+0000 front 2023-12-09T03:02:09.120732+0000 (oldest deadline 2023-12-09T03:02:39.721214+0000) 2023-12-09T03:02:50.248 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:49 smithi172 bash[60291]: debug 2023-12-09T03:02:49.846+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6830 osd.3 since back 2023-12-09T03:02:22.523520+0000 front 2023-12-09T03:02:22.523683+0000 (oldest deadline 2023-12-09T03:02:45.423184+0000) 2023-12-09T03:02:51.247 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:50 smithi172 bash[60291]: debug 2023-12-09T03:02:50.822+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:55.717678+0000 front 2023-12-09T03:01:55.717571+0000 (oldest deadline 2023-12-09T03:02:18.617133+0000) 2023-12-09T03:02:51.248 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:50 smithi172 bash[60291]: debug 2023-12-09T03:02:50.822+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-09T03:02:04.519494+0000 front 2023-12-09T03:02:04.519195+0000 (oldest deadline 2023-12-09T03:02:28.018910+0000) 2023-12-09T03:02:51.248 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:50 smithi172 bash[60291]: debug 2023-12-09T03:02:50.822+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2023-12-09T03:02:09.120631+0000 front 2023-12-09T03:02:09.120732+0000 (oldest deadline 2023-12-09T03:02:39.721214+0000) 2023-12-09T03:02:51.248 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:50 smithi172 bash[60291]: debug 2023-12-09T03:02:50.822+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6830 osd.3 since back 2023-12-09T03:02:22.523520+0000 front 2023-12-09T03:02:22.523683+0000 (oldest deadline 2023-12-09T03:02:45.423184+0000) 2023-12-09T03:02:51.271 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 03:02:50 smithi023 bash[59931]: level=error ts=2023-12-09T03:02:50.966Z 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://smithi023.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.23:8443: connect: connection refused; ceph-dashboard/webhook[0]: notify retry canceled after 8 attempts: Post \"https://smithi172.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.172:8443: connect: connection refused" 2023-12-09T03:02:51.271 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 03:02:50 smithi023 bash[59931]: level=warn ts=2023-12-09T03:02:50.971Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi023.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.23:8443: connect: connection refused" 2023-12-09T03:02:51.272 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 03:02:50 smithi023 bash[59931]: level=warn ts=2023-12-09T03:02:50.971Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi172.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.172:8443: connect: connection refused" 2023-12-09T03:02:51.488 DEBUG:teuthology.orchestra.run.smithi172:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9eab968a-963b-11ee-95a3-87774f69a715@osd.6.service' 2023-12-09T03:02:51.522 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-09T03:02:51.522 INFO:tasks.cephadm.osd.6:Stopped osd.6 2023-12-09T03:02:51.523 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2023-12-09T03:02:51.523 DEBUG:teuthology.orchestra.run.smithi172:> sudo systemctl stop ceph-9eab968a-963b-11ee-95a3-87774f69a715@osd.7 2023-12-09T03:02:51.747 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:51 smithi172 systemd[1]: Stopping Ceph osd.7 for 9eab968a-963b-11ee-95a3-87774f69a715... 2023-12-09T03:02:51.747 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:51 smithi172 bash[60291]: debug 2023-12-09T03:02:51.686+0000 7fa99e6b8700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.7 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-12-09T03:02:51.748 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:51 smithi172 bash[60291]: debug 2023-12-09T03:02:51.686+0000 7fa99e6b8700 -1 osd.7 144 *** Got signal Terminated *** 2023-12-09T03:02:51.748 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:51 smithi172 bash[60291]: debug 2023-12-09T03:02:51.686+0000 7fa99e6b8700 -1 osd.7 144 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-12-09T03:02:52.247 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:51 smithi172 bash[60291]: debug 2023-12-09T03:02:51.782+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:55.717678+0000 front 2023-12-09T03:01:55.717571+0000 (oldest deadline 2023-12-09T03:02:18.617133+0000) 2023-12-09T03:02:52.247 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:51 smithi172 bash[60291]: debug 2023-12-09T03:02:51.782+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-09T03:02:04.519494+0000 front 2023-12-09T03:02:04.519195+0000 (oldest deadline 2023-12-09T03:02:28.018910+0000) 2023-12-09T03:02:52.247 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:51 smithi172 bash[60291]: debug 2023-12-09T03:02:51.782+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2023-12-09T03:02:09.120631+0000 front 2023-12-09T03:02:09.120732+0000 (oldest deadline 2023-12-09T03:02:39.721214+0000) 2023-12-09T03:02:52.248 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:51 smithi172 bash[60291]: debug 2023-12-09T03:02:51.782+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6830 osd.3 since back 2023-12-09T03:02:22.523520+0000 front 2023-12-09T03:02:22.523683+0000 (oldest deadline 2023-12-09T03:02:45.423184+0000) 2023-12-09T03:02:53.247 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:52 smithi172 bash[60291]: debug 2023-12-09T03:02:52.742+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:55.717678+0000 front 2023-12-09T03:01:55.717571+0000 (oldest deadline 2023-12-09T03:02:18.617133+0000) 2023-12-09T03:02:53.248 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:52 smithi172 bash[60291]: debug 2023-12-09T03:02:52.742+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-09T03:02:04.519494+0000 front 2023-12-09T03:02:04.519195+0000 (oldest deadline 2023-12-09T03:02:28.018910+0000) 2023-12-09T03:02:53.248 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:52 smithi172 bash[60291]: debug 2023-12-09T03:02:52.742+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2023-12-09T03:02:09.120631+0000 front 2023-12-09T03:02:09.120732+0000 (oldest deadline 2023-12-09T03:02:39.721214+0000) 2023-12-09T03:02:53.248 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:52 smithi172 bash[60291]: debug 2023-12-09T03:02:52.742+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6830 osd.3 since back 2023-12-09T03:02:22.523520+0000 front 2023-12-09T03:02:22.523683+0000 (oldest deadline 2023-12-09T03:02:45.423184+0000) 2023-12-09T03:02:54.248 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:53 smithi172 bash[60291]: debug 2023-12-09T03:02:53.754+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:55.717678+0000 front 2023-12-09T03:01:55.717571+0000 (oldest deadline 2023-12-09T03:02:18.617133+0000) 2023-12-09T03:02:54.248 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:53 smithi172 bash[60291]: debug 2023-12-09T03:02:53.754+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-09T03:02:04.519494+0000 front 2023-12-09T03:02:04.519195+0000 (oldest deadline 2023-12-09T03:02:28.018910+0000) 2023-12-09T03:02:54.248 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:53 smithi172 bash[60291]: debug 2023-12-09T03:02:53.758+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2023-12-09T03:02:09.120631+0000 front 2023-12-09T03:02:09.120732+0000 (oldest deadline 2023-12-09T03:02:39.721214+0000) 2023-12-09T03:02:54.248 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:53 smithi172 bash[60291]: debug 2023-12-09T03:02:53.758+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6830 osd.3 since back 2023-12-09T03:02:22.523520+0000 front 2023-12-09T03:02:22.523683+0000 (oldest deadline 2023-12-09T03:02:45.423184+0000) 2023-12-09T03:02:55.247 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:54 smithi172 bash[60291]: debug 2023-12-09T03:02:54.750+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:55.717678+0000 front 2023-12-09T03:01:55.717571+0000 (oldest deadline 2023-12-09T03:02:18.617133+0000) 2023-12-09T03:02:55.247 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:54 smithi172 bash[60291]: debug 2023-12-09T03:02:54.750+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-09T03:02:04.519494+0000 front 2023-12-09T03:02:04.519195+0000 (oldest deadline 2023-12-09T03:02:28.018910+0000) 2023-12-09T03:02:55.248 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:54 smithi172 bash[60291]: debug 2023-12-09T03:02:54.750+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2023-12-09T03:02:09.120631+0000 front 2023-12-09T03:02:09.120732+0000 (oldest deadline 2023-12-09T03:02:39.721214+0000) 2023-12-09T03:02:55.248 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:54 smithi172 bash[60291]: debug 2023-12-09T03:02:54.750+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6830 osd.3 since back 2023-12-09T03:02:22.523520+0000 front 2023-12-09T03:02:22.523683+0000 (oldest deadline 2023-12-09T03:02:45.423184+0000) 2023-12-09T03:02:55.248 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:54 smithi172 bash[60291]: debug 2023-12-09T03:02:54.750+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.172:6804 osd.4 since back 2023-12-09T03:02:28.324364+0000 front 2023-12-09T03:02:28.324686+0000 (oldest deadline 2023-12-09T03:02:54.724946+0000) 2023-12-09T03:02:56.247 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:55 smithi172 bash[60291]: debug 2023-12-09T03:02:55.746+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6806 osd.0 since back 2023-12-09T03:01:55.717678+0000 front 2023-12-09T03:01:55.717571+0000 (oldest deadline 2023-12-09T03:02:18.617133+0000) 2023-12-09T03:02:56.248 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:55 smithi172 bash[60291]: debug 2023-12-09T03:02:55.746+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6814 osd.1 since back 2023-12-09T03:02:04.519494+0000 front 2023-12-09T03:02:04.519195+0000 (oldest deadline 2023-12-09T03:02:28.018910+0000) 2023-12-09T03:02:56.248 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:55 smithi172 bash[60291]: debug 2023-12-09T03:02:55.746+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6822 osd.2 since back 2023-12-09T03:02:09.120631+0000 front 2023-12-09T03:02:09.120732+0000 (oldest deadline 2023-12-09T03:02:39.721214+0000) 2023-12-09T03:02:56.248 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:55 smithi172 bash[60291]: debug 2023-12-09T03:02:55.746+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.23:6830 osd.3 since back 2023-12-09T03:02:22.523520+0000 front 2023-12-09T03:02:22.523683+0000 (oldest deadline 2023-12-09T03:02:45.423184+0000) 2023-12-09T03:02:56.248 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:55 smithi172 bash[60291]: debug 2023-12-09T03:02:55.746+0000 7fa996cab700 -1 osd.7 144 heartbeat_check: no reply from 172.21.15.172:6804 osd.4 since back 2023-12-09T03:02:28.324364+0000 front 2023-12-09T03:02:28.324686+0000 (oldest deadline 2023-12-09T03:02:54.724946+0000) 2023-12-09T03:02:58.075 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:57 smithi172 bash[62399]: ceph-9eab968a-963b-11ee-95a3-87774f69a715-osd-7 2023-12-09T03:02:58.075 INFO:journalctl@ceph.osd.7.smithi172.stdout:Dec 09 03:02:58 smithi172 bash[62471]: Error response from daemon: No such container: ceph-9eab968a-963b-11ee-95a3-87774f69a715-osd-7 2023-12-09T03:02:59.808 DEBUG:teuthology.orchestra.run.smithi172:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9eab968a-963b-11ee-95a3-87774f69a715@osd.7.service' 2023-12-09T03:02:59.839 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-09T03:02:59.839 INFO:tasks.cephadm.osd.7:Stopped osd.7 2023-12-09T03:02:59.840 INFO:tasks.cephadm.prometheus.a:Stopping prometheus.a... 2023-12-09T03:02:59.840 DEBUG:teuthology.orchestra.run.smithi172:> sudo systemctl stop ceph-9eab968a-963b-11ee-95a3-87774f69a715@prometheus.a 2023-12-09T03:03:00.115 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 03:02:59 smithi172 systemd[1]: Stopping Ceph prometheus.a for 9eab968a-963b-11ee-95a3-87774f69a715... 2023-12-09T03:03:00.116 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 03:02:59 smithi172 bash[49296]: ts=2023-12-09T03:02:59.934Z caller=main.go:775 level=warn msg="Received SIGTERM, exiting gracefully..." 2023-12-09T03:03:00.116 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 03:02:59 smithi172 bash[49296]: ts=2023-12-09T03:02:59.934Z caller=main.go:798 level=info msg="Stopping scrape discovery manager..." 2023-12-09T03:03:00.116 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 03:02:59 smithi172 bash[49296]: ts=2023-12-09T03:02:59.934Z caller=main.go:812 level=info msg="Stopping notify discovery manager..." 2023-12-09T03:03:00.116 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 03:02:59 smithi172 bash[49296]: ts=2023-12-09T03:02:59.934Z caller=main.go:834 level=info msg="Stopping scrape manager..." 2023-12-09T03:03:00.116 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 03:02:59 smithi172 bash[49296]: ts=2023-12-09T03:02:59.934Z caller=main.go:794 level=info msg="Scrape discovery manager stopped" 2023-12-09T03:03:00.116 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 03:02:59 smithi172 bash[49296]: ts=2023-12-09T03:02:59.934Z caller=main.go:808 level=info msg="Notify discovery manager stopped" 2023-12-09T03:03:00.116 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 03:02:59 smithi172 bash[49296]: ts=2023-12-09T03:02:59.934Z caller=manager.go:945 level=info component="rule manager" msg="Stopping rule manager..." 2023-12-09T03:03:00.117 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 03:02:59 smithi172 bash[49296]: ts=2023-12-09T03:02:59.934Z caller=main.go:828 level=info msg="Scrape manager stopped" 2023-12-09T03:03:00.117 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 03:02:59 smithi172 bash[49296]: ts=2023-12-09T03:02:59.935Z caller=manager.go:955 level=info component="rule manager" msg="Rule manager stopped" 2023-12-09T03:03:00.117 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 03:02:59 smithi172 bash[49296]: ts=2023-12-09T03:02:59.935Z caller=notifier.go:600 level=info component=notifier msg="Stopping notification manager..." 2023-12-09T03:03:00.117 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 03:02:59 smithi172 bash[49296]: ts=2023-12-09T03:02:59.935Z caller=main.go:1054 level=info msg="Notifier manager stopped" 2023-12-09T03:03:00.117 INFO:journalctl@ceph.prometheus.a.smithi172.stdout:Dec 09 03:02:59 smithi172 bash[49296]: ts=2023-12-09T03:02:59.935Z caller=main.go:1066 level=info msg="See you next time!" 2023-12-09T03:03:00.605 DEBUG:teuthology.orchestra.run.smithi172:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9eab968a-963b-11ee-95a3-87774f69a715@prometheus.a.service' 2023-12-09T03:03:00.629 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-09T03:03:00.630 INFO:tasks.cephadm.prometheus.a:Stopped prometheus.a 2023-12-09T03:03:00.630 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 9eab968a-963b-11ee-95a3-87774f69a715 --force --keep-logs 2023-12-09T03:03:01.271 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 03:03:00 smithi023 bash[59931]: level=error ts=2023-12-09T03:03:00.967Z 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://smithi172.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.172:8443: connect: connection refused; ceph-dashboard/webhook[1]: notify retry canceled after 8 attempts: Post \"https://smithi023.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.23:8443: connect: connection refused" 2023-12-09T03:03:01.271 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 03:03:00 smithi023 bash[59931]: level=warn ts=2023-12-09T03:03:00.968Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[1] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi023.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.23:8443: connect: connection refused" 2023-12-09T03:03:01.272 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 03:03:00 smithi023 bash[59931]: level=warn ts=2023-12-09T03:03:00.970Z caller=notify.go:724 component=dispatcher receiver=ceph-dashboard integration=webhook[0] msg="Notify attempt failed, will retry later" attempts=1 err="Post \"https://smithi172.front.sepia.ceph.com:8443/api/prometheus_receiver\": dial tcp 172.21.15.172:8443: connect: connection refused" 2023-12-09T03:03:05.133 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 03:03:04 smithi023 systemd[1]: Stopping Ceph node-exporter.a for 9eab968a-963b-11ee-95a3-87774f69a715... 2023-12-09T03:03:06.021 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 03:03:05 smithi023 bash[80108]: ceph-9eab968a-963b-11ee-95a3-87774f69a715-node-exporter-a 2023-12-09T03:03:06.021 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 03:03:05 smithi023 bash[80157]: Error response from daemon: No such container: ceph-9eab968a-963b-11ee-95a3-87774f69a715-node-exporter.a 2023-12-09T03:03:06.021 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 03:03:05 smithi023 systemd[1]: ceph-9eab968a-963b-11ee-95a3-87774f69a715@node-exporter.a.service: Main process exited, code=exited, status=143/n/a 2023-12-09T03:03:06.021 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 03:03:05 smithi023 systemd[1]: ceph-9eab968a-963b-11ee-95a3-87774f69a715@node-exporter.a.service: Failed with result 'exit-code'. 2023-12-09T03:03:06.022 INFO:journalctl@ceph.node-exporter.a.smithi023.stdout:Dec 09 03:03:05 smithi023 systemd[1]: Stopped Ceph node-exporter.a for 9eab968a-963b-11ee-95a3-87774f69a715. 2023-12-09T03:03:06.415 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 03:03:06 smithi023 systemd[1]: Stopping Ceph alertmanager.a for 9eab968a-963b-11ee-95a3-87774f69a715... 2023-12-09T03:03:06.415 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 03:03:06 smithi023 bash[59931]: level=info ts=2023-12-09T03:03:06.176Z caller=main.go:557 msg="Received SIGTERM, exiting gracefully..." 2023-12-09T03:03:07.232 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 03:03:06 smithi023 bash[80194]: ceph-9eab968a-963b-11ee-95a3-87774f69a715-alertmanager-a 2023-12-09T03:03:07.232 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 03:03:06 smithi023 bash[80241]: Error response from daemon: No such container: ceph-9eab968a-963b-11ee-95a3-87774f69a715-alertmanager.a 2023-12-09T03:03:07.232 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 03:03:06 smithi023 systemd[1]: ceph-9eab968a-963b-11ee-95a3-87774f69a715@alertmanager.a.service: Succeeded. 2023-12-09T03:03:07.232 INFO:journalctl@ceph.alertmanager.a.smithi023.stdout:Dec 09 03:03:06 smithi023 systemd[1]: Stopped Ceph alertmanager.a for 9eab968a-963b-11ee-95a3-87774f69a715. 2023-12-09T03:03:41.465 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 9eab968a-963b-11ee-95a3-87774f69a715 --force --keep-logs 2023-12-09T03:03:45.930 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 03:03:45 smithi172 systemd[1]: Stopping Ceph node-exporter.b for 9eab968a-963b-11ee-95a3-87774f69a715... 2023-12-09T03:03:46.747 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 03:03:46 smithi172 bash[62847]: ceph-9eab968a-963b-11ee-95a3-87774f69a715-node-exporter-b 2023-12-09T03:03:46.747 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 03:03:46 smithi172 bash[62907]: Error response from daemon: No such container: ceph-9eab968a-963b-11ee-95a3-87774f69a715-node-exporter.b 2023-12-09T03:03:46.747 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 03:03:46 smithi172 systemd[1]: ceph-9eab968a-963b-11ee-95a3-87774f69a715@node-exporter.b.service: Main process exited, code=exited, status=143/n/a 2023-12-09T03:03:46.747 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 03:03:46 smithi172 systemd[1]: ceph-9eab968a-963b-11ee-95a3-87774f69a715@node-exporter.b.service: Failed with result 'exit-code'. 2023-12-09T03:03:46.748 INFO:journalctl@ceph.node-exporter.b.smithi172.stdout:Dec 09 03:03:46 smithi172 systemd[1]: Stopped Ceph node-exporter.b for 9eab968a-963b-11ee-95a3-87774f69a715. 2023-12-09T03:03:47.174 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 03:03:46 smithi172 systemd[1]: Stopping Ceph grafana.a for 9eab968a-963b-11ee-95a3-87774f69a715... 2023-12-09T03:03:47.174 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 03:03:47 smithi172 bash[47904]: t=2023-12-09T03:03:47+0000 lvl=info msg="Shutdown started" logger=server reason="System signal: terminated" 2023-12-09T03:03:47.428 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 03:03:47 smithi172 bash[62945]: ceph-9eab968a-963b-11ee-95a3-87774f69a715-grafana-a 2023-12-09T03:03:47.747 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 03:03:47 smithi172 bash[62991]: Error response from daemon: No such container: ceph-9eab968a-963b-11ee-95a3-87774f69a715-grafana.a 2023-12-09T03:03:47.747 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 03:03:47 smithi172 systemd[1]: ceph-9eab968a-963b-11ee-95a3-87774f69a715@grafana.a.service: Succeeded. 2023-12-09T03:03:47.747 INFO:journalctl@ceph.grafana.a.smithi172.stdout:Dec 09 03:03:47 smithi172 systemd[1]: Stopped Ceph grafana.a for 9eab968a-963b-11ee-95a3-87774f69a715. 2023-12-09T03:04:10.046 DEBUG:teuthology.orchestra.run.smithi023:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-09T03:04:10.064 DEBUG:teuthology.orchestra.run.smithi172:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-09T03:04:10.079 INFO:tasks.cephadm:Archiving crash dumps... 2023-12-09T03:04:10.081 DEBUG:teuthology.misc:Transferring archived files from smithi023:/var/lib/ceph/9eab968a-963b-11ee-95a3-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-12-08_19:38:02-orch-main-distro-default-smithi/7484649/remote/smithi023/crash 2023-12-09T03:04:10.082 DEBUG:teuthology.orchestra.run.smithi023:> sudo tar c -f - -C /var/lib/ceph/9eab968a-963b-11ee-95a3-87774f69a715/crash -- . 2023-12-09T03:04:10.098 INFO:teuthology.orchestra.run.smithi023.stderr:tar: /var/lib/ceph/9eab968a-963b-11ee-95a3-87774f69a715/crash: Cannot open: No such file or directory 2023-12-09T03:04:10.099 INFO:teuthology.orchestra.run.smithi023.stderr:tar: Error is not recoverable: exiting now 2023-12-09T03:04:10.101 DEBUG:teuthology.misc:Transferring archived files from smithi172:/var/lib/ceph/9eab968a-963b-11ee-95a3-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-12-08_19:38:02-orch-main-distro-default-smithi/7484649/remote/smithi172/crash 2023-12-09T03:04:10.101 DEBUG:teuthology.orchestra.run.smithi172:> sudo tar c -f - -C /var/lib/ceph/9eab968a-963b-11ee-95a3-87774f69a715/crash -- . 2023-12-09T03:04:10.115 INFO:teuthology.orchestra.run.smithi172.stderr:tar: /var/lib/ceph/9eab968a-963b-11ee-95a3-87774f69a715/crash: Cannot open: No such file or directory 2023-12-09T03:04:10.116 INFO:teuthology.orchestra.run.smithi172.stderr:tar: Error is not recoverable: exiting now 2023-12-09T03:04:10.116 INFO:tasks.cephadm:Checking cluster log for badness... 2023-12-09T03:04:10.117 DEBUG:teuthology.orchestra.run.smithi023:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/9eab968a-963b-11ee-95a3-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-12-09T03:04:10.158 INFO:teuthology.orchestra.run.smithi023.stderr:grep: /var/log/ceph/9eab968a-963b-11ee-95a3-87774f69a715/ceph.log: No such file or directory 2023-12-09T03:04:10.160 INFO:tasks.cephadm:Compressing logs... 2023-12-09T03:04:10.160 DEBUG:teuthology.orchestra.run.smithi023:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-12-09T03:04:10.163 DEBUG:teuthology.orchestra.run.smithi172:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-12-09T03:04:10.176 INFO:teuthology.orchestra.run.smithi023.stderr:find: '/var/log/rbd-target-api': No such file or directory 2023-12-09T03:04:10.178 INFO:teuthology.orchestra.run.smithi023.stderr:gzip -5 --verbose -- /var/log/ceph/9eab968a-963b-11ee-95a3-87774f69a715/ceph-mon.a.log 2023-12-09T03:04:10.178 INFO:teuthology.orchestra.run.smithi172.stderr:find: '/var/log/rbd-target-api': No such file or directory 2023-12-09T03:04:10.179 INFO:teuthology.orchestra.run.smithi023.stderr:gzip -5 --verbose -- /var/log/ceph/9eab968a-963b-11ee-95a3-87774f69a715/ceph-mgr.y.log 2023-12-09T03:04:10.180 INFO:teuthology.orchestra.run.smithi023.stderr:/var/log/ceph/9eab968a-963b-11ee-95a3-87774f69a715/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/9eab968a-963b-11ee-95a3-87774f69a715/ceph-mon.c.log 2023-12-09T03:04:10.180 INFO:teuthology.orchestra.run.smithi023.stderr:gzip -5 --verbose -- /var/log/ceph/9eab968a-963b-11ee-95a3-87774f69a715/ceph-client.rgw.smpl.smithi023.ikvhaq.log 2023-12-09T03:04:10.180 INFO:teuthology.orchestra.run.smithi023.stderr:/var/log/ceph/9eab968a-963b-11ee-95a3-87774f69a715/ceph-mgr.y.log: /var/log/ceph/9eab968a-963b-11ee-95a3-87774f69a715/ceph-mon.c.log: gzip -5 --verbose -- /var/log/ceph/9eab968a-963b-11ee-95a3-87774f69a715/ceph-osd.1.log 2023-12-09T03:04:10.181 INFO:teuthology.orchestra.run.smithi023.stderr:/var/log/ceph/9eab968a-963b-11ee-95a3-87774f69a715/ceph-client.rgw.smpl.smithi023.ikvhaq.log: gzip -5 --verbose -- /var/log/ceph/9eab968a-963b-11ee-95a3-87774f69a715/tcmu-runner.log 2023-12-09T03:04:10.181 INFO:teuthology.orchestra.run.smithi023.stderr: 63.1% -- replaced with /var/log/ceph/9eab968a-963b-11ee-95a3-87774f69a715/ceph-client.rgw.smpl.smithi023.ikvhaq.log.gz 2023-12-09T03:04:10.184 INFO:teuthology.orchestra.run.smithi172.stderr:gzip -5 --verbose -- /var/log/ceph/9eab968a-963b-11ee-95a3-87774f69a715/ceph-mon.b.log 2023-12-09T03:04:10.184 INFO:teuthology.orchestra.run.smithi172.stderr:gzip -5 --verbose -- /var/log/ceph/9eab968a-963b-11ee-95a3-87774f69a715/ceph-client.rgw.foo.smithi172.aqpemq.log 2023-12-09T03:04:10.184 INFO:teuthology.orchestra.run.smithi172.stderr:/var/log/ceph/9eab968a-963b-11ee-95a3-87774f69a715/ceph-mon.b.log: gzip -5 --verbose -- /var/log/ceph/9eab968a-963b-11ee-95a3-87774f69a715/ceph-osd.5.log 2023-12-09T03:04:10.185 INFO:teuthology.orchestra.run.smithi172.stderr:gzip -5 --verbose -- /var/log/ceph/9eab968a-963b-11ee-95a3-87774f69a715/ceph-mgr.x.log 2023-12-09T03:04:10.188 INFO:teuthology.orchestra.run.smithi023.stderr:/var/log/ceph/9eab968a-963b-11ee-95a3-87774f69a715/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/9eab968a-963b-11ee-95a3-87774f69a715/ceph-osd.0.log 2023-12-09T03:04:10.188 INFO:teuthology.orchestra.run.smithi023.stderr:gzip -5 --verbose -- /var/log/ceph/9eab968a-963b-11ee-95a3-87774f69a715/ceph-client.rgw.foo.smithi023.mllipj.log 2023-12-09T03:04:10.188 INFO:teuthology.orchestra.run.smithi023.stderr:/var/log/ceph/9eab968a-963b-11ee-95a3-87774f69a715/tcmu-runner.log: /var/log/ceph/9eab968a-963b-11ee-95a3-87774f69a715/ceph-osd.0.log: 82.7% -- replaced with /var/log/ceph/9eab968a-963b-11ee-95a3-87774f69a715/tcmu-runner.log.gz 2023-12-09T03:04:10.188 INFO:teuthology.orchestra.run.smithi023.stderr:gzip -5 --verbose -- /var/log/ceph/9eab968a-963b-11ee-95a3-87774f69a715/ceph-osd.3.log 2023-12-09T03:04:10.189 INFO:teuthology.orchestra.run.smithi172.stderr:/var/log/ceph/9eab968a-963b-11ee-95a3-87774f69a715/ceph-client.rgw.foo.smithi172.aqpemq.log: gzip -5 --verbose -- /var/log/ceph/9eab968a-963b-11ee-95a3-87774f69a715/ceph-osd.6.log /var/log/ceph/9eab968a-963b-11ee-95a3-87774f69a715/ceph-osd.5.log: 2023-12-09T03:04:10.189 INFO:teuthology.orchestra.run.smithi172.stderr: 62.1% -- replaced with /var/log/ceph/9eab968a-963b-11ee-95a3-87774f69a715/ceph-client.rgw.foo.smithi172.aqpemq.log.gz 2023-12-09T03:04:10.189 INFO:teuthology.orchestra.run.smithi172.stderr:gzip -5 --verbose -- /var/log/ceph/9eab968a-963b-11ee-95a3-87774f69a715/ceph-client.rgw.smpl.smithi172.ysxvfy.log 2023-12-09T03:04:10.189 INFO:teuthology.orchestra.run.smithi172.stderr:/var/log/ceph/9eab968a-963b-11ee-95a3-87774f69a715/ceph-mgr.x.log: /var/log/ceph/9eab968a-963b-11ee-95a3-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/9eab968a-963b-11ee-95a3-87774f69a715/ceph-osd.4.log 2023-12-09T03:04:10.189 INFO:teuthology.orchestra.run.smithi172.stderr:gzip -5 --verbose -- /var/log/ceph/9eab968a-963b-11ee-95a3-87774f69a715/ceph-volume.log 2023-12-09T03:04:10.189 INFO:teuthology.orchestra.run.smithi172.stderr:/var/log/ceph/9eab968a-963b-11ee-95a3-87774f69a715/ceph-client.rgw.smpl.smithi172.ysxvfy.log: /var/log/ceph/9eab968a-963b-11ee-95a3-87774f69a715/ceph-osd.4.log: 63.9% -- replaced with /var/log/ceph/9eab968a-963b-11ee-95a3-87774f69a715/ceph-client.rgw.smpl.smithi172.ysxvfy.log.gz 2023-12-09T03:04:10.190 INFO:teuthology.orchestra.run.smithi023.stderr:/var/log/ceph/9eab968a-963b-11ee-95a3-87774f69a715/ceph-client.rgw.foo.smithi023.mllipj.log: 62.4% -- replaced with /var/log/ceph/9eab968a-963b-11ee-95a3-87774f69a715/ceph-client.rgw.foo.smithi023.mllipj.log.gz 2023-12-09T03:04:10.190 INFO:teuthology.orchestra.run.smithi023.stderr:gzip -5 --verbose -- /var/log/ceph/9eab968a-963b-11ee-95a3-87774f69a715/ceph-volume.log 2023-12-09T03:04:10.190 INFO:teuthology.orchestra.run.smithi023.stderr:/var/log/ceph/9eab968a-963b-11ee-95a3-87774f69a715/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/9eab968a-963b-11ee-95a3-87774f69a715/ceph-osd.2.log 2023-12-09T03:04:10.191 INFO:teuthology.orchestra.run.smithi023.stderr:/var/log/ceph/9eab968a-963b-11ee-95a3-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-09T03:04:10.195 INFO:teuthology.orchestra.run.smithi172.stderr:gzip -5 --verbose -- /var/log/ceph/9eab968a-963b-11ee-95a3-87774f69a715/ceph-osd.7.log 2023-12-09T03:04:10.199 INFO:teuthology.orchestra.run.smithi172.stderr:/var/log/ceph/9eab968a-963b-11ee-95a3-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-09T03:04:10.204 INFO:teuthology.orchestra.run.smithi023.stderr:/var/log/ceph/9eab968a-963b-11ee-95a3-87774f69a715/ceph-osd.2.log: 91.2% -- replaced with /var/log/ceph/9eab968a-963b-11ee-95a3-87774f69a715/ceph-volume.log.gz 2023-12-09T03:04:10.212 INFO:teuthology.orchestra.run.smithi172.stderr:/var/log/ceph/9eab968a-963b-11ee-95a3-87774f69a715/ceph-osd.7.log: /var/log/ceph/cephadm.log: 91.4% -- replaced with /var/log/ceph/9eab968a-963b-11ee-95a3-87774f69a715/ceph-volume.log.gz 2023-12-09T03:04:10.214 INFO:teuthology.orchestra.run.smithi172.stderr: 86.7% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-09T03:04:10.219 INFO:teuthology.orchestra.run.smithi023.stderr:/var/log/ceph/cephadm.log: 90.9% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-09T03:04:10.242 INFO:teuthology.orchestra.run.smithi172.stderr: 89.2% -- replaced with /var/log/ceph/9eab968a-963b-11ee-95a3-87774f69a715/ceph-mgr.x.log.gz 2023-12-09T03:04:10.442 INFO:teuthology.orchestra.run.smithi023.stderr: 88.8% -- replaced with /var/log/ceph/9eab968a-963b-11ee-95a3-87774f69a715/ceph-mgr.y.log.gz 2023-12-09T03:04:10.623 INFO:teuthology.orchestra.run.smithi023.stderr: 92.3% -- replaced with /var/log/ceph/9eab968a-963b-11ee-95a3-87774f69a715/ceph-mon.c.log.gz 2023-12-09T03:04:10.709 INFO:teuthology.orchestra.run.smithi172.stderr: 92.4% -- replaced with /var/log/ceph/9eab968a-963b-11ee-95a3-87774f69a715/ceph-mon.b.log.gz 2023-12-09T03:04:11.109 INFO:teuthology.orchestra.run.smithi023.stderr: 93.4% -- replaced with /var/log/ceph/9eab968a-963b-11ee-95a3-87774f69a715/ceph-osd.2.log.gz 2023-12-09T03:04:11.311 INFO:teuthology.orchestra.run.smithi172.stderr: 93.2% -- replaced with /var/log/ceph/9eab968a-963b-11ee-95a3-87774f69a715/ceph-osd.6.log.gz 2023-12-09T03:04:11.366 INFO:teuthology.orchestra.run.smithi023.stderr: 91.1% -- replaced with /var/log/ceph/9eab968a-963b-11ee-95a3-87774f69a715/ceph-mon.a.log.gz 2023-12-09T03:04:11.400 INFO:teuthology.orchestra.run.smithi172.stderr: 93.7% -- replaced with /var/log/ceph/9eab968a-963b-11ee-95a3-87774f69a715/ceph-osd.7.log.gz 2023-12-09T03:04:11.416 INFO:teuthology.orchestra.run.smithi172.stderr: 93.4% -- replaced with /var/log/ceph/9eab968a-963b-11ee-95a3-87774f69a715/ceph-osd.5.log.gz 2023-12-09T03:04:11.557 INFO:teuthology.orchestra.run.smithi172.stderr: 93.6% -- replaced with /var/log/ceph/9eab968a-963b-11ee-95a3-87774f69a715/ceph-osd.4.log.gz 2023-12-09T03:04:11.559 INFO:teuthology.orchestra.run.smithi172.stderr: 2023-12-09T03:04:11.559 INFO:teuthology.orchestra.run.smithi172.stderr:real 0m1.391s 2023-12-09T03:04:11.559 INFO:teuthology.orchestra.run.smithi172.stderr:user 0m5.336s 2023-12-09T03:04:11.559 INFO:teuthology.orchestra.run.smithi172.stderr:sys 0m0.223s 2023-12-09T03:04:11.600 INFO:teuthology.orchestra.run.smithi023.stderr: 93.6% -- replaced with /var/log/ceph/9eab968a-963b-11ee-95a3-87774f69a715/ceph-osd.1.log.gz 2023-12-09T03:04:11.666 INFO:teuthology.orchestra.run.smithi023.stderr: 93.6% -- replaced with /var/log/ceph/9eab968a-963b-11ee-95a3-87774f69a715/ceph-osd.0.log.gz 2023-12-09T03:04:11.795 INFO:teuthology.orchestra.run.smithi023.stderr: 93.5% -- replaced with /var/log/ceph/9eab968a-963b-11ee-95a3-87774f69a715/ceph-osd.3.log.gz 2023-12-09T03:04:11.796 INFO:teuthology.orchestra.run.smithi023.stderr: 2023-12-09T03:04:11.796 INFO:teuthology.orchestra.run.smithi023.stderr:real 0m1.631s 2023-12-09T03:04:11.796 INFO:teuthology.orchestra.run.smithi023.stderr:user 0m7.189s 2023-12-09T03:04:11.796 INFO:teuthology.orchestra.run.smithi023.stderr:sys 0m0.183s 2023-12-09T03:04:11.797 INFO:tasks.cephadm:Archiving logs... 2023-12-09T03:04:11.798 DEBUG:teuthology.misc:Transferring archived files from smithi023:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-12-08_19:38:02-orch-main-distro-default-smithi/7484649/remote/smithi023/log 2023-12-09T03:04:11.799 DEBUG:teuthology.orchestra.run.smithi023:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-09T03:04:12.763 DEBUG:teuthology.misc:Transferring archived files from smithi172:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-12-08_19:38:02-orch-main-distro-default-smithi/7484649/remote/smithi172/log 2023-12-09T03:04:12.764 DEBUG:teuthology.orchestra.run.smithi172:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-09T03:04:13.539 INFO:tasks.cephadm:Removing cluster... 2023-12-09T03:04:13.539 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 9eab968a-963b-11ee-95a3-87774f69a715 --force 2023-12-09T03:04:14.335 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 9eab968a-963b-11ee-95a3-87774f69a715 --force 2023-12-09T03:04:15.116 INFO:tasks.cephadm:Removing cephadm ... 2023-12-09T03:04:15.117 DEBUG:teuthology.orchestra.run.smithi023:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-09T03:04:15.125 DEBUG:teuthology.orchestra.run.smithi172:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-09T03:04:15.130 INFO:tasks.cephadm:Teardown complete 2023-12-09T03:04:15.131 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-09T03:04:15.140 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-09T03:04:15.140 DEBUG:teuthology.orchestra.run.smithi023:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-09T03:04:15.143 DEBUG:teuthology.orchestra.run.smithi172:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-09T03:04:15.162 INFO:teuthology.orchestra.run.smithi023.stdout: remote refid st t when poll reach delay offset jitter 2023-12-09T03:04:15.163 INFO:teuthology.orchestra.run.smithi023.stdout:============================================================================== 2023-12-09T03:04:15.163 INFO:teuthology.orchestra.run.smithi023.stdout:*hv01.front.sepi 44.4.53.2 2 u 22 64 377 0.082 8.768 1.247 2023-12-09T03:04:15.163 INFO:teuthology.orchestra.run.smithi023.stdout:+hv02.front.sepi 63.231.80.2 3 u 18 64 377 0.083 8.783 0.901 2023-12-09T03:04:15.163 INFO:teuthology.orchestra.run.smithi023.stdout:+hv03.front.sepi 74.6.168.72 3 u 10 64 377 0.091 9.641 1.374 2023-12-09T03:04:15.163 INFO:teuthology.orchestra.run.smithi023.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2023-12-09T03:04:15.194 INFO:teuthology.orchestra.run.smithi172.stdout: remote refid st t when poll reach delay offset jitter 2023-12-09T03:04:15.194 INFO:teuthology.orchestra.run.smithi172.stdout:============================================================================== 2023-12-09T03:04:15.195 INFO:teuthology.orchestra.run.smithi172.stdout:*hv01.front.sepi 44.4.53.2 2 u 19 64 377 0.095 -0.780 0.037 2023-12-09T03:04:15.195 INFO:teuthology.orchestra.run.smithi172.stdout:+hv02.front.sepi 63.231.80.2 3 u 20 64 377 0.083 -0.066 0.049 2023-12-09T03:04:15.195 INFO:teuthology.orchestra.run.smithi172.stdout:+hv03.front.sepi 74.6.168.72 3 u 19 64 377 0.084 -0.035 0.040 2023-12-09T03:04:15.195 INFO:teuthology.orchestra.run.smithi172.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2023-12-09T03:04:15.196 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-09T03:04:15.205 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-09T03:04:15.205 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-09T03:04:15.282 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-09T03:04:15.355 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-09T03:04:15.384 INFO:teuthology.task.internal:Duration was 2099.979922 seconds 2023-12-09T03:04:15.385 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-09T03:04:15.429 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-09T03:04:15.429 DEBUG:teuthology.orchestra.run.smithi023:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-09T03:04:15.432 DEBUG:teuthology.orchestra.run.smithi172:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-09T03:04:15.485 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-09T03:04:15.485 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi023.front.sepia.ceph.com 2023-12-09T03:04:15.485 DEBUG:teuthology.orchestra.run.smithi023:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-09T03:04:15.498 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi172.front.sepia.ceph.com 2023-12-09T03:04:15.498 DEBUG:teuthology.orchestra.run.smithi172:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-09T03:04:15.511 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-09T03:04:15.511 DEBUG:teuthology.orchestra.run.smithi023:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-09T03:04:15.514 DEBUG:teuthology.orchestra.run.smithi172:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-09T03:04:15.616 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-09T03:04:15.617 DEBUG:teuthology.orchestra.run.smithi023:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-09T03:04:15.619 DEBUG:teuthology.orchestra.run.smithi172:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-09T03:04:15.782 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-09T03:04:15.792 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-09T03:04:15.792 DEBUG:teuthology.orchestra.run.smithi023:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-09T03:04:15.805 DEBUG:teuthology.orchestra.run.smithi172:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-09T03:04:15.823 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-09T03:04:15.835 DEBUG:teuthology.orchestra.run.smithi023:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-09T03:04:15.837 DEBUG:teuthology.orchestra.run.smithi172:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-09T03:04:15.851 INFO:teuthology.orchestra.run.smithi023.stdout:kernel.core_pattern = core 2023-12-09T03:04:15.877 INFO:teuthology.orchestra.run.smithi172.stdout:kernel.core_pattern = core 2023-12-09T03:04:15.904 DEBUG:teuthology.orchestra.run.smithi023:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-09T03:04:15.929 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T03:04:15.930 DEBUG:teuthology.orchestra.run.smithi172:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-09T03:04:15.935 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T03:04:15.936 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-09T03:04:15.946 INFO:teuthology.task.internal:Transferring archived files... 2023-12-09T03:04:15.947 DEBUG:teuthology.misc:Transferring archived files from smithi023:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-08_19:38:02-orch-main-distro-default-smithi/7484649/remote/smithi023 2023-12-09T03:04:15.947 DEBUG:teuthology.orchestra.run.smithi023:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-09T03:04:15.980 DEBUG:teuthology.misc:Transferring archived files from smithi172:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-08_19:38:02-orch-main-distro-default-smithi/7484649/remote/smithi172 2023-12-09T03:04:15.980 DEBUG:teuthology.orchestra.run.smithi172:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-09T03:04:16.007 INFO:teuthology.task.internal:Removing archive directory... 2023-12-09T03:04:16.008 DEBUG:teuthology.orchestra.run.smithi023:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-09T03:04:16.014 DEBUG:teuthology.orchestra.run.smithi172:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-09T03:04:16.020 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-09T03:04:16.033 INFO:teuthology.task.internal:Not uploading archives. 2023-12-09T03:04:16.034 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-09T03:04:16.061 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-09T03:04:16.061 DEBUG:teuthology.orchestra.run.smithi023:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-09T03:04:16.064 DEBUG:teuthology.orchestra.run.smithi172:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-09T03:04:16.069 INFO:teuthology.orchestra.run.smithi023.stdout: 924112 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 9 03:04 /home/ubuntu/cephtest 2023-12-09T03:04:16.072 INFO:teuthology.orchestra.run.smithi172.stdout: 924112 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 9 03:04 /home/ubuntu/cephtest 2023-12-09T03:04:16.074 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-09T03:04:16.095 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-09T03:04:16.211 INFO:teuthology.nuke:Checking targets against current locks 2023-12-09T03:04:16.238 DEBUG:teuthology.nuke:shortname: smithi023 2023-12-09T03:04:16.239 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-09T03:04:16.261 DEBUG:teuthology.nuke:shortname: smithi172 2023-12-09T03:04:16.262 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-09T03:04:16.265 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi023.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_19:38:02-orch-main-distro-default-smithi/7484649', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-09 02:19:01.507419', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2023-12-09T03:04:16.289 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi172.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_19:38:02-orch-main-distro-default-smithi/7484649', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-09 02:19:01.509431', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2023-12-09T03:04:16.321 INFO:teuthology.orchestra.console.smithi023:Power off 2023-12-09T03:04:16.321 DEBUG:teuthology.orchestra.console.smithi023:pexpect command: ipmitool -H smithi023.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-09T03:04:16.345 DEBUG:teuthology.orchestra.console.smithi023:power off output: Chassis Power Control: Down/Off 2023-12-09T03:04:16.345 DEBUG:teuthology.orchestra.console.smithi023:pexpect command: ipmitool -H smithi023.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T03:04:16.361 INFO:teuthology.orchestra.console.smithi172:Power off 2023-12-09T03:04:16.361 DEBUG:teuthology.orchestra.console.smithi172:pexpect command: ipmitool -H smithi172.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-09T03:04:16.370 DEBUG:teuthology.orchestra.console.smithi023:check power output: Chassis Power is on 2023-12-09T03:04:16.384 DEBUG:teuthology.orchestra.console.smithi172:power off output: Chassis Power Control: Down/Off 2023-12-09T03:04:16.384 DEBUG:teuthology.orchestra.console.smithi172:pexpect command: ipmitool -H smithi172.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T03:04:16.408 DEBUG:teuthology.orchestra.console.smithi172:check power output: Chassis Power is on 2023-12-09T03:04:20.372 DEBUG:teuthology.orchestra.console.smithi023:pexpect command: ipmitool -H smithi023.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T03:04:20.408 DEBUG:teuthology.orchestra.console.smithi172:pexpect command: ipmitool -H smithi172.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T03:04:20.482 DEBUG:teuthology.orchestra.console.smithi023:check power output: Chassis Power is on 2023-12-09T03:04:20.519 DEBUG:teuthology.orchestra.console.smithi172:check power output: Chassis Power is on 2023-12-09T03:04:24.486 DEBUG:teuthology.orchestra.console.smithi023:pexpect command: ipmitool -H smithi023.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T03:04:24.521 DEBUG:teuthology.orchestra.console.smithi172:pexpect command: ipmitool -H smithi172.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T03:04:24.597 DEBUG:teuthology.orchestra.console.smithi023:check power output: Chassis Power is on 2023-12-09T03:04:24.633 DEBUG:teuthology.orchestra.console.smithi172:check power output: Chassis Power is on 2023-12-09T03:04:28.598 DEBUG:teuthology.orchestra.console.smithi023:pexpect command: ipmitool -H smithi023.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T03:04:28.635 DEBUG:teuthology.orchestra.console.smithi172:pexpect command: ipmitool -H smithi172.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T03:04:28.709 DEBUG:teuthology.orchestra.console.smithi023:check power output: Chassis Power is off 2023-12-09T03:04:28.745 DEBUG:teuthology.orchestra.console.smithi172:check power output: Chassis Power is off 2023-12-09T03:04:28.810 INFO:teuthology.orchestra.console.smithi023:Power off completed 2023-12-09T03:04:28.846 INFO:teuthology.orchestra.console.smithi172:Power off completed 2023-12-09T03:04:28.951 INFO:teuthology.run:Summary data: description: orch/cephadm/upgrade/{1-start-distro/1-start-ubuntu_20.04 2-repo_digest/repo_digest 3-upgrade/simple 4-wait 5-upgrade-ls agent/off mon_election/connectivity} duration: 2099.979921579361 failure_reason: 'Command failed on smithi023 with status 1: ''sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9eab968a-963b-11ee-95a3-87774f69a715 -e sha1=9dcc13bb80dcc1cdea72b04d80505b4649a2b882 -- bash -c \''ceph versions | jq -e \''"\''"\''.overall | length == 1\''"\''"\''\''''' owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=0222283ca5d14a31ac63ffb29f84b40b status: fail success: false 2023-12-09T03:04:28.952 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-09T03:04:29.034 INFO:teuthology.run:FAIL